aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2023-10-30Don't remove all tokens if invalid header (#10490)Cody Robibero
2023-10-22Fix fuzz projects (#10416)Bond-009
2023-10-14Merge branch 'master' into fix-resharper-warningsStepan Goremykin
# Conflicts: # Emby.Server.Implementations/Updates/InstallationManager.cs # tests/Jellyfin.Server.Integration.Tests/OpenApiSpecTests.cs
2023-10-12Merge branch 'master' into fix-resharper-warningsStepan Goremykin
# Conflicts: # Emby.Server.Implementations/Net/SocketFactory.cs # RSSDP/SsdpCommunicationsServer.cs # RSSDP/SsdpDeviceLocator.cs # RSSDP/SsdpDevicePublisher.cs
2023-10-11Multiple Stream changesBond_009
* Remove useless MemoryStream in DlnaHttpClient * Use HttpContent.ReadFromJsonAsync extension * Call ConfigureAwait for IAsyncDisposable * Use HttpContent.CopyToAsync where possible
2023-10-11Refactor URI overrides (#10051)Tim Eisele
2023-10-10Merge pull request #10347 from Bond-009/drawingBond-009
2023-10-10Combine Title and Overview for multi-episodes files for NFO file (#10080)scampower3
2023-10-08Jellyfin.Drawing minor improvementsBond_009
Reduce duplicate/dead code
2023-10-08Merge pull request #10345 from Bond-009/getpersonBond-009
2023-10-08Reduce string literal length by using verbatim stringStepan Goremykin
2023-10-08Use async overloadStepan Goremykin
2023-10-08Remove redundant verbatim string prefixesStepan Goremykin
2023-10-05Don't create non existent persons in LibraryManager.GetPersonBond_009
return null instead. GetStudio, GetGenre, GetMusicGenre, GetYear, GetArtist still create a new one when the requested one doesn't exist Fixes #3901
2023-10-04Use Authorization header in integration testsBond_009
instead of X-Emby-Authorization And ensure the response has a successful status code
2023-10-03Merge pull request #10261 from barronpm/ihostlifetimeBond-009
2023-09-27Ignore .zfs folderBond_009
Maybe helps with #10215 ?
2023-09-23Use IHostLifetime to handle restarting and shutting downPatrick Barron
2023-09-18Fix xUnit1030: Do not call ConfigureAwait in test methodBond_009
2023-09-12Merge pull request #10056 from Bond-009/nullable2Bond-009
2023-09-11Removed nesting levels through block-scoped `using` statement (#10025)Lehonti Ramos
Co-authored-by: John Doe <john@doe> Co-authored-by: Lehonti Ramos <lehonti@ramos>
2023-09-01fix buildCody Robibero
2023-09-01Disable xUnit1028Cody Robibero
2023-08-30Fix MJPEG video is recognized as embedded image (#10173)Nyanmisaka
fixes 1d729b2 Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-08-22Enable nullable for more files and add testsBond_009
Adds basic tests for FFProbeVideoInfo.CreateDummyChapters Fixed error message CreateDummyChapters instead of reporting the total minutes it only reported the minute component
2023-08-10Merge pull request #10053 from christianlegge/date-formatsClaus Vium
Add parsing for dates with spaces
2023-08-08Fix error in test preventing Moq update (#10096)Bond_009
2023-08-01Merge pull request #9875 from Shadowghost/fixesBond-009
2023-07-29Fix Jellyfin.Networking.Tests (#10055)Bond-009
2023-07-29Enable nullable for more filesBond_009
2023-07-28added test case, fixed regexesscatter-dev
2023-07-20Change: Update parental code count for DE in testChristoph Landsdorf
2023-07-07Enforce permissions on websocket connectionsShadowghost
2023-07-06Merge pull request #9958 from Shadowghost/networking-fixexBond-009
2023-07-06Merge pull request #9799 from Bond-009/genregexBond-009
2023-07-03Extract networking constantsShadowghost
2023-07-02Apply review suggestionsShadowghost
2023-06-28Use RegexGenerator where possibleBond_009
2023-06-15Merge branch 'master' into network-rewriteShadowghost
2023-06-10Merge pull request #9564 from AmbulantRex/whitelist-dllsCody Robibero
2023-06-07Merge branch 'master' into network-rewriteShadowghost
2023-06-05Mock configuration to get SqliteCacheSizeKey during testCody Robibero
2023-05-11Merge branch 'master' into network-rewriteShadowghost
2023-05-10Fix local JPG primary image for video being overwritten by screen grabber ↵SenorSmartyPants
(#9552)
2023-05-09Merge branch 'master' into network-rewriteShadowghost
2023-04-16Remove unnecessary type extension and handle feedback.AmbulantRex
2023-04-16Add explicit mapping instead of reflection to manifest reconciliation.AmbulantRex
2023-04-15Merge branch 'jellyfin:master' into whitelist-dllsAmbulantRex
2023-04-10Use default instead of zero for TranscodeReasonStepan Goremykin
2023-04-09Reconcile pre-packaged meta.json against manifest on installAmbulantRex