Feat: Live thumbnails for office files
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m26s
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m26s
This commit is contained in:
parent
b80abdbefb
commit
80d60d540a
10 changed files with 244 additions and 106 deletions
|
|
@ -40,8 +40,6 @@ func (h *SettingsHandler) UpdateSettings(c *fiber.Ctx) error {
|
|||
|
||||
allowedKeys := map[string]bool{
|
||||
"theme": true,
|
||||
"thumbnail_images": true,
|
||||
"thumbnail_videos": true,
|
||||
"trash_auto_purge_days": true,
|
||||
"pinned_sidebar_expanded": true,
|
||||
"pinned_order": true,
|
||||
|
|
|
|||
Reference in a new issue