]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 months agochore: Compile assets 45552/head
Ferdinand Thiessen [Tue, 21 May 2024 20:08:56 +0000 (22:08 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
4 months agofix(theming): When selected a background image make header color independent of prima...
Ferdinand Thiessen [Tue, 21 May 2024 20:08:06 +0000 (22:08 +0200)]
fix(theming): When selected a background image make header color independent of primary color

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 months agoMerge pull request #45432 from nextcloud/backport/44062/stable28
Ferdinand Thiessen [Mon, 27 May 2024 17:34:22 +0000 (19:34 +0200)]
Merge pull request #45432 from nextcloud/backport/44062/stable28

[stable28] fix(files): properly reset preview component

4 months agoMerge pull request #45478 from nextcloud/backport/45370/stable28
Côme Chilliet [Mon, 27 May 2024 16:31:29 +0000 (18:31 +0200)]
Merge pull request #45478 from nextcloud/backport/45370/stable28

[stable28] feat: Add back searching in disabled user list

4 months agochore(assets): Recompile assets 45478/head
nextcloud-command [Mon, 27 May 2024 14:04:21 +0000 (14:04 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
4 months agochore: Adapt `@since` version number in OCP for backport to 28
Côme Chilliet [Mon, 27 May 2024 13:03:34 +0000 (15:03 +0200)]
chore: Adapt `@since` version number in OCP for backport to 28

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
4 months agofix: Update openapi spec for provisioning_api app
Côme Chilliet [Thu, 16 May 2024 15:03:46 +0000 (17:03 +0200)]
fix: Update openapi spec for provisioning_api app

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
4 months agofix: Also search in email field for disabled users
Côme Chilliet [Thu, 16 May 2024 14:55:47 +0000 (16:55 +0200)]
fix: Also search in email field for disabled users

To match what is done for Database backend for enabled users

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
4 months agofeat: Add back searching in disabled user list
Côme Chilliet [Thu, 16 May 2024 14:13:31 +0000 (16:13 +0200)]
feat: Add back searching in disabled user list

When disabled users where moved to their own endpoint we overlooked
 search, so adding it back.
The search is done case-insensitive in uid and display name.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
4 months agochore(assets): Recompile assets 45432/head
nextcloud-command [Tue, 21 May 2024 21:40:17 +0000 (21:40 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
4 months agofix(files): properly reset preview component
John Molakvoæ (skjnldsv) [Thu, 7 Mar 2024 14:08:24 +0000 (15:08 +0100)]
fix(files): properly reset preview component

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 months agoMerge pull request #45286 from nextcloud/backport/44457/stable28
Christoph Wurst [Sun, 26 May 2024 00:33:00 +0000 (02:33 +0200)]
Merge pull request #45286 from nextcloud/backport/44457/stable28

[stable28] fix(contactsinteraction): Allow vCard download

4 months agoMerge pull request #45467 from nextcloud/release/28.0.6 v28.0.6
John Molakvoæ [Thu, 23 May 2024 15:22:49 +0000 (17:22 +0200)]
Merge pull request #45467 from nextcloud/release/28.0.6

4 months agobuild(hub): 28.0.6 45467/head
skjnldsv [Wed, 22 May 2024 15:33:30 +0000 (17:33 +0200)]
build(hub): 28.0.6

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
4 months agofix(contactsinteraction): Allow vCard download 45286/head
Christoph Wurst [Mon, 25 Mar 2024 15:11:10 +0000 (16:11 +0100)]
fix(contactsinteraction): Allow vCard download

Sabre calculates a header for the size of a vcard, therefore we have to
implement the size method.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 months agoMerge pull request #45282 from nextcloud/backport/45242/stable28 v28.0.6rc1
Josh [Fri, 17 May 2024 01:59:43 +0000 (21:59 -0400)]
Merge pull request #45282 from nextcloud/backport/45242/stable28

[stable28] fix(setupCheck): Only warn when memcache present w/o memcached

5 months agoMerge pull request #45327 from nextcloud/backport/45237/stable28
Louis [Thu, 16 May 2024 17:44:40 +0000 (19:44 +0200)]
Merge pull request #45327 from nextcloud/backport/45237/stable28

[stable28] perf(deleteAction): Queue delete requests

5 months agoMerge pull request #45335 from nextcloud/release/28.0.6_rc1
John Molakvoæ [Thu, 16 May 2024 16:57:00 +0000 (18:57 +0200)]
Merge pull request #45335 from nextcloud/release/28.0.6_rc1

5 months agoperf(deleteAction): Queue delete requests 45327/head
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>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
5 months agoMerge pull request #45372 from nextcloud/backport/45236/stable28
Joas Schilling [Thu, 16 May 2024 14:51:36 +0000 (16:51 +0200)]
Merge pull request #45372 from nextcloud/backport/45236/stable28

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

5 months agoMerge pull request #45359 from nextcloud/backport/45357/stable28
Joas Schilling [Thu, 16 May 2024 14:46:32 +0000 (16:46 +0200)]
Merge pull request #45359 from nextcloud/backport/45357/stable28

[stable28] fix: add ldap_exop_passwd function to sensitive value

5 months agoMerge pull request #45339 from nextcloud/backport/44710/stable28
Joas Schilling [Thu, 16 May 2024 14:42:05 +0000 (16:42 +0200)]
Merge pull request #45339 from nextcloud/backport/44710/stable28

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

5 months agofix(SystemConfig.php): Add 'updater.server.url' to Private Variables 45372/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>
5 months agofix(setupCheck): Only warn when memcache present w/o memcached 45282/head
Josh Richards [Thu, 9 May 2024 15:45:16 +0000 (11:45 -0400)]
fix(setupCheck): Only warn when memcache present w/o memcached

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
5 months agofix: add ldap_exop_passwd function to sensitive value 45359/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>
5 months agoMerge pull request #45147 from nextcloud/backport/45138/stable28
John Molakvoæ [Thu, 16 May 2024 12:10:13 +0000 (14:10 +0200)]
Merge pull request #45147 from nextcloud/backport/45138/stable28

5 months agoMerge pull request #45342 from nextcloud/backport/45340/stable28
Joas Schilling [Thu, 16 May 2024 09:18:19 +0000 (11:18 +0200)]
Merge pull request #45342 from nextcloud/backport/45340/stable28

[stable28] fix: Extend SVG reference check

5 months agoMerge pull request #45323 from nextcloud/backport/45321/stable28
Joas Schilling [Thu, 16 May 2024 08:16:14 +0000 (10:16 +0200)]
Merge pull request #45323 from nextcloud/backport/45321/stable28

[stable28] fix: Correctly check result of function

5 months agoMerge pull request #45319 from nextcloud/backport/45317/stable28
Joas Schilling [Thu, 16 May 2024 08:10:49 +0000 (10:10 +0200)]
Merge pull request #45319 from nextcloud/backport/45317/stable28

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

5 months agofix: Extend SVG reference check 45342/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>
5 months agofix(preview): check mime type before processing with Imagick 45339/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>
5 months agobuild(hub): 28.0.6 RC1 45335/head
skjnldsv [Wed, 15 May 2024 18:25:54 +0000 (20:25 +0200)]
build(hub): 28.0.6 RC1

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
5 months agoMerge pull request #45312 from nextcloud/backport/45309/stable28
Anna [Wed, 15 May 2024 11:07:15 +0000 (13:07 +0200)]
Merge pull request #45312 from nextcloud/backport/45309/stable28

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

5 months agofix(search): Limit maximum number of search results 45319/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>
5 months agofix: Correctly check result of function 45323/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>
5 months agoMerge pull request #45203 from nextcloud/backport/44939/stable28
John Molakvoæ [Tue, 14 May 2024 14:01:18 +0000 (16:01 +0200)]
Merge pull request #45203 from nextcloud/backport/44939/stable28

[stable28] fix(settings): Save one HTTP request on enabling an app

5 months agofix(caldav): loop through all events for busy events 45312/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>
5 months agoMerge pull request #45278 from nextcloud/backport/43794/stable28
Côme Chilliet [Mon, 13 May 2024 10:15:52 +0000 (12:15 +0200)]
Merge pull request #45278 from nextcloud/backport/43794/stable28

[stable28] fix(files): handle multidimensional arrays in scanner

5 months agofix(Files): Change how scanner diffs for changed metadata 45278/head
Josh [Fri, 23 Feb 2024 17:55:58 +0000 (12:55 -0500)]
fix(Files): Change how scanner diffs for changed metadata

Fixes #43408

Signed-off-by: Josh <josh.t.richards@gmail.com>
5 months agochore: Compile assets 45203/head
Ferdinand Thiessen [Fri, 19 Apr 2024 20:02:08 +0000 (22:02 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
5 months agofix(settings): When testing server stability, request URL with trailing slash
Ferdinand Thiessen [Fri, 19 Apr 2024 19:57:59 +0000 (21:57 +0200)]
fix(settings): When testing server stability, request URL with trailing slash

This prevents one HTTP request for most situations (301 from `apps/files` to `apps/files/`)
and helps users with faulty reverse-proxy configuration.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 months agotest: retry smb notify test a few times 45147/head
Robin Appelman [Wed, 1 May 2024 14:57:21 +0000 (16:57 +0200)]
test: retry smb notify test a few times

Signed-off-by: Robin Appelman <robin@icewind.nl>
5 months agoFix(l10n): Update translations from Transifex 45518/head 45519/head
Nextcloud bot [Thu, 9 May 2024 00:20:23 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 months agoMerge pull request #45230 from nextcloud/backport/45219/stable28
Joas Schilling [Wed, 8 May 2024 18:55:00 +0000 (20:55 +0200)]
Merge pull request #45230 from nextcloud/backport/45219/stable28

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

5 months agofix(userstatus): Fix docs of user status manager 45230/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>
5 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 8 May 2024 00:21:13 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 months agoMerge pull request #45201 from nextcloud/backport/45088/stable28
Joas Schilling [Tue, 7 May 2024 07:47:01 +0000 (09:47 +0200)]
Merge pull request #45201 from nextcloud/backport/45088/stable28

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

5 months agoMerge pull request #45133 from nextcloud/automated/noid/stable28-update-psalm-baseline
Côme Chilliet [Tue, 7 May 2024 07:09:36 +0000 (09:09 +0200)]
Merge pull request #45133 from nextcloud/automated/noid/stable28-update-psalm-baseline

[stable28] Update psalm-baseline.xml

5 months agochore(tests): Update psalm baseline 45133/head
nextcloud-command [Tue, 7 May 2024 02:25:32 +0000 (02:25 +0000)]
chore(tests): Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
5 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 7 May 2024 00:20:24 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 months agoMerge pull request #45112 from nextcloud/backport/45106/stable28
Côme Chilliet [Mon, 6 May 2024 17:33:35 +0000 (19:33 +0200)]
Merge pull request #45112 from nextcloud/backport/45106/stable28

[stable28] [stable29] fix(setupchecks): Fix opcache buffer check

5 months agofix(setupchecks): Fix opcache buffer check 45112/head
Côme Chilliet [Mon, 29 Apr 2024 11:56:18 +0000 (13:56 +0200)]
fix(setupchecks): Fix opcache buffer check

This was broken because of operator precedence.
Now using vars to make it readable and correct at the same time.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
5 months agoMerge pull request #45187 from nextcloud/automated/noid/stable28-fix-npm-audit
Côme Chilliet [Mon, 6 May 2024 15:18:31 +0000 (17:18 +0200)]
Merge pull request #45187 from nextcloud/automated/noid/stable28-fix-npm-audit

[stable28] Fix npm audit

5 months agofix(User\Manager): Avoid future collisions with updater/audit logs 45201/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>
5 months agoMerge pull request #45191 from nextcloud/backport/45093/stable28
Joas Schilling [Mon, 6 May 2024 14:30:06 +0000 (16:30 +0200)]
Merge pull request #45191 from nextcloud/backport/45093/stable28

[stable28] fix(session): Avoid race condition for cache::get() vs. cache::hasKey()

5 months agoMerge pull request #44984 from nextcloud/backport/44982/stable28
Ferdinand Thiessen [Mon, 6 May 2024 14:07:52 +0000 (16:07 +0200)]
Merge pull request #44984 from nextcloud/backport/44982/stable28

[stable28] fix(provisioning_api): Show warning but do not fail when listing accounts in case of users removed from backend but still in database

5 months agofix(session): Avoid race condition for cache::get() vs. cache::hasKey() 45191/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>
5 months agoMerge pull request #45017 from nextcloud/backport/45001/stable28
Joas Schilling [Mon, 6 May 2024 05:59:24 +0000 (07:59 +0200)]
Merge pull request #45017 from nextcloud/backport/45001/stable28

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

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 months agochore(deps): fix npm audit 45187/head
nextcloud-command [Sun, 5 May 2024 02:49:05 +0000 (02:49 +0000)]
chore(deps): fix npm audit

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

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 months agoMerge pull request #45170 from nextcloud/backport/45163/stable28
Andy Scherzinger [Fri, 3 May 2024 17:05:36 +0000 (19:05 +0200)]
Merge pull request #45170 from nextcloud/backport/45163/stable28

[stable28] fix(icons): Update files icon

5 months agofix(icons): Update files icon 45170/head
provokateurin [Fri, 3 May 2024 05:40:32 +0000 (07:40 +0200)]
fix(icons): Update files icon

Signed-off-by: provokateurin <kate@provokateurin.de>
5 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 3 May 2024 00:20:05 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

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

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 months agoMerge pull request #43412 from nextcloud/automated/noid/stable28-update-psalm-baseline
Ferdinand Thiessen [Tue, 30 Apr 2024 16:14:59 +0000 (18:14 +0200)]
Merge pull request #43412 from nextcloud/automated/noid/stable28-update-psalm-baseline

[stable28] Update psalm-baseline.xml

5 months agoMerge pull request #45116 from nextcloud/backport/45104/stable28
Côme Chilliet [Tue, 30 Apr 2024 15:24:00 +0000 (17:24 +0200)]
Merge pull request #45116 from nextcloud/backport/45104/stable28

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

5 months agoMerge pull request #45114 from nextcloud/backport/45107/stable28
Côme Chilliet [Tue, 30 Apr 2024 14:20:49 +0000 (16:20 +0200)]
Merge pull request #45114 from nextcloud/backport/45107/stable28

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

5 months agoMerge pull request #45119 from nextcloud/backport/45108/stable28
Côme Chilliet [Tue, 30 Apr 2024 13:45:11 +0000 (15:45 +0200)]
Merge pull request #45119 from nextcloud/backport/45108/stable28

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

5 months agochore(tests): Update psalm baseline 43412/head
Ferdinand Thiessen [Tue, 30 Apr 2024 11:47:17 +0000 (13:47 +0200)]
chore(tests): Update psalm baseline

Co-authored-by: GitHub <noreply@github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 months agofix(user_ldap): Fix a var name 45119/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>
5 months agofix: Remove bogus code from query builder and fix parameter name 45116/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>
5 months agofix: Fix default values for ini var in lib/base.php 45114/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>
5 months agoFix(l10n): Update translations from Transifex 44947/head
Nextcloud bot [Tue, 30 Apr 2024 00:20:51 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 months agoMerge pull request #44500 from nextcloud/backport/44484/stable28
Côme Chilliet [Mon, 29 Apr 2024 13:25:21 +0000 (15:25 +0200)]
Merge pull request #44500 from nextcloud/backport/44484/stable28

[stable28] fix(share): Send correct share attributes upon share creation

5 months agoMerge pull request #45039 from nextcloud/backport/45035/stable28
Simon L [Mon, 29 Apr 2024 10:57:45 +0000 (12:57 +0200)]
Merge pull request #45039 from nextcloud/backport/45035/stable28

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

5 months agofix: chunked upload leading to 0-byte files 45039/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>
5 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 29 Apr 2024 00:20:55 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

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

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 months agochore(assets): Recompile assets 44500/head
nextcloud-command [Fri, 26 Apr 2024 21:48:48 +0000 (21:48 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
5 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>
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
5 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 26 Apr 2024 00:21:20 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 months agoMerge pull request #45005 from nextcloud/release/28.0.5 v28.0.5
Benjamin Gaussorgues [Thu, 25 Apr 2024 08:28:10 +0000 (10:28 +0200)]
Merge pull request #45005 from nextcloud/release/28.0.5

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 months agofix(DAV): Migrate known exceptions to Sabre exceptions when copying 45017/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>
5 months agobuild(hub): 28.0.5 45005/head
Benjamin Gaussorgues [Wed, 24 Apr 2024 07:43:08 +0000 (09:43 +0200)]
build(hub): 28.0.5

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 months agofix(provisioning_api): Show warning but do not fail when listing accounts in case... 44984/head
Ferdinand Thiessen [Mon, 22 Apr 2024 13:30:15 +0000 (15:30 +0200)]
fix(provisioning_api): Show warning but do not fail when listing accounts in case of users removed from backend but still in database

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Louis <louis@chmn.me>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 23 Apr 2024 00:21:02 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 22 Apr 2024 00:21:18 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

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

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

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 months agoMerge pull request #44874 from nextcloud/release/28.0.5_rc1 v28.0.5rc1
Benjamin Gaussorgues [Thu, 18 Apr 2024 19:15:13 +0000 (21:15 +0200)]
Merge pull request #44874 from nextcloud/release/28.0.5_rc1

5 months agoMerge pull request #44921 from nextcloud/backport/44904/stable28
Benjamin Gaussorgues [Thu, 18 Apr 2024 18:52:51 +0000 (20:52 +0200)]
Merge pull request #44921 from nextcloud/backport/44904/stable28

5 months agoMerge pull request #44434 from nextcloud/backport/44417/stable28
Benjamin Gaussorgues [Thu, 18 Apr 2024 14:18:08 +0000 (16:18 +0200)]
Merge pull request #44434 from nextcloud/backport/44417/stable28

5 months agofix(files): Also restore shares after ownership transfer for object storage 44921/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>