aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | fix(settings): Send update request when clearing user managernfebe2025-05-222-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-speedMarcel Klehr2025-05-225-0/+140
|\ \ \ | |/ / |/| | feat(SetupChecks): Add check for TaskProcessing pickup speed
| * | feat(SetupChecks): Add check for TaskProcessing pickup speedfeat/setupcheck-task-pickup-speedMarcel Klehr2025-05-225-0/+140
|/ / | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Merge pull request #52810 from ↵Louis2025-05-227-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.phpLouis Chemineau2025-05-213-10/+15
| | | | | | | | | | | | | | | | | | Follow-up of #48098 Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | fix: Move CSRF check from base to PublicAuth for public.phpLouis Chemineau2025-05-214-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 TransifexNextcloud bot2025-05-2218-22/+228
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #53029 from nextcloud/fix/caldav/no-invitations-to-circlesDaniel2025-05-213-3/+129
|\ \ \ | | | | | | | | fix(caldav): don't send invitations to circles
| * | | fix(caldav): don't send invitations to circlesfix/caldav/no-invitations-to-circlesRichard Steinmetz2025-05-213-3/+129
| | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | Merge pull request #53032 from nextcloud/fix/search-tags-lowercaseJohn Molakvoæ2025-05-2110-8/+8
|\ \ \ \ | |/ / / |/| | |
| * | | chore(assets): Recompile assetsfix/search-tags-lowercasenextcloud-command2025-05-219-7/+7
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(systemtags): case-insensitive searchskjnldsv2025-05-211-1/+1
|/ / / | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Merge pull request #53007 from nextcloud/tests/noid/more-phpunit10-appsJoas Schilling2025-05-2121-447/+372
|\ \ \ | | | | | | | | test: Migrate theming and sharebymail to PHPUnit10
| * | | test: Migrate theming and sharebymail to PHPUnit10tests/noid/more-phpunit10-appsJoas Schilling2025-05-2021-447/+372
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #52932 from nextcloud/tests/noid/speed-up-comments-testJoas Schilling2025-05-215-43/+12
|\ \ \ \ | | | | | | | | | | test: Speed up comments test
| * | | | fix: Revert "fix(db): Store last insert id before reconnect"tests/noid/speed-up-comments-testJoas Schilling2025-05-214-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 testJoas Schilling2025-05-211-0/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #53012 from ↵Joas Schilling2025-05-212-166/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-ca-cert-bundle [master] fix(security): Update CA certificate bundle
| * | | | fix(security): Update CA certificate bundlenextcloud-command2025-05-212-166/+4
|/ / / / | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* / / / fix(l10n): Update translations from TransifexNextcloud bot2025-05-211212-10254/+1590
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #53005 from nextcloud/bugfix/noid/fix-icon-builder-warningJoas Schilling2025-05-202-15/+10
|\ \ \ | | | | | | | | fix(theming): Instead of expecting a warning handle it properly
| * | | fix(theming): Instead of expecting a warning handle it properlyJoas Schilling2025-05-202-15/+10
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #52927 from ↵Kate2025-05-2036-345/+270
|\ \ \ \ | |/ / / |/| | | | | | | nextcloud/tests/noid/migrate-files-external-to-phpunit10
| * | | test: Prepare files_external for PHPUnit10tests/noid/migrate-files-external-to-phpunit10Joas Schilling2025-05-2036-345/+270
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #52933 from nextcloud/tests/noid/migrate-files_versionsKate2025-05-208-103/+63
|\ \ \ \ | |/ / / |/| | |
| * | | test: Migrate files_versions to PHPUnit 10tests/noid/migrate-files_versionsJoas Schilling2025-05-208-103/+63
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #52943 from nextcloud/feat/http/request-header-attributeKate2025-05-203-0/+52
|\ \ \
| * | | feat(Http): Add RequestHeader attributefeat/http/request-header-attributeprovokateurin2025-05-203-0/+52
| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #52972 from ↵Kate2025-05-202-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-mountsprovokateurin2025-05-202-57/+68
| | |_|/ | |/| | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #52982 from nextcloud/chore/user-mount-events-sinceKate2025-05-203-3/+3
|\ \ \ \
| * | | | chore: Set correct version for new UserMount eventschore/user-mount-events-sinceprovokateurin2025-05-203-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | Merge pull request #52859 from Murena-SAS/dev/external-storage-previewsStephan Orbaugh2025-05-201-4/+4
|\ \ \ \ \ | |/ / / / |/| | | | fix: Throw exception in PreviewManager when preview is not available
| * | | | fix: Throw exception in PreviewManager when preview is not availableAkhil2025-05-201-4/+4
| |/ / / | | | | | | | | | | | | Signed-off-by: Akhil <akhil@e.email>
* | | | Merge pull request #52971 from nextcloud/perf/noid/query-performanceKate2025-05-201-12/+14
|\ \ \ \ | |/ / / |/| | |
| * | | fix(throttler): Don't query bruteforce attempts twiceperf/noid/query-performanceJoas Schilling2025-05-201-12/+14
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-20134-246/+680
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #52514 from ↵Elizabeth Danzberger2025-05-1918-14/+275
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/feat/template-field-extraction-improvements feat: only get template fields once selected
| * | | chore(assets): Recompile assetsnextcloud-command2025-05-199-7/+7
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | chore: update open api spec againfeat/template-field-extraction-improvementsElizabeth Danzberger2025-05-191-0/+74
| | | | | | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
| * | | chore: update open api specElizabeth Danzberger2025-05-192-0/+75
| | | | | | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
| * | | feat: only load template fields when requestedElizabeth Danzberger2025-05-197-7/+119
|/ / / | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* | | Merge pull request #52962 from ↵Joas Schilling2025-05-192-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-sharesJoas Schilling2025-05-192-1/+10
| | | |
* | | | Merge pull request #52879 from nextcloud/bug/noid/clear-dav-photo-cacheChristoph Wurst2025-05-1910-42/+107
|\ \ \ \ | | | | | | | | | | Add command to clear dav's photo cache
| * | | | refactor(dav): replace IAppData with IAppDataFactory for PhotoCachebug/noid/clear-dav-photo-cacheDaniel Kesselberg2025-05-156-42/+29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | feat: add command to clear contacts photo cacheDaniel Kesselberg2025-05-154-0/+78
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Merge pull request #50157 from nextcloud/feat/mountmanager/emit-eventsKate2025-05-197-24/+180
|\ \ \ \ \
| * | | | | feat(UserMountCache): Emit events for added, removed and updated mountsfeat/mountmanager/emit-eventsprovokateurin2025-05-197-24/+180
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | Merge pull request #52951 from nextcloud/fix/add-autoload.php-for-testsCôme Chilliet2025-05-192-1/+17
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | chore: Add an autoload.php file for tests relying on core class