| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-06-06 | Backport pull request #11963 from jellyfin/release-10.9.z | gnattu | |
| Fix Library renaming Original-merge: b78efd6b1e90f925d85605132e337470065e7230 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-06-02 | Add regressions tests for update library endpoint | Bond_009 | |
| 2024-06-01 | Backport pull request #11876 from jellyfin/release-10.9.z | Bond-009 | |
| Don't check if admin has access to library when updating Original-merge: 563033786f82ae0a0b63d99f7a039cd0987c82bb Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-06-01 | Backport pull request #11806 from jellyfin/release-10.9.z | Shadowghost | |
| Return missing episodes for series when no user defined Original-merge: ae584beaac0123f6a722f341a4e12b8f8fbcaf34 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-06-01 | Backport pull request #11743 from jellyfin/release-10.9.z | Shadowghost | |
| Fix replace logic Original-merge: 2ddb15c7845a944d980364209c2304f03cebf025 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-05-07 | Allow explicitly set userId for RequestHelpers.GetSession (#11505) | gnattu | |
| 2024-05-05 | Playlist fixes (#11487) | Tim Eisele | |
| 2024-05-01 | Always attempt to get User if a user id is provided (#11471) | Cody Robibero | |
| 2024-04-30 | More efficient array creation (#11468) | Bond-009 | |
| 2024-04-30 | Fix incomplete tag query for whitelist tags (#11416) | gnattu | |
| 2024-04-30 | Merge pull request #11436 from nielsvanvelzen/plugin-api-elevation | Bond-009 | |
| Require elevation for plugin related endpoints | |||
| 2024-04-29 | Properly await Task.Delay() | Bond_009 | |
| 2024-04-26 | Require elevation for plugin related endpoints | Niels van Velzen | |
| 2024-04-22 | Only apply custom downmix to 5.1 audios (#11401) | gnattu | |
| 2024-04-21 | Fix InvalidCastException in ItemUpdateController (#11398) | Niels van Velzen | |
| 2024-04-21 | Limit sessions per user (#11370) | Cody Robibero | |
| 2024-04-17 | Enable nullable for LibraryManager (#11191) | Bond-009 | |
| 2024-04-14 | Validate item access (#11171) | Cody Robibero | |
| 2024-04-10 | Merge pull request #11220 from Shadowghost/add-playlist-acl-api | Joshua M. Boniface | |
| Add playlist ACL endpoints | |||
| 2024-04-10 | Merge pull request #11321 from nielsvanvelzen/get-remote-subs-perm | Bond-009 | |
| Fix policy for GetRemoteSubtitles | |||
| 2024-04-08 | Fix disabled libraries being returned in MediaFolders api (#11236) | Bill Thornton | |
| 2024-04-08 | Fix policy for GetRemoteSubtitles | Niels van Velzen | |
| Other operations related to remote subtitles require the SubtitleManagement policy, so it only makes sense that this operation requires it too. | |||
| 2024-04-03 | Typo | Shadowghost | |
| 2024-04-03 | Apply review suggestions | Shadowghost | |
| 2024-04-03 | Apply review suggestions | Shadowghost | |
| 2024-04-03 | Apply review suggestions | Shadowghost | |
| 2024-04-03 | Fixup | Shadowghost | |
| 2024-04-03 | Fixup | Shadowghost | |
| 2024-04-03 | Return 204 on OpenAccess | Shadowghost | |
| 2024-04-03 | Add endpoint to get user permissions | Shadowghost | |
| 2024-04-03 | Enforce permissions | Shadowghost | |
| 2024-04-02 | Apply review suggestions | Shadowghost | |
| 2024-04-01 | Implement update endpoint | Shadowghost | |
| 2024-04-01 | Apply review suggestions | Shadowghost | |
| 2024-03-28 | fix: disable api endpoint for ffmpeg path for security (#11225) | gnattu | |
| Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com> | |||
| 2024-03-28 | fix: forward port patch for GHSA-866x-wj5j-2vf4 (#11228) | gnattu | |
| 2024-03-27 | Apply review suggestions | Shadowghost | |
| 2024-03-26 | Apply review suggestions | Shadowghost | |
| 2024-03-26 | Extend playlist creation capabilities | Shadowghost | |
| 2024-03-26 | Add playlist ACL endpoints | Shadowghost | |
| 2024-03-24 | Fix codec vs ActualOutputVideoCodec | nyanmisaka | |
| codec is copy ActualOutputVideoCodec is hevc fixes 3bbb57e Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2024-03-23 | Add new VideoRangeTypes to fully support DoVi on webOS (#10469) | vedant | |
| 2024-03-17 | Fix the trailing whitespace | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2024-03-17 | Apply suggestions from code review | Nyanmisaka | |
| String interpolation is preferred. Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2024-03-16 | Add TranscodingSegmentCleaner to replace ffmpeg's hlsenc deletion | nyanmisaka | |
| FFmpeg deletes segments based on its own transcoding progress, but we need to delete segments based on client download progress. Since disk and GPU speeds vary, using hlsenc's built-in deletion will result in premature deletion of some segments. As a consequence, the server has to constantly respin new ffmpeg instances, resulting in choppy video playback. Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2024-03-08 | Lowercase MediaStreamProtocol for backwards compatibility | Cody Robibero | |
| 2024-03-04 | Add MediaStreamProtocol enum (#10153) | Niels van Velzen | |
| * Add MediaStreamProtocol enum * Add default handling for enum during deserialization --------- Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2024-03-03 | Move userId in API from route to optional query parameter (#11074) | Cody Robibero | |
| * Move userId in API from route to optional query parameter * Standardize UserViewsController * Move userId to query in ImageController * Move userId to query in ItemsController * Move userId to query in PlaystateController * Move userId to query in SuggestionsController * Move userId from route to query in UserLibraryController * Clean up routes * Move userId to query in UserController * fix bad merge --------- Co-authored-by: Niels van Velzen <git@ndat.nl> | |||
| 2024-03-03 | Merge pull request #11077 from crobibero/svg-to-image | Bond-009 | |
| Add support for converting from svg to other image types | |||
| 2024-02-28 | Save embedded lyrics when probing audio | Cody Robibero | |
