Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(files): use the correct theming instance name from capabilities to set ↵ | Julien Veyssier | 2025-06-05 | 1 | -1/+1 |
| | | | | | | the page title Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-05 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(files): highlight previous folder on history up | skjnldsv | 2025-06-03 | 1 | -0/+62 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-03 | 78 | -152/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-02 | 2 | -0/+18 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | test: adjust unit tests for updated library | Ferdinand Thiessen | 2025-06-01 | 1 | -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.0 | Ferdinand Thiessen | 2025-06-01 | 1 | -0/+4 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-01 | 2 | -0/+24 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-31 | 4 | -20/+402 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | test: Migrate files apptests/noid/federated-file-sharing | Joas Schilling | 2025-05-29 | 12 | -200/+138 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-29 | 88 | -166/+168 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(files): do nothing if `view local` dialog was just closed | Ferdinand Thiessen | 2025-05-29 | 1 | -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_copy | Jonas | 2025-05-28 | 1 | -1/+9 |
|\ | | | | | fix(node): emit hooks on `Node::copy()` | ||||
| * | fix(SyncLivePhotosListener): Don't handle copy event emitted from usfix/emit_hooks_on_copy | Jonas | 2025-05-27 | 1 | -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 Transifex | Nextcloud bot | 2025-05-28 | 4 | -28/+30 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #53120 from nextcloud/background-scan-eq | Benjamin Gaussorgues | 2025-05-27 | 1 | -3/+3 |
|\ | |||||
| * | perf: improve query to determine which users need a background scanbackground-scan-eq | Robin Appelman | 2025-05-26 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-27 | 34 | -0/+94 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-23 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-21 | 98 | -1268/+376 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-20 | 98 | -98/+132 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore: update open api spec | Elizabeth Danzberger | 2025-05-19 | 2 | -0/+75 |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | ||||
* | feat: only load template fields when requested | Elizabeth Danzberger | 2025-05-19 | 4 | -4/+34 |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | ||||
* | Merge pull request #52901 from nextcloud/chore/remove-dead-code-files | Kate | 2025-05-19 | 2 | -139/+0 |
|\ | |||||
| * | chore(files): remove dead code from files helper | Ferdinand Thiessen | 2025-05-16 | 2 | -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 Transifex | Nextcloud bot | 2025-05-19 | 6 | -0/+38 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-18 | 6 | -0/+56 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-17 | 16 | -0/+86 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | chore: remove files file templates deprecated since v18 and provided by ↵chore/remove-files-templates | Ferdinand Thiessen | 2025-05-16 | 1 | -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 Transifex | Nextcloud bot | 2025-05-16 | 12 | -0/+36 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | feat(files): show readable mime if available | John Molakvoæ (skjnldsv) | 2025-05-15 | 1 | -0/+20 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-15 | 96 | -22/+228 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | refactor: Extend rector to core/refactor/rector-core | provokateurin | 2025-05-15 | 2 | -8/+6 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore(files): adjust renaming action comment | John Molakvoæ | 2025-05-14 | 1 | -0/+2 |
| | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
* | fix(files): hide mime column by default | John Molakvoæ | 2025-05-14 | 1 | -1/+1 |
| | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
* | fix(files): refresh Node data on extension change | John Molakvoæ (skjnldsv) | 2025-05-14 | 1 | -1/+7 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | feat(files): allow showing file type (mime) column | John Molakvoæ (skjnldsv) | 2025-05-14 | 8 | -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 false | John Molakvoæ (skjnldsv) | 2025-05-14 | 1 | -0/+12 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Merge pull request #52378 from nextcloud/transfer-external-storage | Robin Appelman | 2025-05-14 | 2 | -17/+108 |
|\ | | | | | feat: add option to include external storage when transfering files | ||||
| * | fix: handle transfering the root of a mountpointtransfer-external-storage | Robin Appelman | 2025-05-07 | 1 | -17/+28 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | feat: add option to include external storage when transfering files | Robin Appelman | 2025-05-07 | 2 | -15/+95 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-14 | 30 | -88/+36 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | feat(FilenameValidator): allow to sanitize filenamesfeat/ocp-sanitize-filenames | Ferdinand Thiessen | 2025-05-13 | 1 | -34/+16 |
| | | | | | | | | | | | | Share the filename sanitizing with the OCP filename validator. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-13 | 18 | -2/+26 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-12 | 26 | -26/+0 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | chore(i18n): Adapted spelling of product name "Windows" | rakekniven | 2025-05-11 | 1 | -1/+1 |
| | | | | | | | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-11 | 10 | -6/+46 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-10 | 4 | -12/+12 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-09 | 4 | -0/+20 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-08 | 4 | -2/+10 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |