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
Andy Scherzinger
5bad00d37f
Merge pull request #45798 from nextcloud/backport/45775/stable27
...
[stable27] fix(caldav): event links in shared calendar notifications
2024-06-12 09:07:30 +02:00
Nextcloud bot
456ae72e20
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-12 00:20:26 +00:00
Richard Steinmetz
012bb75dba
fix(caldav): event links in shared calendar notifications
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-06-11 18:41:56 +00:00
Arthur Schiwon
39c6329825
Merge pull request #43776 from nextcloud/automated/noid/stable27-update-psalm-baseline
...
[stable27] Update psalm-baseline.xml
2024-06-11 18:05:26 +02:00
F. E Noel Nfebe
9b39146cf1
Merge pull request #45749 from nextcloud/manual/backport/4910/stable27
...
Manual/backport/44910/stable27
2024-06-11 15:36:38 +01:00
nextcloud-command
16bec0bc30
chore(tests): Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-06-11 16:16:37 +02:00
Joas Schilling
bacf8c61a8
fix(sharing): Don't change the type of the controller argument
...
[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>
2024-06-11 14:17:57 +01:00
fenn-cs
5d86c407a7
fix(shareApiController): avoid duplicated expiryDate operations
...
`expireDate` can be set once and used anywhere needed, the current implementation,
duplicates this behavior which leads to `parseDate` receiving an a date object it
parsed and returend earlier in the createShare method.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-06-11 14:17:57 +01:00
fenn-cs
b0d4661a1b
refactor(shareApiController): use contrusctor property promotion & DI logger
...
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-06-11 14:17:57 +01:00
Andy Scherzinger
71de713395
Merge pull request #45762 from nextcloud/fix/failing-tests-for-setupcheck
...
[stable27] fix: failing tests for setup check
2024-06-11 14:03:36 +02:00
Andy Scherzinger
fc3f8f70bd
Merge pull request #45776 from nextcloud/backport/45669/stable27
...
[stable27] fix: Autodetect legacy filekey instead of trusting the header for legacy header
2024-06-11 14:03:08 +02:00
Anna Larch
2b66a8b6f2
fix: failing tests for setup check
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2024-06-11 11:58:11 +02:00
Louis Chemineau
e2ed90d01a
test: Fix encryption test
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-06-11 08:35:06 +00:00
Côme Chilliet
5be42d023a
fix: add default value for new flag $useDecryptAll on getFileKey
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-06-11 08:35:06 +00:00
Côme Chilliet
ba59cc39a5
fix: Autodetect legacy filekey instead of trusting the header for legacy header
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-06-11 08:35:06 +00:00
Nextcloud bot
3024d71f1b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-11 00:19:52 +00:00
Joas Schilling
9f91f780c4
Merge pull request #45736 from nextcloud/ci/eol/update-workflow-stable27
...
[stable27] ci(eol): update workflow from template
2024-06-10 18:12:57 +02:00
Joas Schilling
14743e0822
Merge pull request #45757 from nextcloud/backport/45120/stable27
...
[stable27] fix(dav): Don't log access control as error
2024-06-10 17:38:26 +02:00
Joas Schilling
e5d0a7b2f5
fix(dav): Don't log access control as error
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-06-10 11:56:15 +00:00
Nextcloud bot
6c92419ef1
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-10 00:20:00 +00:00
Richard Steinmetz
b2a39bfbb2
ci(eol): update workflow from template
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-06-09 10:36:41 +02:00
Nextcloud bot
ab1382bc20
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-09 00:19:41 +00:00
Nextcloud bot
31db22162f
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-08 00:19:33 +00:00
John Molakvoæ
9397531b39
Merge pull request #45544 from nextcloud/backport/44664/stable27
2024-06-07 13:42:45 +02:00
John Molakvoæ
13ba44b479
Merge pull request #44991 from nextcloud/backport/44923/stable27
2024-06-07 13:42:24 +02:00
John Molakvoæ
d457d9f29f
Merge pull request #45527 from nextcloud/backport/45014/stable27
2024-06-07 12:19:03 +02:00
John Molakvoæ
ec0829ad9f
Merge pull request #45589 from nextcloud/backport/36942/stable27
2024-06-07 12:18:07 +02:00