aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/SubtitleController.cs
AgeCommit message (Collapse)Author
2020-08-03fix merge conflictscrobibero
2020-07-07Make query parameters nullable or set default valuecrobibero
2020-06-27Make all optional strings nullablecrobibero
2020-06-20Add missing attributes, fix response codes, fix route parameter casingcrobibero
2020-06-19Convert pragma to supresswarningcrobibero
2020-06-18Merge pull request #3357 from crobibero/api-authorizationDavid
Add Authorization handlers
2020-06-18Remove nullable, add async taskcrobibero
2020-06-16Add Default authorization policycrobibero
2020-06-11Disable CA1801David
2020-06-11Use 'await using Stream' instead of 'using Stream'David
2020-06-11Fix suggestionsDavid
2020-06-10Move SubtitleService to Jellyfin.ApiDavid