]>
source.dussan.org Git - nextcloud-server.git/log
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>
Joas Schilling [Tue, 26 Mar 2024 08:41:54 +0000 (09:41 +0100)]
Merge pull request #44466 from nextcloud/backport/44388/stable26
[stable26] chore(ci): update block merge EOL workflow
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>
Nextcloud bot [Tue, 26 Mar 2024 00:19:52 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 25 Mar 2024 00:20:26 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 24 Mar 2024 00:20:30 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 23 Mar 2024 00:19:53 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 22 Mar 2024 00:19:41 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Benjamin Gaussorgues [Thu, 21 Mar 2024 19:13:10 +0000 (20:13 +0100)]
Merge pull request #44375 from nextcloud/release/26.0.13_rc1
Benjamin Gaussorgues [Thu, 21 Mar 2024 19:04:03 +0000 (20:04 +0100)]
Merge pull request #44283 from nextcloud/backport/44279/stable26
Robin Appelman [Mon, 18 Mar 2024 15:18:35 +0000 (16:18 +0100)]
fix: ensure nested mount points are handled in the correct order
Signed-off-by: Robin Appelman <robin@icewind.nl>
Benjamin Gaussorgues [Thu, 21 Mar 2024 16:59:51 +0000 (17:59 +0100)]
Merge pull request #44384 from nextcloud/backport/44360/stable26
Andy Scherzinger [Thu, 21 Mar 2024 14:54:47 +0000 (15:54 +0100)]
Merge pull request #44387 from nextcloud/backport/44381/stable26
[stable26] fix(workflowengine): Use correct event names to make search for groups work again
Ferdinand Thiessen [Thu, 21 Mar 2024 13:14:33 +0000 (14:14 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Thu, 21 Mar 2024 13:10:55 +0000 (14:10 +0100)]
fix(workflowengine): Use correct event for searching for groups
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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>
Joas Schilling [Thu, 21 Mar 2024 10:47:45 +0000 (11:47 +0100)]
Merge pull request #44308 from nextcloud/backport/44299/stable26
[stable26] Forbid tagging readonly files
Benjamin Gaussorgues [Thu, 21 Mar 2024 07:56:03 +0000 (08:56 +0100)]
build(hub): 26.0.13 RC1
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Nextcloud bot [Thu, 21 Mar 2024 00:20:55 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Stephan Orbaugh [Wed, 20 Mar 2024 13:55:54 +0000 (14:55 +0100)]
Merge pull request #44348 from nextcloud/backport/44339/stable26
[stable26] fix(share): use share owner to get ownership
Maxence Lange [Wed, 20 Mar 2024 01:30:00 +0000 (00:30 -0100)]
fix(share): use share owner to confirm reshare
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Nextcloud bot [Wed, 20 Mar 2024 00:19:55 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Tue, 19 Mar 2024 19:27:26 +0000 (20:27 +0100)]
Merge pull request #44338 from nextcloud/backport/44276/stable26
[stable26] fix(config): Make sure user keys are strings
Christoph Wurst [Mon, 18 Mar 2024 13:51:35 +0000 (14:51 +0100)]
fix(config): Make sure user keys are strings
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Côme Chilliet [Tue, 19 Mar 2024 10:20:03 +0000 (11:20 +0100)]
fix(dav): Add missing use for OCP\Constants
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Mon, 4 Mar 2024 11:01:20 +0000 (12:01 +0100)]
chore: Break closure call on two lines to make it readable
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Tue, 27 Feb 2024 09:31:59 +0000 (10:31 +0100)]
fix(systemtags): Forbid tagging of readonly files
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Nextcloud bot [Tue, 19 Mar 2024 00:20:25 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 18 Mar 2024 00:20:21 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 17 Mar 2024 00:20:07 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
John Molakvoæ [Sat, 16 Mar 2024 12:22:25 +0000 (13:22 +0100)]
Merge pull request #44156 from nextcloud/backport/44118/stable26
John Molakvoæ [Sat, 16 Mar 2024 12:20:36 +0000 (13:20 +0100)]
Merge pull request #44180 from nextcloud/backport/43334/stable26
Nextcloud bot [Sat, 16 Mar 2024 00:19:53 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 15 Mar 2024 00:29:53 +0000 (00:29 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Ferdinand Thiessen [Thu, 14 Mar 2024 17:35:01 +0000 (18:35 +0100)]
Merge pull request #44199 from nextcloud/backport/43652/stable26
[stable26] Fixes for getting the filename in the FileInfo class
hopleus [Tue, 12 Mar 2024 14:23:59 +0000 (17:23 +0300)]
Refactoring getName function
Signed-off-by: hopleus <hopleus@gmail.com>
hopleus [Mon, 19 Feb 2024 13:25:43 +0000 (16:25 +0300)]
Fixes for getting the file name in the cases when the file name key is received, but it is empty
Signed-off-by: hopleus <hopleus@gmail.com>
Nextcloud bot [Thu, 14 Mar 2024 00:21:07 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Ferdinand Thiessen [Sun, 4 Feb 2024 17:26:07 +0000 (18:26 +0100)]
fix(settings): `posix_getpwuid` can return `false` which should not be accessed using array operation
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Josh [Wed, 13 Mar 2024 11:49:47 +0000 (07:49 -0400)]
Merge pull request #44166 from nextcloud/backport/44138/stable26
[stable26] docs(config.sample.php): Warn that `updatedirectory` will break updates if set to a value within the installation folder
Nextcloud bot [Wed, 13 Mar 2024 00:20:20 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Josh [Mon, 11 Mar 2024 23:22:20 +0000 (19:22 -0400)]
docs(config.sample.php):
When setting a custom `updatedirectory` it's important that it not be located within the Server installation folder structure.
Partially addresses nextcloud/updater#463
Signed-off-by: Josh <josh.t.richards@gmail.com>
Christoph Wurst [Mon, 11 Mar 2024 09:27:33 +0000 (10:27 +0100)]
tests(dav): Add unit test for no calendars/subscription limit
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Joas Schilling [Tue, 12 Mar 2024 07:04:13 +0000 (08:04 +0100)]
Merge pull request #44144 from nextcloud/automated/noid/stable26-update-ca-cert-bundle
[stable26] fix(security): Update CA certificate bundle
nextcloud-command [Tue, 12 Mar 2024 02:11:09 +0000 (02:11 +0000)]
fix(security): Update CA certificate bundle
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Tue, 12 Mar 2024 00:20:51 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Côme Chilliet [Mon, 11 Mar 2024 10:36:00 +0000 (11:36 +0100)]
Merge pull request #44054 from nextcloud/backport/44042/stable26
[stable26] fix(user_ldap): Early failure for empty password login attempt
Nextcloud bot [Mon, 11 Mar 2024 00:34:26 +0000 (00:34 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 10 Mar 2024 00:20:00 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Ferdinand Thiessen [Sat, 9 Mar 2024 01:35:29 +0000 (02:35 +0100)]
Merge pull request #44100 from nextcloud/backport/44095/stable26
[stable26] fix(UpdateNotifications): Handle numeric user ids
Nextcloud bot [Sat, 9 Mar 2024 00:47:02 +0000 (00:47 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Josh [Fri, 8 Mar 2024 19:17:32 +0000 (14:17 -0500)]
[stable28] fix(UpdateNotifications): Handle numeric user ids
manual backport of #44093 to fix #44051 for <=v28
Signed-off-by: Josh <josh.t.richards@gmail.com>
Ferdinand Thiessen [Fri, 8 Mar 2024 09:57:37 +0000 (10:57 +0100)]
Merge pull request #44078 from nextcloud/backport/43992/stable26
[stable26] fix: Avoid clear cache with prefix
Julius Härtl [Mon, 4 Mar 2024 11:29:55 +0000 (12:29 +0100)]
fix: Avoid clear cache with prefix
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Fri, 8 Mar 2024 00:19:50 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Ferdinand Thiessen [Thu, 7 Mar 2024 22:54:37 +0000 (23:54 +0100)]
Merge pull request #44035 from nextcloud/backport/43263/stable26
[stable26] Cleanup versions entities in versions:clean command
Louis Chemineau [Wed, 6 Mar 2024 15:43:01 +0000 (16:43 +0100)]
fix(files_versions): Improve files version listing
Signed-off-by: Louis Chemineau <louis@chmn.me>
Côme Chilliet [Wed, 6 Mar 2024 15:47:16 +0000 (16:47 +0100)]
fix(user_ldap): Early failure for empty password login attempt
This avoids user_ldap logging about an invalid configuration with an
empty password when the empty password actually comes from a login
attempt.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Louis [Wed, 6 Mar 2024 15:08:16 +0000 (16:08 +0100)]
Merge pull request #44006 from nextcloud/backport/43898/stable26
[stable26] Improve files version listing
Louis Chemineau [Tue, 5 Mar 2024 17:14:55 +0000 (18:14 +0100)]
fix(files_versions): Improve files version listing
Signed-off-by: Louis Chemineau <louis@chmn.me>
Nextcloud bot [Tue, 5 Mar 2024 00:20:10 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 4 Mar 2024 00:20:24 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 3 Mar 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, 2 Mar 2024 00:19:32 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 1 Mar 2024 00:39:08 +0000 (00:39 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
John Molakvoæ [Thu, 29 Feb 2024 10:34:17 +0000 (11:34 +0100)]
Merge pull request #43902 from nextcloud/backport/30957/stable26
John Molakvoæ [Thu, 29 Feb 2024 10:24:57 +0000 (11:24 +0100)]
Merge pull request #43829 from nextcloud/backport/43787/stable26
John Molakvoæ [Thu, 29 Feb 2024 10:24:34 +0000 (11:24 +0100)]
Merge pull request #43831 from nextcloud/backport/43428/stable26
John Molakvoæ [Thu, 29 Feb 2024 10:24:19 +0000 (11:24 +0100)]
Merge pull request #43836 from nextcloud/backport/43605/stable26
John Molakvoæ [Thu, 29 Feb 2024 08:03:22 +0000 (09:03 +0100)]
Merge pull request #43885 from nextcloud/release/26.0.12
Claus-Justus Heine [Tue, 1 Feb 2022 11:47:57 +0000 (12:47 +0100)]
fix(collaboration): collaboration MailPlugin: Protect access to a potentially missing array component by ??.
Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de>
John Molakvoæ [Thu, 29 Feb 2024 07:33:05 +0000 (08:33 +0100)]
Merge pull request #43867 from nextcloud/backport/43768/stable26
Nextcloud bot [Thu, 29 Feb 2024 00:20:50 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
skjnldsv [Wed, 28 Feb 2024 09:29:55 +0000 (10:29 +0100)]
26.0.12
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Louis Chemineau [Mon, 26 Feb 2024 15:57:30 +0000 (16:57 +0100)]
fix(dav): Init ViewOnlyPlugin after auth
Signed-off-by: Louis Chemineau <louis@chmn.me>
Nextcloud bot [Wed, 28 Feb 2024 00:28:57 +0000 (00:28 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 27 Feb 2024 00:20:09 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Robin Appelman [Thu, 15 Feb 2024 15:51:52 +0000 (16:51 +0100)]
fix: only cleanup orphaned shared daly
Signed-off-by: Robin Appelman <robin@icewind.nl>
Benjamin Gaussorgues [Wed, 7 Feb 2024 11:06:12 +0000 (12:06 +0100)]
feat(share): save date and time for expiration
Because of timezones, not saving time can lead to unexpected behaviour
when sharing an item sooner than timezone offset
Example: sharing a file before 9am when in UTC+9
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Julius Härtl [Fri, 23 Feb 2024 15:07:43 +0000 (16:07 +0100)]
fix: Throw instead of yielding nothing when listing local directories
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Mon, 26 Feb 2024 00:19:48 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 25 Feb 2024 00:21:00 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 24 Feb 2024 00:20:11 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 23 Feb 2024 00:19:57 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
John Molakvoæ [Thu, 22 Feb 2024 18:35:19 +0000 (19:35 +0100)]
Merge pull request #43716 from nextcloud/release/26.0.12rc2
John Molakvoæ [Thu, 22 Feb 2024 15:45:55 +0000 (16:45 +0100)]
Merge pull request #43389 from nextcloud/backport/43131/stable26
John Molakvoæ [Thu, 22 Feb 2024 15:45:41 +0000 (16:45 +0100)]
Merge pull request #43753 from nextcloud/backport/43732/stable26
skjnldsv [Wed, 21 Feb 2024 08:40:22 +0000 (09:40 +0100)]
26.0.12rc2
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Christoph Wurst [Fri, 11 Aug 2023 14:36:10 +0000 (16:36 +0200)]
fix(dav): Rate limit calendar/subscription creation
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst [Thu, 25 Jan 2024 18:30:38 +0000 (19:30 +0100)]
fix(files): Don't attempt to format a partial cache entry
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
John Molakvoæ [Thu, 22 Feb 2024 09:46:09 +0000 (10:46 +0100)]
Merge pull request #43739 from nextcloud/backport/43727/stable26
Nextcloud bot [Thu, 22 Feb 2024 00:20:01 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Louis Chemineau [Wed, 21 Feb 2024 21:10:12 +0000 (22:10 +0100)]
Hide some actions based on node permissions and share attributes
Signed-off-by: Louis Chemineau <louis@chmn.me>
Joas Schilling [Wed, 21 Feb 2024 20:58:33 +0000 (21:58 +0100)]
Merge pull request #43714 from nextcloud/backport/43712/stable26
[stable26] fix: Add bruteforce protection to federation endpoint
Louis Chemineau [Wed, 21 Feb 2024 13:34:12 +0000 (14:34 +0100)]
Check permissions when labeling a version
Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau [Tue, 13 Feb 2024 11:51:01 +0000 (12:51 +0100)]
Check node permissions when restoring a version
Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau [Tue, 13 Feb 2024 11:39:31 +0000 (12:39 +0100)]
Check node permissions when deleting a version
Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau [Tue, 13 Feb 2024 13:46:04 +0000 (14:46 +0100)]
Check share attributes when downloading versions
Signed-off-by: Louis Chemineau <louis@chmn.me>
John Molakvoæ [Wed, 21 Feb 2024 17:16:15 +0000 (18:16 +0100)]
Merge pull request #43711 from nextcloud/backport/43701/stable26
John Molakvoæ [Wed, 21 Feb 2024 16:30:29 +0000 (17:30 +0100)]
Merge pull request #43723 from nextcloud/backport/43664/stable26