summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-124-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47157 from nextcloud/perf/prevent-extra-requestsPytal2024-08-101-6/+3
|\ | | | | perf(files): Prevent extraneous requests when tree children are loading
| * perf(files): Prevent extraneous requests when tree children are loadingChristopher Ng2024-08-091-6/+3
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-1020-0/+82
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): trim names on new node creationskjnldsv2024-08-093-7/+11
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(files): Disable tags editing for shared files/folders with view only ↵Konstantin Myakshin2024-08-092-0/+2
| | | | | | permission Signed-off-by: Konstantin Myakshin <molodchick@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-098-30/+92
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat: Load limited depth treeChristopher Ng2024-08-085-33/+101
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files): Add getter for all view configsChristopher Ng2024-08-081-0/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* perf(files): Remove redundant call to get navigationChristopher Ng2024-08-081-1/+0
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files): Update openapiChristopher Ng2024-08-083-28/+93
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files): Allow specifying path and depth for returned folder treeChristopher Ng2024-08-081-44/+37
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-082-0/+70
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): file name and header sort buttons alignmentsskjnldsv2024-08-072-2/+3
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(files): use `files:config:updated` to monitor user config changeskjnldsv2024-08-072-4/+2
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-072-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-0612-0/+88
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-058-0/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-046-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): When redirecting to a file (internal link) then it should open ↵Ferdinand Thiessen2024-08-031-0/+2
| | | | | | by default Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): `openfile` is set on the query not as a paramFerdinand Thiessen2024-08-031-2/+5
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-0362-62/+254
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): show folder sharing overlay on received sharesskjnldsv2024-08-021-0/+2
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(files): Minimize `min-height` of dialog formjulia.kirschenheuter2024-08-021-1/+1
| | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #46963 from nextcloud/fix/move-copy-errorJohn Molakvoæ2024-08-021-13/+32
|\
| * fix(files): cancel move-copy action should not be handled as an errorFerdinand Thiessen2024-08-011-13/+32
| | | | | | | | | | | | | | Instead we should just show an information message why the file is not moved / copied. 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-08-0290-172/+400
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* 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>