aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/StartupController.cs
AgeCommit message (Expand)Author
2025-08-03Merge branch 'master' into masterJoshua M. Boniface
2025-04-12Remove the hashed password from startup users response (#13904)Bill Thornton
2025-04-11Add ServerName to startup configurationBill Thornton
2025-02-23Move throw into interface to use in wizard, check for null and invalid username.Jxiced
2025-01-25Remove the ability to auto port forward (#13222)Bond-009
2023-11-12Move API policies to MediaBrowser.CommonPatrick Barron
2023-11-12Move network configuration to MediaBrowser.CommonPatrick Barron
2023-05-26do not allow empty admin password during wizardcvium
2023-02-02Migrate to file-scoped namespacesShadowghost
2022-12-05Replace != null with is not nullBond_009
2021-11-24Create a store key constant for networkcvium
2021-03-06Enable nullable for Jellyfin.Data and remove unnecessary attributesPatrick Barron
2020-10-08Moved all settings across to network.xmlGreenback
2020-09-30Minor change to get it to compile.Jim Cartlidge
2020-08-20Conver all remaining form request to bodycrobibero
2020-08-03fix openapi validation errorscrobibero
2020-08-03Merge remote-tracking branch 'upstream/master' into api-migrationcrobibero
2020-07-22Make CreateUser asyncBond_009
2020-07-20Merge remote-tracking branch 'upstream/master' into api-migration-mergecrobibero
2020-06-27Make all optional strings nullablecrobibero
2020-06-27use constructor to set optimal config valuesdkanada
2020-06-14Merge remote-tracking branch 'upstream/master' into HEADcrobibero
2020-06-12Use Http status code 204 instead of 200David
2020-06-09Fix startup wizard.Patrick Barron
2020-06-02Add second endpoint for Startup/Usercrobibero
2020-05-17apply doc suggestionscrobibero
2020-05-12Initial migration codePatrick Barron
2020-04-29Fix docscrobibero
2020-04-29Add response code descriptionscrobibero
2020-04-23Apply suggestionscrobibero
2020-04-21move to ActionResult<T>crobibero
2020-04-21Convert StartupController to IActionResultcrobibero
2020-01-08Fix build and address commentsBond_009
2019-11-24Fix more review commentsClaus Vium
2019-11-24Move appbuilder and service collection to Jellyfin.ServerClaus Vium
2019-11-23Add style rules and fix it allClaus Vium
2019-11-23Split a long lineClaus Vium
2019-11-23Add authentication and remove versioningClaus Vium
2019-11-19Add SwaggerUIClaus Vium
2019-11-19Move StartupWizard to ASP.NET Web ApiClaus Vium