aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/ConfigurationController.cs
AgeCommit message (Expand)Author
2020-07-14Move field to the controllerDavid
2020-07-12Fix parsingDavid
2020-06-27Make all optional strings nullablecrobibero
2020-06-20Add missing attributes, fix response codes, fix route parameter casingcrobibero
2020-06-18Merge pull request #3357 from crobibero/api-authorizationDavid
2020-06-18Remove nullable, add async taskcrobibero
2020-06-16Add Default authorization policycrobibero
2020-06-12Use Http status code 204 instead of 200David
2020-06-01Switch Config controller to System.Text.Jsoncrobibero
2020-05-19update xml docscrobibero
2020-04-23Fix Authorize attributescrobibero
2020-04-22Move ConfigurationService to Jellyfin.Apicrobibero