- Folder tree in navigator now has correct ordering with folder list in file view

- added translation to alert popup
- SCOUT_QUEUE default to true
This commit is contained in:
Peter Papp
2020-12-05 11:18:37 +01:00
parent 77e29852a5
commit 08bf6654fc
7 changed files with 244 additions and 230 deletions

View File

@@ -198,6 +198,7 @@ class User extends Authenticatable
return FileManagerFolder::with(['folders.shared', 'shared:token,id,item_id,permission,protected,expire_in'])
->where('parent_id', 0)
->where('user_id', $this->id)
->orderByDesc('created_at')
->get();
}