Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | fix(settings): Send update request when clearing user manager | nfebe | 2025-05-22 | 2 | -20/+30 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | - Update setUserData to send PUT request for empty manager values - Remove clear button from manager select in UserRow - Simplify manager update logic in UserRow - Ensure consistent API behavior for empty values in allowedEmpty fields Signed-off-by: nfebe <fenn25.fn@gmail.com> | |||||
* | | | Merge pull request #53001 from nextcloud/feat/setupcheck-task-pickup-speed | Marcel Klehr | 2025-05-22 | 5 | -0/+140 | |
|\ \ \ | |/ / |/| | | feat(SetupChecks): Add check for TaskProcessing pickup speed | |||||
| * | | feat(SetupChecks): Add check for TaskProcessing pickup speedfeat/setupcheck-task-pickup-speed | Marcel Klehr | 2025-05-22 | 5 | -0/+140 | |
|/ / | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | | Merge pull request #52810 from ↵ | Louis | 2025-05-22 | 7 | -43/+63 | |
|\ \ | | | | | | | | | | nextcloud/artonge/feat/do_not_require_samesite_strict_cookie_on_public.php | |||||
| * | | fix: Replace the deprecated direct download link with the public DAV endpointartonge/feat/do_not_require_samesite_strict_cookie_on_public.php | Louis Chemineau | 2025-05-21 | 3 | -10/+15 | |
| | | | | | | | | | | | | | | | | | | Follow-up of #48098 Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
| * | | fix: Move CSRF check from base to PublicAuth for public.php | Louis Chemineau | 2025-05-21 | 4 | -33/+48 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This currently prevent directly accessing a ressource when clicking on a link on a third party site. Example, clicking on `https://example.com/public.php/dav/files/pqLWcA269zfzXez/?accept=zip` in a GitHub comment. Skipping the check is an issue with password protected shares, as it allows third party sites to request the ressource when the user already entered the password, aka CSRF. So after removing the check from `base.php`, we need to add the it again in the `PublicAuth` plugin. We also add a redirect to be helpful to the user. **Warning**: this adds the limitation that clicking on a direct download link for password protected shares will redirect you to the password form, and then to the main share view. Fix #52482 Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-22 | 18 | -22/+228 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Merge pull request #53029 from nextcloud/fix/caldav/no-invitations-to-circles | Daniel | 2025-05-21 | 3 | -3/+129 | |
|\ \ \ | | | | | | | | | fix(caldav): don't send invitations to circles | |||||
| * | | | fix(caldav): don't send invitations to circlesfix/caldav/no-invitations-to-circles | Richard Steinmetz | 2025-05-21 | 3 | -3/+129 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | |||||
* | | | | Merge pull request #53032 from nextcloud/fix/search-tags-lowercase | John Molakvoæ | 2025-05-21 | 10 | -8/+8 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | chore(assets): Recompile assetsfix/search-tags-lowercase | nextcloud-command | 2025-05-21 | 9 | -7/+7 | |
| | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
| * | | | fix(systemtags): case-insensitive search | skjnldsv | 2025-05-21 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | | Merge pull request #53007 from nextcloud/tests/noid/more-phpunit10-apps | Joas Schilling | 2025-05-21 | 21 | -447/+372 | |
|\ \ \ | | | | | | | | | test: Migrate theming and sharebymail to PHPUnit10 | |||||
| * | | | test: Migrate theming and sharebymail to PHPUnit10tests/noid/more-phpunit10-apps | Joas Schilling | 2025-05-20 | 21 | -447/+372 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | | Merge pull request #52932 from nextcloud/tests/noid/speed-up-comments-test | Joas Schilling | 2025-05-21 | 5 | -43/+12 | |
|\ \ \ \ | | | | | | | | | | | test: Speed up comments test | |||||
| * | | | | fix: Revert "fix(db): Store last insert id before reconnect"tests/noid/speed-up-comments-test | Joas Schilling | 2025-05-21 | 4 | -43/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit df94cceb7bc350da9860867c9aef7ba03dbb2b6c. There were records of some old IDs being read which is much worse Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | | | | test: Speed up comments test | Joas Schilling | 2025-05-21 | 1 | -0/+2 | |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | | Merge pull request #53012 from ↵ | Joas Schilling | 2025-05-21 | 2 | -166/+4 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-ca-cert-bundle [master] fix(security): Update CA certificate bundle | |||||
| * | | | | fix(security): Update CA certificate bundle | nextcloud-command | 2025-05-21 | 2 | -166/+4 | |
|/ / / / | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com> | |||||
* / / / | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-21 | 1212 | -10254/+1590 | |
|/ / / | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Merge pull request #53005 from nextcloud/bugfix/noid/fix-icon-builder-warning | Joas Schilling | 2025-05-20 | 2 | -15/+10 | |
|\ \ \ | | | | | | | | | fix(theming): Instead of expecting a warning handle it properly | |||||
| * | | | fix(theming): Instead of expecting a warning handle it properly | Joas Schilling | 2025-05-20 | 2 | -15/+10 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | | Merge pull request #52927 from ↵ | Kate | 2025-05-20 | 36 | -345/+270 | |
|\ \ \ \ | |/ / / |/| | | | | | | | nextcloud/tests/noid/migrate-files-external-to-phpunit10 | |||||
| * | | | test: Prepare files_external for PHPUnit10tests/noid/migrate-files-external-to-phpunit10 | Joas Schilling | 2025-05-20 | 36 | -345/+270 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | | Merge pull request #52933 from nextcloud/tests/noid/migrate-files_versions | Kate | 2025-05-20 | 8 | -103/+63 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | test: Migrate files_versions to PHPUnit 10tests/noid/migrate-files_versions | Joas Schilling | 2025-05-20 | 8 | -103/+63 | |
|/ / / | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | Merge pull request #52943 from nextcloud/feat/http/request-header-attribute | Kate | 2025-05-20 | 3 | -0/+52 | |
|\ \ \ | ||||||
| * | | | feat(Http): Add RequestHeader attributefeat/http/request-header-attribute | provokateurin | 2025-05-20 | 3 | -0/+52 | |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | | | Merge pull request #52972 from ↵ | Kate | 2025-05-20 | 2 | -57/+68 | |
|\ \ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/setupmanager/home-root-providers-register-mounts | |||||
| * | | | | fix(SetupManager): Include home and root providers when registering mountsfix/setupmanager/home-root-providers-register-mounts | provokateurin | 2025-05-20 | 2 | -57/+68 | |
| | |_|/ | |/| | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | | | Merge pull request #52982 from nextcloud/chore/user-mount-events-since | Kate | 2025-05-20 | 3 | -3/+3 | |
|\ \ \ \ | ||||||
| * | | | | chore: Set correct version for new UserMount eventschore/user-mount-events-since | provokateurin | 2025-05-20 | 3 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | | | | Merge pull request #52859 from Murena-SAS/dev/external-storage-previews | Stephan Orbaugh | 2025-05-20 | 1 | -4/+4 | |
|\ \ \ \ \ | |/ / / / |/| | | | | fix: Throw exception in PreviewManager when preview is not available | |||||
| * | | | | fix: Throw exception in PreviewManager when preview is not available | Akhil | 2025-05-20 | 1 | -4/+4 | |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Akhil <akhil@e.email> | |||||
* | | | | Merge pull request #52971 from nextcloud/perf/noid/query-performance | Kate | 2025-05-20 | 1 | -12/+14 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | fix(throttler): Don't query bruteforce attempts twiceperf/noid/query-performance | Joas Schilling | 2025-05-20 | 1 | -12/+14 | |
|/ / / | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-20 | 134 | -246/+680 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Merge pull request #52514 from ↵ | Elizabeth Danzberger | 2025-05-19 | 18 | -14/+275 | |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/feat/template-field-extraction-improvements feat: only get template fields once selected | |||||
| * | | | chore(assets): Recompile assets | nextcloud-command | 2025-05-19 | 9 | -7/+7 | |
| | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
| * | | | chore: update open api spec againfeat/template-field-extraction-improvements | Elizabeth Danzberger | 2025-05-19 | 1 | -0/+74 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | |||||
| * | | | 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 | 7 | -7/+119 | |
|/ / / | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | |||||
* | | | Merge pull request #52962 from ↵ | Joas Schilling | 2025-05-19 | 2 | -1/+10 | |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/revert-52503-fix/files_sharing/filter-own-reshared-shares Revert "fix(files_sharing): Filter own shares that are reshares" | |||||
| * | | | Revert "fix(files_sharing): Filter own shares that are reshares"revert-52503-fix/files_sharing/filter-own-reshared-shares | Joas Schilling | 2025-05-19 | 2 | -1/+10 | |
| | | | | ||||||
* | | | | Merge pull request #52879 from nextcloud/bug/noid/clear-dav-photo-cache | Christoph Wurst | 2025-05-19 | 10 | -42/+107 | |
|\ \ \ \ | | | | | | | | | | | Add command to clear dav's photo cache | |||||
| * | | | | refactor(dav): replace IAppData with IAppDataFactory for PhotoCachebug/noid/clear-dav-photo-cache | Daniel Kesselberg | 2025-05-15 | 6 | -42/+29 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
| * | | | | feat: add command to clear contacts photo cache | Daniel Kesselberg | 2025-05-15 | 4 | -0/+78 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | | | | | Merge pull request #50157 from nextcloud/feat/mountmanager/emit-events | Kate | 2025-05-19 | 7 | -24/+180 | |
|\ \ \ \ \ | ||||||
| * | | | | | feat(UserMountCache): Emit events for added, removed and updated mountsfeat/mountmanager/emit-events | provokateurin | 2025-05-19 | 7 | -24/+180 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | | | | | Merge pull request #52951 from nextcloud/fix/add-autoload.php-for-tests | Côme Chilliet | 2025-05-19 | 2 | -1/+17 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | chore: Add an autoload.php file for tests relying on core class |