]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 weeks agofix(UserTrait): Fix backend initialization backport/47896/stable28 48587/head
provokateurin [Tue, 8 Oct 2024 09:12:01 +0000 (11:12 +0200)]
fix(UserTrait): Fix backend initialization

Signed-off-by: provokateurin <kate@provokateurin.de>
5 weeks agofix: Skip users that still exist in backend
Ferdinand Thiessen [Wed, 11 Sep 2024 17:33:53 +0000 (19:33 +0200)]
fix: Skip users that still exist in backend

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 weeks agofix: Make user removal more resilient
Ferdinand Thiessen [Tue, 10 Sep 2024 20:50:16 +0000 (22:50 +0200)]
fix: Make user removal more resilient

Currently there is a problem if an exception is thrown in `User::delete`,
because at that point the user is already removed from the backend,
but not all data is deleted.

There is no way to recover from this state, as the user is gone no information is available anymore.
This means the data is still available on the server but can not removed by any API anymore.

The solution here is to first set a flag and backup the user home,
this can be used to recover failed user deletions in a way the delete can be re-tried.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 15 Oct 2024 00:20:33 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 weeks agoMerge pull request #48580 from nextcloud/dependabot/npm_and_yarn/stable28/nextcloud...
dependabot[bot] [Sun, 13 Oct 2024 10:44:56 +0000 (10:44 +0000)]
Merge pull request #48580 from nextcloud/dependabot/npm_and_yarn/stable28/nextcloud/cypress-1.0.0-beta.9

5 weeks agochore(deps-dev): Bump @nextcloud/cypress dependabot/npm_and_yarn/stable28/nextcloud/cypress-1.0.0-beta.9 48580/head
dependabot[bot] [Sat, 5 Oct 2024 02:40:27 +0000 (02:40 +0000)]
chore(deps-dev): Bump @nextcloud/cypress

Bumps [@nextcloud/cypress](https://github.com/nextcloud/nextcloud-cypress) from 1.0.0-beta.8 to 1.0.0-beta.9.
- [Release notes](https://github.com/nextcloud/nextcloud-cypress/releases)
- [Commits](https://github.com/nextcloud/nextcloud-cypress/compare/v1.0.0-beta.8...v1.0.0-beta.9)

---
updated-dependencies:
- dependency-name: "@nextcloud/cypress"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
5 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 13 Oct 2024 00:22:16 +0000 (00:22 +0000)]
Fix(l10n): Update translations from Transifex

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 weeks agoMerge pull request #48633 from nextcloud/backport/48623/stable28
Julius Knorr [Fri, 11 Oct 2024 09:55:30 +0000 (11:55 +0200)]
Merge pull request #48633 from nextcloud/backport/48623/stable28

[stable28] fix: Allow overriding shouldApplyQuota check from child classes

5 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 11 Oct 2024 00:25:30 +0000 (00:25 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 weeks agoMerge pull request #48641 from nextcloud/release/28.0.11 v28.0.11
Arthur Schiwon [Thu, 10 Oct 2024 09:01:27 +0000 (11:01 +0200)]
Merge pull request #48641 from nextcloud/release/28.0.11

28.0.11

6 weeks agobuild(hub): 28.0.11 release/28.0.11 48641/head
Arthur Schiwon [Thu, 10 Oct 2024 07:46:52 +0000 (09:46 +0200)]
build(hub): 28.0.11

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
6 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 10 Oct 2024 00:20:36 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 weeks agofix: Allow overriding shouldApplyQuota check from child classes backport/48623/stable28 48633/head
Julius Knorr [Wed, 9 Oct 2024 06:25:30 +0000 (08:25 +0200)]
fix: Allow overriding shouldApplyQuota check from child classes

Signed-off-by: Julius Knorr <jus@bitgrid.net>
6 weeks agoMerge pull request #48213 from nextcloud/backport/48205/stable28
Stephan Orbaugh [Wed, 9 Oct 2024 15:33:38 +0000 (17:33 +0200)]
Merge pull request #48213 from nextcloud/backport/48205/stable28

[stable28] Ci fixes

6 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 9 Oct 2024 00:20:32 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 weeks agofix: improve moving object store items to trashbin backport/48205/stable28 48213/head
Robin Appelman [Thu, 19 Sep 2024 17:33:34 +0000 (19:33 +0200)]
fix: improve moving object store items to trashbin

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agofix(tests): UserManager constructor arguments
Louis Chemineau [Tue, 1 Oct 2024 20:21:33 +0000 (22:21 +0200)]
fix(tests): UserManager constructor arguments

After https://github.com/nextcloud/server/pull/48283

Signed-off-by: Louis Chemineau <louis@chmn.me>
6 weeks agofix: rework move into object store to better preserve fileids
Robin Appelman [Thu, 26 Sep 2024 14:28:59 +0000 (16:28 +0200)]
fix: rework move into object store to better preserve fileids

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agofix: preserve fileid when moving from objectstore to non-objectstore
Robin Appelman [Wed, 25 Sep 2024 15:52:42 +0000 (17:52 +0200)]
fix: preserve fileid when moving from objectstore to non-objectstore

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agofix: ensure source folder is removed from cache when moving to objectstore
Robin Appelman [Fri, 20 Sep 2024 09:19:14 +0000 (11:19 +0200)]
fix: ensure source folder is removed from cache when moving to objectstore

otherwise this causes confusion down the line as it's contents will be moved to the new cache

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agofix: fix trashbin move with object store
Robin Appelman [Thu, 19 Sep 2024 16:52:05 +0000 (18:52 +0200)]
fix: fix trashbin move with object store

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agofix: fix shared storage test
Robin Appelman [Thu, 19 Sep 2024 19:25:47 +0000 (21:25 +0200)]
fix: fix shared storage test

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agofix: Prevent duplicate creation of print_exception function
Louis Chemineau [Wed, 18 Sep 2024 07:23:19 +0000 (09:23 +0200)]
fix: Prevent duplicate creation of print_exception function

Signed-off-by: Louis Chemineau <louis@chmn.me>
6 weeks agofix(tests): Fix Folder tests
Côme Chilliet [Tue, 17 Sep 2024 17:19:08 +0000 (19:19 +0200)]
fix(tests): Fix Folder tests

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
6 weeks agofix: Override start method of \Sabre\DAV\Server to remove exception output
Louis Chemineau [Wed, 18 Sep 2024 15:09:49 +0000 (17:09 +0200)]
fix: Override start method of \Sabre\DAV\Server to remove exception output

Signed-off-by: Louis Chemineau <louis@chmn.me>
6 weeks agotest: fix ShareControllerTest.php
Robin Appelman [Wed, 18 Sep 2024 13:45:20 +0000 (15:45 +0200)]
test: fix ShareControllerTest.php

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agotest: fix trashbin StorageTest
Robin Appelman [Wed, 18 Sep 2024 13:44:12 +0000 (15:44 +0200)]
test: fix trashbin StorageTest

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agotest: fix ShareAPIControllerTest.php
Robin Appelman [Wed, 18 Sep 2024 13:02:52 +0000 (15:02 +0200)]
test: fix ShareAPIControllerTest.php

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agotest: fix service overwrite in PartFileInRootUploadTest
Robin Appelman [Wed, 18 Sep 2024 12:48:20 +0000 (14:48 +0200)]
test: fix service overwrite in PartFileInRootUploadTest

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agotest: put parent items into cache in tests
Robin Appelman [Wed, 18 Sep 2024 11:54:37 +0000 (13:54 +0200)]
test: put parent items into cache in tests

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agofix: ensure parent folder exists when writing a file to object storage
Robin Appelman [Wed, 18 Sep 2024 11:54:21 +0000 (13:54 +0200)]
fix: ensure parent folder exists when writing a file to object storage

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agotest: fix incorrect ltrim usage in test
Robin Appelman [Wed, 18 Sep 2024 10:29:29 +0000 (12:29 +0200)]
test: fix incorrect ltrim usage in test

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agofix: verify that parent exists in cache when inserting
Robin Appelman [Wed, 18 Sep 2024 10:29:13 +0000 (12:29 +0200)]
fix: verify that parent exists in cache when inserting

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agofix: fix object store id for test object store
Robin Appelman [Wed, 18 Sep 2024 09:14:41 +0000 (11:14 +0200)]
fix: fix object store id for test object store

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agofix: cleanup objectstore file_put_content
Robin Appelman [Wed, 18 Sep 2024 09:14:20 +0000 (11:14 +0200)]
fix: cleanup objectstore file_put_content

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agofix: create intermediate directories for objectstore moveFromStorage
Robin Appelman [Wed, 18 Sep 2024 09:13:51 +0000 (11:13 +0200)]
fix: create intermediate directories for objectstore moveFromStorage

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agofix: get source file before moving the cache item in objectstore moveFromStorage
Robin Appelman [Wed, 18 Sep 2024 09:13:20 +0000 (11:13 +0200)]
fix: get source file before moving the cache item in objectstore moveFromStorage

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agofix: Drop unnecessary exit
Louis Chemineau [Tue, 17 Sep 2024 15:32:33 +0000 (17:32 +0200)]
fix: Drop unnecessary exit

Signed-off-by: Louis Chemineau <louis@chmn.me>
6 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 8 Oct 2024 00:20:29 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 weeks agoMerge pull request #48590 from nextcloud/backport/48584/stable28
Joas Schilling [Mon, 7 Oct 2024 14:23:28 +0000 (16:23 +0200)]
Merge pull request #48590 from nextcloud/backport/48584/stable28

[stable28] fix(config): Mark more app configs sensitive

6 weeks agofix(config): Mark more app configs sensitive backport/48584/stable28 48590/head
Joas Schilling [Mon, 7 Oct 2024 09:46:39 +0000 (11:46 +0200)]
fix(config): Mark more app configs sensitive

Signed-off-by: Joas Schilling <coding@schilljs.com>
6 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 7 Oct 2024 00:20:17 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 6 Oct 2024 00:21:40 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

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

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 3 Oct 2024 00:20:59 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 weeks agoMerge pull request #48498 from nextcloud/release/28.0.11_rc1 v28.0.11rc1
Benjamin Gaussorgues [Wed, 2 Oct 2024 13:12:41 +0000 (15:12 +0200)]
Merge pull request #48498 from nextcloud/release/28.0.11_rc1

7 weeks agoMerge pull request #48510 from nextcloud/fix/stable28/webcal-subscription-jobs-middleware
Kate [Wed, 2 Oct 2024 10:05:20 +0000 (12:05 +0200)]
Merge pull request #48510 from nextcloud/fix/stable28/webcal-subscription-jobs-middleware

7 weeks agoMerge pull request #48054 from nextcloud/backport/48043/stable28
Kate [Wed, 2 Oct 2024 10:05:10 +0000 (12:05 +0200)]
Merge pull request #48054 from nextcloud/backport/48043/stable28

7 weeks agoMerge pull request #48074 from nextcloud/backport/48050/stable28
Kate [Wed, 2 Oct 2024 09:00:35 +0000 (11:00 +0200)]
Merge pull request #48074 from nextcloud/backport/48050/stable28

7 weeks agofix(weather_status): Fix search address errors when offline backport/48050/stable28 48074/head
provokateurin [Sun, 15 Sep 2024 20:39:18 +0000 (22:39 +0200)]
fix(weather_status): Fix search address errors when offline

Signed-off-by: provokateurin <kate@provokateurin.de>
7 weeks agoMerge pull request #48501 from nextcloud/backport/48426/stable28
Josh [Wed, 2 Oct 2024 07:00:50 +0000 (03:00 -0400)]
Merge pull request #48501 from nextcloud/backport/48426/stable28

[stable28] fix(config): Suppress `config.php` fopen error at install time

7 weeks agofix(config): Suppress error at install time backport/48426/stable28 48501/head
Josh [Fri, 27 Sep 2024 21:28:14 +0000 (17:28 -0400)]
fix(config): Suppress error at install time

Signed-off-by: Josh <josh.t.richards@gmail.com>
7 weeks agoMerge pull request #47791 from nextcloud/backport/45098/stable28
Sebastian Krupinski [Wed, 2 Oct 2024 06:09:33 +0000 (02:09 -0400)]
Merge pull request #47791 from nextcloud/backport/45098/stable28

[stable28] fix(caldav): Do not load IMipPlugin before user auth and session is c…

7 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 2 Oct 2024 00:20:18 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 weeks agofix(caldav): add missing handlers fix/stable28/webcal-subscription-jobs-middleware 48510/head
Anna Larch [Tue, 1 Oct 2024 20:52:08 +0000 (22:52 +0200)]
fix(caldav): add missing handlers

Signed-off-by: Anna Larch <anna@nextcloud.com>
7 weeks agobuild(hub): 28.0.11 RC1 release/28.0.11_rc1 48498/head
Benjamin Gaussorgues [Tue, 1 Oct 2024 15:44:37 +0000 (17:44 +0200)]
build(hub): 28.0.11 RC1

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
7 weeks agoMerge pull request #48445 from nextcloud/fix/noid/ignore-unavailable-token
Arthur Schiwon [Tue, 1 Oct 2024 13:57:11 +0000 (15:57 +0200)]
Merge pull request #48445 from nextcloud/fix/noid/ignore-unavailable-token

[stable28] fix(Auth): ignore missing token when trying to set password-unconfirmable

7 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 1 Oct 2024 00:20:51 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 weeks agoMerge pull request #48448 from nextcloud/backport/48437/stable28
Kate [Mon, 30 Sep 2024 10:55:33 +0000 (12:55 +0200)]
Merge pull request #48448 from nextcloud/backport/48437/stable28

7 weeks agofix: correctly count disabled users for subadmins backport/48437/stable28 48448/head
Maksim Sukharev [Sat, 28 Sep 2024 16:46:16 +0000 (18:46 +0200)]
fix: correctly count disabled users for subadmins

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
7 weeks agoMerge pull request #48443 from nextcloud/backport/48307/stable28
Kate [Mon, 30 Sep 2024 08:16:55 +0000 (10:16 +0200)]
Merge pull request #48443 from nextcloud/backport/48307/stable28

7 weeks agofix(Auth): ignore missing token when trying to set password-unconfirmable fix/noid/ignore-unavailable-token 48445/head
Arthur Schiwon [Mon, 30 Sep 2024 08:06:58 +0000 (10:06 +0200)]
fix(Auth): ignore missing token when trying to set password-unconfirmable

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
7 weeks agofix: gracefully parse non-standard trusted certificates backport/48307/stable28 48443/head
Richard Steinmetz [Tue, 24 Sep 2024 08:33:07 +0000 (10:33 +0200)]
fix: gracefully parse non-standard trusted certificates

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
7 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 29 Sep 2024 00:28:18 +0000 (00:28 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 weeks agoMerge pull request #48427 from nextcloud/dependabot/npm_and_yarn/stable28/cypress...
dependabot[bot] [Sat, 28 Sep 2024 05:39:04 +0000 (05:39 +0000)]
Merge pull request #48427 from nextcloud/dependabot/npm_and_yarn/stable28/cypress-13.13.3

7 weeks agochore(deps-dev): Bump cypress from 13.13.2 to 13.13.3 dependabot/npm_and_yarn/stable28/cypress-13.13.3 48427/head
dependabot[bot] [Sat, 28 Sep 2024 01:21:52 +0000 (01:21 +0000)]
chore(deps-dev): Bump cypress from 13.13.2 to 13.13.3

Bumps [cypress](https://github.com/cypress-io/cypress) from 13.13.2 to 13.13.3.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v13.13.2...v13.13.3)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 28 Sep 2024 00:20:28 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 weeks agoMerge pull request #47813 from nextcloud/dependabot/npm_and_yarn/stable28/nextcloud...
Andy Scherzinger [Fri, 27 Sep 2024 18:23:20 +0000 (20:23 +0200)]
Merge pull request #47813 from nextcloud/dependabot/npm_and_yarn/stable28/nextcloud/calendar-availability-vue-2.2.4

chore(deps): bump @nextcloud/calendar-availability-vue from 2.2.2 to 2.2.4

7 weeks agochore(assets): Recompile assets dependabot/npm_and_yarn/stable28/nextcloud/calendar-availability-vue-2.2.4 47813/head
nextcloud-command [Sun, 22 Sep 2024 19:10:05 +0000 (19:10 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 weeks agochore(deps): bump @nextcloud/calendar-availability-vue
dependabot[bot] [Thu, 12 Sep 2024 08:43:33 +0000 (08:43 +0000)]
chore(deps): bump @nextcloud/calendar-availability-vue

Bumps [@nextcloud/calendar-availability-vue](https://github.com/nextcloud/calendar-availability-vue) from 2.2.2 to 2.2.4.
- [Release notes](https://github.com/nextcloud/calendar-availability-vue/releases)
- [Changelog](https://github.com/nextcloud/calendar-availability-vue/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/calendar-availability-vue/compare/v2.2.2...v2.2.4)

---
updated-dependencies:
- dependency-name: "@nextcloud/calendar-availability-vue"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 weeks agoMerge pull request #48392 from nextcloud/backport/48375/stable28
Joas Schilling [Fri, 27 Sep 2024 10:28:11 +0000 (12:28 +0200)]
Merge pull request #48392 from nextcloud/backport/48375/stable28

[stable28] Skip future shipped apps from updatenotification check

7 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 27 Sep 2024 00:20:55 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 weeks agoMerge pull request #48399 from nextcloud/backport/48366/stable28
Kate [Thu, 26 Sep 2024 18:12:56 +0000 (20:12 +0200)]
Merge pull request #48399 from nextcloud/backport/48366/stable28

7 weeks agoMerge pull request #48386 from nextcloud/backport/48359/stable28
Louis [Thu, 26 Sep 2024 15:39:00 +0000 (17:39 +0200)]
Merge pull request #48386 from nextcloud/backport/48359/stable28

[stable28] fix: Use placeholder for external storage password

8 weeks agofix(files_sharing): Check if propfind response is valid before accessing share permis... backport/48366/stable28 48399/head
provokateurin [Thu, 26 Sep 2024 12:35:25 +0000 (14:35 +0200)]
fix(files_sharing): Check if propfind response is valid before accessing share permission props

Signed-off-by: provokateurin <kate@provokateurin.de>
8 weeks agorefactor(files_sharing): Make permissions prop checks less error prone
provokateurin [Thu, 26 Sep 2024 07:41:49 +0000 (09:41 +0200)]
refactor(files_sharing): Make permissions prop checks less error prone

Signed-off-by: provokateurin <kate@provokateurin.de>
8 weeks agofix(files_sharing): Parse OCM share permissions from OCM and not OCS prop
provokateurin [Thu, 26 Sep 2024 07:38:41 +0000 (09:38 +0200)]
fix(files_sharing): Parse OCM share permissions from OCM and not OCS prop

Signed-off-by: provokateurin <kate@provokateurin.de>
8 weeks agofix(updatenotification): Communicate files_downloadlimit as shipped in 29+ backport/48375/stable28 48392/head
Joas Schilling [Thu, 26 Sep 2024 10:21:04 +0000 (12:21 +0200)]
fix(updatenotification): Communicate files_downloadlimit as shipped in 29+

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 weeks agoMerge pull request #48379 from nextcloud/backport/48142/stable28
Joas Schilling [Thu, 26 Sep 2024 13:18:54 +0000 (15:18 +0200)]
Merge pull request #48379 from nextcloud/backport/48142/stable28

[stable28] feat(share): ensure unique share tokens with dynamic length adjustment

8 weeks agofix: Use hashed password in files_external settings backport/48359/stable28 48386/head
Louis Chemineau [Tue, 24 Sep 2024 14:20:04 +0000 (16:20 +0200)]
fix: Use hashed password in files_external settings

Signed-off-by: Louis Chemineau <louis@chmn.me>
8 weeks agoMerge pull request #48348 from nextcloud/dependaniel/aws-sdk-for-28
Joas Schilling [Thu, 26 Sep 2024 12:56:57 +0000 (14:56 +0200)]
Merge pull request #48348 from nextcloud/dependaniel/aws-sdk-for-28

[stable28] chore(deps): Bump aws/aws-sdk-php from 3.240.8 to 3.322.4

8 weeks agoMerge pull request #48363 from nextcloud/backport/48345/stable28
Daniel [Thu, 26 Sep 2024 12:41:16 +0000 (14:41 +0200)]
Merge pull request #48363 from nextcloud/backport/48345/stable28

[stable28] fix(files_external): Catch correct exception

8 weeks agofix(s3): suppress php deprecation warning on php8 dependaniel/aws-sdk-for-28 48348/head
Daniel Kesselberg [Tue, 24 Sep 2024 18:58:40 +0000 (20:58 +0200)]
fix(s3): suppress php deprecation warning on php8

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
8 weeks agochore(deps): Bump aws/aws-sdk-php from 3.240.8 to 3.332.4
Daniel Kesselberg [Wed, 25 Sep 2024 10:08:05 +0000 (12:08 +0200)]
chore(deps): Bump aws/aws-sdk-php from 3.240.8 to 3.332.4

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
8 weeks agofix(share): Ensure unique share tokens backport/48142/stable28 48379/head
ernolf [Tue, 20 Aug 2024 10:33:28 +0000 (12:33 +0200)]
fix(share): Ensure unique share tokens

- check for token collisions and retry up to three times.
- throw after 3 attempts without finding a unique token.

Signed-off-by: ernolf <raphael.gradenwitz@googlemail.com>
8 weeks agoMerge pull request #48367 from nextcloud/backport/48354/stable28
Louis [Thu, 26 Sep 2024 10:04:43 +0000 (12:04 +0200)]
Merge pull request #48367 from nextcloud/backport/48354/stable28

[stable28] fix: Show storage full warning when storage is actually full

8 weeks agofix: Show storage full warning when storage is actually full backport/48354/stable28 48367/head
Louis Chemineau [Wed, 25 Sep 2024 11:53:54 +0000 (13:53 +0200)]
fix: Show storage full warning when storage is actually full

< 0 values for "free" do not mean that the storage is full: https://github.com/nextcloud/server/blob/6befdd6dd7cd20fe7f7036e4665bcfbb783d6803/lib/public/Files/FileInfo.php#L31-L42

Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 weeks agofix(files_external): Catch correct exception backport/48345/stable28 48363/head
Marcel Klehr [Wed, 25 Sep 2024 07:07:33 +0000 (09:07 +0200)]
fix(files_external): Catch correct exception

SMB#getFileInfo used to throw an icewind/smb exception, but nowadays throws \OCP\Files\ForbiddenException. This fixes downstream methods to catch the new exception.

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
8 weeks agoMerge pull request #48318 from nextcloud/backport/48315/stable28
F. E Noel Nfebe [Thu, 26 Sep 2024 06:11:21 +0000 (07:11 +0100)]
Merge pull request #48318 from nextcloud/backport/48315/stable28

[stable28] refactor(AccountIcon): Remove needless console.log

8 weeks agochore(assets): Recompile assets backport/48315/stable28 48318/head
nextcloud-command [Thu, 26 Sep 2024 05:45:19 +0000 (05:45 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 26 Sep 2024 00:23:29 +0000 (00:23 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 weeks agoMerge pull request #48352 from nextcloud/backport/48331/stable28
Pytal [Wed, 25 Sep 2024 22:03:03 +0000 (15:03 -0700)]
Merge pull request #48352 from nextcloud/backport/48331/stable28

[stable28] fix(files): Fix having to resolve conflicts twice when dropping files

8 weeks agochore(assets): Recompile assets backport/48331/stable28 48352/head
nextcloud-command [Wed, 25 Sep 2024 21:36:27 +0000 (21:36 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 weeks agofix(files): Fix having to resolve conflicts twice when dropping files
Christopher Ng [Tue, 24 Sep 2024 23:01:05 +0000 (16:01 -0700)]
fix(files): Fix having to resolve conflicts twice when dropping files

Signed-off-by: Christopher Ng <chrng8@gmail.com>
8 weeks agoMerge pull request #48339 from nextcloud/automated/noid/stable28-update-ca-cert-bundle
Joas Schilling [Wed, 25 Sep 2024 05:04:17 +0000 (07:04 +0200)]
Merge pull request #48339 from nextcloud/automated/noid/stable28-update-ca-cert-bundle

[stable28] fix(security): Update CA certificate bundle

8 weeks agofix(security): Update CA certificate bundle automated/noid/stable28-update-ca-cert-bundle 48339/head
nextcloud-command [Wed, 25 Sep 2024 02:30:59 +0000 (02:30 +0000)]
fix(security): Update CA certificate bundle

Signed-off-by: GitHub <noreply@github.com>
8 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 25 Sep 2024 00:21:36 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>