aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/SubtitleController.cs
AgeCommit message (Expand)Author
2021-09-26Remove all instances of en-US cultureCody Robibero
2021-06-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
2021-06-12Fix routeMediaSourceId route parameter in SubtitleController GetSubtitleNiels van Velzen
2021-05-20Migrate authentication db to EF CorePatrick Barron
2021-03-26Fix route namingcrobibero
2021-03-26Mark query parameters as obsoletecrobibero
2021-03-25Mark query parameters as obsoletecrobibero
2021-03-25Allow subtitle format to be set from query parameter.crobibero
2021-01-10Require elevated auth to upload subtitlescrobibero
2020-11-15Remove api client generator errorscrobibero
2020-11-08pascal casenyanmisaka
2020-11-08Merge remote-tracking branch 'upstream/master' into fontsnyanmisaka
2020-11-08Merge pull request #3086 from redSpoutnik/api-upload-subtitleClaus Vium
2020-09-16Minor improvementsBond_009
2020-09-11Migrate subtitle upload to Jellyfin.Apicrobibero
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-20Apply suggestions from code reviewNyanmisaka
2020-08-20fix lintnyanmisaka
2020-08-20fix SubtitlesOctopusNyanmisaka
2020-08-20Apply suggestions from code reviewNyanmisaka
2020-08-19update endpoints as AspNet controllersnyanmisaka
2020-08-06Apply fixes from reviewcrobibero
2020-08-04fix merge conflictscrobibero
2020-08-04Fix all route for base url supportcrobibero
2020-08-03fix openapi validation errorscrobibero
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
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