index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Jellyfin.Api
/
Controllers
/
SubtitleController.cs
Age
Commit message (
Expand
)
Author
2025-01-11
Prefer ApiKey over api_key in generated URL's (#13342)
Niels van Velzen
2024-04-14
Validate item access (#11171)
Cody Robibero
2024-04-08
Fix policy for GetRemoteSubtitles
Niels van Velzen
2024-02-26
Rename route parameters that are id to be more descriptive
Cody Robibero
2024-02-26
Store lyrics in the database as media streams (#9951)
Cody Robibero
2023-11-12
Move API policies to MediaBrowser.Common
Patrick Barron
2023-10-18
add policy to the subtitle controller
chinkara
2023-10-05
Use CryptoStream to convert stream from base64
Bond_009
2023-07-29
Add ability to upload (and save) SDH subtitles (#10036)
MBR-0001
2023-04-06
Remove redundant 'else' keywords
Stepan Goremykin
2023-02-09
refactor: simplify authz
cvium
2023-02-02
Migrate to file-scoped namespaces
Shadowghost
2023-01-04
Fix all warnings in Jellyfin.Api (#9003)
Bond-009
2022-12-05
Replace != null with is not null
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2022-10-06
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
cvium
2021-11-09
Fix some warnings
Bond_009
2021-10-19
Add IsAutomated to SubtitleSearchRequest
MBR-0001
2021-10-04
Queue refresh after subtitle upload + minor fixes
cvium
2021-09-26
Remove all instances of en-US culture
Cody Robibero
2021-06-18
Merge branch 'master' into authenticationdb-efcore
Patrick Barron
2021-06-12
Fix routeMediaSourceId route parameter in SubtitleController GetSubtitle
Niels van Velzen
2021-05-20
Migrate authentication db to EF Core
Patrick Barron
2021-03-26
Fix route naming
crobibero
2021-03-26
Mark query parameters as obsolete
crobibero
2021-03-25
Mark query parameters as obsolete
crobibero
2021-03-25
Allow subtitle format to be set from query parameter.
crobibero
2021-01-10
Require elevated auth to upload subtitles
crobibero
2020-11-15
Remove api client generator errors
crobibero
2020-11-08
pascal case
nyanmisaka
2020-11-08
Merge remote-tracking branch 'upstream/master' into fonts
nyanmisaka
2020-11-08
Merge pull request #3086 from redSpoutnik/api-upload-subtitle
Claus Vium
2020-09-16
Minor improvements
Bond_009
2020-09-11
Migrate subtitle upload to Jellyfin.Api
crobibero
2020-09-09
Merge remote-tracking branch 'upstream/master' into bad-route
crobibero
2020-09-07
Fix api routes
crobibero
2020-09-06
Merge remote-tracking branch 'upstream/master' into api-stream-return
crobibero
2020-09-06
merge all attributes
crobibero
2020-09-05
Make all FromRoute required
crobibero
2020-09-01
Simplify file returns
crobibero
2020-09-01
Set openapi schema type to file where possible
crobibero
2020-08-20
Apply suggestions from code review
Nyanmisaka
2020-08-20
fix lint
nyanmisaka
2020-08-20
fix SubtitlesOctopus
Nyanmisaka
2020-08-20
Apply suggestions from code review
Nyanmisaka
2020-08-19
update endpoints as AspNet controllers
nyanmisaka
2020-08-06
Apply fixes from review
crobibero
2020-08-04
fix merge conflicts
crobibero
2020-08-04
Fix all route for base url support
crobibero
2020-08-03
fix openapi validation errors
crobibero
[next]