aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/SubtitleController.cs
AgeCommit message (Collapse)Author
2025-01-11Prefer ApiKey over api_key in generated URL's (#13342)Niels van Velzen
2024-04-14Validate item access (#11171)Cody Robibero
2024-04-08Fix policy for GetRemoteSubtitlesNiels van Velzen
Other operations related to remote subtitles require the SubtitleManagement policy, so it only makes sense that this operation requires it too.
2024-02-26Rename route parameters that are id to be more descriptiveCody Robibero
2024-02-26Store lyrics in the database as media streams (#9951)Cody Robibero
2023-11-12Move API policies to MediaBrowser.CommonPatrick Barron
2023-10-18add policy to the subtitle controllerchinkara
2023-10-05Use CryptoStream to convert stream from base64Bond_009
Should be way more efficient
2023-07-29Add ability to upload (and save) SDH subtitles (#10036)MBR-0001
2023-04-06Remove redundant 'else' keywordsStepan Goremykin
2023-02-09refactor: simplify authzcvium
2023-02-02Migrate to file-scoped namespacesShadowghost
2023-01-04Fix all warnings in Jellyfin.Api (#9003)Bond-009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-10-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium
2021-11-09Fix some warningsBond_009
609 left
2021-10-19Add IsAutomated to SubtitleSearchRequestMBR-0001
2021-10-04Queue refresh after subtitle upload + minor fixescvium
2021-09-26Remove all instances of en-US cultureCody Robibero
2021-06-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Devices/DeviceManager.cs # Emby.Server.Implementations/HttpServer/Security/SessionContext.cs # Emby.Server.Implementations/Security/AuthenticationRepository.cs # Emby.Server.Implementations/Session/SessionManager.cs # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Library/IUserManager.cs # MediaBrowser.Controller/Net/ISessionContext.cs
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
Add Post subtitle in API
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
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-08-20fix lintnyanmisaka
2020-08-20fix SubtitlesOctopusNyanmisaka
2020-08-20Apply suggestions from code reviewNyanmisaka
Co-authored-by: Cody Robibero <cody@robibe.ro>
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