aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/ConfigurationController.cs
AgeCommit message (Expand)Author
2024-03-28fix: disable api endpoint for ffmpeg path for security (#11225)gnattu
2023-11-12Move API policies to MediaBrowser.CommonPatrick Barron
2023-02-09refactor: simplify authzcvium
2023-02-02Migrate to file-scoped namespacesShadowghost
2022-12-05Replace == null with is nullBond_009
2022-09-11Require properly typed ActionResult<T> (#8382)Cody Robibero
2022-04-17Merge pull request #7561 from DMouse10462/named-config-api-fixCody Robibero
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
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