]>
source.dussan.org Git - nextcloud-server.git/log
Nextcloud bot [Tue, 26 Sep 2023 00:28:27 +0000 (00:28 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Ferdinand Thiessen [Mon, 25 Sep 2023 08:06:19 +0000 (10:06 +0200)]
Merge pull request #40606 from nextcloud/fix/trashbin-should-not-throw-while-restoring
[stable26] Do not throw while restoring unloaded files list entries
Nextcloud bot [Mon, 25 Sep 2023 00:30:08 +0000 (00:30 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Ferdinand Thiessen [Sun, 24 Sep 2023 15:53:33 +0000 (17:53 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sun, 24 Sep 2023 15:49:21 +0000 (17:49 +0200)]
fix(files_trashbin): Only remove element if loaded
Make sure to only remove elements from file list (while restoring)
if the element was added to the file list (might not be added, if the list is scrolling).
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Nextcloud bot [Sun, 24 Sep 2023 00:28:17 +0000 (00:28 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Maxence Lange [Sat, 23 Sep 2023 15:08:09 +0000 (14:08 -0100)]
Merge pull request #40592 from nextcloud/backport/39574/39574-stable26
[stable26] ocm services
Nextcloud bot [Sat, 23 Sep 2023 00:28:19 +0000 (00:28 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Maxence Lange [Fri, 22 Sep 2023 20:46:32 +0000 (19:46 -0100)]
ocm services
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Nextcloud bot [Fri, 22 Sep 2023 00:32:20 +0000 (00:32 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 21 Sep 2023 00:29:45 +0000 (00:29 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Wed, 20 Sep 2023 12:55:36 +0000 (14:55 +0200)]
Merge pull request #40528 from nextcloud/release/26.0.7
26.0.7
Arthur Schiwon [Wed, 20 Sep 2023 09:57:30 +0000 (11:57 +0200)]
26.0.7
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Joas Schilling [Wed, 20 Sep 2023 08:23:52 +0000 (10:23 +0200)]
Merge pull request #40507 from nextcloud/backport/40488/stable26
[stable26] fix(comments): Use provided offset in best effort when loading comments
Nextcloud bot [Wed, 20 Sep 2023 00:27:49 +0000 (00:27 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Mon, 18 Sep 2023 18:09:32 +0000 (20:09 +0200)]
fix(comments): Use provided offset in best effort when loading comments
When we didn't find the "$lastKnownComment" the whole condition was ignored.
Now we still use the ID as an offset.
This is required as a fall-back for expired messages in Talk
and deleted comments in other apps.
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Tue, 19 Sep 2023 00:24:14 +0000 (00:24 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Andy Scherzinger [Mon, 18 Sep 2023 17:29:37 +0000 (19:29 +0200)]
Merge pull request #40476 from nextcloud/backport/39699/stable26
[stable26] Hide shares by disabled users
Daniel [Mon, 18 Sep 2023 16:19:09 +0000 (18:19 +0200)]
Merge pull request #40403 from nextcloud/backport/40301/stable26
Daniel [Mon, 18 Sep 2023 16:18:18 +0000 (18:18 +0200)]
Merge pull request #40445 from nextcloud/backport/40418/stable26
Daniel Kesselberg [Thu, 14 Sep 2023 10:31:33 +0000 (12:31 +0200)]
fix: don't use davtags for tag search
1. https://github.com/nextcloud/server/pull/26813 Initial implementation with support for systemtags and davtags (vcategory)
2. https://github.com/nextcloud/server/pull/39062 Additional check if the given tag exists, though ISystemTagManager.getAllTags only looks for systemtags
Therefore it's not possible anymore to search for davtags and unnecessary to join the other tables.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Daniel Kesselberg [Wed, 6 Sep 2023 15:48:21 +0000 (17:48 +0200)]
fix(caldav): add webroot to objectid for activities
A calendar uri includes the webroot: example.com/cloud/remote.php/dav/calendars/alice/personal/
The calendar app uses base64(calendar uri) as identifier for calendar objects.
Without this patch the links from activity app to calendar app don't work for installations in a subdirectory.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Côme Chilliet [Thu, 10 Aug 2023 15:05:19 +0000 (17:05 +0200)]
Use nullsafe call syntax instead of additionnal check
Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Côme Chilliet [Mon, 7 Aug 2023 14:07:20 +0000 (16:07 +0200)]
Fix tests, add test for the new feature
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Thu, 3 Aug 2023 14:13:38 +0000 (16:13 +0200)]
Set files_sharing:hide_disabled_user_shares to 'yes' to hide shares from disabled users
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Nextcloud bot [Mon, 18 Sep 2023 00:27:07 +0000 (00:27 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 17 Sep 2023 00:27:18 +0000 (00:27 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 16 Sep 2023 00:27:45 +0000 (00:27 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Julius Härtl [Fri, 15 Sep 2023 09:51:24 +0000 (11:51 +0200)]
Merge pull request #40380 from nextcloud/backport/38808/stable26
Julius Härtl [Fri, 15 Sep 2023 08:53:22 +0000 (10:53 +0200)]
Merge pull request #40352 from nextcloud/bugfix/version-events-26
nextcloud-command [Fri, 15 Sep 2023 07:33:18 +0000 (07:33 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Julius Härtl [Fri, 8 Sep 2023 22:03:35 +0000 (00:03 +0200)]
feat: Add event for version click
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Thu, 31 Aug 2023 14:11:13 +0000 (16:11 +0200)]
feat: Add events for version restore
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Fri, 15 Sep 2023 00:26:53 +0000 (00:26 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Thu, 14 Sep 2023 10:34:01 +0000 (12:34 +0200)]
Merge pull request #40400 from nextcloud/release/26.0.6
26.0.6
Nextcloud bot [Thu, 14 Sep 2023 00:27:13 +0000 (00:27 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Wed, 13 Sep 2023 17:50:56 +0000 (19:50 +0200)]
26.0.6
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Wed, 13 Sep 2023 00:24:54 +0000 (00:24 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Julius Härtl [Wed, 14 Jun 2023 12:39:15 +0000 (14:39 +0200)]
fix: Only read unencrypted_size when file is actually encrypted
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Wed, 14 Jun 2023 12:38:33 +0000 (14:38 +0200)]
fix: Only store unencrypted_size if path should be encrypted
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Tue, 12 Sep 2023 00:28:06 +0000 (00:28 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 11 Sep 2023 00:27:15 +0000 (00:27 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 10 Sep 2023 00:25:35 +0000 (00:25 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 9 Sep 2023 00:25:59 +0000 (00:25 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 8 Sep 2023 00:31:44 +0000 (00:31 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Thu, 7 Sep 2023 09:53:37 +0000 (11:53 +0200)]
Merge pull request #40277 from nextcloud/release/26.0.6_rc1
26.0.6 RC1
Côme Chilliet [Thu, 7 Sep 2023 07:31:44 +0000 (09:31 +0200)]
Merge pull request #40280 from nextcloud/backport/40233/stable26
[stable26] Detect aborted connection in OC\Files\View and stop writing data to the output buffer
Anna [Thu, 7 Sep 2023 06:55:12 +0000 (08:55 +0200)]
Merge pull request #40302 from nextcloud/backport/40293/stable26
[stable26] fix(ratelimit): Only use memory cache backend for redis
Tobias Kaminsky [Thu, 7 Sep 2023 06:23:25 +0000 (08:23 +0200)]
Merge pull request #40310 from nextcloud/backport/40292/stable26
[stable26] fix(CalDAV): check birthday calendar owner
Nextcloud bot [Thu, 7 Sep 2023 00:29:22 +0000 (00:29 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Anna Larch [Fri, 18 Aug 2023 07:02:59 +0000 (09:02 +0200)]
fix(CalDAV): check birthday calendar owner
Signed-off-by: Anna Larch <anna@nextcloud.com>
Joas Schilling [Tue, 29 Aug 2023 06:04:25 +0000 (08:04 +0200)]
fix(ratelimit): Only use memory cache backend for redis
Signed-off-by: Anna Larch <anna@nextcloud.com>
Andy Scherzinger [Wed, 6 Sep 2023 15:17:35 +0000 (17:17 +0200)]
Merge pull request #40291 from nextcloud/backport/39895/stable26
[stable26] admin have no special rights on users' entries
Maxence Lange [Thu, 31 Aug 2023 17:00:21 +0000 (16:00 -0100)]
admin have no special rights on users' entries
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
max-nextcloud [Wed, 6 Sep 2023 11:26:42 +0000 (13:26 +0200)]
Merge pull request #39991 from nextcloud/backport/39770/stable26
[stable26] fix: always use display name from correct backend
Daniel [Wed, 6 Sep 2023 10:37:41 +0000 (12:37 +0200)]
Merge pull request #39861 from nextcloud/caldav-share-preload-26
Arthur Schiwon [Wed, 6 Sep 2023 08:34:48 +0000 (10:34 +0200)]
Merge pull request #40167 from nextcloud/backport/40108/stable26
[stable26] feat: add switch to disable dns pinning
Arthur Schiwon [Tue, 5 Sep 2023 17:11:28 +0000 (19:11 +0200)]
Merge pull request #40085 from nextcloud/backport/40077/stable26
[stable26] fix(cache): Remove displayname cache entry on delete
Arthur Schiwon [Tue, 5 Sep 2023 17:09:16 +0000 (19:09 +0200)]
Merge pull request #40076 from nextcloud/fix/stable26/remove-pw-from-logging
[stable26] Do not log passwords in debug mode
Côme Chilliet [Tue, 5 Sep 2023 09:31:00 +0000 (11:31 +0200)]
Apply suggestions from code review in View.php
Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Mon, 4 Sep 2023 14:39:41 +0000 (16:39 +0200)]
Lower log to debug for connections aborted by the client
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Mon, 4 Sep 2023 12:56:06 +0000 (14:56 +0200)]
Detect aborted connection in OC\Files\View and stop writing data to the
output buffer
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Arthur Schiwon [Tue, 5 Sep 2023 17:04:41 +0000 (19:04 +0200)]
Merge pull request #40232 from nextcloud/sharing-mask-wrapper-26
[26] move share permission logic to storage wrapper
Arthur Schiwon [Tue, 5 Sep 2023 17:00:40 +0000 (19:00 +0200)]
Merge pull request #40187 from nextcloud/backport/39017/stable26
[stable26] fix(s3): fix handling verify_bucket_exists parameter
Arthur Schiwon [Tue, 5 Sep 2023 17:00:23 +0000 (19:00 +0200)]
Merge pull request #39816 from nextcloud/backport/39700/stable26
[stable26] fix: close cursor after reading the invitation
Arthur Schiwon [Tue, 5 Sep 2023 16:59:48 +0000 (18:59 +0200)]
Merge pull request #39726 from nextcloud/backport/39698/stable26
[stable26] Catch more invalid cache source storage paths
Arthur Schiwon [Tue, 5 Sep 2023 15:41:26 +0000 (17:41 +0200)]
26.0.6 RC1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Daniel [Tue, 5 Sep 2023 07:52:35 +0000 (09:52 +0200)]
Merge pull request #40260 from nextcloud/backport/40234/stable26
John Molakvoæ [Tue, 5 Sep 2023 06:34:31 +0000 (08:34 +0200)]
Merge pull request #40229 from nextcloud/backport/40195/stable26
Nextcloud bot [Tue, 5 Sep 2023 00:27:48 +0000 (00:27 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Daniel Kesselberg [Mon, 4 Sep 2023 13:18:37 +0000 (15:18 +0200)]
enh: skip processing for empty response
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Robin Appelman [Tue, 15 Aug 2023 16:21:04 +0000 (18:21 +0200)]
cleanup di for share permissions wrapper
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Mon, 14 Aug 2023 13:50:05 +0000 (15:50 +0200)]
more share permission logic to storage wrapper
this way we only have to determine the share permissions once
Signed-off-by: Robin Appelman <robin@icewind.nl>
John Molakvoæ [Fri, 1 Sep 2023 11:53:41 +0000 (13:53 +0200)]
fix: prevent sharing permissions on user root folder
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Nextcloud bot [Mon, 4 Sep 2023 00:32:48 +0000 (00:32 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 3 Sep 2023 00:25:51 +0000 (00:25 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 2 Sep 2023 00:27:07 +0000 (00:27 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 1 Sep 2023 00:29:55 +0000 (00:29 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Thomas Citharel [Mon, 26 Jun 2023 14:43:07 +0000 (16:43 +0200)]
fix(s3): fix handling verify_bucket_exists parameter
If 'verify_bucket_exists' is set to false in the config.php s3 configuration, it's supposed to avoid
verifying that the bucket exists. However empty(falsy) will always return true, so this condition
would not work.
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Nextcloud bot [Thu, 31 Aug 2023 00:35:05 +0000 (00:35 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Daniel Kesselberg [Tue, 29 Aug 2023 15:20:16 +0000 (17:20 +0200)]
feat: add switch to disable dns pinning
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Nextcloud bot [Wed, 30 Aug 2023 00:31:58 +0000 (00:31 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Andy Scherzinger [Tue, 29 Aug 2023 11:37:19 +0000 (13:37 +0200)]
Merge pull request #40086 from nextcloud/backport/40081/stable26
[stable26] fix(CalDAV): check voject exists before attempting any operation
Anna Larch [Fri, 30 Jun 2023 09:01:22 +0000 (11:01 +0200)]
fix(CalDAV): check voject exists before attempting any operation
Signed-off-by: Anna Larch <anna@nextcloud.com>
Joas Schilling [Mon, 28 Aug 2023 12:59:54 +0000 (14:59 +0200)]
fix(cache): Remove displayname cache entry on delete
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Tue, 29 Aug 2023 00:31:19 +0000 (00:31 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Anna Larch [Wed, 23 Aug 2023 07:33:22 +0000 (09:33 +0200)]
Do not log passwords in debug mode
Signed-off-by: Anna Larch <anna@nextcloud.com>
Andy Scherzinger [Mon, 28 Aug 2023 11:44:48 +0000 (13:44 +0200)]
Merge pull request #39872 from nextcloud/backport/38714/stable26
[stable26] select the fileid first when looking for incomplete files
Ferdinand Thiessen [Mon, 28 Aug 2023 10:53:42 +0000 (12:53 +0200)]
Merge pull request #40061 from nextcloud/backport/26-upload-progress
[stable26] Improve upload progress visualization
Nextcloud bot [Mon, 28 Aug 2023 00:26:49 +0000 (00:26 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 27 Aug 2023 00:31:03 +0000 (00:31 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Ferdinand Thiessen [Wed, 16 Aug 2023 14:42:17 +0000 (16:42 +0200)]
fix: Upload progress shows number of files to upload and current index
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Wed, 16 Aug 2023 13:09:49 +0000 (15:09 +0200)]
fix: Make smooth bitrate and remaining upload time work when unset
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Phlogi [Tue, 7 Dec 2021 21:05:13 +0000 (22:05 +0100)]
Smooth time remaining, bitrate and stabilize user information
Besides the existing moving average, a smoothing factor is introduced for the time remaining display as well as the bitrate.
Furthermore, half of the buffer needs to be filled before the first prediction is displayed to the user. This reduces volatile and jumping durations towards the user and improves usability.
Signed-off-by: Cyrill H. <phlogi@posteo.de>
Co-authored-by: Carl Schwan <carl@carlschwan.eu>
Nextcloud bot [Sat, 26 Aug 2023 00:32:56 +0000 (00:32 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Anna [Fri, 25 Aug 2023 06:08:39 +0000 (08:08 +0200)]
Merge pull request #40035 from nextcloud/fix/stable26/log-condition-user
[stable26] fix(logging): user log condition feature
Nextcloud bot [Fri, 25 Aug 2023 00:34:43 +0000 (00:34 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Côme Chilliet [Mon, 19 Jun 2023 07:35:46 +0000 (09:35 +0200)]
fix(loggging): user log condition feature
Signed-off-by: Anna Larch <anna@nextcloud.com>
Nextcloud bot [Thu, 24 Aug 2023 01:01:33 +0000 (01:01 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
John Molakvoæ [Wed, 23 Aug 2023 06:09:34 +0000 (08:09 +0200)]
Merge pull request #40006 from nextcloud/automated/noid/stable26-update-ca-cert-bundle