aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* fix(files): use the correct theming instance name from capabilities to set ↵Julien Veyssier2025-06-051-1/+1
| | | | | | the page title Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-052-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): highlight previous folder on history upskjnldsv2025-06-031-0/+62
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-0378-152/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-022-0/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* test: adjust unit tests for updated libraryFerdinand Thiessen2025-06-011-26/+35
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* docs: update openAPI extracted filesdependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.7.0Ferdinand Thiessen2025-06-011-0/+4
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-012-0/+24
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-314-20/+402
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* test: Migrate files apptests/noid/federated-file-sharingJoas Schilling2025-05-2912-200/+138
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-2988-166/+168
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): do nothing if `view local` dialog was just closedFerdinand Thiessen2025-05-291-66/+73
| | | | | | | | | | | | | | | We try to open a file in the Nextcloud client. If this fails a dialog is shown with 3 options: 1. Retry: If it fails no further dialog is shown. 2. Open online: The viewer is used to open the file. 3. Close the dialog and nothing happens (abort). This correctly implements 3 and also adds some comments + order file in reading order (using `function` instead of arrow functions allows this easily). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #52996 from nextcloud/fix/emit_hooks_on_copyJonas2025-05-281-1/+9
|\ | | | | fix(node): emit hooks on `Node::copy()`
| * fix(SyncLivePhotosListener): Don't handle copy event emitted from usfix/emit_hooks_on_copyJonas2025-05-271-1/+9
| | | | | | | | | | | | | | Running $peerFile->copy() causes a second BeforeNodeCopiedEvent now, which we don't want to handle. Signed-off-by: Jonas <jonas@freesources.org>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-284-28/+30
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #53120 from nextcloud/background-scan-eqBenjamin Gaussorgues2025-05-271-3/+3
|\
| * perf: improve query to determine which users need a background scanbackground-scan-eqRobin Appelman2025-05-261-3/+3
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-2734-0/+94
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-232-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-2198-1268/+376
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-2098-98/+132
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: update open api specElizabeth Danzberger2025-05-192-0/+75
| | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* feat: only load template fields when requestedElizabeth Danzberger2025-05-194-4/+34
| | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* Merge pull request #52901 from nextcloud/chore/remove-dead-code-filesKate2025-05-192-139/+0
|\
| * chore(files): remove dead code from files helperFerdinand Thiessen2025-05-162-139/+0
| | | | | | | | | | | | | | Its not used anywhere and uses deprecated / legacy API. Lets remove 🧹 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-196-0/+38
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-186-0/+56
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-1716-0/+86
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | chore: remove files file templates deprecated since v18 and provided by ↵chore/remove-files-templatesFerdinand Thiessen2025-05-161-8/+0
|/ | | | | | | | | | | richdocuments - leftover from https://github.com/nextcloud/server/pull/17559 - The file templates are already provided in a non-deprecated way by richdocuments. - The template manager used here is deprecated for 14 versions now... Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-1612-0/+36
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat(files): show readable mime if availableJohn Molakvoæ (skjnldsv)2025-05-151-0/+20
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-1596-22/+228
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* refactor: Extend rector to core/refactor/rector-coreprovokateurin2025-05-152-8/+6
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore(files): adjust renaming action commentJohn Molakvoæ2025-05-141-0/+2
| | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* fix(files): hide mime column by defaultJohn Molakvoæ2025-05-141-1/+1
| | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* fix(files): refresh Node data on extension changeJohn Molakvoæ (skjnldsv)2025-05-141-1/+7
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* feat(files): allow showing file type (mime) columnJohn Molakvoæ (skjnldsv)2025-05-148-1/+77
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* fix(files): do not even try to fetch a preview if èhas-preview` is falseJohn Molakvoæ (skjnldsv)2025-05-141-0/+12
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #52378 from nextcloud/transfer-external-storageRobin Appelman2025-05-142-17/+108
|\ | | | | feat: add option to include external storage when transfering files
| * fix: handle transfering the root of a mountpointtransfer-external-storageRobin Appelman2025-05-071-17/+28
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * feat: add option to include external storage when transfering filesRobin Appelman2025-05-072-15/+95
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-1430-88/+36
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | feat(FilenameValidator): allow to sanitize filenamesfeat/ocp-sanitize-filenamesFerdinand Thiessen2025-05-131-34/+16
| | | | | | | | | | | | Share the filename sanitizing with the OCP filename validator. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-1318-2/+26
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-1226-26/+0
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | chore(i18n): Adapted spelling of product name "Windows"rakekniven2025-05-111-1/+1
| | | | | | | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-1110-6/+46
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-104-12/+12
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-094-0/+20
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-084-2/+10
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>