aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/PluginsController.cs
AgeCommit message (Collapse)Author
2020-11-21Remove UTF8 bom from some filesBond_009
2020-09-07Fix api routescrobibero
2020-09-06merge all attributescrobibero
2020-09-05Make all FromRoute requiredcrobibero
2020-08-25bump System.Text.Jsoncrobibero
2020-08-06Apply fixes from reviewcrobibero
2020-08-04Fix all route for base url supportcrobibero
2020-07-14Move field to the controllerDavid
2020-07-12Fix parsingDavid
2020-06-27Make all optional strings nullablecrobibero
2020-06-24remove unused parameterscrobibero
2020-06-22Add missing authorization policiesDavid
2020-06-21Update Jellyfin.Api/Controllers/PluginsController.csCody Robibero
Co-authored-by: David <davidullmer@outlook.de>
2020-06-21Update Jellyfin.Api/Controllers/PluginsController.csCody Robibero
Co-authored-by: David <davidullmer@outlook.de>
2020-06-20Add missing attributes, fix response codes, fix route parameter casingcrobibero
2020-06-19Convert pragma to supresswarningcrobibero
2020-06-18Remove nullable, add async taskcrobibero
2020-06-09Move PluginService to Jellyfin.Apicrobibero