Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #50903 from ↵ | Louis | 2025-02-25 | 2 | -1/+23 |
|\ | | | | | | | | | nextcloud/artonge/fix/min_age_rentention_files_versions fix(files_versions): Do not expire versions newer than min age | ||||
| * | fix(files_versions): Do not expire versions newer than min ageartonge/fix/min_age_rentention_files_versions | Louis Chemineau | 2025-02-19 | 2 | -1/+23 |
| | | | | | | | | | | | | | | | | The auto expire logic does not take into account the min retention age set by the admin. So versions were eagerly deleted. Fix https://github.com/nextcloud/server/issues/19791 Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | feat(files): allow to ignore warning to change file type | Ferdinand Thiessen | 2025-02-25 | 9 | -169/+423 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Missing pieces of https://github.com/nextcloud/server/issues/46528 * Add checkbox to not show this dialog again * Add user config as suggested by designers in files settings to reenable or diable this behavior. * Fix behavior of dialog: It says "keep .ext" but it does not keep the extension but cancels the operation. From the button label the user expects that the operation is continued but with the old extension. * Added more test coverage by adding component tests. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-25 | 4 | -2/+8 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-24 | 2 | -0/+4 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-24 | 148 | -698/+932 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #50958 from ↵ | Konstantin Myakshin | 2025-02-24 | 1 | -1/+5 |
|\ \ | | | | | | | | | | | | | nextcloud/bugfix/fix-not-found-exception-for-anonymous-users Fix: NotFoundException for anonymous users | ||||
| * | | Fix: NotFoundException for anonymous usersbugfix/fix-not-found-exception-for-anonymous-users | Kostiantyn Miakshyn | 2025-02-21 | 1 | -1/+5 |
| | | | | | | | | | | | | Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com> | ||||
* | | | Merge pull request #50957 from nextcloud/patch-14 | Ferdinand Thiessen | 2025-02-24 | 3 | -11/+11 |
|\ \ \ | | | | | | | | | fix: rename 'edit locally' to 'open locally' | ||||
| * | | | fix: rename 'edit locally' to 'open locally' | Jérôme Herbinet | 2025-02-21 | 3 | -11/+11 |
| |/ / | | | | | | | | | | | | | | | | Replace "Edit" by "Open" Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> | ||||
* | | | fix(admin_audit): Fix incorrect truncation of files path in admin audit logfix/fix-admin-audit-paths | Côme Chilliet | 2025-02-24 | 2 | -9/+9 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-24 | 36 | -20/+206 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #50927 from nextcloud/feat/setup-check-logging | Ferdinand Thiessen | 2025-02-23 | 4 | -0/+133 |
|\ \ \ | | | | | | | | | feat(setupcheck): check logging level for validity | ||||
| * | | | feat(setupcheck): check logging level for validityfeat/setup-check-logging | Ferdinand Thiessen | 2025-02-22 | 4 | -0/+133 |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-23 | 26 | -18/+38 |
|/ / / | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-22 | 58 | -46/+166 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | fix(ci): Update autoloaders | Christopher Ng | 2025-02-21 | 2 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | perf(files_reminders): Use in-memory cache | Christopher Ng | 2025-02-21 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | perf(files_reminders): Pre-cache directory | Christopher Ng | 2025-02-21 | 3 | -0/+61 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | chore(files_reminders): Remove unused find | Christopher Ng | 2025-02-21 | 1 | -10/+0 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | chore(files_reminders): Remove unused get | Christopher Ng | 2025-02-21 | 1 | -8/+0 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | perf(files_reminders): Reduce db queries on propfind | Christopher Ng | 2025-02-21 | 4 | -32/+76 |
|/ / | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | Merge pull request #50946 from nextcloud/bugfix/noid/fix-triple-dot-translation | John Molakvoæ | 2025-02-21 | 1 | -1/+1 |
|\ \ | | | | | | | fix(l10n): Fix triple dot in translation | ||||
| * | | fix(l10n): Fix triple dot in translation | Joas Schilling | 2025-02-21 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #50943 from nextcloud/fix/files-failed-node | John Molakvoæ | 2025-02-21 | 1 | -2/+22 |
|\ \ \ | |/ / |/| | | |||||
| * | | fix(files): handle failed node properly | skjnldsv | 2025-02-21 | 1 | -2/+22 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | Merge pull request #50053 from nextcloud/fix/noid/thudnerbird-addon-useragent | Stephan Orbaugh | 2025-02-21 | 1 | -8/+8 |
|\ \ \ | |/ / |/| | | fix: Change UserAgent to *cloud | ||||
| * | | fix: Change UserAgent to *cloudfix/noid/thudnerbird-addon-useragent | Johannes Endres | 2025-02-19 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | Co-authored-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: Johannes Endres <je@johannes-endres.de> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-21 | 150 | -268/+434 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #50918 from nextcloud/fix/map-sharee-information | Ferdinand Thiessen | 2025-02-20 | 2 | -1/+20 |
|\ \ \ | | | | | | | | | fix(files_sharing): Map sharee information for `shared-by-you` view | ||||
| * | | | fix(files_sharing): Map sharee information for `shared-by-you` view | Ferdinand Thiessen | 2025-02-20 | 2 | -1/+20 |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | fix(files_external): inline storage check improvements | skjnldsv | 2025-02-20 | 3 | -35/+45 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | | chore(files_external): add cypress tests for user credentials action | skjnldsv | 2025-02-20 | 2 | -3/+12 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | | fix(files_external): request strict password auth on credentials enter action | skjnldsv | 2025-02-20 | 1 | -2/+12 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | | Merge pull request #50711 from nextcloud/fix/reminder-node-access | Andy Scherzinger | 2025-02-20 | 2 | -6/+18 |
|\ \ \ \ | |/ / / |/| | | | fix(files_reminders): Only allow updating reminders if the file is accessible | ||||
| * | | | fix(lint): remove whitespacesfix/reminder-node-access | Andy Scherzinger | 2025-02-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
| * | | | fix(files_reminders): Check for node access when retrieving or removing ↵ | Christopher Ng | 2025-02-20 | 2 | -7/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | reminders Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | | fix(files_reminders): Only allow updating reminders if the file is accessible | Christopher Ng | 2025-02-20 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | | Merge pull request #50922 from nextcloud/fix/show-deleted-team-shares | Kate | 2025-02-20 | 1 | -1/+2 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | fix(files_sharing): Also list deleted team sharesfix/show-deleted-team-shares | Ferdinand Thiessen | 2025-02-20 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | Revert "fix(files): updateAll method" | skjnldsv | 2025-02-20 | 1 | -1/+1 |
|/ / / | | | | | | | | | | This reverts commit fbec19c0d7744e9be6ca0f86bd7808cf4f0e1a47. | ||||
* | | | refactor: Migrate nextcloud-vue usage to new import schema | Ferdinand Thiessen | 2025-02-20 | 171 | -506/+504 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Merge pull request #50818 from nextcloud/dependabot/npm_and_yarn/dompurify-3.2.4 | dependabot[bot] | 2025-02-20 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | fix(systemtags): Fix invalid dompurify import | Ferdinand Thiessen | 2025-02-20 | 1 | -2/+2 |
| |/ / | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* / / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-20 | 20 | -24/+40 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* / | fix(files): do not show extension warning for folders renamingfix/files-rename-folder | skjnldsv | 2025-02-19 | 1 | -3/+3 |
|/ | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-19 | 28 | -28/+172 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(files_sharing): Fix public share expiration being set when toggle is not ↵ | Christopher Ng | 2025-02-18 | 1 | -2/+7 |
| | | | | | | enabled Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Merge pull request #50779 from nextcloud/chore/mailer-tests | Ferdinand Thiessen | 2025-02-18 | 2 | -11/+25 |
|\ | | | | | test(Mailer): Align tests for mailer with stable30 | ||||
| * | test(Mailer): Align tests for mailer with stable30chore/mailer-tests | Josh | 2025-02-12 | 2 | -11/+25 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> |