]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
6 months agoperf(deleteAction): Queue delete requests man/backport/45237/stable27 45377/head
fenn-cs [Thu, 16 May 2024 15:55:23 +0000 (16:55 +0100)]
perf(deleteAction): Queue delete requests

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
6 months agoMerge pull request #45371 from nextcloud/backport/45236/stable27
Joas Schilling [Thu, 16 May 2024 14:51:31 +0000 (16:51 +0200)]
Merge pull request #45371 from nextcloud/backport/45236/stable27

[stable27] Hide 'updater.server.url' As It May Contain Enterprise Key

6 months agoMerge pull request #45358 from nextcloud/backport/45357/stable27
Joas Schilling [Thu, 16 May 2024 14:46:10 +0000 (16:46 +0200)]
Merge pull request #45358 from nextcloud/backport/45357/stable27

[stable27] fix: add ldap_exop_passwd function to sensitive value

6 months agoMerge pull request #45338 from nextcloud/backport/44710/stable27
Joas Schilling [Thu, 16 May 2024 14:42:21 +0000 (16:42 +0200)]
Merge pull request #45338 from nextcloud/backport/44710/stable27

[stable27] fix(preview): check mime type before processing with Imagick

6 months agofix(SystemConfig.php): Add 'updater.server.url' to Private Variables 45371/head
derschiw [Wed, 8 May 2024 19:01:05 +0000 (21:01 +0200)]
fix(SystemConfig.php): Add 'updater.server.url' to Private Variables

Add "updater.server.url" to the privacy redacted values, as it may contain the enterprise key.

Signed-off-by: derschiw <37687705+derschiw@users.noreply.github.com>
6 months agofix: add ldap_exop_passwd function to sensitive value 45358/head
yemkareems [Thu, 16 May 2024 11:24:18 +0000 (16:54 +0530)]
fix: add ldap_exop_passwd function to sensitive value

Signed-off-by: yemkareems <yemkareems@gmail.com>
6 months agoMerge pull request #45311 from nextcloud/backport/45309/stable27
Joas Schilling [Thu, 16 May 2024 09:52:56 +0000 (11:52 +0200)]
Merge pull request #45311 from nextcloud/backport/45309/stable27

[stable27] fix(caldav): loop through all events for busy events

6 months agoMerge pull request #45343 from nextcloud/backport/45340/stable27
Joas Schilling [Thu, 16 May 2024 09:19:41 +0000 (11:19 +0200)]
Merge pull request #45343 from nextcloud/backport/45340/stable27

[stable27] fix: Extend SVG reference check

6 months agoMerge pull request #45324 from nextcloud/backport/45321/stable27
Joas Schilling [Thu, 16 May 2024 08:16:23 +0000 (10:16 +0200)]
Merge pull request #45324 from nextcloud/backport/45321/stable27

[stable27] fix: Correctly check result of function

6 months agoMerge pull request #45320 from nextcloud/backport/45317/stable27
Joas Schilling [Thu, 16 May 2024 08:10:54 +0000 (10:10 +0200)]
Merge pull request #45320 from nextcloud/backport/45317/stable27

[stable27] fix(search): Limit maximum number of search results

6 months agofix: Extend SVG reference check 45343/head
Joas Schilling [Wed, 15 May 2024 21:38:24 +0000 (23:38 +0200)]
fix: Extend SVG reference check

Signed-off-by: Joas Schilling <coding@schilljs.com>
6 months agofix(preview): check mime type before processing with Imagick 45338/head
Varun Patil [Mon, 8 Apr 2024 02:10:19 +0000 (19:10 -0700)]
fix(preview): check mime type before processing with Imagick

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
6 months agofix(search): Limit maximum number of search results 45320/head
Joas Schilling [Wed, 15 May 2024 07:47:22 +0000 (09:47 +0200)]
fix(search): Limit maximum number of search results

Signed-off-by: Joas Schilling <coding@schilljs.com>
6 months agofix: Correctly check result of function 45324/head
Joas Schilling [Wed, 15 May 2024 08:11:31 +0000 (10:11 +0200)]
fix: Correctly check result of function

Signed-off-by: Joas Schilling <coding@schilljs.com>
6 months agofix(caldav): loop through all events for busy events 45311/head
Anna Larch [Wed, 8 May 2024 13:12:17 +0000 (15:12 +0200)]
fix(caldav): loop through all events for busy events

Signed-off-by: Anna Larch <anna@nextcloud.com>
6 months agoMerge pull request #44464 from nextcloud/44032-fix-show-new-shares-without-refresh
F. E Noel Nfebe [Tue, 14 May 2024 10:12:02 +0000 (11:12 +0100)]
Merge pull request #44464 from nextcloud/44032-fix-show-new-shares-without-refresh

[stable27] 44032 fix show new shares without refresh

6 months agochore(assets): Recompile assets 44464/head
nextcloud-command [Tue, 14 May 2024 08:39:45 +0000 (08:39 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6 months agofix(files_sharing): Improve recursion in `onNewLinShare`
fenn-cs [Tue, 2 Apr 2024 15:07:30 +0000 (16:07 +0100)]
fix(files_sharing): Improve recursion in `onNewLinShare`

These changes fixes the issue of having the refresh the UI after share creation, as the share is not
immediately removed from the UI list.

Important changes

- The basis of checking wether a password/expire date is no longer based on config values alone
because the config is not expected in a share creation circle. Hence we check the configs and check
if the share object (this.share) has the expected values set. This way, once the required properties
are set, code control does not enter the block meant to handle the setting of required properties
unneccessarily.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
6 months agorefactor(ShareDetails): Prevent undefined errors for `share.permissions`
fenn-cs [Mon, 25 Mar 2024 13:07:41 +0000 (14:07 +0100)]
refactor(ShareDetails): Prevent undefined errors for `share.permissions`

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
6 months agoMerge pull request #45115 from nextcloud/backport/45104/stable27
Côme Chilliet [Fri, 10 May 2024 15:26:09 +0000 (17:26 +0200)]
Merge pull request #45115 from nextcloud/backport/45104/stable27

[stable27] fix: Remove bogus code from query builder and fix parameter name

6 months agofix: Remove bogus code from query builder and fix parameter name 45115/head
Côme Chilliet [Tue, 23 Apr 2024 08:03:42 +0000 (10:03 +0200)]
fix: Remove bogus code from query builder and fix parameter name

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
6 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 9 May 2024 00:20:31 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 months agoMerge pull request #45229 from nextcloud/backport/45219/stable27
Joas Schilling [Wed, 8 May 2024 18:37:27 +0000 (20:37 +0200)]
Merge pull request #45229 from nextcloud/backport/45219/stable27

[stable27] fix(userstatus): Fix docs of user status manager

6 months agofix(userstatus): Fix docs of user status manager 45229/head
Joas Schilling [Tue, 7 May 2024 12:31:28 +0000 (14:31 +0200)]
fix(userstatus): Fix docs of user status manager

Signed-off-by: Joas Schilling <coding@schilljs.com>
6 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 8 May 2024 00:21:24 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 months agoMerge pull request #44447 from nextcloud/backport/43057/stable27
Julius Härtl [Tue, 7 May 2024 20:10:29 +0000 (22:10 +0200)]
Merge pull request #44447 from nextcloud/backport/43057/stable27

[stable27] feat(perf): add cache for authtoken lookup

6 months agofix(session): Avoid race condition for cache::get() vs. cache::hasKey() 44447/head
Joas Schilling [Mon, 29 Apr 2024 10:45:44 +0000 (12:45 +0200)]
fix(session): Avoid race condition for cache::get() vs. cache::hasKey()

Signed-off-by: Joas Schilling <coding@schilljs.com>
6 months agofeat(perf): add cache for authtoken lookup
Benjamin Gaussorgues [Tue, 7 May 2024 09:52:48 +0000 (11:52 +0200)]
feat(perf): add cache for authtoken lookup

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
6 months agoMerge pull request #45200 from nextcloud/backport/45088/stable27
Joas Schilling [Tue, 7 May 2024 07:47:14 +0000 (09:47 +0200)]
Merge pull request #45200 from nextcloud/backport/45088/stable27

[stable27] fix(User\Manager): Avoid future collisions with updater/audit logs

6 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 7 May 2024 00:20:31 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 months agofix(User\Manager): Avoid future collisions with updater/audit logs 45200/head
Josh [Mon, 29 Apr 2024 02:06:08 +0000 (22:06 -0400)]
fix(User\Manager): Avoid future collisions with updater/audit logs

Avoid future collisions for not yet created updater and audit log files (at least using default names).

Signed-off-by: Josh <josh.t.richards@gmail.com>
6 months agoMerge pull request #45118 from nextcloud/backport/45108/stable27
Côme Chilliet [Mon, 6 May 2024 13:45:30 +0000 (15:45 +0200)]
Merge pull request #45118 from nextcloud/backport/45108/stable27

[stable27] fix(user_ldap): Fix a var name

6 months agoMerge pull request #45197 from nextcloud/backport/45196/stable27
Kate [Mon, 6 May 2024 13:36:22 +0000 (15:36 +0200)]
Merge pull request #45197 from nextcloud/backport/45196/stable27

6 months agofix(user_ldap): Fix a var name 45118/head
Côme Chilliet [Mon, 29 Apr 2024 11:58:21 +0000 (13:58 +0200)]
fix(user_ldap): Fix a var name

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
6 months agofix(OC_Image): Set correct return type for exif_imagetype stub 45197/head
provokateurin [Mon, 6 May 2024 11:32:09 +0000 (13:32 +0200)]
fix(OC_Image): Set correct return type for exif_imagetype stub

Signed-off-by: provokateurin <kate@provokateurin.de>
6 months agoMerge pull request #45016 from nextcloud/backport/45001/stable27
Joas Schilling [Mon, 6 May 2024 05:59:19 +0000 (07:59 +0200)]
Merge pull request #45016 from nextcloud/backport/45001/stable27

[stable27] fix(DAV): Migrate known exceptions to Sabre exceptions when copying

6 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 6 May 2024 00:20:41 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

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

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

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 months agoMerge pull request #45109 from nextcloud/backport/45105/stable27
Ferdinand Thiessen [Thu, 2 May 2024 16:47:38 +0000 (18:47 +0200)]
Merge pull request #45109 from nextcloud/backport/45105/stable27

[stable27] [stable29] fix(files): Fix ownership transfer encrypted files detection

6 months agoMerge pull request #45123 from nextcloud/backport/44956/stable27
Côme Chilliet [Thu, 2 May 2024 09:04:41 +0000 (11:04 +0200)]
Merge pull request #45123 from nextcloud/backport/44956/stable27

[stable27] chore: Fix update-psalm-baseline to use correct php version depending on branch

6 months agoMerge pull request #45113 from nextcloud/backport/45107/stable27
Côme Chilliet [Thu, 2 May 2024 08:10:22 +0000 (10:10 +0200)]
Merge pull request #45113 from nextcloud/backport/45107/stable27

[stable27] fix: Fix default values for ini var in lib/base.php

6 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 2 May 2024 00:20:39 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 months agochore: fix indentation in psalm.xml 45123/head
Côme Chilliet [Tue, 30 Apr 2024 13:52:48 +0000 (15:52 +0200)]
chore: fix indentation in psalm.xml

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
6 months agochore: Fix psalm to use correct php version depending on branch
Côme Chilliet [Tue, 16 Apr 2024 15:57:10 +0000 (17:57 +0200)]
chore: Fix psalm to use correct php version depending on branch

Needs to be adapted on each branch to reflect the used PHP version and
 help with baseline updating.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
6 months agofix: Fix default values for ini var in lib/base.php 45113/head
Côme Chilliet [Mon, 29 Apr 2024 12:00:03 +0000 (14:00 +0200)]
fix: Fix default values for ini var in lib/base.php

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
6 months agofix(files): Fix ownership transfer encrypted files detection 45109/head
Côme Chilliet [Mon, 29 Apr 2024 11:55:07 +0000 (13:55 +0200)]
fix(files): Fix ownership transfer encrypted files detection

Discovered by psalm update

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 months agoMerge pull request #45060 from nextcloud/backport/44496/stable27
Stephan Orbaugh [Mon, 29 Apr 2024 07:32:33 +0000 (09:32 +0200)]
Merge pull request #45060 from nextcloud/backport/44496/stable27

[stable27] feat: support "s3-accelerate" endpoint

6 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 29 Apr 2024 00:21:06 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

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

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 months agofeat: add option to enable s3 acceleration 45060/head
Robin Appelman [Tue, 26 Mar 2024 14:47:14 +0000 (15:47 +0100)]
feat: add option to enable s3 acceleration

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 months agoMerge pull request #45051 from nextcloud/backport/44938/stable27
Richard Steinmetz [Fri, 26 Apr 2024 12:24:57 +0000 (14:24 +0200)]
Merge pull request #45051 from nextcloud/backport/44938/stable27

[stable27] fix(CalDAV): remove UNKNOWN from room / resource consideration

6 months agofix(CalDAV): remove UNKNOWN from room / resource consideration 45051/head
Anna Larch [Fri, 19 Apr 2024 19:22:17 +0000 (21:22 +0200)]
fix(CalDAV): remove UNKNOWN from room / resource consideration

Signed-off-by: Anna Larch <anna@nextcloud.com>
6 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 26 Apr 2024 00:21:31 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 months agoMerge pull request #45038 from nextcloud/backport/45035/stable27
Simon L [Thu, 25 Apr 2024 18:48:46 +0000 (20:48 +0200)]
Merge pull request #45038 from nextcloud/backport/45035/stable27

[stable27] fix: chunked upload leading to 0-byte files

6 months agofix: chunked upload leading to 0-byte files 45038/head
Simon L. [Thu, 25 Apr 2024 14:29:38 +0000 (16:29 +0200)]
fix: chunked upload leading to 0-byte files

Signed-off-by: Simon L <szaimen@e.mail.de>
6 months agoMerge pull request #45004 from nextcloud/release/27.1.9 v27.1.9
Benjamin Gaussorgues [Thu, 25 Apr 2024 08:04:19 +0000 (10:04 +0200)]
Merge pull request #45004 from nextcloud/release/27.1.9

6 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 25 Apr 2024 00:21:15 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 months agofix(DAV): Migrate known exceptions to Sabre exceptions when copying 45016/head
Joas Schilling [Wed, 24 Apr 2024 05:18:47 +0000 (07:18 +0200)]
fix(DAV): Migrate known exceptions to Sabre exceptions when copying

Signed-off-by: Joas Schilling <coding@schilljs.com>
6 months agobuild(hub): 27.1.9 45004/head
Benjamin Gaussorgues [Wed, 24 Apr 2024 07:42:04 +0000 (09:42 +0200)]
build(hub): 27.1.9

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
6 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 24 Apr 2024 00:20:51 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 23 Apr 2024 00:21:12 +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 [Mon, 22 Apr 2024 00:21:28 +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 [Sun, 21 Apr 2024 00:20:59 +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, 20 Apr 2024 00:20:33 +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, 19 Apr 2024 00:20:56 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoMerge pull request #44875 from nextcloud/release/27.1.9_rc1 v27.1.9rc1
Benjamin Gaussorgues [Thu, 18 Apr 2024 19:32:55 +0000 (21:32 +0200)]
Merge pull request #44875 from nextcloud/release/27.1.9_rc1

7 months agoMerge pull request #44920 from nextcloud/backport/44904/stable27
Benjamin Gaussorgues [Thu, 18 Apr 2024 19:31:45 +0000 (21:31 +0200)]
Merge pull request #44920 from nextcloud/backport/44904/stable27

7 months agofix(files): Also restore shares after ownership transfer for object storage 44920/head
Ferdinand Thiessen [Wed, 17 Apr 2024 20:27:32 +0000 (22:27 +0200)]
fix(files): Also restore shares after ownership transfer for object storage

When a file is moved between different storages then the file id is not (always) preserved.
This means the file id has to be adjusted for all shares.
So in case the file id does not exist anymore we try to find the new file id based on the
target path of the transfer and the path suffix of the share.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agoMerge pull request #44052 from nextcloud/backport/43086/stable27
Benjamin Gaussorgues [Thu, 18 Apr 2024 12:59:26 +0000 (14:59 +0200)]
Merge pull request #44052 from nextcloud/backport/43086/stable27

7 months agofix: disable the internal s3sdk multi part copy logic 44052/head
Robin Appelman [Wed, 24 Jan 2024 15:55:24 +0000 (16:55 +0100)]
fix: disable the internal s3sdk multi part copy logic

Signed-off-by: Robin Appelman <robin@icewind.nl>
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 agobuild(hub): 27.1.9 RC1 44875/head
Benjamin Gaussorgues [Wed, 17 Apr 2024 07:54:02 +0000 (09:54 +0200)]
build(hub): 27.1.9 RC1

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
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>