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
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
2020-06-22
Add missing authorization policies
David
2020-06-21
Update Jellyfin.Api/Controllers/PluginsController.cs
Cody Robibero
2020-06-21
Update Jellyfin.Api/Controllers/PluginsController.cs
Cody Robibero
2020-06-20
Add missing attributes, fix response codes, fix route parameter casing
crobibero
2020-06-19
Convert pragma to supresswarning
crobibero
2020-06-18
Remove nullable, add async task
crobibero
2020-06-09
Move PluginService to Jellyfin.Api
crobibero