aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/PlaylistsController.cs
AgeCommit message (Expand)Author
2022-02-21Optimize Guid comparisonsBond_009
2022-01-20Properly populate QueryResultCody Robibero
2021-02-10Create BaseItemKind enumcrobibero
2021-01-20Add ability to mark query parameter as obsolete.crobibero
2020-12-10Allow playlist to be created by query stringcrobibero
2020-11-21Remove UTF8 bom from some filesBond_009
2020-11-16Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.crobibero
2020-11-10Merge remote-tracking branch 'upstream/master' into query-fieldscrobibero
2020-11-09Add ModelBinder to ItemFiltercrobibero
2020-11-09Add ModelBinder to ImageTypecrobibero
2020-10-29Make MrLinter happycrobibero
2020-10-29Remove AddItemFieldscrobibero
2020-10-29Merge remote-tracking branch 'upstream/master' into query-fieldscrobibero
2020-10-09Convert image type string to enum.crobibero
2020-10-09Convert field string to enum.crobibero
2020-09-07Fix api routescrobibero
2020-09-06merge all attributescrobibero
2020-09-05Make all FromRoute requiredcrobibero
2020-08-21Address commentBond_009
2020-08-21Fix buildBond_009
2020-08-21Make some methods asyncBond_009
2020-08-06Apply fixes from reviewcrobibero
2020-07-07Make query parameters nullable or set default valuecrobibero
2020-06-27Make all optional strings nullablecrobibero
2020-06-22Add missing authorization policiesDavid
2020-06-20clean upcrobibero
2020-06-20Use proper DtoOptions extensionscrobibero
2020-06-08Move PlaylistService to Jellyfin.Apicrobibero