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
/
DisplayPreferencesController.cs
Age
Commit message (
Expand
)
Author
2020-12-20
Return dashboardTheme when requesting DisplayPreferences
crobibero
2020-12-11
fix typo
Nyanmisaka
2020-12-10
fix landing screen options
nyanmisaka
2020-12-04
Use md5 Guid for legacy compat
crobibero
2020-12-04
Add ItemId to all display preferences
crobibero
2020-12-04
Use DisplayPreferencesId as ItemId
crobibero
2020-12-03
Fix existing DisplayPreferences migration
crobibero
2020-12-03
Suggestion from review
crobibero
2020-12-03
Add support for custom item display preferences
crobibero
2020-11-02
Save new display preferences
cvium
2020-09-09
Remove nullable from required
crobibero
2020-09-07
fix attribute spacing
crobibero
2020-09-07
Fix api routes
crobibero
2020-09-06
merge all attributes
crobibero
2020-09-05
Make all FromRoute required
crobibero
2020-08-08
Make DisplayPreferencesManager scoped
Patrick Barron
2020-08-06
Apply fixes from review
crobibero
2020-08-03
fix merge conflicts
crobibero
2020-06-27
Make all optional strings nullable
crobibero
2020-06-22
Add missing authorization policies
David
2020-06-21
Update Jellyfin.Api/Controllers/DisplayPreferencesController.cs
Cody Robibero
2020-06-20
Add missing attributes, fix response codes, fix route parameter casing
crobibero
2020-06-19
remove #nullable
crobibero
2020-06-01
Remove invalid docs and null check
crobibero
2020-05-19
Clean UpdateDisplayPreferences endpoint
crobibero
2020-05-02
Update endpoint docs
crobibero
2020-04-23
Fix Authorize attributes
crobibero
2020-04-23
Remove unneeded Ok calls.
crobibero
2020-04-21
move to ActionResult<T>
crobibero
2020-04-21
Remove exception handler
crobibero
2020-04-19
remove todo
crobibero
2020-04-19
Fix missing attributes
crobibero
2020-04-19
Fix saving DisplayPreferences
crobibero
2020-04-19
Fix build & runtime errors
crobibero
2020-04-19
Move DisplayPreferences to Jellyfin.Api
crobibero
2020-04-19
Add DisplayPreferencesController
crobibero