]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
7 months agofix(shareApiController): avoid duplicated expiryDate operations backport/44838/stable27 44911/head
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>
7 months agorefactor(shareApiController): use contrusctor property promotion & DI logger
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>
7 months agoMerge pull request #44892 from nextcloud/backport/44889/stable27
Joas Schilling [Thu, 18 Apr 2024 09:13:33 +0000 (11:13 +0200)]
Merge pull request #44892 from nextcloud/backport/44889/stable27

[stable27] fix(files): Also skip cross storage move with access control

7 months agofix(CI): Suppress psalm UndefinedClass 44892/head
Joas Schilling [Thu, 18 Apr 2024 07:24:11 +0000 (09:24 +0200)]
fix(CI): Suppress psalm UndefinedClass

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 18 Apr 2024 00:21:01 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agofix(files): Also skip cross storage move with access control
Joas Schilling [Wed, 17 Apr 2024 14:29:07 +0000 (16:29 +0200)]
fix(files): Also skip cross storage move with access control

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 months agoMerge pull request #44472 from nextcloud/backport/44017/stable27
Git'Fellow [Wed, 17 Apr 2024 12:46:01 +0000 (14:46 +0200)]
Merge pull request #44472 from nextcloud/backport/44017/stable27

[stable27] Fix/caldav/eventcomparisionservice uses wrong array comparison

7 months agoMerge pull request #44499 from nextcloud/backport/44484/stable27
Benjamin Gaussorgues [Wed, 17 Apr 2024 09:31:34 +0000 (11:31 +0200)]
Merge pull request #44499 from nextcloud/backport/44484/stable27

7 months agoMerge pull request #44803 from nextcloud/fix/smartpicker-file-picker
Benjamin Gaussorgues [Wed, 17 Apr 2024 09:28:50 +0000 (11:28 +0200)]
Merge pull request #44803 from nextcloud/fix/smartpicker-file-picker

7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 17 Apr 2024 00:21:11 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agochore(assets): Recompile assets 44499/head
nextcloud-command [Mon, 15 Apr 2024 15:14:01 +0000 (15:14 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 months agofix(share): Send correct share attributes upon share creation
fenn-cs [Tue, 26 Mar 2024 12:34:14 +0000 (13:34 +0100)]
fix(share): Send correct share attributes upon share creation

- Send correct share attributes (`share.attributes`) to server upon creation.

- Delete parts of code that create or reference, `share.hasDownloadPermission`

(Not required by Share API)

Resolves : https://github.com/nextcloud/server/issues/44131

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
7 months agoMerge pull request #44823 from nextcloud/fix-opening-remote-shares-dialog-even-if...
Ferdinand Thiessen [Mon, 15 Apr 2024 14:01:06 +0000 (16:01 +0200)]
Merge pull request #44823 from nextcloud/fix-opening-remote-shares-dialog-even-if-notifications-is-available

[stable27] Fix opening "Remote shares" dialog even if Notifications is available

7 months agochore: Compile assets 44803/head
Ferdinand Thiessen [Mon, 15 Apr 2024 10:43:25 +0000 (12:43 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix(deps): Update @nextcloud/dialogs to 4.2.7
Ferdinand Thiessen [Mon, 15 Apr 2024 10:43:02 +0000 (12:43 +0200)]
fix(deps): Update @nextcloud/dialogs to 4.2.7

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix(files): Allow to pick directories using the file reference picker
Ferdinand Thiessen [Fri, 12 Apr 2024 16:48:50 +0000 (18:48 +0200)]
fix(files): Allow to pick directories using the file reference picker

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix: Fix opening "Remote shares" dialog even if Notifications is available 44823/head
Daniel Calviño Sánchez [Thu, 21 Mar 2024 13:03:12 +0000 (14:03 +0100)]
fix: Fix opening "Remote shares" dialog even if Notifications is available

The dialog is supposed to be shown only if the Notifications app is not
available, and to know whether it is available or not it is checked if
the header contains the Notifications button. However, in Nextcloud 25
the DOM of the Notifications app changed, so the button is no longer
found and thus the dialog was always shown when there are pending
shares.

Even if the correct element query was used the dialog may be still shown
anyway if "external.js" is loaded before the notifications button is
added to the header. Therefore now it is checked if the Notifications
app is available or not from the OC API.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 15 Apr 2024 00:20:08 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 14 Apr 2024 00:20:25 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 13 Apr 2024 00:21:20 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 12 Apr 2024 00:20:38 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoMerge pull request #44766 from nextcloud/backport/44350/stable27
Arthur Schiwon [Thu, 11 Apr 2024 13:52:59 +0000 (15:52 +0200)]
Merge pull request #44766 from nextcloud/backport/44350/stable27

[stable27] fix(LDAP): escape DN on check-user

7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 11 Apr 2024 00:21:16 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoMerge pull request #44680 from nextcloud/backport/42597/stable27
Robin Appelman [Wed, 10 Apr 2024 17:48:03 +0000 (19:48 +0200)]
Merge pull request #44680 from nextcloud/backport/42597/stable27

[stable27] perf: Avoid updating the folder size if we know the size difference

7 months agodocs(LDAP): add info on stored DN form 44766/head
Arthur Schiwon [Fri, 5 Apr 2024 14:47:55 +0000 (16:47 +0200)]
docs(LDAP): add info on stored DN form

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
7 months agofix(LDAP): escape DN on check-user
Arthur Schiwon [Wed, 20 Mar 2024 11:30:46 +0000 (12:30 +0100)]
fix(LDAP): escape DN on check-user

the DN has to be escaped differently when used as a base and we were
missing it here in the search method call in the check-user command.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 10 Apr 2024 00:20:15 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoperf: Avoid updating the folder size if we know the size difference 44680/head
Julius Härtl [Fri, 5 Jan 2024 13:56:33 +0000 (14:56 +0100)]
perf: Avoid updating the folder size if we know the size difference

Signed-off-by: Julius Härtl <jus@bitgrid.net>
7 months agoMerge pull request #44749 from nextcloud/backport/44730/stable27
Benjamin Gaussorgues [Tue, 9 Apr 2024 12:07:49 +0000 (14:07 +0200)]
Merge pull request #44749 from nextcloud/backport/44730/stable27

7 months agotest: add test for jail watcher 44749/head
Robin Appelman [Mon, 8 Apr 2024 16:42:44 +0000 (18:42 +0200)]
test: add test for jail watcher

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 months agofix: use proper jailed patch in watcher
Robin Appelman [Mon, 8 Apr 2024 15:05:33 +0000 (17:05 +0200)]
fix: use proper jailed patch in watcher

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 months agoMerge pull request #44739 from nextcloud/backport/stable27/44736
Ferdinand Thiessen [Tue, 9 Apr 2024 10:23:37 +0000 (12:23 +0200)]
Merge pull request #44739 from nextcloud/backport/stable27/44736

[stable27] fix: Fix avatar images

7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 9 Apr 2024 00:20:34 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agotest: Update tests 44739/head
Christopher Ng [Tue, 9 Apr 2024 00:04:33 +0000 (17:04 -0700)]
test: Update tests

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 months agofix: Fix avatar images
Christopher Ng [Tue, 9 Apr 2024 00:04:33 +0000 (17:04 -0700)]
fix: Fix avatar images

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 months agoMerge pull request #44491 from nextcloud/backport/44291/stable27
Eduardo Morales [Mon, 8 Apr 2024 13:38:32 +0000 (08:38 -0500)]
Merge pull request #44491 from nextcloud/backport/44291/stable27

[stable27] enh: Send empty expireDate when not expireDate set

7 months agochore(assets): Recompile assets 44491/head
nextcloud-command [Mon, 8 Apr 2024 11:46:53 +0000 (11:46 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 months agofix(share): Send empty expireDate when not expireDate set
fenn-cs [Mon, 18 Mar 2024 23:10:56 +0000 (00:10 +0100)]
fix(share): Send empty expireDate when not expireDate set

When creating a new share, if the user unchecks "Set expiry date"

no `expireDate` is sent to the server.

However, the server then assumes the default configured, hence better

to send an empty value.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 8 Apr 2024 00:20:30 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 7 Apr 2024 00:20:39 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoMerge pull request #44690 from nextcloud/backport/44678/stable27
Joas Schilling [Sat, 6 Apr 2024 13:11:51 +0000 (15:11 +0200)]
Merge pull request #44690 from nextcloud/backport/44678/stable27

[stable27] fix(3rdparty): Add a CI job to check 3rdparty integrity

7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 6 Apr 2024 00:21:08 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoMerge pull request #44673 from nextcloud/backport/44662/stable27
Joas Schilling [Fri, 5 Apr 2024 21:00:37 +0000 (23:00 +0200)]
Merge pull request #44673 from nextcloud/backport/44662/stable27

[stable27] fix(deps): Update phpseclib from 2.0.45 to 2.0.47

7 months agofix(3rdparty): Add a CI job to check 3rdparty integrity 44690/head
Joas Schilling [Fri, 5 Apr 2024 12:53:30 +0000 (14:53 +0200)]
fix(3rdparty): Add a CI job to check 3rdparty integrity

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 months agofix(deps): Update phpseclib to 2.0.47 44673/head
Ferdinand Thiessen [Fri, 5 Apr 2024 11:21:57 +0000 (13:21 +0200)]
fix(deps): Update phpseclib to 2.0.47

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix: Update psalm baseline to ignore `setKey` being internal of `phpseclib`
Ferdinand Thiessen [Thu, 4 Apr 2024 21:16:26 +0000 (23:16 +0200)]
fix: Update psalm baseline to ignore `setKey` being internal of `phpseclib`

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 5 Apr 2024 00:20:14 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoMerge pull request #44656 from nextcloud/backport/44332/stable27
John Molakvoæ [Thu, 4 Apr 2024 14:31:57 +0000 (16:31 +0200)]
Merge pull request #44656 from nextcloud/backport/44332/stable27

7 months agochore(dav): Fix tests for length headers on upload 44656/head
Côme Chilliet [Thu, 21 Mar 2024 11:11:44 +0000 (12:11 +0100)]
chore(dav): Fix tests for length headers on upload

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
7 months agofix(dav): Fix quota check for chunk upload
Côme Chilliet [Tue, 19 Mar 2024 16:25:40 +0000 (17:25 +0100)]
fix(dav): Fix quota check for chunk upload

Do not ignore OC-Total-Length when Content-Length and
 X-Expected-Entity-Length are missing

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
7 months agoMerge pull request #44632 from nextcloud/backport/44604/stable27
Stephan Orbaugh [Thu, 4 Apr 2024 09:30:58 +0000 (11:30 +0200)]
Merge pull request #44632 from nextcloud/backport/44604/stable27

[stable27] fix(encryption): Clicking default module in UI sets bogus value

7 months agofix(encryption): Clicking default module in UI sets bogus value 44632/head
Louis Chemineau [Wed, 3 Apr 2024 16:56:31 +0000 (18:56 +0200)]
fix(encryption): Clicking default module in UI sets bogus value

Fixes #44532

Likely fixes #43123

Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Louis Chemineau <louis@chmn.me>
7 months agoMerge pull request #44602 from nextcloud/backport/44512/stable27
John Molakvoæ [Thu, 4 Apr 2024 07:20:43 +0000 (09:20 +0200)]
Merge pull request #44602 from nextcloud/backport/44512/stable27

7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 4 Apr 2024 00:20:31 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agochore: compile assets 44602/head
Christopher Ng [Mon, 1 Apr 2024 22:44:39 +0000 (15:44 -0700)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 months agofeat(trashbin): Show original location of deleted file
Christopher Ng [Mon, 1 Apr 2024 22:44:39 +0000 (15:44 -0700)]
feat(trashbin): Show original location of deleted file

Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 1ae78095c87abb6d7ac8040d4e686f61414be18e)

7 months agoMerge pull request #44569 from nextcloud/fix/stable27-mail-share
Ferdinand Thiessen [Wed, 3 Apr 2024 17:46:18 +0000 (19:46 +0200)]
Merge pull request #44569 from nextcloud/fix/stable27-mail-share

[stable27] fix(files_sharing): Create passwords when enforced for mail shares

7 months agochore(assets): Recompile assets 44569/head
nextcloud-command [Tue, 2 Apr 2024 14:34:17 +0000 (14:34 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 months agofix(files_sharing): Create passwords when enforced for mail shares
Ferdinand Thiessen [Fri, 29 Mar 2024 14:30:39 +0000 (15:30 +0100)]
fix(files_sharing): Create passwords when enforced for mail shares

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agoMerge pull request #44508 from nextcloud/backport/39367/stable27
Robin Appelman [Wed, 3 Apr 2024 11:33:32 +0000 (13:33 +0200)]
Merge pull request #44508 from nextcloud/backport/39367/stable27

[stable27] handle more exceptions in AmazonS3::fopen

7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 3 Apr 2024 00:20:15 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoMerge pull request #44614 from nextcloud/backport/44612/stable27
Joas Schilling [Tue, 2 Apr 2024 13:17:39 +0000 (15:17 +0200)]
Merge pull request #44614 from nextcloud/backport/44612/stable27

[stable27] fix(tests): Fix tests when daytime saving time change happened recently

7 months agofix(tests): Fix tests when daytime saving time change happened recently 44614/head
Côme Chilliet [Tue, 2 Apr 2024 09:24:14 +0000 (11:24 +0200)]
fix(tests): Fix tests when daytime saving time change happened recently

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 2 Apr 2024 00:19:57 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 1 Apr 2024 00:20:00 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 31 Mar 2024 00:20:00 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 30 Mar 2024 00:20:58 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 29 Mar 2024 00:25:02 +0000 (00:25 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoMerge pull request #44550 from nextcloud/backport/44504/stable27
Louis [Thu, 28 Mar 2024 15:43:44 +0000 (16:43 +0100)]
Merge pull request #44550 from nextcloud/backport/44504/stable27

[stable27] Add retry logic to cover deadlock situations during move operations

7 months agofeat(files)): Add retry logic to cover deadlock situations when moving many files 44550/head
Louis Chemineau [Wed, 27 Mar 2024 15:13:51 +0000 (16:13 +0100)]
feat(files)): Add retry logic to cover deadlock situations when moving many files

Signed-off-by: Louis Chemineau <louis@chmn.me>
7 months agoMerge pull request #44536 from nextcloud/backport/44530/stable27
Joas Schilling [Thu, 28 Mar 2024 13:03:10 +0000 (14:03 +0100)]
Merge pull request #44536 from nextcloud/backport/44530/stable27

[stable27] fix(security): Update expiration date in security.txt

7 months agofix(security): Update expiration date in security.txt 44536/head
Joas Schilling [Thu, 28 Mar 2024 10:20:58 +0000 (11:20 +0100)]
fix(security): Update expiration date in security.txt

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 months agoMerge pull request #44524 from nextcloud/release/27.1.8 v27.1.8
John Molakvoæ [Thu, 28 Mar 2024 08:02:39 +0000 (09:02 +0100)]
Merge pull request #44524 from nextcloud/release/27.1.8

7 months agobuild(hub): 27.1.8 44524/head
skjnldsv [Thu, 28 Mar 2024 07:36:17 +0000 (08:36 +0100)]
build(hub): 27.1.8

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
7 months agoMerge pull request #44518 from nextcloud/automated/noid/stable27-update-code-signing-crl
Joas Schilling [Thu, 28 Mar 2024 06:49:38 +0000 (07:49 +0100)]
Merge pull request #44518 from nextcloud/automated/noid/stable27-update-code-signing-crl

[stable27] fix(security): Update code signing revocation list

7 months agofix(security): Update code signing revocation list 44518/head
nextcloud-command [Thu, 28 Mar 2024 02:15:21 +0000 (02:15 +0000)]
fix(security): Update code signing revocation list

Signed-off-by: GitHub <noreply@github.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 28 Mar 2024 00:19:31 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agofix SeekableHttpStream::stream_stat errors on failed open 44508/head
Robin Appelman [Thu, 13 Jul 2023 13:38:58 +0000 (15:38 +0200)]
fix SeekableHttpStream::stream_stat errors on failed open

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 27 Mar 2024 00:20:32 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agofix(dav): wrong comparison method between two events 44472/head
Robert C. Schaller [Mon, 25 Mar 2024 01:18:02 +0000 (02:18 +0100)]
fix(dav): wrong comparison method between two events

Old comparison implementation compares each element of the array against each other with no respect for the associated array label, which leads to wrongful removals because one value is accidentally present in a completely different label. New comparison works 'by-label' individually.

Partly fixes #41084 because changes between 'SEQUENCE' not present, 'SEQUENCE:0' and 'SEQUENCE:1' were not detected in the old implementation and thus no email update sent.

Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
Signed-off-by: Robert C. Schaller <gtbc_robert.schaller@rsxc.de>
7 months agoMerge pull request #44468 from nextcloud/backport/44388/stable27
Joas Schilling [Tue, 26 Mar 2024 08:41:29 +0000 (09:41 +0100)]
Merge pull request #44468 from nextcloud/backport/44388/stable27

[stable27] chore(ci): update block merge EOL workflow

7 months agochore(ci): update block merge EOL workflow 44468/head
Benjamin Gaussorgues [Thu, 21 Mar 2024 13:54:41 +0000 (14:54 +0100)]
chore(ci): update block merge EOL workflow

See nextcloud/.github#329

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 26 Mar 2024 00:19:41 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoMerge pull request #44415 from nextcloud/backport/44132/stable27
Stephan Orbaugh [Mon, 25 Mar 2024 14:32:08 +0000 (15:32 +0100)]
Merge pull request #44415 from nextcloud/backport/44132/stable27

[stable27] fix: don't return null for SharedStorage::getWrapperStorage with share recursion

7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 25 Mar 2024 00:20:19 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 24 Mar 2024 00:20:19 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoMerge pull request #44419 from nextcloud/backport/44357/stable27
John Molakvoæ [Sat, 23 Mar 2024 09:32:24 +0000 (10:32 +0100)]
Merge pull request #44419 from nextcloud/backport/44357/stable27

8 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 23 Mar 2024 00:19:42 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 months agofix: add extra check to ensure wrapped shared storage is set 44419/head
Robin Appelman [Wed, 20 Mar 2024 13:34:59 +0000 (14:34 +0100)]
fix: add extra check to ensure wrapped shared storage is set

Signed-off-by: Robin Appelman <robin@icewind.nl>
8 months agofix: log error when default getWrapperStorage would return null
Robin Appelman [Wed, 20 Mar 2024 13:09:58 +0000 (14:09 +0100)]
fix: log error when default getWrapperStorage would return null

Signed-off-by: Robin Appelman <robin@icewind.nl>
8 months agochore: improve typing for SharedStorage::$storage 44415/head
Robin Appelman [Mon, 11 Mar 2024 16:21:29 +0000 (17:21 +0100)]
chore: improve typing for SharedStorage::$storage

Signed-off-by: Robin Appelman <robin@icewind.nl>
8 months agofix: don't return null for SharedStorage::getWrapperStorage with share recursion
Robin Appelman [Mon, 11 Mar 2024 16:07:49 +0000 (17:07 +0100)]
fix: don't return null for SharedStorage::getWrapperStorage with share recursion

Signed-off-by: Robin Appelman <robin@icewind.nl>
8 months agoMerge pull request #44321 from nextcloud/backport/39990/stable27
Robin Appelman [Fri, 22 Mar 2024 14:43:53 +0000 (15:43 +0100)]
Merge pull request #44321 from nextcloud/backport/39990/stable27

[stable27] add some recrusive detection/prevention

8 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 22 Mar 2024 00:19:33 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 months agoMerge pull request #44374 from nextcloud/release/27.1.8_rc1 v27.1.8rc1
Benjamin Gaussorgues [Thu, 21 Mar 2024 19:23:47 +0000 (20:23 +0100)]
Merge pull request #44374 from nextcloud/release/27.1.8_rc1

8 months agoMerge pull request #44385 from nextcloud/backport/44360/stable27
Benjamin Gaussorgues [Thu, 21 Mar 2024 15:27:15 +0000 (16:27 +0100)]
Merge pull request #44385 from nextcloud/backport/44360/stable27

8 months agoMerge pull request #44383 from nextcloud/backport/44381/stable27
Benjamin Gaussorgues [Thu, 21 Mar 2024 14:59:00 +0000 (15:59 +0100)]
Merge pull request #44383 from nextcloud/backport/44381/stable27

8 months agoMerge pull request #44378 from nextcloud/backport/44376/stable27
Andy Scherzinger [Thu, 21 Mar 2024 14:55:07 +0000 (15:55 +0100)]
Merge pull request #44378 from nextcloud/backport/44376/stable27

[stable27] fix(dav): ACLs for shared addressbooks

8 months agofix(caldav): add EXDATE and EXRULE to confidential object 44385/head
Anna Larch [Wed, 20 Mar 2024 14:21:40 +0000 (15:21 +0100)]
fix(caldav): add EXDATE and EXRULE to confidential object

Signed-off-by: Anna Larch <anna@nextcloud.com>
8 months agochore: Compile assets 44383/head
Ferdinand Thiessen [Thu, 21 Mar 2024 13:14:33 +0000 (14:14 +0100)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>