]>
source.dussan.org Git - nextcloud-server.git/log
Arthur Schiwon [Fri, 2 Aug 2024 09:58:02 +0000 (11:58 +0200)]
fix(loginflow): log info about regeneration session ids
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Thu, 2 May 2024 19:07:03 +0000 (21:07 +0200)]
fix(loginflow): log more session related data to setting state token
- exisiting values
- set values
- retry once more if set and generated token differ
- log session state
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Tue, 27 Feb 2024 23:40:32 +0000 (00:40 +0100)]
fix(loginflow): log setting, removing and clearing state token in session
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Tue, 27 Feb 2024 23:22:56 +0000 (00:22 +0100)]
fix(loginflow): report reason for token mismatch
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Tue, 25 Jun 2024 10:23:13 +0000 (12:23 +0200)]
Merge pull request #46065 from nextcloud/release/27.1.11
27.1.11
Arthur Schiwon [Tue, 25 Jun 2024 10:21:25 +0000 (12:21 +0200)]
Merge pull request #46087 from nextcloud/backport/46075/stable27
[stable27] fix(Token): add FILESYSTEM scope with SCOPE_SKIP_PASSWORD_VALIDATION
Arthur Schiwon [Mon, 24 Jun 2024 11:47:12 +0000 (13:47 +0200)]
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>
Nextcloud bot [Tue, 25 Jun 2024 00:20:17 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Mon, 24 Jun 2024 09:09:26 +0000 (11:09 +0200)]
build(hub): 27.1.11
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Mon, 24 Jun 2024 00:19:52 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 23 Jun 2024 00:19:59 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 21 Jun 2024 00:20:22 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
John Molakvoæ [Thu, 20 Jun 2024 12:39:52 +0000 (14:39 +0200)]
Merge pull request #46005 from nextcloud/release/27.1.11_rc3
skjnldsv [Thu, 20 Jun 2024 12:02:17 +0000 (14:02 +0200)]
build(hub): 27.1.11 RC3
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Andy Scherzinger [Thu, 20 Jun 2024 11:41:20 +0000 (13:41 +0200)]
Merge pull request #45989 from nextcloud/backport/45968/stable27
[stable27] fix(dav): Limit number of UPDATES for sync token created_at
Nextcloud bot [Thu, 20 Jun 2024 00:20:15 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Christoph Wurst [Wed, 19 Jun 2024 10:30:32 +0000 (12:30 +0200)]
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>
Joas Schilling [Wed, 19 Jun 2024 10:33:23 +0000 (12:33 +0200)]
Merge pull request #45926 from nextcloud/backport/45912/stable27
[stable27] ci: use precise ref for 3rdparty check
Nextcloud bot [Wed, 19 Jun 2024 00:20:48 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 18 Jun 2024 00:20:49 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Mon, 17 Jun 2024 20:08:04 +0000 (22:08 +0200)]
Merge pull request #45915 from nextcloud/release/27.1.11_rc2
27.1.11 RC2
Arthur Schiwon [Mon, 17 Jun 2024 09:25:28 +0000 (11:25 +0200)]
ci: use precise ref for 3rdparty check
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Mon, 17 Jun 2024 09:41:13 +0000 (11:41 +0200)]
build(hub): 27.1.11 RC2
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Mon, 17 Jun 2024 09:38:13 +0000 (11:38 +0200)]
Merge pull request #45908 from nextcloud/backport/stable27/delete-concurrency
[stable27] fix(deleteAction): Bump up delete requests concurrency to 5
Marcel Müller [Mon, 17 Jun 2024 09:00:20 +0000 (11:00 +0200)]
fix(deleteAction): Bump up delete requests concurrency to 5
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
Nextcloud bot [Mon, 17 Jun 2024 00:19:41 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 16 Jun 2024 00:19:37 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 15 Jun 2024 00:21:01 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Fri, 14 Jun 2024 14:41:47 +0000 (16:41 +0200)]
Merge pull request #45797 from nextcloud/release/27.1.11_rc1
27.1.11 RC1
Arthur Schiwon [Fri, 14 Jun 2024 14:40:48 +0000 (16:40 +0200)]
Merge pull request #45732 from nextcloud/automated/noid/stable27-fix-npm-audit
[stable27] Fix npm audit
Ferdinand Thiessen [Fri, 14 Jun 2024 09:16:06 +0000 (11:16 +0200)]
tests: Fix cypress component test import of package for mocking
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
nextcloud-command [Sun, 9 Jun 2024 02:58:55 +0000 (02:58 +0000)]
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>
Ferdinand Thiessen [Thu, 13 Jun 2024 14:00:29 +0000 (16:00 +0200)]
fix(files): Make navigation reactive again
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Nextcloud bot [Fri, 14 Jun 2024 00:20:08 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Andy Scherzinger [Thu, 13 Jun 2024 16:33:33 +0000 (18:33 +0200)]
Merge pull request #45681 from nextcloud/test-scanner-no-transactions-27
[27] feat: add option to disable scanner transactions
Andy Scherzinger [Thu, 13 Jun 2024 16:28:22 +0000 (18:28 +0200)]
Merge pull request #45855 from nextcloud/backport/45804/stable27
[stable27] fix(cron): Log long running jobs
Robin Appelman [Thu, 13 Jun 2024 16:21:42 +0000 (18:21 +0200)]
Merge pull request #45849 from nextcloud/backport/43531/stable27
[stable27] get child ids for folder in a separate query during move
Arthur Schiwon [Thu, 13 Jun 2024 13:29:10 +0000 (15:29 +0200)]
Merge pull request #45824 from nextcloud/backport/45811/stable27
[stable27] test: add tests for ProfilePageController
Christoph Wurst [Wed, 12 Jun 2024 07:34:57 +0000 (09:34 +0200)]
fix(cron): Log long running jobs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Robin Appelman [Mon, 12 Feb 2024 14:52:07 +0000 (15:52 +0100)]
fix: get child ids for folder in a separate query during move
Signed-off-by: Robin Appelman <robin@icewind.nl>
Arthur Schiwon [Thu, 13 Jun 2024 09:34:26 +0000 (11:34 +0200)]
Merge pull request #45838 from nextcloud/backport/45649/stable27
[stable27] fix(ObjectStore): Fix regression when hostname is empty
Arthur Schiwon [Thu, 13 Jun 2024 08:45:40 +0000 (10:45 +0200)]
Merge pull request #45806 from nextcloud/backport/45768/stable27
[stable27] Use isRetryable to catch retryable exceptions
Nextcloud bot [Thu, 13 Jun 2024 00:20:12 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Josh [Mon, 3 Jun 2024 21:31:26 +0000 (17:31 -0400)]
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>
Arthur Schiwon [Wed, 12 Jun 2024 19:16:45 +0000 (21:16 +0200)]
Merge pull request #45703 from nextcloud/backport/43942/stable27
[stable27] fix(Session): avoid password confirmation on SSO
F. E Noel Nfebe [Wed, 12 Jun 2024 17:29:40 +0000 (18:29 +0100)]
Merge pull request #45828 from nextcloud/fix/stable27/bubble-up-share-data
fix(ShareEntryLinkedList): Correctly propagate share data
Arthur Schiwon [Wed, 12 Jun 2024 12:58:27 +0000 (14:58 +0200)]
style(PHP): remove unacceptable empty lines
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Wed, 12 Jun 2024 09:05:43 +0000 (11:05 +0200)]
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>
Arthur Schiwon [Fri, 1 Mar 2024 17:37:47 +0000 (18:37 +0100)]
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>
Daniel Kesselberg [Wed, 12 Jun 2024 09:46:12 +0000 (11:46 +0200)]
test: add tests for ProfilePageController
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
nextcloud-command [Wed, 12 Jun 2024 15:48:58 +0000 (15:48 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
fenn-cs [Wed, 12 Jun 2024 15:09:07 +0000 (16:09 +0100)]
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>
Louis Chemineau [Mon, 10 Jun 2024 16:01:39 +0000 (18:01 +0200)]
fix(files): Use isRetryable to catch retryable exceptions
Signed-off-by: Louis Chemineau <louis@chmn.me>
Andy Scherzinger [Wed, 12 Jun 2024 07:07:30 +0000 (09:07 +0200)]
Merge pull request #45798 from nextcloud/backport/45775/stable27
[stable27] fix(caldav): event links in shared calendar notifications
Nextcloud bot [Wed, 12 Jun 2024 00:20:26 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Richard Steinmetz [Tue, 11 Jun 2024 07:42:03 +0000 (09:42 +0200)]
fix(caldav): event links in shared calendar notifications
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Arthur Schiwon [Tue, 11 Jun 2024 16:05:26 +0000 (18:05 +0200)]
Merge pull request #43776 from nextcloud/automated/noid/stable27-update-psalm-baseline
[stable27] Update psalm-baseline.xml
Arthur Schiwon [Tue, 11 Jun 2024 15:06:08 +0000 (17:06 +0200)]
build(hub): 27.1.11 RC1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
F. E Noel Nfebe [Tue, 11 Jun 2024 14:36:38 +0000 (15:36 +0100)]
Merge pull request #45749 from nextcloud/manual/backport/4910/stable27
Manual/backport/44910/stable27
nextcloud-command [Tue, 11 Jun 2024 02:28:06 +0000 (02:28 +0000)]
chore(tests): Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Joas Schilling [Thu, 18 Apr 2024 12:31:45 +0000 (14:31 +0200)]
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>
fenn-cs [Mon, 15 Apr 2024 20:38:55 +0000 (21:38 +0100)]
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>
fenn-cs [Mon, 15 Apr 2024 19:38:26 +0000 (20:38 +0100)]
refactor(shareApiController): use contrusctor property promotion & DI logger
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Andy Scherzinger [Tue, 11 Jun 2024 12:03:36 +0000 (14:03 +0200)]
Merge pull request #45762 from nextcloud/fix/failing-tests-for-setupcheck
[stable27] fix: failing tests for setup check
Andy Scherzinger [Tue, 11 Jun 2024 12:03:08 +0000 (14:03 +0200)]
Merge pull request #45776 from nextcloud/backport/45669/stable27
[stable27] fix: Autodetect legacy filekey instead of trusting the header for legacy header
Anna Larch [Mon, 10 Jun 2024 13:06:21 +0000 (15:06 +0200)]
fix: failing tests for setup check
Signed-off-by: Anna Larch <anna@nextcloud.com>
Louis Chemineau [Thu, 6 Jun 2024 16:02:32 +0000 (18:02 +0200)]
test: Fix encryption test
Signed-off-by: Louis Chemineau <louis@chmn.me>
Côme Chilliet [Thu, 6 Jun 2024 08:23:03 +0000 (10:23 +0200)]
fix: add default value for new flag `$useDecryptAll` on getFileKey
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Tue, 4 Jun 2024 15:20:20 +0000 (17:20 +0200)]
fix: Autodetect legacy filekey instead of trusting the header for legacy header
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Nextcloud bot [Tue, 11 Jun 2024 00:19:52 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Mon, 10 Jun 2024 16:12:57 +0000 (18:12 +0200)]
Merge pull request #45736 from nextcloud/ci/eol/update-workflow-stable27
[stable27] ci(eol): update workflow from template
Joas Schilling [Mon, 10 Jun 2024 15:38:26 +0000 (17:38 +0200)]
Merge pull request #45757 from nextcloud/backport/45120/stable27
[stable27] fix(dav): Don't log access control as error
Joas Schilling [Tue, 30 Apr 2024 11:46:50 +0000 (13:46 +0200)]
fix(dav): Don't log access control as error
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Mon, 10 Jun 2024 00:20:00 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Richard Steinmetz [Sun, 9 Jun 2024 08:36:41 +0000 (10:36 +0200)]
ci(eol): update workflow from template
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Nextcloud bot [Sun, 9 Jun 2024 00:19:41 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 8 Jun 2024 00:19:33 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
John Molakvoæ [Fri, 7 Jun 2024 11:42:45 +0000 (13:42 +0200)]
Merge pull request #45544 from nextcloud/backport/44664/stable27
John Molakvoæ [Fri, 7 Jun 2024 11:42:24 +0000 (13:42 +0200)]
Merge pull request #44991 from nextcloud/backport/44923/stable27
John Molakvoæ [Fri, 7 Jun 2024 10:19:03 +0000 (12:19 +0200)]
Merge pull request #45527 from nextcloud/backport/45014/stable27
John Molakvoæ [Fri, 7 Jun 2024 10:18:07 +0000 (12:18 +0200)]
Merge pull request #45589 from nextcloud/backport/36942/stable27
Hamza Mahjoubi [Thu, 4 Apr 2024 22:00:49 +0000 (00:00 +0200)]
fix(dav): Rate limit address book creation
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
John Molakvoæ [Fri, 7 Jun 2024 10:13:20 +0000 (12:13 +0200)]
Merge pull request #45639 from nextcloud/backport/45235/stable27
Christopher Ng [Tue, 23 Apr 2024 17:30:26 +0000 (10:30 -0700)]
chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Tue, 23 Apr 2024 17:30:26 +0000 (10:30 -0700)]
fix: Fix truncation on public shares
Signed-off-by: Christopher Ng <chrng8@gmail.com>
John Molakvoæ [Fri, 7 Jun 2024 09:05:32 +0000 (11:05 +0200)]
Merge pull request #44009 from nextcloud/backport/43252/stable27
John Molakvoæ [Fri, 7 Jun 2024 09:05:11 +0000 (11:05 +0200)]
Merge pull request #44957 from nextcloud/backport/44884/stable27
Nextcloud bot [Fri, 7 Jun 2024 00:35:39 +0000 (00:35 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Thu, 6 Jun 2024 09:59:51 +0000 (11:59 +0200)]
Merge pull request #45441 from nextcloud/backport/45390/stable27
[stable27] fix: Mark more configs as sensitive
Nextcloud bot [Thu, 6 Jun 2024 00:21:13 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Robin Appelman [Fri, 3 May 2024 14:37:45 +0000 (16:37 +0200)]
feat: add option to disable scanner transactions
Signed-off-by: Robin Appelman <robin@icewind.nl>
Benjamin Gaussorgues [Wed, 5 Jun 2024 12:54:33 +0000 (14:54 +0200)]
Merge pull request #44397 from nextcloud/backport/44075/stable27
Benjamin Gaussorgues [Wed, 5 Jun 2024 12:53:44 +0000 (14:53 +0200)]
Merge pull request #45664 from nextcloud/fix/upload_conflict_race
nextcloud-command [Wed, 5 Jun 2024 10:13:00 +0000 (10:13 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Nextcloud bot [Wed, 5 Jun 2024 09:56:34 +0000 (09:56 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Christoph Wurst [Fri, 8 Mar 2024 07:14:05 +0000 (08:14 +0100)]
fix(dav): Add retention time to sync token cleanup
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Jonas [Tue, 4 Jun 2024 13:48:34 +0000 (15:48 +0200)]
fix(dialogs): Make sure conflict dialog is loaded before adding conflicts
Fixes a possible race condition where conflicts are added and the dialog
loading finishes only afterwards.
The race condition sometimes led to missing files in the conflict dialog
when uploading several existing files at once.
Fixes: #45661
John Molakvoæ [Tue, 4 Jun 2024 13:48:33 +0000 (15:48 +0200)]
Merge pull request #45624 from nextcloud/backport/45494/stable27
John Molakvoæ [Tue, 4 Jun 2024 13:22:25 +0000 (15:22 +0200)]
fix(core): remove unwanted unsupported browser import
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
John Molakvoæ [Fri, 31 May 2024 07:57:26 +0000 (09:57 +0200)]
fix(core): unsupported browser `getRootUrl` import
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>