| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-14 | Revert "Use System.Net.IPNetwork" | Bond_009 | |
| This reverts commit 117d05d288da1d412159a29c0cb8d5c8259e48ae. | |||
| 2023-11-14 | Fix warnings | Bond_009 | |
| 2023-11-14 | Update to .NET 8 | Bond_009 | |
| 2023-11-12 | Move API policies to MediaBrowser.Common | Patrick Barron | |
| 2023-11-12 | Move network configuration to MediaBrowser.Common | Patrick Barron | |
| 2023-11-09 | Merge branch 'master' into media-type | Cody Robibero | |
| 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-11-05 | Add IDisposableAnalyzers to more projects | Bond_009 | |
| 2023-11-02 | Correct docstring for /Upcoming | Steve Kowalik | |
| The docstring for /Upcoming looks very similar to /NextUp, also including the same return value, when it should be slightly different, correct it. | |||
| 2023-10-27 | Merge pull request #10410 from Ch1nkara/add-users-permission-to-edit-subtitles | Claus Vium | |
| add EnableSubtitleManagement permission | |||
| 2023-10-18 | Merge branch 'master' into trickplay | Nick | |
| 2023-10-18 | add policy to the subtitle controller | chinkara | |
| 2023-10-13 | Avoid unnecessary string -> byte[] conversion (Bond-009) | Nick | |
| 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-13 | Merge pull request #10390 from Bond-009/streams | Bond-009 | |
| 2023-10-13 | Merge pull request #10391 from barronpm/dlna-cleanup | Bond-009 | |
| 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 | Use DI for MediaReceiverRegistrarService | Patrick Barron | |
| 2023-10-11 | Use DI for ConnectionManagerService | Patrick Barron | |
| 2023-10-11 | Use DI for ContentDirectoryService | Patrick Barron | |
| 2023-10-11 | Fix regression | Bond_009 | |
| 2023-10-10 | Convert string MediaType to enum MediaType | Cody Robibero | |
| 2023-10-10 | Fix HLS playback of m4a files with mjpeg stream (#10069) | lonebyte | |
| 2023-10-10 | Merge pull request #10337 from barronpm/system-manager | Bond-009 | |
| 2023-10-09 | Merge pull request #10067 from lonebyte/flac-hls-fixes | Bond-009 | |
| 2023-10-09 | Drop experimental status of flac-in-MP4 for FFmpeg 6+ | Nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-10-08 | Merge pull request #10346 from Bond-009/frombase64 | Bond-009 | |
| 2023-10-08 | Merge pull request #10348 from Bond-009/strings | Bond-009 | |
| 2023-10-08 | Use switch expression | Stepan Goremykin | |
| 2023-10-08 | Remove conditional access when it is known to be not null | Stepan Goremykin | |
| 2023-10-07 | Merge pull request #10321 from feilongfl/master | Bond-009 | |
| 2023-10-06 | Reduce string allocations | Bond_009 | |
| Some simple changes to reduce the number of allocated strings | |||
| 2023-10-05 | Use CryptoStream to convert stream from base64 | Bond_009 | |
| Should be way more efficient | |||
| 2023-10-04 | Add SystemManager service | Patrick Barron | |
| 2023-10-03 | Remove unnecessary ToString in RobotsRedirectionMiddleware | Patrick Barron | |
| 2023-10-03 | Remove unused fields and parameters | Patrick Barron | |
| 2023-10-02 | Re-add shutdown/restart methods | Patrick Barron | |
| 2023-10-02 | use pcm as ext name when codec is pcm | YuLong Yao | |
| 2023-09-23 | Use IHostLifetime to handle restarting and shutting down | Patrick Barron | |
| 2023-09-16 | Remove workaround for codec capitalization | Jan Müller | |
| This is not required anymore as Shaka Player now supports the correct codec strings. | |||
| 2023-09-16 | Merge branch 'master' into flac-hls-fixes | Jan Müller | |
| # Conflicts: # Jellyfin.Api/Controllers/DynamicHlsController.cs | |||
| 2023-09-06 | Add option to include resumable items in next up requests | Bill Thornton | |
| 2023-09-02 | Fix AV1 playback in LiveTV | nyanmisaka | |
| AV1 in fMP4 requires global_header data for parsing. Only disable global_header in TS since it has no global_header. Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-08-30 | Fix the issue that audio bsf only takes effect for remuxing (#10172) | Nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-08-22 | == null -> is null | Bond_009 | |
| 2023-08-20 | fix: accessing Standard* of a Process requires manually disposing them ↵ | Claus Vium | |
| afterwards (#10125) | |||
| 2023-08-16 | Minor code formatting (cvium) | Nick | |
| 2023-08-01 | Merge pull request #9875 from Shadowghost/fixes | Bond-009 | |
