]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
5 months agoMerge pull request #45466 from nextcloud/release/27.1.10_rc2 v27.1.10rc2
Benjamin Gaussorgues [Mon, 27 May 2024 13:03:25 +0000 (15:03 +0200)]
Merge pull request #45466 from nextcloud/release/27.1.10_rc2

5 months agoMerge pull request #45481 from nextcloud/backport/44485/stable27
Andy Scherzinger [Mon, 27 May 2024 10:04:01 +0000 (12:04 +0200)]
Merge pull request #45481 from nextcloud/backport/44485/stable27

[stable27] Respect empty `expiryDate` value in server

5 months agoMerge pull request #44979 from nextcloud/backport/44794/stable27
Andy Scherzinger [Sun, 26 May 2024 12:00:06 +0000 (14:00 +0200)]
Merge pull request #44979 from nextcloud/backport/44794/stable27

[stable27] fix(memcache): remove double $$ to fix error

5 months agoMerge pull request #44925 from nextcloud/backport/44039/stable27
Andy Scherzinger [Sun, 26 May 2024 11:59:25 +0000 (13:59 +0200)]
Merge pull request #44925 from nextcloud/backport/44039/stable27

[stable27] fix: regression with updating read-only config

5 months agoUpdate LoggerWrapperCache.php 44979/head
Velwark [Thu, 11 Apr 2024 18:10:11 +0000 (20:10 +0200)]
Update LoggerWrapperCache.php

Extra Dollar Sign caused errors in Nextcloud. Removing the Dollar Sign Solved the Problem.

Signed-off-by: Velwark <levinfrerich9@gmail.com>
5 months agofix: regression with updating read-only config 44925/head
Sam Bull [Sat, 9 Mar 2024 15:20:11 +0000 (15:20 +0000)]
fix: regression with updating read-only config

Signed-off-by: Sam Bull <git@sambull.org>
5 months agotest(Sharing): Integration test for no expiration set date for share 45481/head
fenn-cs [Wed, 22 May 2024 13:17:24 +0000 (14:17 +0100)]
test(Sharing): Integration test for no expiration set date for share

- Verify that explicitly sending empty `expireDate` param to server overwrite default

and sets not expiry date, if non is enforced.

- Update tests to avoid converting empty string to date.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
5 months agorefactor(shareManager): Use constructor property promotion
fenn-cs [Tue, 30 Apr 2024 11:19:22 +0000 (12:19 +0100)]
refactor(shareManager): Use constructor property promotion

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
5 months agofix(shareManager): Respect empty `expireDate` in server
fenn-cs [Wed, 20 Mar 2024 15:41:26 +0000 (16:41 +0100)]
fix(shareManager): Respect empty `expireDate` in server

If `expireDate` is an empty string and not `null` then the server should not set a default.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
5 months agoMerge pull request #45344 from nextcloud/fix/stable27-download-action
Andy Scherzinger [Thu, 23 May 2024 09:12:25 +0000 (11:12 +0200)]
Merge pull request #45344 from nextcloud/fix/stable27-download-action

[stable27] fix: Keep download action for files and hide only for relevant files

6 months agochore: compile assets 45344/head
Christopher Ng [Wed, 22 May 2024 18:10:21 +0000 (11:10 -0700)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
6 months agofix: Hide download action in shares view
Christopher Ng [Wed, 22 May 2024 18:00:21 +0000 (11:00 -0700)]
fix: Hide download action in shares view

Signed-off-by: Christopher Ng <chrng8@gmail.com>
6 months agofix: Keep download action for files and hide only for relevant files
Julius Härtl [Thu, 16 May 2024 07:55:01 +0000 (09:55 +0200)]
fix: Keep download action for files and hide only for relevant files

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 months agobuild(hub): 27.1.10 RC2 45466/head
skjnldsv [Wed, 22 May 2024 15:32:23 +0000 (17:32 +0200)]
build(hub): 27.1.10 RC2

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
6 months agoMerge pull request #45422 from nextcloud/skjnldsv-patch-1
John Molakvoæ [Tue, 21 May 2024 15:30:28 +0000 (17:30 +0200)]
Merge pull request #45422 from nextcloud/skjnldsv-patch-1

6 months agofix(theming): stable 27 disable accessible color config switch 45422/head
John Molakvoæ [Tue, 21 May 2024 14:18:52 +0000 (16:18 +0200)]
fix(theming): stable 27 disable accessible color config switch

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
6 months agoMerge pull request #45361 from nextcloud/backport/45355/stable27 44948/head v27.1.10rc1
Louis [Fri, 17 May 2024 12:47:37 +0000 (14:47 +0200)]
Merge pull request #45361 from nextcloud/backport/45355/stable27

[stable27] fix: delete user credentials stored in storages_credentials when user gets deleted

6 months agoMerge pull request #45376 from nextcloud/backport/45237/stable27
Louis [Fri, 17 May 2024 08:07:31 +0000 (10:07 +0200)]
Merge pull request #45376 from nextcloud/backport/45237/stable27

[stable27] perf(deleteAction): Queue delete requests

6 months agoMerge pull request #45334 from nextcloud/release/27.1.10_rc1
John Molakvoæ [Thu, 16 May 2024 17:02:36 +0000 (19:02 +0200)]
Merge pull request #45334 from nextcloud/release/27.1.10_rc1

6 months agochore(assets): Recompile assets 45376/head
nextcloud-command [Thu, 16 May 2024 16:40:13 +0000 (16:40 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6 months agoperf(deleteAction): Queue delete requests
fenn-cs [Wed, 8 May 2024 20:03:06 +0000 (21:03 +0100)]
perf(deleteAction): Queue delete requests

When multiple files are deleted at once, all the requests bombard the server
simultaneously, causing performance issues.

This commit adds queuing that limits the concurrency of these requests to 5
at a time.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
6 months agofix: restored the file to what it is in master branch 45361/head
yemkareems [Thu, 16 May 2024 12:35:03 +0000 (18:05 +0530)]
fix: restored the file to what it is in master branch

Signed-off-by: yemkareems <yemkareems@gmail.com>
6 months agofix: delete user credentials stored in storages_credentials when user gets deleted
yemkareems [Thu, 16 May 2024 11:18:47 +0000 (16:48 +0530)]
fix: delete user credentials stored in storages_credentials when user gets deleted

Signed-off-by: yemkareems <yemkareems@gmail.com>
[skip ci]

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 agobuild(hub): 27.1.10 RC1 45334/head
skjnldsv [Wed, 15 May 2024 18:25:14 +0000 (20:25 +0200)]
build(hub): 27.1.10 RC1

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
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>