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
/
PluginsController.cs
Age
Commit message (
Expand
)
Author
2024-08-25
Backport pull request #12490 from jellyfin/release-10.9.z
nielsvanvelzen
2024-04-26
Require elevation for plugin related endpoints
Niels van Velzen
2023-11-12
Move API policies to MediaBrowser.Common
Patrick Barron
2023-04-01
Use MinBy and MaxBy
Stepan Goremykin
2023-02-09
refactor: simplify authz
cvium
2023-02-02
Cleanup imports
Shadowghost
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 not null
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2022-02-28
Remove obsolete code for premium plugins
Bond_009
2021-12-20
Use our own Contains extension
cvium
2021-11-16
Remove unused dependencies
cvium
2021-06-19
Move non-jellyfin extensions to separate project
Bond_009
2021-05-05
Code Clean up: Convert to null-coalescing operator ?? (#5845)
BaronGreenback
2021-04-17
Remove unused using directives
BaronGreenback
2021-03-13
FxCop -> Net Analyzers (part 2)
Bond_009
2021-02-12
remove deprecated settings from server config
dkanada
2021-02-10
Create BaseItemKind enum
crobibero
2020-12-23
Changes as requested
BaronGreenback
2020-12-18
Renamed to ImagePath
Greenback
2020-12-18
Update Jellyfin.Api/Controllers/PluginsController.cs
BaronGreenback
2020-12-18
Update Jellyfin.Api/Controllers/PluginsController.cs
BaronGreenback
2020-12-16
Corrections as recommended.
Greenback
2020-12-16
Change json default settings.
Greenback
2020-12-15
Replaced TryGetPlugin with GetPlugin
Greenback
2020-12-15
remove attribute
Greenback
2020-12-15
Update Jellyfin.Api/Controllers/PluginsController.cs
BaronGreenback
2020-12-15
Update Jellyfin.Api/Controllers/PluginsController.cs
BaronGreenback
2020-12-15
Update Jellyfin.Api/Controllers/PluginsController.cs
BaronGreenback
2020-12-15
Update Jellyfin.Api/Controllers/PluginsController.cs
BaronGreenback
2020-12-15
Update Jellyfin.Api/Controllers/PluginsController.cs
BaronGreenback
2020-12-15
Changed as suggested.
Greenback
2020-12-15
Suggested changes.
Greenback
2020-12-15
Update Jellyfin.Api/Controllers/PluginsController.cs
BaronGreenback
2020-12-15
Update Jellyfin.Api/Controllers/PluginsController.cs
BaronGreenback
2020-12-15
Update Jellyfin.Api/Controllers/PluginsController.cs
BaronGreenback
2020-12-14
Delete plugin working.
Greenback
2020-12-14
Initial upload
Greenback
2020-11-21
Remove UTF8 bom from some files
Bond_009
2020-09-07
Fix api routes
crobibero
2020-09-06
merge all attributes
crobibero
2020-09-05
Make all FromRoute required
crobibero
2020-08-25
bump System.Text.Json
crobibero
2020-08-06
Apply fixes from review
crobibero
2020-08-04
Fix all route for base url support
crobibero
2020-07-14
Move field to the controller
David
2020-07-12
Fix parsing
David
2020-06-27
Make all optional strings nullable
crobibero
2020-06-24
remove unused parameters
crobibero
[next]