summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* feat(files): Update openapi specChristopher Ng2024-08-013-1/+104
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* test(files): Fix ApiController testChristopher Ng2024-08-011-1/+16
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files): Allow toggling folder treeChristopher Ng2024-08-013-1/+18
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(files): Fix root crumb not marking navigation entry as activeChristopher Ng2024-08-011-0/+7
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat: Navigate via folder treeChristopher Ng2024-08-019-98/+469
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files): Support setting view config for complex idsChristopher Ng2024-08-012-1/+8
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files): Implement endpoint to retrieve a user's folder treeChristopher Ng2024-08-012-25/+95
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #46807 from nextcloud/refactor/files/security-attributesKate2024-08-017-73/+56
|\
| * refactor(files): Replace security annotations with respective attributesprovokateurin2024-07-277-73/+56
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | fix(files): Correctly create Nodes from WebDAV result in "recent"-viewFerdinand Thiessen2024-08-012-13/+14
| | | | | | | | | | | | | | The recent search works on a different remote URL so the source of the files were wrong, because the remote url was included twice in the source. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #45950 from nextcloud/chore/remove-depreacted-searchAndy Scherzinger2024-08-011-7/+0
|\ \ | | | | | | chore: Remove deprecated legacy search backend
| * | chore: Remove deprecated legacy search backendJulius Härtl2024-08-011-7/+0
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | fix(files): empty folder pending sizeskjnldsv2024-08-011-2/+2
|/ / | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | refactor(files): Resort imports and fix doc commentFerdinand Thiessen2024-08-013-12/+19
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | refactor(files): Migrate logger util to TypescriptFerdinand Thiessen2024-08-0123-23/+22
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(files): Add missing directory variable to error messageFerdinand Thiessen2024-08-011-1/+3
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(files): Provide file actions from list entry to make it reactiveFerdinand Thiessen2024-08-016-74/+89
| | | | | | | | | | | | | | | | This fixes non reactive default action text of the name component. Also use download action as default action so that only one place is needed to define how to download a file. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(files): Add missing `emptyView` handlingFerdinand Thiessen2024-07-311-26/+54
| | | | | | | | | | | | | | | | | | The interface provides this option but it was never implemented. This feature of being able to render a custom empty view message is needed for public file drops to properly show the terms of service. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #46913 from nextcloud/fix/menu-orderFerdinand Thiessen2024-07-311-2/+2
|\ \ | | | | | | fix: template folder and file request menu order
| * | fix(files): fix template folder and file request menu orderskjnldsv2024-07-311-2/+2
| | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | fix(files): do not show legacy `edit locally` action on public pagesskjnldsv2024-07-311-1/+1
|/ / | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Merge pull request #46897 from nextcloud/fix/missing-templateFerdinand Thiessen2024-07-311-0/+35
|\ \ | | | | | | revert: chore(files): cleanup old templates
| * | revert: chore(files): cleanup old templatesFerdinand Thiessen2024-07-311-0/+35
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix: Adjust tests for editLocallyActionfenn-cs2024-07-312-11/+34
| | | | | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | feat(editLocallyAction): Handle possible no local client scenariofenn-cs2024-07-311-3/+54
| | | | | | | | | | | | | | | | | | Resolves: https://github.com/nextcloud/server/issues/46438 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | fix(files): Set container for file list actionsFerdinand Thiessen2024-07-311-0/+1
| | | | | | | | | | | | | | | | | | This is needed to ensure the actions are rendered below dialogs which will have the body as the container. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #46895 from nextcloud/fix/template-fillerJohn Molakvoæ2024-07-311-4/+2
|\ \ \
| * | | fix: Go back to template picker if template filler closedElizabeth Danzberger2024-07-301-2/+1
| | | | | | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
| * | | fix: Template filler shows only if template has fieldsElizabeth Danzberger2024-07-301-2/+1
| |/ / | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* / / Fix(l10n): Update translations from TransifexNextcloud bot2024-07-314-0/+54
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(files_sharing): Make account file filter consistent have designFerdinand Thiessen2024-07-302-1/+11
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | chore(files_sharing): refactor Share model to tsskjnldsv2024-07-302-8/+7
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(files): correctly shrink breadcrumbs barRaimund Schlüßler2024-07-301-0/+1
| | | | | | Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-3012-8/+60
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | chore: fix some commentswithbest2024-07-291-1/+1
| | | | | | | | Signed-off-by: withbest <seekseat@outlook.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-2912-0/+22
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-2864-124/+306
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): always ask for confirmation if trashbin app is disabledskjnldsv2024-07-274-122/+345
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-2798-486/+764
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): Ensure scrolled file list does not leak through file filtersFerdinand Thiessen2024-07-261-1/+11
| | | | | | | 1. when scrolling the file list should not be visible behind the filters 2. on mobile we need to remove the padding of the filters to ensure they are accessible Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Correctly validate new node nameFerdinand Thiessen2024-07-262-170/+115
| | | | | | | | | | | * Resolves https://github.com/nextcloud/server/issues/45409 This includes two fixes: 1. The name in the "new node" dialog is correctly selected (e.g. `file.txt` only `file` is selected by default), to allow quick naming 2. `@nextcloud/files` functions for filename validation are used, this allows to use new Nextcloud 30 capabilities (e.g. reserved names) Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-2696-672/+1786
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #45708 from nextcloud/feat/files-filtersFerdinand Thiessen2024-07-2522-152/+1055
|\ | | | | feat(files): Implement files list filters
| * test: Add cypress tests for file list filteringFerdinand Thiessen2024-07-253-35/+40
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * refactor: Make route parameters accessible using composables to reuseFerdinand Thiessen2024-07-256-46/+82
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * feat(files): Implement files list filters for name, modified time and typeFerdinand Thiessen2024-07-2519-116/+908
| | | | | | | | | | Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * feat(files): Allow to add file list filtersFerdinand Thiessen2024-07-256-68/+138
| | | | | | | | | | | | | | This adds sticky file list filters above the file list. Those filters are used to filter the directory content and thus filter the file list. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #46672 from nextcloud/fix/preview-invalid-idAndy Scherzinger2024-07-252-0/+16
|\ \ | |/ |/| Avoid using partial file info as valid one
| * fix: Ignore preview requests for invalid file idsJulius Härtl2024-07-222-0/+16
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | fix(files): Use `@nextcloud/files` filename validation to show more detailsFerdinand Thiessen2024-07-252-61/+70
| | | | | | | | | | | | | | This will enable showing more details what exactly is wrong with the filename. Especially with the new capabilities introduced with Nextcloud 30. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>