- code review

- frontend build
This commit is contained in:
Peter Papp
2020-12-12 10:31:22 +01:00
parent e9d2f4bacc
commit c7abcce729
72 changed files with 953 additions and 388 deletions
+1
View File
@@ -199,6 +199,7 @@ class User extends Authenticatable
$sort = strtolower(request()->input('sort'));
$direction = strtolower(request()->input('direction'));
// TODO: pozor pozor tu by sme mali pouzit sortable(), tak ako si pouzil v BrowseController
return FileManagerFolder::with(['folders.shared', 'shared:token,id,item_id,permission,protected,expire_in'])
->where('parent_id', 0)
->where('user_id', $this->id)