index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Jellyfin.Api
/
Controllers
/
PackageController.cs
Age
Commit message (
Expand
)
Author
2024-04-26
Require elevation for plugin related endpoints
Niels van Velzen
2023-11-12
Move API policies to MediaBrowser.Common
Patrick Barron
2023-02-09
refactor: simplify authz
cvium
2023-02-02
Migrate to file-scoped namespaces
Shadowghost
2023-01-04
Fix all warnings in Jellyfin.Api (#9003)
Bond-009
2022-12-05
Replace == null with is null
Bond_009
2022-04-17
Merge pull request #7569 from crobibero/repo-auth
Joshua M. Boniface
2021-02-10
Create BaseItemKind enum
crobibero
2021-01-24
Mark non-nullable body as null
crobibero
2020-12-15
Changes as recommended.
Greenback
2020-12-15
Fixed repository listing
Greenback
2020-12-14
Mark plugin failure on DI Loop.
Greenback
2020-12-14
Delete plugin working.
Greenback
2020-12-14
Initial upload
Greenback
2020-12-01
Use Guid as API parameter type where possible
crobibero
2020-11-19
Initialial upload
Greenback
2020-11-15
Merge remote-tracking branch 'upstream/master' into dotnet-5
crobibero
2020-11-13
Fix nullability errors in Jellyfin.Api (part 1)
crobibero
2020-11-12
Change OPTIONS to POST and call SaveConfiguration
cvium
2020-09-26
Merge remote-tracking branch 'upstream/master' into package-install-repo
crobibero
2020-09-07
Fix api routes
crobibero
2020-09-07
Merge pull request #3899 from crobibero/plugin-install
Anthony Lavado
2020-09-06
merge all attributes
crobibero
2020-09-05
Make all FromRoute required
crobibero
2020-08-18
resolve merge conflicts
crobibero
2020-08-14
Install specific plugin version if requested
crobibero
2020-08-06
Apply fixes from review
crobibero
2020-08-04
Fix all route for base url support
crobibero
2020-07-20
changes from merge
crobibero
2020-06-27
Make all optional strings nullable
crobibero
2020-06-20
Add missing attributes, fix response codes, fix route parameter casing
crobibero
2020-06-18
Merge pull request #3357 from crobibero/api-authorization
David
2020-06-18
Remove nullable, add async task
crobibero
2020-06-16
Add Default authorization policy
crobibero
2020-06-12
Use Http status code 204 instead of 200
David
2020-05-19
Applying review suggestion to documentation
Bruce
2020-05-01
Updated documentation according to discussion in jellyfin#2872
Bruce
2020-04-25
Apply suggestions from code review
Bruce Coelho
2020-04-25
Update Jellyfin.Api/Controllers/PackageController.cs
Bruce Coelho
2020-04-25
PackageService to Jellyfin.API
Bruce