Nextcloud bot
4f776358e8
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-26 00:20:08 +00:00
Arthur Schiwon
883b016f74
Merge pull request #46065 from nextcloud/release/27.1.11
...
27.1.11
2024-06-25 12:23:13 +02:00
Arthur Schiwon
5be77d3010
Merge pull request #46087 from nextcloud/backport/46075/stable27
...
[stable27] fix(Token): add FILESYSTEM scope with SCOPE_SKIP_PASSWORD_VALIDATION
2024-06-25 12:21:25 +02:00
Arthur Schiwon
5b7c4cc5dc
fix(Token): add FILESYSTEM scope with SCOPE_SKIP_PASSWORD_VALIDATION
...
The scope design requires scopes to be either not specified, or
specified explicitely. Therefore, when setting the
skip-password-validation scope for user authentication from mechanisms
like SAML, we also have to set the filesystem scope, otherwise they will
lack access to the filesystem.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-06-25 07:38:05 +00:00
Nextcloud bot
1da03bb011
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-25 00:20:17 +00:00
Arthur Schiwon
d61e8cdb90
build(hub): 27.1.11
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-06-24 11:09:26 +02:00
Nextcloud bot
975264efcf
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-24 00:19:52 +00:00
Nextcloud bot
2044837863
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-23 00:19:59 +00:00
Nextcloud bot
08cd95790a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-21 00:20:22 +00:00
John Molakvoæ
dc0827157e
Merge pull request #46005 from nextcloud/release/27.1.11_rc3
2024-06-20 14:39:52 +02:00
skjnldsv
67d8f649bf
build(hub): 27.1.11 RC3
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-06-20 14:02:17 +02:00
Andy Scherzinger
3a1b738902
Merge pull request #45989 from nextcloud/backport/45968/stable27
...
[stable27] fix(dav): Limit number of UPDATES for sync token created_at
2024-06-20 13:41:20 +02:00
Nextcloud bot
d08cdac073
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-20 00:20:15 +00:00
Christoph Wurst
8c26abd493
fix(dav): Limit number of UPDATES for sync token created_at
...
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>
2024-06-19 16:05:56 +00:00
Joas Schilling
572f611c6a
Merge pull request #45926 from nextcloud/backport/45912/stable27
...
[stable27] ci: use precise ref for 3rdparty check
2024-06-19 12:33:23 +02:00
Nextcloud bot
537dead4c1
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-19 00:20:48 +00:00
Nextcloud bot
cb96f13e53
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-18 00:20:49 +00:00
Arthur Schiwon
a53a16d3e0
Merge pull request #45915 from nextcloud/release/27.1.11_rc2
...
27.1.11 RC2
2024-06-17 22:08:04 +02:00
Arthur Schiwon
df976b4cf4
ci: use precise ref for 3rdparty check
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-06-17 14:36:34 +00:00
Arthur Schiwon
4b0d990e03
build(hub): 27.1.11 RC2
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-06-17 11:41:13 +02:00
Arthur Schiwon
635f83cc73
Merge pull request #45908 from nextcloud/backport/stable27/delete-concurrency
...
[stable27] fix(deleteAction): Bump up delete requests concurrency to 5
2024-06-17 11:38:13 +02:00
Marcel Müller
eced3451d5
fix(deleteAction): Bump up delete requests concurrency to 5
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-06-17 11:00:20 +02:00
Nextcloud bot
12342fc291
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-17 00:19:41 +00:00
Nextcloud bot
7f0cf9209e
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-16 00:19:37 +00:00
Nextcloud bot
d59eb86954
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-15 00:21:01 +00:00
Arthur Schiwon
f2f5c22963
Merge pull request #45797 from nextcloud/release/27.1.11_rc1
...
27.1.11 RC1
2024-06-14 16:41:47 +02:00
Arthur Schiwon
25e1bd4f5f
Merge pull request #45732 from nextcloud/automated/noid/stable27-fix-npm-audit
...
[stable27] Fix npm audit
2024-06-14 16:40:48 +02:00
Ferdinand Thiessen
10b104fa13
tests: Fix cypress component test import of package for mocking
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-14 11:16:06 +02:00
nextcloud-command
6899ca2a88
fix(deps): Fix npm audit
...
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-06-14 11:08:14 +02:00
Ferdinand Thiessen
7d002dbdba
fix(files): Make navigation reactive again
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-14 11:08:13 +02:00
Nextcloud bot
1bc8b20de1
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-14 00:20:08 +00:00
Andy Scherzinger
77f00ae812
Merge pull request #45681 from nextcloud/test-scanner-no-transactions-27
...
[27] feat: add option to disable scanner transactions
2024-06-13 18:33:33 +02:00
Andy Scherzinger
72453d806c
Merge pull request #45855 from nextcloud/backport/45804/stable27
...
[stable27] fix(cron): Log long running jobs
2024-06-13 18:28:22 +02:00
Robin Appelman
51a695f530
Merge pull request #45849 from nextcloud/backport/43531/stable27
...
[stable27] get child ids for folder in a separate query during move
2024-06-13 18:21:42 +02:00
Arthur Schiwon
6738cd61e9
Merge pull request #45824 from nextcloud/backport/45811/stable27
...
[stable27] test: add tests for ProfilePageController
2024-06-13 15:29:10 +02:00
Christoph Wurst
e15d843a2b
fix(cron): Log long running jobs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-06-13 13:27:37 +02:00
Robin Appelman
0396fe3816
fix: get child ids for folder in a separate query during move
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-06-13 09:44:20 +00:00
Arthur Schiwon
cb6325651a
Merge pull request #45838 from nextcloud/backport/45649/stable27
...
[stable27] fix(ObjectStore): Fix regression when hostname is empty
2024-06-13 11:34:26 +02:00
Arthur Schiwon
46bc43145d
Merge pull request #45806 from nextcloud/backport/45768/stable27
...
[stable27] Use isRetryable to catch retryable exceptions
2024-06-13 10:45:40 +02:00
Nextcloud bot
61868848ab
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-13 00:20:12 +00:00
Josh
3fde98d71c
fix(ObjectStore): handle empty S3 hostname
...
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>
2024-06-12 20:57:49 +00:00
Arthur Schiwon
21bc68f55a
Merge pull request #45703 from nextcloud/backport/43942/stable27
...
[stable27] fix(Session): avoid password confirmation on SSO
2024-06-12 21:16:45 +02:00
F. E Noel Nfebe
aab825e723
Merge pull request #45828 from nextcloud/fix/stable27/bubble-up-share-data
...
fix(ShareEntryLinkedList): Correctly propagate share data
2024-06-12 18:29:40 +01:00
Arthur Schiwon
495ccc9bec
style(PHP): remove unacceptable empty lines
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-06-12 19:28:57 +02:00
Arthur Schiwon
3b840dfb79
fix(Token): make new scope future compatible
...
- "password-unconfirmable" is the effective name for 30, but a draft
name was backported.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-06-12 19:28:57 +02:00
Arthur Schiwon
02313013ad
fix(Session): avoid password confirmation on SSO
...
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>
2024-06-12 19:28:57 +02:00
Daniel Kesselberg
6739eb1715
test: add tests for ProfilePageController
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-06-12 18:34:01 +02:00
nextcloud-command
c1909bbf97
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-06-12 15:48:58 +00:00
fenn-cs
9c68799fd2
fix(ShareEntryLinkedList): Correctly propagate share data
...
`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>
2024-06-12 16:20:39 +01:00
Louis Chemineau
3da39308cd
fix(files): Use isRetryable to catch retryable exceptions
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-06-12 08:13:20 +00:00