]>
source.dussan.org Git - nextcloud-server.git/log
nextcloud-command [Thu, 18 Jan 2024 19:03:43 +0000 (19:03 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Marcel Klehr [Wed, 6 Dec 2023 13:09:09 +0000 (14:09 +0100)]
fix(Users/Quota setting): Prevent floating point value from getting truncated in locales other than english
fixes #18468
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Wed, 6 Dec 2023 13:09:09 +0000 (14:09 +0100)]
fix(Users/Quota setting): Prevent floating point value from getting truncated in locales other than english
fixes #18468
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
[skip ci]
Arthur Schiwon [Thu, 18 Jan 2024 12:44:01 +0000 (13:44 +0100)]
Merge pull request #42787 from nextcloud/release/26.0.11_rc1
26.0.11 RC1
Arthur Schiwon [Thu, 18 Jan 2024 12:37:26 +0000 (13:37 +0100)]
Merge pull request #42925 from nextcloud/backport/37346/stable26
[stable26] fix undefined method getExtStorageHome()
Benjamin Gaussorgues [Thu, 18 Jan 2024 11:32:21 +0000 (12:32 +0100)]
Merge pull request #42808 from nextcloud/backport/42660/stable26
[stable26] fix(share): use user timezone to parse share expiration date
Arthur Schiwon [Wed, 22 Mar 2023 12:54:27 +0000 (13:54 +0100)]
fix undefined method getExtStorageHome()
- adds a type check
- defines missing method in OfflineUser
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Christoph Wurst [Thu, 18 Jan 2024 10:03:58 +0000 (11:03 +0100)]
Merge pull request #42908 from nextcloud/fix/caldav/update-acls-deletedcalendarobjectscollection-stable26
[stable26] fix(CalDAV): set acls for DeletedCalendarObjectsCollection
Johannes Merkel [Wed, 3 Jan 2024 14:49:53 +0000 (15:49 +0100)]
fix(CalDAV): set acls for DeletedCalendarObjectsCollection
Signed-off-by: Johannes Merkel <mail@johannesgge.de>
Nextcloud bot [Thu, 18 Jan 2024 00:20:15 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Wed, 17 Jan 2024 19:47:18 +0000 (20:47 +0100)]
Merge pull request #42880 from nextcloud/backport/42607/stable26
[stable26] fix(session): Avoid useless authtoken DB queries for anonymous requests
Arthur Schiwon [Wed, 17 Jan 2024 13:56:55 +0000 (14:56 +0100)]
Merge pull request #42876 from nextcloud/backport/42563/stable26
[stable26] Update crl after revoke integration_homeassistant.csr
Joas Schilling [Wed, 17 Jan 2024 12:15:45 +0000 (13:15 +0100)]
Merge pull request #42866 from nextcloud/backport/42862/stable26
[stable26] fix(manifest): Check if app exists instead of accessing null as an array
Joas Schilling [Wed, 17 Jan 2024 12:11:49 +0000 (13:11 +0100)]
Merge pull request #42872 from nextcloud/backport/42658/stable26
[stable26] fix(systemreport): Mark more configs as sensitive
Git'Fellow [Sat, 6 Jan 2024 08:03:59 +0000 (09:03 +0100)]
fix(session): Avoid two useless authtoken DB queries for every anonymous request
Co-Authored-By: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Matthieu Gallien [Wed, 3 Jan 2024 17:28:38 +0000 (17:28 +0000)]
Update crl after revoke integration_homeassistant.csr
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Joas Schilling [Tue, 9 Jan 2024 11:50:15 +0000 (12:50 +0100)]
fix(systemreport): Mark more configs as sensitive
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 11 Dec 2023 07:59:45 +0000 (08:59 +0100)]
fix(manifest): Check if app exists instead of accessing null as an array
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Wed, 17 Jan 2024 00:20:43 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Tue, 16 Jan 2024 14:29:49 +0000 (15:29 +0100)]
Merge pull request #42830 from nextcloud/backport/42806/stable26
[stable26] fix(appstore): Only send subscription keys to valid appstores
Joas Schilling [Mon, 15 Jan 2024 14:39:45 +0000 (15:39 +0100)]
fix(appstore): Only send subscription keys to valid appstores
Signed-off-by: Joas Schilling <coding@schilljs.com>
Benjamin Gaussorgues [Mon, 8 Jan 2024 23:46:26 +0000 (00:46 +0100)]
fix(share): use user timezone to parse share expiration date
If an user in UTC+1 try to create a share at 00:00, it's day D for him, but
D-1 for the server (UTC).
This fix aims to apply the correct offset
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Nextcloud bot [Tue, 16 Jan 2024 00:19:18 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Mon, 15 Jan 2024 16:52:29 +0000 (17:52 +0100)]
Merge pull request #42775 from nextcloud/fix/exif-content-provider-stable26
[stable26] fix: handle exif metadata read errors gracefully
Simon L [Mon, 15 Jan 2024 16:37:18 +0000 (17:37 +0100)]
Merge pull request #41290 from nextcloud/backport/41263/stable26
[stable26] fix semaphore unguarding
Simon L [Fri, 3 Nov 2023 10:47:12 +0000 (11:47 +0100)]
fix semaphore unguarding
Signed-off-by: Simon L <szaimen@e.mail.de>
Richard Steinmetz [Mon, 15 Jan 2024 08:12:49 +0000 (09:12 +0100)]
fix: handle exif metadata read errors gracefully
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Arthur Schiwon [Mon, 15 Jan 2024 09:34:02 +0000 (10:34 +0100)]
Merge pull request #42740 from nextcloud/throttle-restore-26
[26] actually throttle restore
Arthur Schiwon [Mon, 15 Jan 2024 09:21:55 +0000 (10:21 +0100)]
26.0.11 RC1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Mon, 15 Jan 2024 00:19:09 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 14 Jan 2024 00:19:53 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 13 Jan 2024 00:20:47 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
nextcloud-command [Fri, 12 Jan 2024 18:43:39 +0000 (18:43 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Robin Appelman [Fri, 12 Jan 2024 15:57:21 +0000 (16:57 +0100)]
actually throttle restore
Signed-off-by: Robin Appelman <robin@icewind.nl>
Nextcloud bot [Fri, 12 Jan 2024 11:00:58 +0000 (11:00 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 12 Jan 2024 10:40:59 +0000 (10:40 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 12 Jan 2024 00:20:10 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Julius Härtl [Thu, 11 Jan 2024 10:53:19 +0000 (11:53 +0100)]
Merge pull request #42653 from nextcloud/backport/42651/stable26
[stable26] perf: Use more performant way to obtain and check the email as a login name with token login
Nextcloud bot [Thu, 11 Jan 2024 00:19:27 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 10 Jan 2024 00:21:00 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Julius Härtl [Thu, 30 Nov 2023 12:41:20 +0000 (13:41 +0100)]
fix: Only apply cast if needed when searching users for value
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Thu, 30 Nov 2023 10:46:54 +0000 (11:46 +0100)]
perf: Use more performant way to obtain and check the email as a login name with token login
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Tue, 9 Jan 2024 00:20:37 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 8 Jan 2024 00:22:26 +0000 (00:22 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 7 Jan 2024 00:20:47 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 6 Jan 2024 00:20:35 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 5 Jan 2024 00:22:42 +0000 (00:22 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 4 Jan 2024 00:20:25 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 3 Jan 2024 00:20:34 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
John Molakvoæ [Tue, 2 Jan 2024 15:57:54 +0000 (16:57 +0100)]
Merge pull request #42548 from nextcloud/lock-restore-ttl-26
Robin Appelman [Tue, 5 Dec 2023 15:01:46 +0000 (16:01 +0100)]
adjust redis compareSetTTL to use a lua script
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Wed, 29 Mar 2023 16:03:03 +0000 (18:03 +0200)]
restore shared lock ttl when releasing
Signed-off-by: Robin Appelman <robin@icewind.nl>
Christoph Wurst [Tue, 2 Jan 2024 13:07:01 +0000 (14:07 +0100)]
Merge pull request #42376 from nextcloud/backport/42339/stable26
[stable26] fix(dav): allow multiple organizers if possible
Louis [Tue, 2 Jan 2024 12:21:31 +0000 (13:21 +0100)]
Merge pull request #42448 from nextcloud/backport/42405/stable26
[stable26] fix(LDAP): ensure stored groups are formatted as simple list
Arthur Schiwon [Wed, 20 Dec 2023 15:56:16 +0000 (16:56 +0100)]
fix(LDAP): ensure stored groups are formatted as simple list
With array_unique it is possible that the keys are not in sequential order
but have gaps. json_encode then would store them as associative array,
which later on json_decode would result in a stdClass by default. This is
unexpected and would also contradict the return type hint.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Richard Steinmetz [Sun, 17 Dec 2023 15:55:16 +0000 (16:55 +0100)]
fix(dav): allow multiple organizers if possible
This is very hacky! However, we want to allow saving events with multiple
organizers. Those events are not RFC compliant, but sometimes imported from major
external calendar services (e.g. Google). If the current user is not an organizer of
the event we ignore the exception as no scheduling messages will be sent anyway.
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Nextcloud bot [Tue, 2 Jan 2024 00:19:36 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 1 Jan 2024 00:20:27 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 31 Dec 2023 00:20:43 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 30 Dec 2023 00:22:37 +0000 (00:22 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 29 Dec 2023 00:20:24 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 28 Dec 2023 00:20:48 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 27 Dec 2023 00:20:41 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 26 Dec 2023 00:21:13 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 25 Dec 2023 00:20:50 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 24 Dec 2023 00:21:07 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 23 Dec 2023 00:20:37 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 22 Dec 2023 00:20:48 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 21 Dec 2023 00:21:31 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Wed, 20 Dec 2023 14:36:37 +0000 (15:36 +0100)]
Merge pull request #42398 from nextcloud/backport/42140/stable26
[stable26] Update crl after revoke rides.csr
Matthieu Gallien [Mon, 11 Dec 2023 08:35:05 +0000 (08:35 +0000)]
Update crl after revoke rides.csr
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Nextcloud bot [Wed, 20 Dec 2023 00:19:45 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 19 Dec 2023 00:19:57 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 18 Dec 2023 00:19:47 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 17 Dec 2023 00:19:23 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 16 Dec 2023 00:19:48 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 15 Dec 2023 00:19:24 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Thu, 14 Dec 2023 09:34:09 +0000 (10:34 +0100)]
Merge pull request #42148 from nextcloud/release/26.0.10
26.0.10
Joas Schilling [Thu, 14 Dec 2023 05:52:10 +0000 (06:52 +0100)]
Merge pull request #42189 from nextcloud/automated/noid/stable26-update-ca-cert-bundle
[stable26] fix(security): Update CA certificate bundle
nextcloud-command [Thu, 14 Dec 2023 02:19:03 +0000 (02:19 +0000)]
fix(security): Update CA certificate bundle
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Thu, 14 Dec 2023 00:19:50 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 13 Dec 2023 00:20:21 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 12 Dec 2023 00:19:22 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Mon, 11 Dec 2023 11:28:38 +0000 (12:28 +0100)]
26.0.10
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Mon, 11 Dec 2023 00:24:46 +0000 (00:24 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 10 Dec 2023 00:19:40 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 9 Dec 2023 00:19:34 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 8 Dec 2023 00:19:23 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Thu, 7 Dec 2023 15:43:37 +0000 (16:43 +0100)]
Merge pull request #42016 from nextcloud/release/26.0.10_rc1
26.0.10 RC1
Arthur Schiwon [Thu, 7 Dec 2023 15:26:27 +0000 (16:26 +0100)]
Merge pull request #41071 from nextcloud/backport/40495/stable26
[stable26] fix(sharing): set name to target name in sharing cache
Arthur Schiwon [Thu, 7 Dec 2023 15:26:02 +0000 (16:26 +0100)]
Merge pull request #41091 from nextcloud/backport/39044/stable26
[stable26] Fix root mounts not being setup in some cases
Andy Scherzinger [Thu, 7 Dec 2023 10:10:09 +0000 (11:10 +0100)]
Merge branch 'stable26' into backport/39044/stable26
Robin Appelman [Thu, 17 Aug 2023 17:43:32 +0000 (19:43 +0200)]
pass the share to the cache instead of having to ask the storage
Signed-off-by: Robin Appelman <robin@icewind.nl>
Julius Härtl [Wed, 18 Oct 2023 12:29:14 +0000 (14:29 +0200)]
test(files_sharing): Test if recent files result use actual share target name
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Max [Tue, 19 Sep 2023 08:54:48 +0000 (10:54 +0200)]
fix(sharing): set name to target name in sharing cache
Fixes #39879.
Signed-off-by: Max <max@nextcloud.com>
Joas Schilling [Thu, 7 Dec 2023 09:29:34 +0000 (10:29 +0100)]
Merge pull request #42084 from nextcloud/backport/41937/stable26
[stable26] fix(bruteforce-protection): Don't throw a 500 when MaxDelayReached is…
Arthur Schiwon [Thu, 7 Dec 2023 09:14:38 +0000 (10:14 +0100)]
Merge pull request #40521 from nextcloud/backport/40487/stable26
[stable26] SFTP improvements
Joas Schilling [Thu, 7 Dec 2023 09:05:03 +0000 (10:05 +0100)]
Merge pull request #42086 from nextcloud/backport/41999/stable26
[stable26] fix(security): Handle idn_to_utf8 returning false
Git'Fellow [Thu, 7 Dec 2023 09:00:32 +0000 (10:00 +0100)]
Merge pull request #42079 from nextcloud/backport/40071/stable26
[stable26] fix(updatecheck): Don't wait 120s for a response of updater.nextcloud…
Joas Schilling [Thu, 7 Dec 2023 06:32:39 +0000 (07:32 +0100)]
Merge pull request #42080 from nextcloud/backport/40714/stable26
[stable26] fix(systemreport): Mask onlyoffice secret as sensitive