aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/ConfigurationController.cs
AgeCommit message (Collapse)Author
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-05-05Enable nullable reference types for MediaBrowser.CommonBond_009
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2020-09-09Merge remote-tracking branch 'upstream/master' into bad-routecrobibero
2020-09-07Fix api routescrobibero
2020-09-06Merge remote-tracking branch 'upstream/master' into api-stream-returncrobibero
2020-09-06merge all attributescrobibero
2020-09-05Make all FromRoute requiredcrobibero
2020-09-01Set openapi schema type to file where possiblecrobibero
2020-08-20Conver all remaining form request to bodycrobibero
2020-08-06Apply fixes from reviewcrobibero
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
Add Authorization handlers
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