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
/
ConfigurationController.cs
Age
Commit message (
Expand
)
Author
2021-06-19
Move non-jellyfin extensions to separate project
Bond_009
2021-05-05
Enable nullable reference types for MediaBrowser.Common
Bond_009
2021-03-13
FxCop -> Net Analyzers (part 2)
Bond_009
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
Set openapi schema type to file where possible
crobibero
2020-08-20
Conver all remaining form request to body
crobibero
2020-08-06
Apply fixes from review
crobibero
2020-07-14
Move field to the controller
David
2020-07-12
Fix parsing
David
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-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-12
Use Http status code 204 instead of 200
David
2020-06-01
Switch Config controller to System.Text.Json
crobibero
2020-05-19
update xml docs
crobibero
2020-04-23
Fix Authorize attributes
crobibero
2020-04-22
Move ConfigurationService to Jellyfin.Api
crobibero