aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/LibraryController.cs
AgeCommit message (Collapse)Author
2021-05-08Merge branch 'master' into comparisonsBaronGreenback
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2021-04-17Cleaned up "value assigned is not used in any execution path"BaronGreenback
2021-03-25enable range processing for download endpointscvium
2021-03-13Merge pull request #5515 from jellyfin/fix-refresh-endpointBond-009
fix refresh endpoint
2021-03-13fix refresh endpointClaus Vium
It was originally a POST https://github.com/jellyfin/jellyfin/blob/9af6eda0b495649e3a77694b2bb30abad1a26484/MediaBrowser.Api/Library/LibraryService.cs#L155
2021-03-11Fix third part integrationcrobibero
2021-03-04Specify defaults or set query parameter to nullablecrobibero
2021-02-10Create BaseItemKind enumcrobibero
2020-12-20Fix similar endpoint for TVDavid
2020-12-20Re-add IsMovieDavid
2020-12-20Fix similar items endpoint for movies and TVDavid
2020-12-17Set filename when downloading filecrobibero
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