aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/views/files.ts
Commit message (Collapse)AuthorAgeFilesLines
* feat(files): search locally in the background while filtering by nameFerdinand Thiessen2025-07-071-0/+34
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(files): allow to configure default viewFerdinand Thiessen2025-07-041-4/+7
| | | | | | | | This allows to configure which view should be the default ("start view") in the files app, currently either "all files" or "personal files". But it might be extended to the new home view in the future. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(files): add `search` viewFerdinand Thiessen2025-07-011-2/+7
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-291-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore: use Navigation from `@nextcloud/files`John Molakvoæ2023-08-231-5/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(files): add Headers, remove legacy methods and cleanupJohn Molakvoæ2023-08-171-2/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(f2v): migrate FilesJohn Molakvoæ2023-08-171-0/+42
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>