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
2025-08-06
Revert "Merge pull request #13604 from Jxiced/master"
Bond_009
2025-08-03
Merge branch 'master' into master
Joshua M. Boniface
2025-04-12
Remove the hashed password from startup users response (#13904)
Bill Thornton
2025-04-11
Add ServerName to startup configuration
Bill Thornton
2025-02-23
Move throw into interface to use in wizard, check for null and invalid username.
Jxiced
2025-01-25
Remove the ability to auto port forward (#13222)
Bond-009
2023-11-12
Move API policies to MediaBrowser.Common
Patrick Barron
2023-11-12
Move network configuration to MediaBrowser.Common
Patrick Barron
2023-05-26
do not allow empty admin password during wizard
cvium
2023-02-02
Migrate to file-scoped namespaces
Shadowghost
2022-12-05
Replace != null with is not null
Bond_009
2021-11-24
Create a store key constant for network
cvium
2021-03-06
Enable nullable for Jellyfin.Data and remove unnecessary attributes
Patrick Barron
2020-10-08
Moved all settings across to network.xml
Greenback
2020-09-30
Minor change to get it to compile.
Jim Cartlidge
2020-08-20
Conver all remaining form request to body
crobibero
2020-08-03
fix openapi validation errors
crobibero
2020-08-03
Merge remote-tracking branch 'upstream/master' into api-migration
crobibero
2020-07-22
Make CreateUser async
Bond_009
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