]>
source.dussan.org Git - nextcloud-server.git/log
Arthur Schiwon [Tue, 1 Oct 2024 10:20:20 +0000 (12:20 +0200)]
fix(Auth): ignore missing token when trying to set password-unconfirmable
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Tue, 1 Oct 2024 00:20:38 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Daniel [Mon, 30 Sep 2024 20:32:27 +0000 (22:32 +0200)]
Merge pull request #48469 from nextcloud/backport/48466/stable30
[stable30] ci: fail psalm when baseline update required
Daniel Kesselberg [Mon, 30 Sep 2024 16:05:05 +0000 (18:05 +0200)]
ci: fail psalm when baseline update required
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Kate [Mon, 30 Sep 2024 10:46:42 +0000 (12:46 +0200)]
Merge pull request #48447 from nextcloud/backport/48437/stable30
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>
Kate [Mon, 30 Sep 2024 08:24:20 +0000 (10:24 +0200)]
Merge pull request #48317 from nextcloud/backport/48307/stable30
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>
Nextcloud bot [Sun, 29 Sep 2024 00:28:04 +0000 (00:28 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
dependabot[bot] [Sat, 28 Sep 2024 23:05:19 +0000 (23:05 +0000)]
Merge pull request #48428 from nextcloud/dependabot/npm_and_yarn/stable30/vueuse/core-10.11.1
dependabot[bot] [Sat, 28 Sep 2024 01:27:22 +0000 (01:27 +0000)]
chore(deps): Bump @vueuse/core from 10.11.0 to 10.11.1
Bumps [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) from 10.11.0 to 10.11.1.
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v10.11.1/packages/core)
---
updated-dependencies:
- dependency-name: "@vueuse/core"
dependency-type: direct:production
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>
dependabot[bot] [Sat, 28 Sep 2024 21:57:35 +0000 (21:57 +0000)]
Merge pull request #48429 from nextcloud/dependabot/npm_and_yarn/stable30/libphonenumber-js-1.11.9
dependabot[bot] [Sat, 28 Sep 2024 01:27:51 +0000 (01:27 +0000)]
chore(deps): Bump libphonenumber-js from 1.11.5 to 1.11.9
Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.11.5 to 1.11.9.
- [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.11.5...v1.11.9)
---
updated-dependencies:
- dependency-name: libphonenumber-js
dependency-type: direct:production
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>
Nextcloud bot [Sat, 28 Sep 2024 00:20:15 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Andy Scherzinger [Fri, 27 Sep 2024 06:28:44 +0000 (08:28 +0200)]
Merge pull request #48394 from nextcloud/backport/48375/stable30
[stable30] Skip future shipped apps from updatenotification check
Nextcloud bot [Fri, 27 Sep 2024 00:20:41 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Kate [Thu, 26 Sep 2024 17:07:15 +0000 (19:07 +0200)]
Merge pull request #48401 from nextcloud/backport/48366/stable30
Joas Schilling [Thu, 26 Sep 2024 15:29:44 +0000 (17:29 +0200)]
Merge pull request #48395 from nextcloud/backport/48153/stable30
[stable30] feat(app_api): make app_api shipped and default enabled
Louis [Thu, 26 Sep 2024 15:26:58 +0000 (17:26 +0200)]
Merge pull request #48388 from nextcloud/backport/48359/stable30
[stable30] fix: Use placeholder for external storage password
Kate [Thu, 26 Sep 2024 15:04:01 +0000 (17:04 +0200)]
Merge pull request #48391 from nextcloud/backport/48361/stable30
Joas Schilling [Thu, 26 Sep 2024 14:53:58 +0000 (16:53 +0200)]
Merge pull request #48374 from nextcloud/dependabot/composer/stable30/laravel/serializable-closure-1.3.5
[stable30] build(deps): Bump laravel/serializable-closure from 1.3.3 to 1.3.5
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>
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>
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>
Andrey Borysenko [Tue, 17 Sep 2024 17:59:42 +0000 (20:59 +0300)]
feat: add app_api to shipped and default enabled apps
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
Joas Schilling [Thu, 26 Sep 2024 10:22:52 +0000 (12:22 +0200)]
fix(updatenotification): Communicate app_api as shipped in 30+
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Thu, 26 Sep 2024 10:21:44 +0000 (12:21 +0200)]
fix(updatenotification): Communicate twofactor_nextcloud_notification as shipped in 30+
Signed-off-by: Joas Schilling <coding@schilljs.com>
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>
provokateurin [Thu, 26 Sep 2024 06:57:06 +0000 (08:57 +0200)]
fix(QueryBuilder): Restrict identifier length to 30 characters due to Oracle limitations
Signed-off-by: provokateurin <kate@provokateurin.de>
Joas Schilling [Thu, 26 Sep 2024 09:54:04 +0000 (11:54 +0200)]
build(deps): Bump laravel/serializable-closure from 1.3.3 to 1.3.5
Signed-off-by: Joas Schilling <coding@schilljs.com>
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>
Daniel [Thu, 26 Sep 2024 12:39:52 +0000 (14:39 +0200)]
Merge pull request #48365 from nextcloud/backport/48345/stable30
[stable30] fix(files_external): Catch correct exception
Joas Schilling [Thu, 26 Sep 2024 10:33:34 +0000 (12:33 +0200)]
Merge pull request #48142 from nextcloud/backport/47265/stable30
[stable30] feat(share): ensure unique share tokens with dynamic length adjustment
Joas Schilling [Thu, 26 Sep 2024 09:44:17 +0000 (11:44 +0200)]
Merge pull request #48330 from nextcloud/dependabot/composer/stable30/doctrine/dbal-3.9.1
[stable30] fix(deps): Bump doctrine/dbal from 3.8.3 to 3.9.1
Louis [Thu, 26 Sep 2024 09:41:26 +0000 (11:41 +0200)]
Merge pull request #48369 from nextcloud/backport/48354/stable30
[stable30] fix: Show storage full warning when storage is actually full
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>
Joas Schilling [Tue, 24 Sep 2024 21:31:39 +0000 (23:31 +0200)]
fix(deps): Bump doctrine/dbal from 3.8.3 to 3.9.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
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>
Nextcloud bot [Thu, 26 Sep 2024 00:23:16 +0000 (00:23 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Pytal [Wed, 25 Sep 2024 21:49:57 +0000 (14:49 -0700)]
Merge pull request #48350 from nextcloud/backport/48331/stable30
[stable30] fix(files): Fix having to resolve conflicts twice when dropping files
nextcloud-command [Wed, 25 Sep 2024 21:33:53 +0000 (21:33 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
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>
Joas Schilling [Wed, 25 Sep 2024 16:02:15 +0000 (18:02 +0200)]
Merge pull request #48358 from nextcloud/backport/48356/stable30
[stable30] fix(icons): Document icon requirements for notifications and activities
Joas Schilling [Wed, 25 Sep 2024 14:47:23 +0000 (16:47 +0200)]
fix(icons): Document icon requirements for notifications and activities
Signed-off-by: Joas Schilling <coding@schilljs.com>
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>
Joas Schilling [Wed, 25 Sep 2024 07:00:57 +0000 (09:00 +0200)]
Merge pull request #48286 from nextcloud/backport/48215/stable30
[stable30] fix(tests): Fix test selection and run unit tests of DAV and user_status
Joas Schilling [Tue, 24 Sep 2024 06:36:03 +0000 (08:36 +0200)]
fix(querybuilder): Fix boolean type so that oracle handles boolean well
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 24 Sep 2024 06:19:42 +0000 (08:19 +0200)]
fix(tests): Check that the revert was successful
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 24 Sep 2024 05:00:47 +0000 (07:00 +0200)]
fix(tests): Also check that the backup status works
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 24 Sep 2024 05:00:19 +0000 (07:00 +0200)]
fix(tests): Make timing test more reliable
Signed-off-by: Joas Schilling <coding@schilljs.com>
Anna Larch [Thu, 19 Sep 2024 16:06:50 +0000 (18:06 +0200)]
test: fix ContactsMigratorTest
Signed-off-by: Anna Larch <anna@nextcloud.com>
Joas Schilling [Thu, 19 Sep 2024 15:51:01 +0000 (17:51 +0200)]
fix(user_status): Fix integration test of user status
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Thu, 19 Sep 2024 15:44:45 +0000 (17:44 +0200)]
fix(tests): Fix test selection and run unit tests of DAV and user_status
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 25 Sep 2024 05:03:54 +0000 (07:03 +0200)]
Merge pull request #48337 from nextcloud/automated/noid/stable30-update-ca-cert-bundle
[stable30] fix(security): Update CA certificate bundle
nextcloud-command [Wed, 25 Sep 2024 02:30:58 +0000 (02:30 +0000)]
fix(security): Update CA certificate bundle
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Wed, 25 Sep 2024 00:21:23 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Tue, 24 Sep 2024 21:31:07 +0000 (23:31 +0200)]
Merge pull request #48328 from nextcloud/dependabot/composer/stable30/giggsey/libphonenumber-for-php-lite-8.13.45
[stable30] build(deps): bump giggsey/libphonenumber-for-php-lite from 8.13.35 to…
Joas Schilling [Tue, 24 Sep 2024 20:06:16 +0000 (22:06 +0200)]
build(deps): bump giggsey/libphonenumber-for-php-lite from 8.13.35 to 8.13.45
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 24 Sep 2024 19:19:19 +0000 (21:19 +0200)]
Merge pull request #48319 from nextcloud/dependabot/composer/stable30/web-auth/webauthn-lib-4.8.7
chore(deps): Bump web-auth/webauthn-lib from 4.8.5 to 4.9.1
Joas Schilling [Tue, 24 Sep 2024 13:26:21 +0000 (15:26 +0200)]
chore(deps): Bump web-auth/webauthn-lib from 4.8.5 to 4.9.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
Ferdinand Thiessen [Tue, 24 Sep 2024 15:03:10 +0000 (17:03 +0200)]
Merge pull request #48314 from nextcloud/backport/48311/stable30
[stable30] fix: Ensure app discover section is returned as list
Ferdinand Thiessen [Tue, 24 Sep 2024 10:31:57 +0000 (12:31 +0200)]
fix: Ensure app discover section is returned as list
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Joas Schilling [Tue, 24 Sep 2024 10:14:29 +0000 (12:14 +0200)]
Merge pull request #48308 from nextcloud/backport/47349/stable30
[stable30] Add bidirectional text support - Backend
Joas Schilling [Wed, 18 Sep 2024 09:03:13 +0000 (11:03 +0200)]
ci: Restrict RTL characters to RTL languages
Signed-off-by: Joas Schilling <coding@schilljs.com>
Kate [Tue, 24 Sep 2024 06:31:17 +0000 (08:31 +0200)]
Merge pull request #48279 from nextcloud/backport/48266/stable30
Grigorii K. Shartsev [Mon, 23 Sep 2024 19:10:22 +0000 (00:10 +0500)]
Merge pull request #48127 from nextcloud/backport/48114/stable30
[stable30] fix(appstoreFetcher): get list from a custom store and remove unnecessary warning
Andy Scherzinger [Mon, 23 Sep 2024 19:07:08 +0000 (21:07 +0200)]
Merge pull request #48285 from nextcloud/backport/48207/stable30
[stable30] fix: Don't crash if disabled user is missing in the database
Andy Scherzinger [Mon, 23 Sep 2024 19:05:19 +0000 (21:05 +0200)]
Merge pull request #48298 from nextcloud/backport/44945/stable30
[stable30] fix(i18n): Changed grammar
Andy Scherzinger [Mon, 23 Sep 2024 19:01:40 +0000 (21:01 +0200)]
Merge pull request #48302 from nextcloud/backport/48268/stable30
[stable30] fix: skip the integrity check for nextcloud-init-sync.lock
Louis Chemineau [Fri, 20 Sep 2024 09:26:22 +0000 (11:26 +0200)]
fix(users): Don't crash if disabled user is missing in the database
Signed-off-by: Louis Chemineau <louis@chmn.me>
Joas Schilling [Mon, 23 Sep 2024 15:52:01 +0000 (17:52 +0200)]
Merge pull request #48299 from nextcloud/backport/48162/stable30
[stable30] fix(autocomplete): Move known array keys to psalm docs
Daniel Kesselberg [Sun, 22 Sep 2024 14:19:48 +0000 (16:19 +0200)]
fix: skip the integrity check for nextcloud-init-sync.lock
nextcloud-init-sync.lock is used by nextcloud/docker to prevent running the initialization script on multiple containers at the same time.
Ref: https://github.com/nextcloud/docker/issues/2299.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Joas Schilling [Wed, 18 Sep 2024 09:40:45 +0000 (11:40 +0200)]
fix(autocomplete): Move known array keys to psalm docs
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Mon, 23 Sep 2024 14:52:40 +0000 (14:52 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
nextcloud-command [Thu, 19 Sep 2024 09:56:48 +0000 (09:56 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
rakekniven [Sat, 20 Apr 2024 20:04:52 +0000 (22:04 +0200)]
fix(translations): Changed grammar
[skip-ci]
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Joas Schilling [Mon, 23 Sep 2024 12:38:12 +0000 (14:38 +0200)]
Merge pull request #48296 from nextcloud/stable30-3rdparty-bump
[stable30] chore: bump 3rdparty
Daniel Kesselberg [Mon, 23 Sep 2024 12:34:41 +0000 (14:34 +0200)]
chore: bump 3rdparty
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Kate [Mon, 23 Sep 2024 11:49:46 +0000 (13:49 +0200)]
Merge pull request #48282 from nextcloud/chore/noid/git-blame-ignore-revs
Daniel Kesselberg [Mon, 23 Sep 2024 09:39:15 +0000 (11:39 +0200)]
chore: add .git-blame-ignore-revs
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
provokateurin [Sun, 22 Sep 2024 06:38:31 +0000 (08:38 +0200)]
fix(psalm): Enable findUnusedBaselineEntry
Signed-off-by: provokateurin <kate@provokateurin.de>
Nextcloud bot [Mon, 23 Sep 2024 00:20:31 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 22 Sep 2024 00:20:46 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
dependabot[bot] [Sat, 21 Sep 2024 11:26:06 +0000 (11:26 +0000)]
Merge pull request #48257 from nextcloud/dependabot/npm_and_yarn/stable30/nextcloud/axios-2.5.1
dependabot[bot] [Sat, 21 Sep 2024 04:12:22 +0000 (04:12 +0000)]
chore(deps): Bump @nextcloud/axios from 2.5.0 to 2.5.1
Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/nextcloud/nextcloud-axios/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-axios/blob/v2.5.1/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v2.5.0...v2.5.1)
---
updated-dependencies:
- dependency-name: "@nextcloud/axios"
dependency-type: direct:production
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>
Andy Scherzinger [Sat, 21 Sep 2024 07:13:54 +0000 (09:13 +0200)]
Merge pull request #48061 from nextcloud/backport/48028/stable30
[stable30] fix(user_ldap): Use %n in plural translation to avoid a crash in L10N
dependabot[bot] [Sat, 21 Sep 2024 04:32:56 +0000 (04:32 +0000)]
Merge pull request #48256 from nextcloud/dependabot/npm_and_yarn/stable30/types/jest-29.5.13
dependabot[bot] [Sat, 21 Sep 2024 04:11:54 +0000 (04:11 +0000)]
chore(deps-dev): Bump @types/jest from 29.5.12 to 29.5.13
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.12 to 29.5.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
---
updated-dependencies:
- dependency-name: "@types/jest"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Nextcloud bot [Sat, 21 Sep 2024 00:20:49 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Kate [Fri, 20 Sep 2024 21:02:25 +0000 (23:02 +0200)]
Merge pull request #48233 from nextcloud/backport/48222/stable30
github-actions[bot] [Fri, 20 Sep 2024 09:05:59 +0000 (11:05 +0200)]
Merge pull request #48229 from nextcloud/automated/noid/stable30-update-psalm-baseline
[stable30] Update psalm-baseline.xml
Kate [Fri, 20 Sep 2024 08:06:14 +0000 (10:06 +0200)]
Merge pull request #48221 from nextcloud/backport/30/fix_move_on_same_bucket
Robin Appelman [Thu, 19 Sep 2024 17:01:23 +0000 (19:01 +0200)]
perf: reuse cache info we already have when moving to object store
Signed-off-by: Robin Appelman <robin@icewind.nl>
nextcloud-command [Fri, 20 Sep 2024 02:33:32 +0000 (02:33 +0000)]
chore(tests): Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Fri, 20 Sep 2024 00:21:20 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Côme Chilliet [Tue, 17 Sep 2024 17:20:13 +0000 (19:20 +0200)]
fix(tests): Fix most obvious errors in ObjectStore tests
Some are still failing
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Christoph Fiehe [Sat, 14 Sep 2024 21:05:12 +0000 (23:05 +0200)]
perf(ObjectStoreStorage): Improve (slow) move on same object bucket
This commit fixes the issue #47856. When you upload a file into a group folder and when you use a single S3 bucket as primary storage, the final move operation hangs for a long time. In the background, Nextcloud initiates a copy-delete sequence from the bucket into the bucket, with causes a lot unnecessary overhead. Nextcloud thinks that the file must be imported to another storage and does not recognize that everything is done on the same object bucket. In that case, the import step can be completely skipped, which saves time, network bandwidth and reduces the load on the object storage.
The behavior improves a lot with https://github.com/nextcloud/server/pull/46013. However, there are still some put messages that are being sent to the object storage when you use an object storage as primary storage and upload files into a group folder.
Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
Signed-off-by: Christoph Fiehe <c.fiehe@eurodata.de>
Christoph Wurst [Thu, 19 Sep 2024 15:28:42 +0000 (17:28 +0200)]
Merge pull request #48211 from nextcloud/backport/47399/stable30
[stable30] fix: expand select and group by for calendar reminder backend
Robin Appelman [Thu, 19 Sep 2024 15:10:13 +0000 (17:10 +0200)]
Merge pull request #48205 from nextcloud/ci-fix-30
[stable30] Ci fixes
Hamza Mahjoubi [Wed, 21 Aug 2024 15:57:08 +0000 (17:57 +0200)]
fix: expand select and group by for calandar reminder backend
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>