aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #53058 from ↵Joas Schilling2025-05-231-14/+14
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-code-signing-crl [master] fix(security): Update code signing revocation list
| * | | | fix(security): Update code signing revocation listnextcloud-command2025-05-231-14/+14
|/ / / / | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-2310-6/+24
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #53045 from nextcloud/feat/user-get-quota-bytesKate2025-05-227-8/+34
|\ \ \ \
| * | | | feat(IUser): add `getQuotaBytes` method to get machine readable quotafeat/user-get-quota-bytesFerdinand Thiessen2025-05-227-8/+34
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Proper replacement for deprecated `OC_Util::getUserQuota`. Also we still use this in some cases we can now replace, moreover it just makes sense to have a machine readable format in the API instead of only the human readable format which is less precise. Alings also with `getQuota` of the quota storage, which already returned the machine readable format. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #53053 from nextcloud/patch/52833F. E Noel Nfebe2025-05-225-7/+7
|\ \ \ \ | | | | | | | | | | fix: Use logger correctly in UserRow.vue
| * | | | chore(assets): Recompile assetspatch/52833nextcloud-command2025-05-224-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix: Use logger correctly in UserRow.vuenfebe2025-05-221-1/+1
|/ / / / | | | | | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | | | Merge pull request #52833 from nextcloud/fix/44492/settings-remove-user-managerF. E Noel Nfebe2025-05-228-74/+159
|\ \ \ \ | | | | | | | | | | fix(settings): Send update request when clearing user manager
| * | | | chore(assets): Recompile assetsfix/44492/settings-remove-user-managernextcloud-command2025-05-224-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | test(settings): Test user manager can be set and unsetnfebe2025-05-222-41/+121
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
| * | | | fix(settings): Prevent double request on manager changenfebe2025-05-222-15/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
| * | | | fix: correctly unset account managerFerdinand Thiessen2025-05-222-22/+24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | 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 bundleautomated/noid/master-update-ca-cert-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>