aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #46005 from nextcloud/release/27.1.11_rc3v27.1.11rc3John Molakvoæ2024-06-201-2/+2
|\
| * build(hub): 27.1.11 RC3skjnldsv2024-06-201-2/+2
|/ | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Merge pull request #45989 from nextcloud/backport/45968/stable27Andy Scherzinger2024-06-201-1/+28
|\ | | | | [stable27] fix(dav): Limit number of UPDATES for sync token created_at
| * fix(dav): Limit number of UPDATES for sync token created_atChristoph Wurst2024-06-191-1/+28
| | | | | | | | | | | | | | | | | | | | | | Address book and calendar sync tokens have a created_at column in 26+ and we need to assign a current timestamp to the existing data at upgrade so the data isn't cleaned up immediately. Updating the full table is expensive and fails on clustered setups that limit transaction size. We don't need a timestamp for the oldest rows so we can skip updating them. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-2016-0/+30
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #45926 from nextcloud/backport/45912/stable27Joas Schilling2024-06-191-1/+1
|\ | | | | [stable27] ci: use precise ref for 3rdparty check
| * ci: use precise ref for 3rdparty checkArthur Schiwon2024-06-171-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-196-0/+12
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-1814-8/+24
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #45915 from nextcloud/release/27.1.11_rc2v27.1.11rc2Arthur Schiwon2024-06-171-2/+2
|\ \ | |/ |/| 27.1.11 RC2
| * build(hub): 27.1.11 RC2Arthur Schiwon2024-06-171-2/+2
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #45908 from nextcloud/backport/stable27/delete-concurrencyArthur Schiwon2024-06-173-4/+4
|\ | | | | [stable27] fix(deleteAction): Bump up delete requests concurrency to 5
| * fix(deleteAction): Bump up delete requests concurrency to 5Marcel Müller2024-06-173-4/+4
|/ | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-178-6/+140
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-1632-16/+256
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-1514-224/+246
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #45797 from nextcloud/release/27.1.11_rc1v27.1.11rc1Arthur Schiwon2024-06-141-2/+2
|\ | | | | 27.1.11 RC1
| * build(hub): 27.1.11 RC1Arthur Schiwon2024-06-111-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #45732 from nextcloud/automated/noid/stable27-fix-npm-auditArthur Schiwon2024-06-14101-1651/+9664
|\ \ | | | | | | [stable27] Fix npm audit
| * | tests: Fix cypress component test import of package for mockingFerdinand Thiessen2024-06-141-1/+1
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(deps): Fix npm auditnextcloud-command2024-06-1499-1649/+9662
| | | | | | | | | | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: GitHub <noreply@github.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | fix(files): Make navigation reactive againFerdinand Thiessen2024-06-141-1/+1
|/ / | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-1430-24/+180
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #45681 from nextcloud/test-scanner-no-transactions-27Andy Scherzinger2024-06-131-1/+5
|\ \ | | | | | | [27] feat: add option to disable scanner transactions
| * | feat: add option to disable scanner transactionsRobin Appelman2024-06-051-1/+5
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #45855 from nextcloud/backport/45804/stable27Andy Scherzinger2024-06-131-1/+21
|\ \ \ | | | | | | | | [stable27] fix(cron): Log long running jobs
| * | | fix(cron): Log long running jobsChristoph Wurst2024-06-131-1/+21
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #45849 from nextcloud/backport/43531/stable27Robin Appelman2024-06-131-4/+21
|\ \ \ \ | | | | | | | | | | [stable27] get child ids for folder in a separate query during move
| * | | | fix: get child ids for folder in a separate query during moveRobin Appelman2024-06-131-4/+21
| |/ / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #45824 from nextcloud/backport/45811/stable27Arthur Schiwon2024-06-132-2/+85
|\ \ \ \ | |/ / / |/| | | [stable27] test: add tests for ProfilePageController
| * | | test: add tests for ProfilePageControllerDaniel Kesselberg2024-06-122-2/+85
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #45838 from nextcloud/backport/45649/stable27Arthur Schiwon2024-06-131-1/+1
|\ \ \ \ | | | | | | | | | | [stable27] fix(ObjectStore): Fix regression when hostname is empty
| * | | | fix(ObjectStore): handle empty S3 hostnameJosh2024-06-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #45637 The support for s3-accelerate added in #44496 introduced a regression in AWS S3 environments when `hostname` is blank (which is a valid configuration w/ AWS since the hostname gets auto-generated). Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | | | Merge pull request #45806 from nextcloud/backport/45768/stable27Arthur Schiwon2024-06-131-2/+6
|\ \ \ \ \ | | | | | | | | | | | | [stable27] Use isRetryable to catch retryable exceptions
| * | | | | fix(files): Use isRetryable to catch retryable exceptionsLouis Chemineau2024-06-121-2/+6
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-1320-66/+218
| |/ / / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #45703 from nextcloud/backport/43942/stable27Arthur Schiwon2024-06-129-47/+147
|\ \ \ \ | | | | | | | | | | [stable27] fix(Session): avoid password confirmation on SSO
| * | | | style(PHP): remove unacceptable empty linesArthur Schiwon2024-06-122-2/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | fix(Token): make new scope future compatibleArthur Schiwon2024-06-124-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - "password-unconfirmable" is the effective name for 30, but a draft name was backported. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | fix(Session): avoid password confirmation on SSOArthur Schiwon2024-06-129-46/+148
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SSO backends like SAML and OIDC tried a trick to suppress password confirmations as they are not possible by design. At least for SAML it was not reliable when existing user backends where used as user repositories. Now we are setting a special scope with the token, and also make sure that the scope is taken over when tokens are regenerated. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #45828 from nextcloud/fix/stable27/bubble-up-share-dataF. E Noel Nfebe2024-06-125-6/+6
|\ \ \ \ | |/ / / |/| | | fix(ShareEntryLinkedList): Correctly propagate share data
| * | | chore(assets): Recompile assetsnextcloud-command2024-06-124-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(ShareEntryLinkedList): Correctly propagate share datafenn-cs2024-06-121-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `this.shares.unshift` mutates the share object for every component that uses the share mixin. Using the immutable approach changes the array reference which makes the mixin lose track of the share object. It would have been better to bubble up the share object but here we are :) Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | Merge pull request #45798 from nextcloud/backport/45775/stable27Andy Scherzinger2024-06-123-18/+61
|\ \ \ | | | | | | | | [stable27] fix(caldav): event links in shared calendar notifications
| * | | fix(caldav): event links in shared calendar notificationsRichard Steinmetz2024-06-113-18/+61
| | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-1218-4/+140
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #43776 from ↵Arthur Schiwon2024-06-111-81/+76
|\ \ \ | |_|/ |/| | | | | | | | nextcloud/automated/noid/stable27-update-psalm-baseline [stable27] Update psalm-baseline.xml
| * | chore(tests): Update psalm baselinenextcloud-command2024-06-111-81/+76
| | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com> Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #45749 from nextcloud/manual/backport/4910/stable27F. E Noel Nfebe2024-06-113-122/+69
|\ \ \ | |/ / |/| | Manual/backport/44910/stable27
| * | fix(sharing): Don't change the type of the controller argumentJoas Schilling2024-06-111-2/+2
| | | | | | | | | | | | | | | | | | [EA] New value type (\DateTime) is not matching the resolved parameter type and might introduce types-related false-positives. Signed-off-by: Joas Schilling <coding@schilljs.com>