aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #50903 from ↵Louis2025-02-252-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_versionsLouis Chemineau2025-02-192-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 typeFerdinand Thiessen2025-02-259-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 TransifexNextcloud bot2025-02-254-2/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-242-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-24148-698/+932
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #50958 from ↵Konstantin Myakshin2025-02-241-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-usersKostiantyn Miakshyn2025-02-211-1/+5
| | | | | | | | | | | | Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
* | | Merge pull request #50957 from nextcloud/patch-14Ferdinand Thiessen2025-02-243-11/+11
|\ \ \ | | | | | | | | fix: rename 'edit locally' to 'open locally'
| * | | fix: rename 'edit locally' to 'open locally'Jérôme Herbinet2025-02-213-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-pathsCôme Chilliet2025-02-242-9/+9
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-2436-20/+206
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #50927 from nextcloud/feat/setup-check-loggingFerdinand Thiessen2025-02-234-0/+133
|\ \ \ | | | | | | | | feat(setupcheck): check logging level for validity
| * | | feat(setupcheck): check logging level for validityfeat/setup-check-loggingFerdinand Thiessen2025-02-224-0/+133
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-2326-18/+38
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-2258-46/+166
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(ci): Update autoloadersChristopher Ng2025-02-212-0/+2
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | perf(files_reminders): Use in-memory cacheChristopher Ng2025-02-211-1/+1
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | perf(files_reminders): Pre-cache directoryChristopher Ng2025-02-213-0/+61
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | chore(files_reminders): Remove unused findChristopher Ng2025-02-211-10/+0
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | chore(files_reminders): Remove unused getChristopher Ng2025-02-211-8/+0
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | perf(files_reminders): Reduce db queries on propfindChristopher Ng2025-02-214-32/+76
|/ / | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #50946 from nextcloud/bugfix/noid/fix-triple-dot-translationJohn Molakvoæ2025-02-211-1/+1
|\ \ | | | | | | fix(l10n): Fix triple dot in translation
| * | fix(l10n): Fix triple dot in translationJoas Schilling2025-02-211-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #50943 from nextcloud/fix/files-failed-nodeJohn Molakvoæ2025-02-211-2/+22
|\ \ \ | |/ / |/| |
| * | fix(files): handle failed node properlyskjnldsv2025-02-211-2/+22
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Merge pull request #50053 from nextcloud/fix/noid/thudnerbird-addon-useragentStephan Orbaugh2025-02-211-8/+8
|\ \ \ | |/ / |/| | fix: Change UserAgent to *cloud
| * | fix: Change UserAgent to *cloudfix/noid/thudnerbird-addon-useragentJohannes Endres2025-02-191-8/+8
| | | | | | | | | | | | | | | Co-authored-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: Johannes Endres <je@johannes-endres.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-21150-268/+434
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #50918 from nextcloud/fix/map-sharee-informationFerdinand Thiessen2025-02-202-1/+20
|\ \ \ | | | | | | | | fix(files_sharing): Map sharee information for `shared-by-you` view
| * | | fix(files_sharing): Map sharee information for `shared-by-you` viewFerdinand Thiessen2025-02-202-1/+20
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | fix(files_external): inline storage check improvementsskjnldsv2025-02-203-35/+45
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | chore(files_external): add cypress tests for user credentials actionskjnldsv2025-02-202-3/+12
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | fix(files_external): request strict password auth on credentials enter actionskjnldsv2025-02-201-2/+12
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | Merge pull request #50711 from nextcloud/fix/reminder-node-accessAndy Scherzinger2025-02-202-6/+18
|\ \ \ \ | |/ / / |/| | | fix(files_reminders): Only allow updating reminders if the file is accessible
| * | | fix(lint): remove whitespacesfix/reminder-node-accessAndy Scherzinger2025-02-201-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
| * | | fix(files_reminders): Check for node access when retrieving or removing ↵Christopher Ng2025-02-202-7/+18
| | | | | | | | | | | | | | | | | | | | | | | | reminders Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | fix(files_reminders): Only allow updating reminders if the file is accessibleChristopher Ng2025-02-201-4/+5
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #50922 from nextcloud/fix/show-deleted-team-sharesKate2025-02-201-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | fix(files_sharing): Also list deleted team sharesfix/show-deleted-team-sharesFerdinand Thiessen2025-02-201-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Revert "fix(files): updateAll method"skjnldsv2025-02-201-1/+1
|/ / / | | | | | | | | | This reverts commit fbec19c0d7744e9be6ca0f86bd7808cf4f0e1a47.
* | | refactor: Migrate nextcloud-vue usage to new import schemaFerdinand Thiessen2025-02-20171-506/+504
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #50818 from nextcloud/dependabot/npm_and_yarn/dompurify-3.2.4dependabot[bot]2025-02-201-2/+2
|\ \ \
| * | | fix(systemtags): Fix invalid dompurify importFerdinand Thiessen2025-02-201-2/+2
| |/ / | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* / / Fix(l10n): Update translations from TransifexNextcloud bot2025-02-2020-24/+40
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* / fix(files): do not show extension warning for folders renamingfix/files-rename-folderskjnldsv2025-02-191-3/+3
|/ | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-1928-28/+172
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files_sharing): Fix public share expiration being set when toggle is not ↵Christopher Ng2025-02-181-2/+7
| | | | | | enabled Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #50779 from nextcloud/chore/mailer-testsFerdinand Thiessen2025-02-182-11/+25
|\ | | | | test(Mailer): Align tests for mailer with stable30
| * test(Mailer): Align tests for mailer with stable30chore/mailer-testsJosh2025-02-122-11/+25
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>