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
/
StartupController.cs
Age
Commit message (
Expand
)
Author
2020-07-20
Merge remote-tracking branch 'upstream/master' into api-migration-merge
crobibero
2020-06-27
Make all optional strings nullable
crobibero
2020-06-27
use constructor to set optimal config values
dkanada
2020-06-14
Merge remote-tracking branch 'upstream/master' into HEAD
crobibero
2020-06-12
Use Http status code 204 instead of 200
David
2020-06-09
Fix startup wizard.
Patrick Barron
2020-06-02
Add second endpoint for Startup/User
crobibero
2020-05-17
apply doc suggestions
crobibero
2020-05-12
Initial migration code
Patrick Barron
2020-04-29
Fix docs
crobibero
2020-04-29
Add response code descriptions
crobibero
2020-04-23
Apply suggestions
crobibero
2020-04-21
move to ActionResult<T>
crobibero
2020-04-21
Convert StartupController to IActionResult
crobibero
2020-01-08
Fix build and address comments
Bond_009
2019-11-24
Fix more review comments
Claus Vium
2019-11-24
Move appbuilder and service collection to Jellyfin.Server
Claus Vium
2019-11-23
Add style rules and fix it all
Claus Vium
2019-11-23
Split a long line
Claus Vium
2019-11-23
Add authentication and remove versioning
Claus Vium
2019-11-19
Add SwaggerUI
Claus Vium
2019-11-19
Move StartupWizard to ASP.NET Web Api
Claus Vium