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
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
2020-08-03
fix merge conflicts
crobibero
2020-07-07
Make query parameters nullable or set default value
crobibero
2020-06-27
Make all optional strings nullable
crobibero
2020-06-20
Add missing attributes, fix response codes, fix route parameter casing
crobibero
2020-06-19
Convert pragma to supresswarning
crobibero
2020-06-18
Merge pull request #3357 from crobibero/api-authorization
David
2020-06-18
Remove nullable, add async task
crobibero
2020-06-16
Add Default authorization policy
crobibero
2020-06-11
Disable CA1801
David
2020-06-11
Use 'await using Stream' instead of 'using Stream'
David
2020-06-11
Fix suggestions
David
2020-06-10
Move SubtitleService to Jellyfin.Api
David