]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
9 months agoDIContainer: don't go trough server getter in query container-optimizations 36613/head
Robin Appelman [Thu, 9 Feb 2023 12:35:05 +0000 (13:35 +0100)]
DIContainer: don't go trough server getter in query

Signed-off-by: Robin Appelman <robin@icewind.nl>
9 months agofix SimpleConainer::isset with aliases
Robin Appelman [Thu, 9 Feb 2023 12:34:47 +0000 (13:34 +0100)]
fix SimpleConainer::isset with aliases

Signed-off-by: Robin Appelman <robin@icewind.nl>
9 months agofix phpdoc template
Robin Appelman [Thu, 9 Feb 2023 10:40:55 +0000 (11:40 +0100)]
fix phpdoc template

Signed-off-by: Robin Appelman <robin@icewind.nl>
9 months agooptimize delegation from app to server container a bit
Robin Appelman [Thu, 9 Feb 2023 10:33:30 +0000 (11:33 +0100)]
optimize delegation from app to server container a bit

Signed-off-by: Robin Appelman <robin@icewind.nl>
9 months agocache di container namespace
Robin Appelman [Thu, 9 Feb 2023 10:19:43 +0000 (11:19 +0100)]
cache di container namespace

Signed-off-by: Robin Appelman <robin@icewind.nl>
9 months agogoing nuclear: ripping out pimple
Robin Appelman [Wed, 8 Feb 2023 20:08:07 +0000 (21:08 +0100)]
going nuclear: ripping out pimple

Signed-off-by: Robin Appelman <robin@icewind.nl>
9 months agore-setup aliases when an alias'd service is overwritten
Robin Appelman [Wed, 8 Feb 2023 17:04:34 +0000 (18:04 +0100)]
re-setup aliases when an alias'd service is overwritten

Signed-off-by: Robin Appelman <robin@icewind.nl>
9 months agoremove duplicate OCA query handling and add earlier short cirtcuit for when instances...
Robin Appelman [Wed, 8 Feb 2023 15:22:55 +0000 (16:22 +0100)]
remove duplicate OCA query handling and add earlier short cirtcuit for when instances are already created

Signed-off-by: Robin Appelman <robin@icewind.nl>
9 months agominor optimization for SimpleContainer::sanitizeName
Robin Appelman [Wed, 8 Feb 2023 15:22:15 +0000 (16:22 +0100)]
minor optimization for SimpleContainer::sanitizeName

Signed-off-by: Robin Appelman <robin@icewind.nl>
9 months agodont register aliases as factories as that block some optimizations
Robin Appelman [Wed, 8 Feb 2023 15:21:44 +0000 (16:21 +0100)]
dont register aliases as factories as that block some optimizations

Signed-off-by: Robin Appelman <robin@icewind.nl>
9 months agoremove unneeded isset when registering a service
Robin Appelman [Wed, 8 Feb 2023 15:21:22 +0000 (16:21 +0100)]
remove unneeded isset when registering a service

Signed-off-by: Robin Appelman <robin@icewind.nl>
9 months agoregister resolved class as raw instead of closure
Robin Appelman [Wed, 8 Feb 2023 15:20:54 +0000 (16:20 +0100)]
register resolved class as raw instead of closure

Signed-off-by: Robin Appelman <robin@icewind.nl>
9 months agoMerge pull request #43318 from nextcloud/fix/ownerid-string
John Molakvoæ [Mon, 5 Feb 2024 15:18:04 +0000 (16:18 +0100)]
Merge pull request #43318 from nextcloud/fix/ownerid-string

fix(files): dav owner and mime types

9 months agofix(files): dav owner and mime types 43318/head
John Molakvoæ [Sat, 3 Feb 2024 11:39:43 +0000 (12:39 +0100)]
fix(files): dav owner and mime types

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
9 months agoMerge pull request #40633 from nextcloud/fix/cleanup-ocp-baseline
Côme Chilliet [Mon, 5 Feb 2024 13:24:59 +0000 (14:24 +0100)]
Merge pull request #40633 from nextcloud/fix/cleanup-ocp-baseline

9 months agoMerge pull request #40725 from nextcloud/automated/noid/master-update-psalm-baseline
Joas Schilling [Mon, 5 Feb 2024 13:09:24 +0000 (14:09 +0100)]
Merge pull request #40725 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

9 months agoMerge pull request #43348 from nextcloud/bugfix/noid/make-cypress-summary-also-quick
Joas Schilling [Mon, 5 Feb 2024 12:18:34 +0000 (13:18 +0100)]
Merge pull request #43348 from nextcloud/bugfix/noid/make-cypress-summary-also-quick

fix(CI): Put cypress-summary to the "low" queue

9 months agochore: Add references to phpdoc deprecation notice for IL10N 40633/head
Côme Chilliet [Mon, 5 Feb 2024 09:18:16 +0000 (10:18 +0100)]
chore: Add references to phpdoc deprecation notice for IL10N

Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
9 months agochore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some apps
Côme Chilliet [Thu, 1 Feb 2024 15:13:27 +0000 (16:13 +0100)]
chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some apps

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
9 months agoMake it clear in the deprecation comment that DI is preferred
Côme Chilliet [Tue, 26 Sep 2023 09:42:37 +0000 (11:42 +0200)]
Make it clear in the deprecation comment that DI is preferred

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
9 months agoUse OCP\Util::getL10N instead of OC::$server->getL10N
Côme Chilliet [Tue, 26 Sep 2023 08:42:38 +0000 (10:42 +0200)]
Use OCP\Util::getL10N instead of OC::$server->getL10N

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
9 months agochore: Use the same configuration in update-baseline as in psalm workflow 40725/head
Côme Chilliet [Thu, 1 Feb 2024 16:15:57 +0000 (17:15 +0100)]
chore: Use the same configuration in update-baseline as in psalm workflow

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
9 months agochore: Update psalm baseline
Côme Chilliet [Thu, 1 Feb 2024 15:36:39 +0000 (16:36 +0100)]
chore: Update psalm baseline

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
9 months agochore: Add extra options to silence composer warnings
Côme Chilliet [Thu, 1 Feb 2024 15:36:07 +0000 (16:36 +0100)]
chore: Add extra options to silence composer warnings

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
9 months agoUpdate psalm baseline
nextcloud-command [Tue, 30 Jan 2024 02:15:09 +0000 (02:15 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
9 months agofix(CI): Put cypress-summary to the "low" queue 43348/head
Joas Schilling [Mon, 5 Feb 2024 10:08:31 +0000 (11:08 +0100)]
fix(CI): Put cypress-summary to the "low" queue

Signed-off-by: Joas Schilling <coding@schilljs.com>
9 months agoMerge pull request #43345 from nextcloud/bugfix/noid/utilize-low-res-pool
Joas Schilling [Mon, 5 Feb 2024 10:07:33 +0000 (11:07 +0100)]
Merge pull request #43345 from nextcloud/bugfix/noid/utilize-low-res-pool

feat(CI): Utilize low-resource pool for changes and summaries

9 months agofeat(CI): Utilize low-resource pool for changes and summaries 43345/head
Joas Schilling [Mon, 5 Feb 2024 09:08:06 +0000 (10:08 +0100)]
feat(CI): Utilize low-resource pool for changes and summaries

Signed-off-by: Joas Schilling <coding@schilljs.com>
9 months agoMerge pull request #43332 from nextcloud/rakekniven-patch-3
rakekniven [Mon, 5 Feb 2024 07:57:56 +0000 (08:57 +0100)]
Merge pull request #43332 from nextcloud/rakekniven-patch-3

9 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 5 Feb 2024 00:19:39 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 months agoMerge pull request #43330 from nextcloud/fix/safari-drag-drop
John Molakvoæ [Sun, 4 Feb 2024 21:46:54 +0000 (22:46 +0100)]
Merge pull request #43330 from nextcloud/fix/safari-drag-drop

9 months agofix(files): better null relatedTarget event detection 43330/head
John Molakvoæ [Sun, 4 Feb 2024 20:21:20 +0000 (21:21 +0100)]
fix(files): better null relatedTarget event detection

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
9 months agofix(files): drag leave detection on safari
John Molakvoæ [Sun, 4 Feb 2024 13:03:04 +0000 (14:03 +0100)]
fix(files): drag leave detection on safari

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
9 months agochore(workflows): update `command-compile` from templates
John Molakvoæ [Sun, 4 Feb 2024 20:24:07 +0000 (21:24 +0100)]
chore(workflows): update `command-compile` from templates

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
9 months agoUpdate UsersControllerTest.php 43332/head
rakekniven [Sun, 4 Feb 2024 18:07:01 +0000 (19:07 +0100)]
Update UsersControllerTest.php

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
9 months agofix(i18n): id -> ID
rakekniven [Sun, 4 Feb 2024 15:41:10 +0000 (16:41 +0100)]
fix(i18n): id -> ID

Reported at Transifex

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
9 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 4 Feb 2024 00:19:32 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 months agoMerge pull request #43312 from nextcloud/dependabot/npm_and_yarn/mdi/js-7.4.47
dependabot[bot] [Sat, 3 Feb 2024 11:55:09 +0000 (11:55 +0000)]
Merge pull request #43312 from nextcloud/dependabot/npm_and_yarn/mdi/js-7.4.47

9 months agochore(assets): Recompile assets 43312/head
nextcloud-command [Sat, 3 Feb 2024 11:14:34 +0000 (11:14 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
9 months agochore(deps): Bump @mdi/js from 7.3.67 to 7.4.47
dependabot[bot] [Sat, 3 Feb 2024 02:22:57 +0000 (02:22 +0000)]
chore(deps): Bump @mdi/js from 7.3.67 to 7.4.47

Bumps [@mdi/js](https://github.com/Templarian/MaterialDesign-JS) from 7.3.67 to 7.4.47.
- [Commits](https://github.com/Templarian/MaterialDesign-JS/compare/v7.3.67...v7.4.47)

---
updated-dependencies:
- dependency-name: "@mdi/js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
9 months agoMerge pull request #43309 from nextcloud/dependabot/github_actions/dorny/paths-filter...
dependabot[bot] [Sat, 3 Feb 2024 10:42:44 +0000 (10:42 +0000)]
Merge pull request #43309 from nextcloud/dependabot/github_actions/dorny/paths-filter-3.0.0

9 months agoMerge pull request #43311 from nextcloud/dependabot/npm_and_yarn/nextcloud/cypress...
dependabot[bot] [Sat, 3 Feb 2024 08:38:13 +0000 (08:38 +0000)]
Merge pull request #43311 from nextcloud/dependabot/npm_and_yarn/nextcloud/cypress-1.0.0-beta.7

9 months agochore(deps-dev): Bump @nextcloud/cypress 43311/head
dependabot[bot] [Sat, 3 Feb 2024 02:22:39 +0000 (02:22 +0000)]
chore(deps-dev): Bump @nextcloud/cypress

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

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

Signed-off-by: dependabot[bot] <support@github.com>
9 months agochore(deps): Bump dorny/paths-filter from 2.11.1 to 3.0.0 43309/head
dependabot[bot] [Sat, 3 Feb 2024 02:22:26 +0000 (02:22 +0000)]
chore(deps): Bump dorny/paths-filter from 2.11.1 to 3.0.0

Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2.11.1 to 3.0.0.
- [Release notes](https://github.com/dorny/paths-filter/releases)
- [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dorny/paths-filter/compare/v2.11.1...0bc4621a3135347011ad047f9ecf449bf72ce2bd)

---
updated-dependencies:
- dependency-name: dorny/paths-filter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
9 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 3 Feb 2024 00:19:17 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 months agoMerge pull request #40981 from nextcloud/fix/object-storage-user
Arthur Schiwon [Fri, 2 Feb 2024 19:57:01 +0000 (20:57 +0100)]
Merge pull request #40981 from nextcloud/fix/object-storage-user

fix(objectstorage): cleanup HomeObjectStoreStorage

9 months agoMerge pull request #43296 from nextcloud/kerb-sso-fix3
Joas Schilling [Fri, 2 Feb 2024 18:37:36 +0000 (19:37 +0100)]
Merge pull request #43296 from nextcloud/kerb-sso-fix3

fix kerberos test successfull authentication detection

9 months agofix successfull authentication detection 43296/head
Robin Appelman [Fri, 2 Feb 2024 15:38:56 +0000 (16:38 +0100)]
fix successfull authentication detection

Signed-off-by: Robin Appelman <robin@icewind.nl>
9 months agoMerge pull request #43273 from nextcloud/bugfix/noid/make-apps-cypress-test-more...
John Molakvoæ [Fri, 2 Feb 2024 15:37:26 +0000 (16:37 +0100)]
Merge pull request #43273 from nextcloud/bugfix/noid/make-apps-cypress-test-more-reliable

9 months agoMerge pull request #42811 from nextcloud/app-command-load-non-fatal
Robin Appelman [Fri, 2 Feb 2024 15:00:34 +0000 (16:00 +0100)]
Merge pull request #42811 from nextcloud/app-command-load-non-fatal

make failure to load app commands non-fatal

9 months agoMerge pull request #43220 from nextcloud/chore/migrate-webdav
Ferdinand Thiessen [Fri, 2 Feb 2024 14:13:06 +0000 (15:13 +0100)]
Merge pull request #43220 from nextcloud/chore/migrate-webdav

chore: Migrate WebDAV `files_external` test from Drone to GitHub

9 months agorefactor(objectstorage): cleanup types 40981/head
Thomas Citharel [Fri, 20 Oct 2023 07:08:08 +0000 (09:08 +0200)]
refactor(objectstorage): cleanup types

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
9 months agorefactor(objectstorage): move $user property from ObjectStoreStorage class to HomeObj...
Thomas Citharel [Fri, 20 Oct 2023 07:09:50 +0000 (09:09 +0200)]
refactor(objectstorage): move $user property from ObjectStoreStorage class to HomeObjectStoreStorage

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
9 months agofix(objectstorage): cleanup HomeObjectStoreStorage
Thomas Citharel [Thu, 19 Oct 2023 13:31:44 +0000 (15:31 +0200)]
fix(objectstorage): cleanup HomeObjectStoreStorage

Fix invalid signature for getUser() method and change occurences of OC\User\User for OCP\IUser

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
9 months agoMerge pull request #43174 from nextcloud/fix/files--do-not-open-folder-file-from...
John Molakvoæ [Fri, 2 Feb 2024 13:56:16 +0000 (14:56 +0100)]
Merge pull request #43174 from nextcloud/fix/files--do-not-open-folder-file-from-fileid-on-load

9 months agoMerge pull request #43271 from nextcloud/fix/a11y/status-return-focus
Pytal [Fri, 2 Feb 2024 13:36:24 +0000 (05:36 -0800)]
Merge pull request #43271 from nextcloud/fix/a11y/status-return-focus

fix(user_status): Fix losing focus to body when closing user status modal

9 months agomake failure to load app commands non-fatal 42811/head
Robin Appelman [Mon, 15 Jan 2024 15:28:50 +0000 (16:28 +0100)]
make failure to load app commands non-fatal

Signed-off-by: Robin Appelman <robin@icewind.nl>
9 months agofix(ci): Disable coverage on pull requests 43220/head
Ferdinand Thiessen [Thu, 1 Feb 2024 12:57:51 +0000 (13:57 +0100)]
fix(ci): Disable coverage on pull requests

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
9 months agoSign drone.yml
Joas Schilling [Thu, 1 Feb 2024 12:28:24 +0000 (13:28 +0100)]
Sign drone.yml

Signed-off-by: Joas Schilling <coding@schilljs.com>
9 months agofix(tests): Adjust `files_external` tests to also work locally with WebDAV
Ferdinand Thiessen [Thu, 1 Feb 2024 12:01:11 +0000 (13:01 +0100)]
fix(tests): Adjust `files_external` tests to also work locally with WebDAV

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
9 months agochore(ci): Migrate files-external webdav tests to GitHub
Ferdinand Thiessen [Tue, 30 Jan 2024 18:46:32 +0000 (19:46 +0100)]
chore(ci): Migrate files-external webdav tests to GitHub

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
9 months agoMerge pull request #42696 from nextcloud/fix-issue-42464
Christoph Wurst [Fri, 2 Feb 2024 11:29:15 +0000 (12:29 +0100)]
Merge pull request #42696 from nextcloud/fix-issue-42464

fix(caldav): only call getTimestamp() on actual DateTime data

9 months agofix(caldav): only call getTimestamp() on actual DateTime data 42696/head
Thomas Citharel [Thu, 11 Jan 2024 09:14:48 +0000 (10:14 +0100)]
fix(caldav): only call getTimestamp() on actual DateTime data

For some reason the value of $component['DTSTART'][0] may not be a DateTimeImmutable

Closes #42464

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
9 months agochore(assets): Recompile assets 43174/head
Grigorii K. Shartsev [Fri, 2 Feb 2024 08:57:31 +0000 (09:57 +0100)]
chore(assets): Recompile assets

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
9 months agofix(files): do not open file by id on load for folders
Grigorii K. Shartsev [Sat, 27 Jan 2024 19:18:49 +0000 (20:18 +0100)]
fix(files): do not open file by id on load for folders

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
9 months agofix(tests): Make the cypress apps management test more reliable 43273/head
Joas Schilling [Thu, 1 Feb 2024 19:37:42 +0000 (20:37 +0100)]
fix(tests): Make the cypress apps management test more reliable

Signed-off-by: Joas Schilling <coding@schilljs.com>
9 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 2 Feb 2024 00:19:34 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 months agoMerge pull request #43024 from nextcloud/42835-use-default-perms-4new-shares
F. E Noel Nfebe [Thu, 1 Feb 2024 23:43:06 +0000 (00:43 +0100)]
Merge pull request #43024 from nextcloud/42835-use-default-perms-4new-shares

Consider admin defaults when creating shares

9 months agoRevert "Cleanup versions entity in during versions:clean command"
Louis Chemineau [Thu, 1 Feb 2024 22:37:26 +0000 (23:37 +0100)]
Revert "Cleanup versions entity in during versions:clean command"

This reverts commit 1ec9f3e5f9dd84723008137af73cf365beaf4d1b.

9 months agoMerge pull request #43132 from nextcloud/enh/41755/update-appframework-api
Maxence Lange [Thu, 1 Feb 2024 20:51:47 +0000 (19:51 -0100)]
Merge pull request #43132 from nextcloud/enh/41755/update-appframework-api

sync with new OCP\IAppConfig

9 months agochore: compile assets 43271/head
Christopher Ng [Thu, 1 Feb 2024 19:37:40 +0000 (11:37 -0800)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
9 months agofix(user_status): Fix losing focus to body when closing user status modal
Christopher Ng [Thu, 1 Feb 2024 19:37:40 +0000 (11:37 -0800)]
fix(user_status): Fix losing focus to body when closing user status modal

Signed-off-by: Christopher Ng <chrng8@gmail.com>
9 months agochore: compile assets 43024/head
fenn-cs [Thu, 1 Feb 2024 14:31:31 +0000 (15:31 +0100)]
chore: compile assets

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
9 months agoUse `@nextcloud/capabilities` to obtain share api defaults
fenn-cs [Wed, 31 Jan 2024 19:38:34 +0000 (20:38 +0100)]
Use `@nextcloud/capabilities` to obtain share api defaults

- Remove redundant initial state added
- Call `getCapabilities()` in share config file.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
9 months agoConsider admin defaults when creating shares
fenn-cs [Mon, 22 Jan 2024 13:49:57 +0000 (14:49 +0100)]
Consider admin defaults when creating shares

The current share logic always uses the default `BUNDLED_PERMISSIONS.ALL`
which includes everything.

This commit updates share creation logic to use `defaultPermissions` if set
by admin for the creation of new shares.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
9 months agoMerge pull request #43234 from nextcloud/fix/provisioning-exception-msgs
Ferdinand Thiessen [Thu, 1 Feb 2024 15:55:04 +0000 (16:55 +0100)]
Merge pull request #43234 from nextcloud/fix/provisioning-exception-msgs

fix(provisioning_api): Translate exceptions shown in the frontend

9 months agoMerge branch 'master' of github.com:nextcloud/server
Louis Chemineau [Thu, 1 Feb 2024 15:44:58 +0000 (16:44 +0100)]
Merge branch 'master' of github.com:nextcloud/server

9 months agoCleanup versions entity in during versions:clean command
Louis Chemineau [Thu, 1 Feb 2024 15:44:57 +0000 (16:44 +0100)]
Cleanup versions entity in during versions:clean command

Signed-off-by: Louis Chemineau <louis@chmn.me>
9 months agoMerge pull request #43210 from nextcloud/fix/use-github-ci-for-s3-tests
Joas Schilling [Thu, 1 Feb 2024 14:49:33 +0000 (15:49 +0100)]
Merge pull request #43210 from nextcloud/fix/use-github-ci-for-s3-tests

chore(ci): Force github CI for tests failing on self-hosted runners

9 months agobetter tests 43132/head
Maxence Lange [Thu, 1 Feb 2024 14:40:27 +0000 (13:40 -0100)]
better tests

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
9 months agoMerge pull request #43203 from nextcloud/fix/cleanup-register-command-with-di
Joas Schilling [Thu, 1 Feb 2024 13:44:07 +0000 (14:44 +0100)]
Merge pull request #43203 from nextcloud/fix/cleanup-register-command-with-di

Use Dependency Injection in register_commands.php

9 months agofix(provisioning_api): Translate exceptions shown in the frontend + replace some... 43234/head
Ferdinand Thiessen [Wed, 31 Jan 2024 11:48:34 +0000 (12:48 +0100)]
fix(provisioning_api): Translate exceptions shown in the frontend + replace some deprecations

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
9 months agoMerge pull request #43215 from nextcloud/rakekniven-patch-3
Côme Chilliet [Thu, 1 Feb 2024 10:07:46 +0000 (11:07 +0100)]
Merge pull request #43215 from nextcloud/rakekniven-patch-3

fix(i18n): Adapted spelling of Unicode

9 months agofix: Make Repair object injectable and fix BackgroundRepair test 43203/head
Côme Chilliet [Thu, 1 Feb 2024 08:49:32 +0000 (09:49 +0100)]
fix: Make Repair object injectable and fix BackgroundRepair test

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 months agofix lint
Maxence Lange [Wed, 31 Jan 2024 18:28:25 +0000 (17:28 -0100)]
fix lint

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
9 months agoadding test
Maxence Lange [Wed, 31 Jan 2024 17:53:47 +0000 (16:53 -0100)]
adding test

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
9 months agofix psalm
Maxence Lange [Wed, 31 Jan 2024 11:40:46 +0000 (10:40 -0100)]
fix psalm

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
9 months agosync with new OCP\IAppConfig
Maxence Lange [Thu, 25 Jan 2024 18:45:40 +0000 (17:45 -0100)]
sync with new OCP\IAppConfig

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
9 months agoMerge pull request #41327 from nextcloud/dont-reuse-metadata-unscanned
Robin Appelman [Wed, 31 Jan 2024 18:27:19 +0000 (19:27 +0100)]
Merge pull request #41327 from nextcloud/dont-reuse-metadata-unscanned

dont reuse etag for folders marked explicitly unscanned

9 months agoalso updated parent etags when a changed etag is detected during scanning 41327/head
Robin Appelman [Wed, 22 Nov 2023 15:27:29 +0000 (16:27 +0100)]
also updated parent etags when a changed etag is detected during scanning

Signed-off-by: Robin Appelman <robin@icewind.nl>
9 months agoMerge pull request #41338 from nextcloud/fix/nested-actions-back-focus
John Molakvoæ [Wed, 31 Jan 2024 17:06:15 +0000 (18:06 +0100)]
Merge pull request #41338 from nextcloud/fix/nested-actions-back-focus

fix(files): make sure we focus the parent actions submenu entry

9 months agoadd test for updating etag with unchanged mtime in child folder
Robin Appelman [Wed, 22 Nov 2023 15:26:57 +0000 (16:26 +0100)]
add test for updating etag with unchanged mtime in child folder

Signed-off-by: Robin Appelman <robin@icewind.nl>
9 months agoadd test for updating etag with unchanged mtime
Robin Appelman [Tue, 7 Nov 2023 15:53:45 +0000 (16:53 +0100)]
add test for updating etag with unchanged mtime

Signed-off-by: Robin Appelman <robin@icewind.nl>
9 months agodont reuse etag for folders marked explicitly unscanned
Robin Appelman [Tue, 7 Nov 2023 15:28:27 +0000 (16:28 +0100)]
dont reuse etag for folders marked explicitly unscanned

Signed-off-by: Robin Appelman <robin@icewind.nl>
9 months agoMerge pull request #42913 from nextcloud/fix/settings-apps-stop-reload-force-enabl
John Molakvoæ [Wed, 31 Jan 2024 16:35:19 +0000 (17:35 +0100)]
Merge pull request #42913 from nextcloud/fix/settings-apps-stop-reload-force-enabl

9 months agochore(assets): Recompile assets 41338/head
nextcloud-command [Wed, 31 Jan 2024 12:35:09 +0000 (12:35 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
9 months agofix(files): make sure we focus the parent actions submenu entry
John Molakvoæ [Wed, 8 Nov 2023 10:07:10 +0000 (11:07 +0100)]
fix(files): make sure we focus the parent actions submenu entry

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
9 months agoMerge pull request #43170 from nextcloud/fix/mysql-ci
Joas Schilling [Wed, 31 Jan 2024 16:06:57 +0000 (17:06 +0100)]
Merge pull request #43170 from nextcloud/fix/mysql-ci

fix(CI): MySQL unit tests, use LTS for code coverage and drop EOL

9 months agoMerge pull request #40594 from lorenz/fix-dav-url
John Molakvoæ [Wed, 31 Jan 2024 15:52:55 +0000 (16:52 +0100)]
Merge pull request #40594 from lorenz/fix-dav-url