aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/LibraryController.cs
AgeCommit message (Collapse)Author
2021-03-06Merge pull request #5375 from crobibero/default-api-valueBond-009
Specify defaults or set query parameter to nullable (cherry picked from commit a0f6bc14a2c9817b3199a81872eb7d84489cde0d) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-30Merge pull request #4833 from Ullmie02/similar-fixClaus Vium
Fix similar items endpoint for movies and TV (cherry picked from commit c90c382e2f022bc410c9f1f7d5cda7ccf687580d) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-30Merge pull request #4819 from crobibero/download-nameJoshua M. Boniface
Set filename when downloading file (cherry picked from commit 668e168c4710d8181e04ba57b7e3a690a2d2936a) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-01Use Guid as API parameter type where possiblecrobibero
2020-11-16Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.crobibero
2020-11-15Merge remote-tracking branch 'upstream/master' into dotnet-5crobibero
2020-11-13Fix nullability errors in Jellyfin.Api (part 1)crobibero
2020-11-12Semi-revert removal of Name for /Similar in openapicvium
2020-11-11Update Jellyfin.Api/Controllers/LibraryController.csClaus Vium
2020-11-11Merge branch 'master' into fix_and_mildly_improve_similarClaus Vium
2020-11-09Add ModelBinder to ItemFiltercrobibero
2020-11-09Remove duplicate /Similar endpoints and add poor matching for artists and albumscvium
2020-10-29Make MrLinter happycrobibero
2020-10-29Remove AddItemFieldscrobibero
2020-10-09Convert field string to enum.crobibero
2020-09-09Merge remote-tracking branch 'upstream/master' into bad-routecrobibero
2020-09-07Fix api routescrobibero
2020-09-06Merge remote-tracking branch 'upstream/master' into api-stream-returncrobibero
2020-09-06merge all attributescrobibero
2020-09-05Make all FromRoute requiredcrobibero
2020-09-01Simplify file returnscrobibero
2020-09-01Set openapi schema type to file where possiblecrobibero
2020-08-30Move library entities to folder.Patrick Barron
2020-08-24Make LibraryController.GetDownload asyncPatrick Barron
2020-08-06Apply fixes from reviewcrobibero
2020-08-05Fix photo viewerDavid
2020-08-04Fix all route for base url supportcrobibero
2020-08-03fix openapi validation errorscrobibero
2020-07-20changes from mergecrobibero
2020-07-07Make query parameters nullable or set default valuecrobibero
2020-06-27Make all optional strings nullablecrobibero
2020-06-25Merge pull request #3434 from crobibero/api-unusedPatrick Barron
remove unused query parameters
2020-06-25Add missing routecrobibero
2020-06-24remove unused parameterscrobibero
2020-06-24add missing docs and attributescrobibero
2020-06-19Add movie support to existing GetSimilarItemsResultcrobibero
2020-06-19Move LibraryService.cs to Jellyfin.Apicrobibero
2020-04-25initcrobibero