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
/
DashboardController.cs
Age
Commit message (
Collapse
)
Author
2024-04-26
Require elevation for plugin related endpoints
Niels van Velzen
2023-02-09
refactor: simplify authz
cvium
2023-02-02
Migrate to file-scoped namespaces
Shadowghost
2022-12-05
Replace == null with is null
Bond_009
2022-03-18
Add authorization attribute to GetConfigurationPages
Niels van Velzen
2021-10-03
Fix warning: The nullable warning suppression expression is redundant (#2149)
KonH
2021-03-05
100% branch coverage for DashboardController
Bond_009
2021-02-22
Fix tests
Bond_009
2021-02-22
Add tests for DashboardController
Bond_009
2021-02-10
Create BaseItemKind enum
crobibero
2021-01-15
Remoed configurationPageType
BaronGreenback
2021-01-12
Removal of IPluginConfigurationPage
BaronGreenback
2020-12-14
Initial upload
Greenback
2020-11-21
Remove UTF8 bom from some files
Bond_009
2020-09-04
Merge remote-tracking branch 'upstream/master' into api-stream-return
crobibero
2020-09-02
Specify image file return for GetItemImage2
crobibero
2020-09-02
Properly host static files and set base url
crobibero
2020-09-01
Simplify file returns
crobibero
2020-09-01
Set openapi schema type to file where possible
crobibero
2020-08-09
Use GetEncodedPathAndQuery since ASP.NET Request.Path does not contain query ↵
cvium
parameters
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-24
remove unused parameters
crobibero
2020-06-21
Update Jellyfin.Api/Controllers/DashboardController.cs
David
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-06-21
Add try catch block
David
2020-06-21
Fix suggestions
David
2020-06-20
Move DashboardController to Jellyfin.Api
David