aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2023-11-14Fix warnings in test projectsBond_009
2023-11-14Use System.Net.IPNetworkBond_009
2023-11-14Update to .NET 8Bond_009
2023-11-12Move network configuration to MediaBrowser.CommonPatrick Barron
2023-11-12Move network utilities to MediaBrowser.CommonPatrick Barron
2023-11-12Merge pull request #10557 from barronpm/dlna-pluginBond-009
Move DLNA to Plugin (Part 1)
2023-11-10Validate AuthenticationProviderId and PasswordResetProviderId (#10553)Chris H
2023-11-10Fix integration testsPatrick Barron
2023-11-09Convert CollectionType, SpecialFolderType to enum (#9764)Cody Robibero
* Convert CollectionType, SpecialFolderType to enum * Hide internal enum CollectionType values * Apply suggestions from code review Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> * Fix recent change * Update Jellyfin.Data/Attributes/OpenApiIgnoreEnumAttribute.cs Co-authored-by: Patrick Barron <barronpm@gmail.com> --------- Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> Co-authored-by: Patrick Barron <barronpm@gmail.com>
2023-11-09Convert ItemSortBy to enum (#9765)Cody Robibero
* Convert ItemSortBy to enum * Rename Unknown to Default
2023-10-31Merge pull request #10448 from vincent/bugfix/10175-forward-user-agent-ffprobeBond-009
Forward user_agent config to ffprobe
2023-10-30Don't remove all tokens if invalid header (#10490)Cody Robibero
2023-10-26Extract the MediaEncoder probing command arguments builderVincent Lark
2023-10-22Fix fuzz projects (#10416)Bond-009
2023-10-21Forward user_agent config to ffprobeVincent Lark
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