Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge pull request #49366 from ↵ | Côme Chilliet | 2024-12-12 | 2 | -4/+5 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | nextcloud/fix/remove-share-hint-exception-wrapping fix(files_sharing): Do not wrap password policy exception into a generic one | |||||
| * | | | | | | fix(tests): Adapt ManagerTest to change in Exception class usedfix/remove-share-hint-exception-wrapping | Côme Chilliet | 2024-12-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | | | | | fix(shares): Wrap exceptions from password validation to set code to 400 | Côme Chilliet | 2024-12-12 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a regression that bad password returned 403 instead of 400 because of previous changes. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | | | | | fix(files_sharing): Do not wrap password policy exception into a generic one | Côme Chilliet | 2024-12-12 | 1 | -6/+2 | |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let the controller access the HintException and show the error to the user. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | | | | Merge pull request #48612 from nextcloud/fix/activity-log-for-favorites-in-dav | Julius Knorr | 2024-12-12 | 14 | -114/+164 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | add activity logging for favorites in dav | |||||
| * | | | | | | fix(tests): remove redundant unit test for activityfix/activity-log-for-favorites-in-dav | grnd-alt | 2024-12-03 | 1 | -40/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: grnd-alt <github@belakkaf.net> | |||||
| * | | | | | | refactor(tags): move favorite event dispatching to tags.php | grnd-alt | 2024-12-03 | 7 | -46/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: grnd-alt <salimbelakkaf@outlook.de> | |||||
| * | | | | | | fix(dav): add activity logging for favorites in dav | grnd-alt | 2024-12-03 | 11 | -53/+155 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: grnd-alt <salimbelakkaf@outlook.de> | |||||
* | | | | | | | Merge pull request #49815 from nextcloud/fix/sharing-password-submit-create | Arthur Schiwon | 2024-12-12 | 10 | -8/+8 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | fix(files_sharing): also submit new share on password submit | |||||
| * | | | | | | | chore(assets): Recompile assetsfix/sharing-password-submit-create | nextcloud-command | 2024-12-12 | 9 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
| * | | | | | | | fix(files_sharing): also submit new share on password submit | skjnldsv | 2024-12-12 | 1 | -1/+1 | |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-12 | 198 | -724/+948 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | | | | | Merge pull request #49799 from nextcloud/fix/no-issue/enforced-props-checks | F. E Noel Nfebe | 2024-12-11 | 9 | -15/+14 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | fix(files_sharing): Correct property enforced property names | |||||
| * | | | | | | | chore(assets): Recompile assetsfix/no-issue/enforced-props-checks | nextcloud-command | 2024-12-11 | 8 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
| * | | | | | | | fix(files_sharing): Correct property enforced property names | nfebe | 2024-12-11 | 1 | -8/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | |||||
* | | | | | | | | Merge pull request #49803 from nextcloud/backport/49432/master | John Molakvoæ | 2024-12-11 | 3 | -4/+25 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | chore(assets): Recompile assetsbackport/49432/master | nextcloud-command | 2024-12-11 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
| * | | | | | | | | fix(files): throttle favorite with max 5 simultaneous requests | skjnldsv | 2024-12-11 | 1 | -1/+22 | |
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | | | | | | | Merge pull request #49739 from nextcloud/s3-disable-multipart-remove-debug | Kate | 2024-12-11 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | chore: cleanup leftover debug statement | |||||
| * | | | | | | | chore: cleanup leftover debug statements3-disable-multipart-remove-debug | Robin Appelman | 2024-12-09 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | | | | | Merge pull request #49694 from nextcloud/bugfix/fix-service-worker-scope | John Molakvoæ | 2024-12-11 | 3 | -5/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | chore(assets): Recompile assetsbugfix/fix-service-worker-scope | nextcloud-command | 2024-12-06 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
| * | | | | | | | | fix: Fix ServiceWorker scope when Nextcloud installed in subfolder | Kostiantyn Miakshyn | 2024-12-06 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com> | |||||
* | | | | | | | | | Merge pull request #49685 from nextcloud/fix/fail-safe-files-actions | John Molakvoæ | 2024-12-11 | 4 | -19/+51 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | chore(assets): Recompile assetsfix/fail-safe-files-actions | nextcloud-command | 2024-12-11 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
| * | | | | | | | | | fix(files): failsafe when executing actions methods | skjnldsv | 2024-12-11 | 2 | -16/+48 | |
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | | | | | | | | Merge pull request #40394 from nextcloud/updater-change-mimetype-objectstore | John Molakvoæ | 2024-12-11 | 2 | -9/+48 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | fix: fix mimetype not being updated when changing file extention on object storeupdater-change-mimetype-objectstore | Robin Appelman | 2024-12-05 | 2 | -9/+48 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | | | | | | | Merge pull request #49695 from nextcloud/copy-update-cache-excluded | John Molakvoæ | 2024-12-11 | 1 | -1/+9 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | fix: only do cache copy in updater if the parent folder should be in cachecopy-update-cache-excluded | Robin Appelman | 2024-12-06 | 1 | -1/+9 | |
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | | | | | | | Merge pull request #49746 from nextcloud/printOnlyOnceText | John Molakvoæ | 2024-12-11 | 3 | -31/+16 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | fix(share): Don't print twice the same informationprintOnlyOnceText | Git'Fellow | 2024-12-10 | 3 | -31/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | |||||
* | | | | | | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-11 | 32 | -4/+684 | |
| |_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | | | | | | | | Merge pull request #49747 from nextcloud/fix/files_sharing/disable-editing | John Molakvoæ | 2024-12-10 | 11 | -8/+10 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | chore(assets): Recompile assetsfix/files_sharing/disable-editing | nextcloud-command | 2024-12-10 | 9 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
| * | | | | | | | | | | fix(SharingEntryQuickShareSelect): Disable quick share select if user can ↵ | provokateurin | 2024-12-10 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not edit share Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
| * | | | | | | | | | | fix(SharingEntry): Hide edit button if user can not edit share | provokateurin | 2024-12-10 | 1 | -1/+2 | |
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | | | | | | | | | Merge pull request #49503 from ↵ | Daniel | 2024-12-10 | 4 | -28/+46 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/issue-48528-disable-itip-and-imip-messages-2 fix(CalDAV): disable both iTip and iMip messages | |||||
| * | | | | | | | | | fix: disable both iTip and iMip messagesfix/issue-48528-disable-itip-and-imip-messages-2 | SebastianKrupinski | 2024-12-10 | 4 | -28/+46 | |
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | |||||
* | | | | | | | | | Merge pull request #49750 from nextcloud/bugfix/noid/oracle-federation | Joas Schilling | 2024-12-10 | 1 | -3/+9 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | fix(federation): Allow Oracles empty strings | |||||
| * | | | | | | | | | fix(federation): Allow Oracles empty stringsbugfix/noid/oracle-federation | Joas Schilling | 2024-12-10 | 1 | -3/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | | | | | | | | Merge pull request #49693 from nextcloud/fix/files-rename-esc | John Molakvoæ | 2024-12-10 | 4 | -3/+46 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | chore(assets): Recompile assets | nextcloud-command | 2024-12-10 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
| * | | | | | | | | | | fix(files): cancel renaming on enter if no file name changes | skjnldsv | 2024-12-10 | 2 | -0/+43 | |
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | | | | | | | | | Merge pull request #49745 from ↵ | rakekniven | 2024-12-10 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/texttotextchatwithtools-translator-notes fix(TextToTextChatWithTools): Add translator notes | |||||
| * | | | | | | | | | fix(TextToTextChatWithTools): Add translator notesfix/texttotextchatwithtools-translator-notes | Marcel Klehr | 2024-12-10 | 1 | -0/+3 | |
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | | | | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-10 | 182 | -140/+270 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | | | | | | | Merge pull request #49740 from nextcloud/bugfix/noid/compatibility-with-30 | Joas Schilling | 2024-12-09 | 1 | -7/+10 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | fix(federation): Restore compatibility with Nextcloud 30 servers | |||||
| * | | | | | | | | | fix(federation): Fall back to old version flagbugfix/noid/compatibility-with-30 | Joas Schilling | 2024-12-09 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | | | | | | | | | fix(federation): Restore compatibility with Nextcloud 30 servers | Joas Schilling | 2024-12-09 | 1 | -6/+8 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |