| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-14 | Fix warnings in test projects | Bond_009 | |
| 2023-11-14 | Use System.Net.IPNetwork | Bond_009 | |
| 2023-11-14 | Update to .NET 8 | Bond_009 | |
| 2023-11-12 | Move network configuration to MediaBrowser.Common | Patrick Barron | |
| 2023-11-12 | Move network utilities to MediaBrowser.Common | Patrick Barron | |
| 2023-11-12 | Merge pull request #10557 from barronpm/dlna-plugin | Bond-009 | |
| Move DLNA to Plugin (Part 1) | |||
| 2023-11-10 | Validate AuthenticationProviderId and PasswordResetProviderId (#10553) | Chris H | |
| 2023-11-10 | Fix integration tests | Patrick Barron | |
| 2023-11-09 | Convert 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-09 | Convert ItemSortBy to enum (#9765) | Cody Robibero | |
| * Convert ItemSortBy to enum * Rename Unknown to Default | |||
| 2023-10-31 | Merge pull request #10448 from vincent/bugfix/10175-forward-user-agent-ffprobe | Bond-009 | |
| Forward user_agent config to ffprobe | |||
| 2023-10-30 | Don't remove all tokens if invalid header (#10490) | Cody Robibero | |
| 2023-10-26 | Extract the MediaEncoder probing command arguments builder | Vincent Lark | |
| 2023-10-22 | Fix fuzz projects (#10416) | Bond-009 | |
| 2023-10-21 | Forward user_agent config to ffprobe | Vincent Lark | |
| 2023-10-14 | Merge branch 'master' into fix-resharper-warnings | Stepan Goremykin | |
| # Conflicts: # Emby.Server.Implementations/Updates/InstallationManager.cs # tests/Jellyfin.Server.Integration.Tests/OpenApiSpecTests.cs | |||
| 2023-10-12 | Merge branch 'master' into fix-resharper-warnings | Stepan Goremykin | |
| # Conflicts: # Emby.Server.Implementations/Net/SocketFactory.cs # RSSDP/SsdpCommunicationsServer.cs # RSSDP/SsdpDeviceLocator.cs # RSSDP/SsdpDevicePublisher.cs | |||
| 2023-10-11 | Multiple Stream changes | Bond_009 | |
| * Remove useless MemoryStream in DlnaHttpClient * Use HttpContent.ReadFromJsonAsync extension * Call ConfigureAwait for IAsyncDisposable * Use HttpContent.CopyToAsync where possible | |||
| 2023-10-11 | Refactor URI overrides (#10051) | Tim Eisele | |
| 2023-10-10 | Merge pull request #10347 from Bond-009/drawing | Bond-009 | |
| 2023-10-10 | Combine Title and Overview for multi-episodes files for NFO file (#10080) | scampower3 | |
| 2023-10-08 | Jellyfin.Drawing minor improvements | Bond_009 | |
| Reduce duplicate/dead code | |||
| 2023-10-08 | Merge pull request #10345 from Bond-009/getperson | Bond-009 | |
| 2023-10-08 | Reduce string literal length by using verbatim string | Stepan Goremykin | |
| 2023-10-08 | Use async overload | Stepan Goremykin | |
| 2023-10-08 | Remove redundant verbatim string prefixes | Stepan Goremykin | |
| 2023-10-05 | Don't create non existent persons in LibraryManager.GetPerson | Bond_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-04 | Use Authorization header in integration tests | Bond_009 | |
| instead of X-Emby-Authorization And ensure the response has a successful status code | |||
| 2023-10-03 | Merge pull request #10261 from barronpm/ihostlifetime | Bond-009 | |
| 2023-09-27 | Ignore .zfs folder | Bond_009 | |
| Maybe helps with #10215 ? | |||
| 2023-09-23 | Use IHostLifetime to handle restarting and shutting down | Patrick Barron | |
| 2023-09-18 | Fix xUnit1030: Do not call ConfigureAwait in test method | Bond_009 | |
| 2023-09-12 | Merge pull request #10056 from Bond-009/nullable2 | Bond-009 | |
| 2023-09-11 | Removed 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-01 | fix build | Cody Robibero | |
| 2023-09-01 | Disable xUnit1028 | Cody Robibero | |
| 2023-08-30 | Fix MJPEG video is recognized as embedded image (#10173) | Nyanmisaka | |
| fixes 1d729b2 Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-08-22 | Enable nullable for more files and add tests | Bond_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-10 | Merge pull request #10053 from christianlegge/date-formats | Claus Vium | |
| Add parsing for dates with spaces | |||
| 2023-08-08 | Fix error in test preventing Moq update (#10096) | Bond_009 | |
| 2023-08-01 | Merge pull request #9875 from Shadowghost/fixes | Bond-009 | |
| 2023-07-29 | Fix Jellyfin.Networking.Tests (#10055) | Bond-009 | |
| 2023-07-29 | Enable nullable for more files | Bond_009 | |
| 2023-07-28 | added test case, fixed regexes | scatter-dev | |
| 2023-07-20 | Change: Update parental code count for DE in test | Christoph Landsdorf | |
| 2023-07-07 | Enforce permissions on websocket connections | Shadowghost | |
| 2023-07-06 | Merge pull request #9958 from Shadowghost/networking-fixex | Bond-009 | |
| 2023-07-06 | Merge pull request #9799 from Bond-009/genregex | Bond-009 | |
| 2023-07-03 | Extract networking constants | Shadowghost | |
| 2023-07-02 | Apply review suggestions | Shadowghost | |
