| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2024-02-28 | Add support for converting from svg to other image types | Cody Robibero | |
| 2024-02-26 | Rename route parameters that are id to be more descriptive | Cody Robibero | |
| 2024-02-26 | Store lyrics in the database as media streams (#9951) | Cody Robibero | |
| 2024-02-25 | Merge pull request #11055 from crobibero/activitylog-download | Claus Vium | |
| Add item id to download activity | |||
| 2024-02-23 | Add item id to download activity | Cody Robibero | |
| 2024-02-22 | Merge pull request #11024 from nielsvanvelzen/api-userid-optional | Bond-009 | |
| Always make userId query parameter optional | |||
| 2024-02-22 | Merge pull request #11028 from nielsvanvelzen/api-userid-optional2 | Bond-009 | |
| Make userId optional in GetProgramsDto | |||
| 2024-02-21 | Add IRecordingsManager service | Patrick Barron | |
| 2024-02-20 | Merge pull request #10981 from barronpm/livetv-listingsmanager | Cody Robibero | |
| Add IListingsManager Service | |||
| 2024-02-18 | Make userId optional in GetProgramsDto | Niels van Velzen | |
| 2024-02-17 | Always make userId query parameter optional | Niels van Velzen | |
| 2024-02-10 | Fix file extension based on container | Shadowghost | |
| 2024-02-10 | DVD and BDMV folders can not be served directly | Shadowghost | |
| 2024-02-08 | Add IListingsManager service | Patrick Barron | |
| 2024-02-06 | Remove SimpleProgress | Patrick Barron | |
| 2024-02-03 | Return 404 if log file does not exist | beakerandjake | |
| 2024-02-03 | Merge changes | Mark Cilia Vincenti | |
| 2024-01-17 | Merge branch 'master' into livetv-guidemanager | Patrick Barron | |
| # Conflicts: # src/Jellyfin.LiveTv/LiveTvManager.cs | |||
| 2024-01-17 | Use helper function to compare guid (#10825) | Cody Robibero | |
| 2024-01-17 | Add IGuideManager service | Patrick Barron | |
| 2024-01-15 | Remove unnecessary allocations in TunerHostManager | Patrick Barron | |
| 2024-01-14 | Merge branch 'master' into AsyncKeyedLock-migration | Mark Cilia Vincenti | |
| 2024-01-12 | Add ITunerHostManager service | Patrick Barron | |
| 2024-01-06 | Remove some unused client capabilities and sync code (#10812) | Niels van Velzen | |
| 2024-01-03 | AsyncKeyedLock migration | Mark Cilia Vincenti | |
| 2023-12-21 | Move ProgressiveFileStream to Controller | Patrick Barron | |
| 2023-12-21 | Add ITranscodeManager service | Patrick Barron | |
| 2023-12-21 | Rename and clean up TranscodingJob | Patrick Barron | |
| 2023-12-21 | Move TranscodingJobDto and TranscodingThrottler to Controller | Patrick Barron | |
| 2023-12-18 | Merge pull request #10702 from crobibero/collection-type-lowercase | Bond-009 | |
| Convert CollectionType to use lowercase enum names | |||
| 2023-12-15 | Merge pull request #10573 from arabcoders/master | Bond-009 | |
| Add new API endpoint to view/update Item UserData | |||
| 2023-12-08 | Convert CollectionType to use lowercase enum names | Cody Robibero | |
| 2023-11-30 | Merge pull request #10649 from felix920506/issue-10610 | Cody Robibero | |
| Make "activeWithinSeconds" independent from "controllableByUserId" parameter | |||
| 2023-11-29 | Make "activeWithinSeconds" independent from "controllableByUserId" in ↵ | felix920506 | |
| GetSessions Fixes issue #10610 | |||
| 2023-11-24 | Merge branch 'jellyfin:master' into master | Abdulmohsen | |
| 2023-11-15 | Remove DLNA API code | Patrick Barron | |
| 2023-11-15 | Updated the summary and the Dto name. | ArabCoders | |
| 2023-11-14 | Revert "Use System.Net.IPNetwork" | Bond_009 | |
| This reverts commit 117d05d288da1d412159a29c0cb8d5c8259e48ae. | |||
| 2023-11-14 | Fix warnings | Bond_009 | |
| 2023-11-13 | Added access validation to view item user data. | ArabCoders | |
| 2023-11-13 | Refactored api call logic handling. | ArabCoders | |
| 2023-11-12 | Move API policies to MediaBrowser.Common | Patrick Barron | |
| 2023-11-12 | Move network configuration to MediaBrowser.Common | Patrick Barron | |
| 2023-11-12 | Typo fixes. | ArabCoders | |
| 2023-11-12 | Added new API endpoint to update User item data | ArabCoders | |
| 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> | |||
