aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/PackageController.cs
AgeCommit message (Collapse)Author
2021-02-21Merge pull request #5099 from crobibero/non-required-query-paramClaus Vium
(cherry picked from commit e5828cdbf179181f7f891f79637da8819db6de12) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-31Merge pull request #4709 from BaronGreenback/PluginDowngradeJoshua M. Boniface
(cherry picked from commit 406ae3e43a20216292c554151fa2d0e2a09edfa3) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-01Use Guid as API parameter type where possiblecrobibero
2020-11-19Initialial uploadGreenback
2020-11-15Merge remote-tracking branch 'upstream/master' into dotnet-5crobibero
2020-11-13Fix nullability errors in Jellyfin.Api (part 1)crobibero
2020-11-12Change OPTIONS to POST and call SaveConfigurationcvium
2020-09-26Merge remote-tracking branch 'upstream/master' into package-install-repocrobibero
2020-09-07Fix api routescrobibero
2020-09-07Merge pull request #3899 from crobibero/plugin-installAnthony Lavado
Install specific plugin version if requested
2020-09-06merge all attributescrobibero
2020-09-05Make all FromRoute requiredcrobibero
2020-08-18resolve merge conflictscrobibero
2020-08-14Install specific plugin version if requestedcrobibero
2020-08-06Apply fixes from reviewcrobibero
2020-08-04Fix all route for base url supportcrobibero
2020-07-20changes from mergecrobibero
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-05-19Applying review suggestion to documentationBruce
2020-05-01Updated documentation according to discussion in jellyfin#2872Bruce
2020-04-25Apply suggestions from code reviewBruce Coelho
Co-Authored-By: Cody Robibero <cody@robibe.ro>
2020-04-25Update Jellyfin.Api/Controllers/PackageController.cs Bruce Coelho
Applying requested changes to PackageController Co-Authored-By: Cody Robibero <cody@robibe.ro>
2020-04-25PackageService to Jellyfin.APIBruce