]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
8 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>
8 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

8 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>
8 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

8 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>
8 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>
8 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>
8 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

8 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>
8 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>
8 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

8 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

8 months agofix(settings): stop reloading after force-enabling an app 42913/head
John Molakvoæ [Thu, 18 Jan 2024 08:24:07 +0000 (09:24 +0100)]
fix(settings): stop reloading after force-enabling an app

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
8 months agoMerge pull request #43164 from nextcloud/dependabot/npm_and_yarn/moment-2.30.1
dependabot[bot] [Wed, 31 Jan 2024 15:23:09 +0000 (15:23 +0000)]
Merge pull request #43164 from nextcloud/dependabot/npm_and_yarn/moment-2.30.1

8 months agochore(assets): Recompile assets 43164/head
nextcloud-command [Wed, 31 Jan 2024 14:44:12 +0000 (14:44 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 months agochore(deps): Bump moment from 2.29.4 to 2.30.1
dependabot[bot] [Wed, 31 Jan 2024 13:59:16 +0000 (13:59 +0000)]
chore(deps): Bump moment from 2.29.4 to 2.30.1

Dependabot couldn't find the original pull request head commit, 3cd9244a458dd70796ef87dfd9add77e367650a2.

8 months agoMerge pull request #43166 from nextcloud/dependabot/npm_and_yarn/marked-11.2.0
Ferdinand Thiessen [Wed, 31 Jan 2024 13:57:09 +0000 (14:57 +0100)]
Merge pull request #43166 from nextcloud/dependabot/npm_and_yarn/marked-11.2.0

chore(deps): Bump marked from 9.1.5 to 11.2.0

8 months agodav: fix wrong decoding of pluses in URLs 40594/head
Lorenz Brun [Fri, 22 Sep 2023 23:40:52 +0000 (01:40 +0200)]
dav: fix wrong decoding of pluses in URLs

PHP's urldecode function does not decode URLs according to RFC 3986, but
according to the HTML 4.01 query parameter
encoding. This results in pluses being wrongly decoded to spaces even
though they should not be decoded at all.

Use rawurldecode instead, which follows RFC 3986 properly.

This fixes an issue where files on DAV shares containing pluses were
incorrectly decoded to spaces.

Fixes: #15849
Signed-off-by: Lorenz Brun <lorenz@brun.one>
8 months agoMerge pull request #38173 from arawa/feature/37677/exclude-some-groups-from-sharing...
Louis [Wed, 31 Jan 2024 12:24:47 +0000 (13:24 +0100)]
Merge pull request #38173 from arawa/feature/37677/exclude-some-groups-from-sharing-with-users

New core setting : shareapi_only_share_with_group_members_exclude_gro…

8 months agoMerge pull request #42933 from nextcloud/fix/db/dirty-read-on-primary
Christoph Wurst [Wed, 31 Jan 2024 09:55:05 +0000 (10:55 +0100)]
Merge pull request #42933 from nextcloud/fix/db/dirty-read-on-primary

fix(db): Execute dirty reads on the primary node

8 months agobuild(): build assets 38173/head
Baptiste Fotia [Wed, 31 Jan 2024 09:54:00 +0000 (10:54 +0100)]
build(): build assets

Signed-off-by: Baptiste Fotia <fotia.baptiste@hotmail.com>
8 months agobuild(): build assets
Baptiste Fotia [Tue, 30 Jan 2024 15:20:16 +0000 (16:20 +0100)]
build(): build assets

Signed-off-by: Baptiste Fotia <fotia.baptiste@hotmail.com>
8 months agotest(php): Fix the unit tests
Baptiste Fotia [Tue, 30 Jan 2024 14:08:50 +0000 (15:08 +0100)]
test(php): Fix the unit tests

I added our context in the unit tests following the advice of Louis.

Link : https://github.com/nextcloud/server/pull/43186#issuecomment-1916571027

Signed-off-by: Baptiste Fotia <fotia.baptiste@hotmail.com>
8 months agofeat(php,vue): Create a new parameter
Baptiste Fotia [Wed, 27 Dec 2023 11:56:23 +0000 (12:56 +0100)]
feat(php,vue): Create a new parameter

Signed-off-by: Baptiste Fotia <fotia.baptiste@hotmail.com>
8 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 31 Jan 2024 00:19:23 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 months agoMerge pull request #43172 from nextcloud/fix/43149/files--table-header-actions-position
Ferdinand Thiessen [Tue, 30 Jan 2024 20:19:01 +0000 (21:19 +0100)]
Merge pull request #43172 from nextcloud/fix/43149/files--table-header-actions-position

fix(files): selected files actions position on scroll/with readme block

8 months agochore(assets): Recompile assets 43166/head
nextcloud-command [Tue, 30 Jan 2024 19:59:08 +0000 (19:59 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 months agochore(deps): Bump marked from 9.1.5 to 11.2.0
dependabot[bot] [Sat, 27 Jan 2024 03:40:36 +0000 (03:40 +0000)]
chore(deps): Bump marked from 9.1.5 to 11.2.0

Bumps [marked](https://github.com/markedjs/marked) from 9.1.5 to 11.2.0.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v9.1.5...v11.2.0)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
8 months agoRevert "switching to new IAppConfig"
Maxence Lange [Tue, 30 Jan 2024 19:37:09 +0000 (18:37 -0100)]
Revert "switching to new IAppConfig"

This reverts commit c693c58d253168e712cde57b2dd8ea3262b900e8.

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
8 months agoswitching to new IAppConfig
Maxence Lange [Tue, 30 Jan 2024 19:33:35 +0000 (18:33 -0100)]
switching to new IAppConfig

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
8 months agochore(assets): Recompile assets 43172/head
Grigorii K. Shartsev [Tue, 30 Jan 2024 19:30:05 +0000 (20:30 +0100)]
chore(assets): Recompile assets

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
8 months agofix(files): selected files actions position on scroll/with readme block
Grigorii K. Shartsev [Sat, 27 Jan 2024 18:05:31 +0000 (19:05 +0100)]
fix(files): selected files actions position on scroll/with readme block

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
8 months agoMerge pull request #43171 from nextcloud/fix/vue-8-5-1
Ferdinand Thiessen [Tue, 30 Jan 2024 19:13:28 +0000 (20:13 +0100)]
Merge pull request #43171 from nextcloud/fix/vue-8-5-1

chore: Update `@nextcloud/vue` to 8.5.1

8 months agochore: Update `@nextcloud/vue` to 8.5.1 43171/head
Ferdinand Thiessen [Sat, 27 Jan 2024 14:32:59 +0000 (15:32 +0100)]
chore: Update `@nextcloud/vue` to 8.5.1

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
8 months agoMerge pull request #43194 from nextcloud/fix/fix-psalm-missing-template-parameter
Côme Chilliet [Tue, 30 Jan 2024 14:24:42 +0000 (15:24 +0100)]
Merge pull request #43194 from nextcloud/fix/fix-psalm-missing-template-parameter

8 months agochore(codeowners): add frontend files expertise
John Molakvoæ [Tue, 30 Jan 2024 13:23:26 +0000 (14:23 +0100)]
chore(codeowners): add frontend files expertise

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
8 months agoMerge pull request #42936 from nextcloud/fix/files_reference_widget_inaccessible_wording
Andy Scherzinger [Tue, 30 Jan 2024 12:54:12 +0000 (13:54 +0100)]
Merge pull request #42936 from nextcloud/fix/files_reference_widget_inaccessible_wording

fix(files): Improve inaccessible files message in file reference widget

8 months agochore(assets): Recompile assets 42936/head
nextcloud-command [Tue, 30 Jan 2024 11:33:20 +0000 (11:33 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 months agofix(db): Execute dirty reads on the primary node 42933/head
Christoph Wurst [Thu, 18 Jan 2024 11:44:14 +0000 (12:44 +0100)]
fix(db): Execute dirty reads on the primary node

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
8 months agoMerge pull request #43185 from nextcloud/feat/db/dirty-queries-production
Joas Schilling [Tue, 30 Jan 2024 11:05:49 +0000 (12:05 +0100)]
Merge pull request #43185 from nextcloud/feat/db/dirty-queries-production

feat(db): Make dirty query logging available in production

8 months agofix(files): Improve inaccessible files message in file reference widget
Jonas [Thu, 18 Jan 2024 13:32:33 +0000 (14:32 +0100)]
fix(files): Improve inaccessible files message in file reference widget

Signed-off-by: Jonas <jonas@freesources.org>
8 months agoMerge pull request #43191 from nextcloud/fix/use-di-for-setup-class
Côme Chilliet [Tue, 30 Jan 2024 10:10:52 +0000 (11:10 +0100)]
Merge pull request #43191 from nextcloud/fix/use-di-for-setup-class

8 months agochore: Fix twofactor_backupcodes tests 43194/head
Côme Chilliet [Tue, 30 Jan 2024 09:44:43 +0000 (10:44 +0100)]
chore: Fix twofactor_backupcodes tests

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
8 months agofix: Fix template parameter for some listeners
Côme Chilliet [Tue, 30 Jan 2024 08:56:25 +0000 (09:56 +0100)]
fix: Fix template parameter for some listeners

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
8 months agofix(twofactor_backupcodes): Mirate away from deprecated event
Côme Chilliet [Tue, 30 Jan 2024 08:54:55 +0000 (09:54 +0100)]
fix(twofactor_backupcodes): Mirate away from deprecated event

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
8 months agochore: Fix missing template parameter for IEventListener
Côme Chilliet [Mon, 29 Jan 2024 16:11:54 +0000 (17:11 +0100)]
chore: Fix missing template parameter for IEventListener

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
8 months agofeat(db): Make dirty query logging available in production 43185/head
Christoph Wurst [Mon, 29 Jan 2024 10:41:45 +0000 (11:41 +0100)]
feat(db): Make dirty query logging available in production

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
8 months agoMerge pull request #43188 from nextcloud/fix/ci-disable-coverage-on-pr
Côme Chilliet [Tue, 30 Jan 2024 08:26:06 +0000 (09:26 +0100)]
Merge pull request #43188 from nextcloud/fix/ci-disable-coverage-on-pr

8 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 30 Jan 2024 00:19:06 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 months agoMerge pull request #43031 from nextcloud/fix/fix-throw-phpdoc-in-setupresult
Côme Chilliet [Mon, 29 Jan 2024 21:10:53 +0000 (22:10 +0100)]
Merge pull request #43031 from nextcloud/fix/fix-throw-phpdoc-in-setupresult

8 months agoMerge pull request #42331 from nextcloud/fix/auth-token-settings
Ferdinand Thiessen [Mon, 29 Jan 2024 17:47:19 +0000 (18:47 +0100)]
Merge pull request #42331 from nextcloud/fix/auth-token-settings

fix(settings): Disable renaming for tokens marked to be wiped

8 months agoMerge pull request #42794 from nextcloud/fix/invalid-trusted-proxies
Ferdinand Thiessen [Mon, 29 Jan 2024 15:19:51 +0000 (16:19 +0100)]
Merge pull request #42794 from nextcloud/fix/invalid-trusted-proxies

fix(Request): Catch exceptions in `isTrustedProxy`

8 months agochore: Cleanup Installer class as well 43191/head
Côme Chilliet [Mon, 29 Jan 2024 15:10:31 +0000 (16:10 +0100)]
chore: Cleanup Installer class as well

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
8 months agofix: Use DI for Setup class and move away from deprecated methods
Côme Chilliet [Mon, 29 Jan 2024 14:12:53 +0000 (15:12 +0100)]
fix: Use DI for Setup class and move away from deprecated methods

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
8 months agochore(ci): Turn off codecov patch CI 43188/head
Côme Chilliet [Mon, 29 Jan 2024 13:16:30 +0000 (14:16 +0100)]
chore(ci): Turn off codecov patch CI

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
8 months agoDocument throwing behavior of SetupResult upon invalid rich object 43031/head
Côme Chilliet [Mon, 22 Jan 2024 16:46:38 +0000 (17:46 +0100)]
Document throwing behavior of SetupResult upon invalid rich object

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
8 months agoMerge pull request #42942 from nextcloud/enh/migrate-debugmode-setupcheck
Côme Chilliet [Mon, 29 Jan 2024 13:04:27 +0000 (14:04 +0100)]
Merge pull request #42942 from nextcloud/enh/migrate-debugmode-setupcheck

8 months agochore: Compile assets 42331/head
Ferdinand Thiessen [Sat, 16 Dec 2023 17:37:35 +0000 (18:37 +0100)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
8 months agofix(settings): Disable renaming for tokens marked to be wiped
Ferdinand Thiessen [Sat, 16 Dec 2023 17:07:39 +0000 (18:07 +0100)]
fix(settings): Disable renaming for tokens marked to be wiped

This otherwise a WipeException will be thrown when trying to rename

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
8 months agofix(CI): MySQL unit tests, use LTS for code coverage and drop EOL 43170/head
Ferdinand Thiessen [Sat, 27 Jan 2024 13:20:30 +0000 (14:20 +0100)]
fix(CI): MySQL unit tests, use LTS for code coverage and drop EOL

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>
8 months agochore(ci): Disable code coverage upload on pull request
Côme Chilliet [Mon, 29 Jan 2024 11:05:00 +0000 (12:05 +0100)]
chore(ci): Disable code coverage upload on pull request

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
8 months agoMigrate debug mode check to new SetupCheck API 42942/head
Côme Chilliet [Thu, 18 Jan 2024 15:09:11 +0000 (16:09 +0100)]
Migrate debug mode check to new SetupCheck API

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
8 months agoMerge pull request #42930 from nextcloud/fix/6914/overwritecond
Arthur Schiwon [Mon, 29 Jan 2024 08:56:56 +0000 (09:56 +0100)]
Merge pull request #42930 from nextcloud/fix/6914/overwritecond

Fix: config param 'overwritecondaddr' not working

8 months agoMerge pull request #43143 from nextcloud/dependabot/composer/scssphp/scssphp-1.12.1
Joas Schilling [Mon, 29 Jan 2024 08:08:48 +0000 (09:08 +0100)]
Merge pull request #43143 from nextcloud/dependabot/composer/scssphp/scssphp-1.12.1

chore(deps): Bump scssphp/scssphp from 1.11.0 to 1.12.1

8 months agochore(deps): Bump scssphp/scssphp from 1.11.0 to 1.12.1 43143/head
Joas Schilling [Fri, 26 Jan 2024 11:35:53 +0000 (12:35 +0100)]
chore(deps): Bump scssphp/scssphp from 1.11.0 to 1.12.1

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 29 Jan 2024 00:19:27 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 months agoMerge pull request #43147 from nextcloud/fix/files-unify-folder-before-files
Ferdinand Thiessen [Sat, 27 Jan 2024 22:20:45 +0000 (23:20 +0100)]
Merge pull request #43147 from nextcloud/fix/files-unify-folder-before-files

fix(files): Consistent sorting for folders before files (user configurable)

8 months agotest(unit): fix RequestTest 42930/head
Arthur Schiwon [Fri, 26 Jan 2024 12:11:29 +0000 (13:11 +0100)]
test(unit): fix RequestTest

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
8 months agocode style: ommited space, reverted [code review]
Pavel Kryl [Thu, 13 Jan 2022 19:44:59 +0000 (20:44 +0100)]
code style: ommited space, reverted [code review]

8 months agofixing bug #6914: Config Param 'overwritecondaddr' not working
Pavel Kryl [Thu, 13 Jan 2022 17:51:24 +0000 (18:51 +0100)]
fixing bug #6914: Config Param 'overwritecondaddr' not working

- just ignoring/removing extra parameter 'protocol' as suggested by
  blizzz

Signed-off-by: Pavel Kryl <pavel@kryl.eu>
8 months agofix(Request): Catch exceptions in `isTrustedProxy` 42794/head
Ferdinand Thiessen [Mon, 15 Jan 2024 12:16:15 +0000 (13:16 +0100)]
fix(Request): Catch exceptions in `isTrustedProxy`

The function fails if the configured trusted proxies contain invalid characters and the underlying IpUtils will throw.
But as it is used by `getRemoteAddress` which is used by logging / templating, thrown errors are not reported but silently fail with error 500.

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>
8 months agofix(cypress): Adjust files sorting tests 43147/head
Ferdinand Thiessen [Fri, 26 Jan 2024 15:04:16 +0000 (16:04 +0100)]
fix(cypress): Adjust files sorting tests

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
8 months agochore: Compile assets
Ferdinand Thiessen [Fri, 26 Jan 2024 13:29:31 +0000 (14:29 +0100)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
8 months agoMerge pull request #43159 from nextcloud/dependabot/github_actions/actions/checkout...
dependabot[bot] [Sat, 27 Jan 2024 13:27:57 +0000 (13:27 +0000)]
Merge pull request #43159 from nextcloud/dependabot/github_actions/actions/checkout-4.1.1

8 months agoMerge pull request #43161 from nextcloud/dependabot/github_actions/peter-evans/create...
dependabot[bot] [Sat, 27 Jan 2024 13:27:25 +0000 (13:27 +0000)]
Merge pull request #43161 from nextcloud/dependabot/github_actions/peter-evans/create-or-update-comment-4.0.0

8 months agofix(files): Consistent sorting for folders before files (user configurable)
Ferdinand Thiessen [Fri, 26 Jan 2024 13:21:32 +0000 (14:21 +0100)]
fix(files): Consistent sorting for folders before files (user configurable)

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
8 months agoMerge pull request #43163 from nextcloud/dependabot/npm_and_yarn/core-js-3.35.1
dependabot[bot] [Sat, 27 Jan 2024 13:09:16 +0000 (13:09 +0000)]
Merge pull request #43163 from nextcloud/dependabot/npm_and_yarn/core-js-3.35.1

8 months agoMerge pull request #43162 from nextcloud/dependabot/github_actions/dorny/paths-filter...
Ferdinand Thiessen [Sat, 27 Jan 2024 12:44:25 +0000 (13:44 +0100)]
Merge pull request #43162 from nextcloud/dependabot/github_actions/dorny/paths-filter-3.0.0

chore(deps): Bump dorny/paths-filter from 2.11.1 to 3.0.0

8 months agochore(assets): Recompile assets 43163/head
nextcloud-command [Sat, 27 Jan 2024 12:41:23 +0000 (12:41 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 months agoMerge pull request #43152 from nextcloud/fix/unshare
John Molakvoæ [Sat, 27 Jan 2024 12:23:10 +0000 (13:23 +0100)]
Merge pull request #43152 from nextcloud/fix/unshare

8 months agochore(deps): Bump core-js from 3.33.2 to 3.35.1
dependabot[bot] [Sat, 27 Jan 2024 02:27:26 +0000 (02:27 +0000)]
chore(deps): Bump core-js from 3.33.2 to 3.35.1

Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.33.2 to 3.35.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.35.1/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
8 months agochore(assets): Recompile assets 43152/head
John Molakvoæ [Sat, 27 Jan 2024 11:54:12 +0000 (12:54 +0100)]
chore(assets): Recompile assets

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
8 months agofix(files): disable `Unshare` until proper fix
John Molakvoæ [Fri, 26 Jan 2024 17:09:37 +0000 (18:09 +0100)]
fix(files): disable `Unshare` until proper fix

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
8 months agoMerge pull request #43160 from nextcloud/dependabot/github_actions/actions/upload...
dependabot[bot] [Sat, 27 Jan 2024 06:25:12 +0000 (06:25 +0000)]
Merge pull request #43160 from nextcloud/dependabot/github_actions/actions/upload-artifact-4.3.0

8 months agochore(deps): Bump dorny/paths-filter from 2.11.1 to 3.0.0 43162/head
dependabot[bot] [Sat, 27 Jan 2024 02:07:55 +0000 (02:07 +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/4512585405083f25c027a35db413c2b3b9006d50...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>
8 months agochore(deps): Bump peter-evans/create-or-update-comment 43161/head
dependabot[bot] [Sat, 27 Jan 2024 02:07:50 +0000 (02:07 +0000)]
chore(deps): Bump peter-evans/create-or-update-comment

Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3.1.0 to 4.0.0.
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
- [Commits](https://github.com/peter-evans/create-or-update-comment/compare/23ff15729ef2fc348714a3bb66d2f655ca9066f2...71345be0265236311c031f5c7866368bd1eff043)

---
updated-dependencies:
- dependency-name: peter-evans/create-or-update-comment
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
8 months agochore(deps): Bump actions/checkout from 3.5.2 to 4.1.1 43159/head
dependabot[bot] [Sat, 27 Jan 2024 02:07:43 +0000 (02:07 +0000)]
chore(deps): Bump actions/checkout from 3.5.2 to 4.1.1

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.5.2...b4ffde65f46336ab88eb53be808477a3936bae11)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
8 months agochore(deps): Bump actions/upload-artifact from 4.2.0 to 4.3.0 43160/head
dependabot[bot] [Sat, 27 Jan 2024 02:07:43 +0000 (02:07 +0000)]
chore(deps): Bump actions/upload-artifact from 4.2.0 to 4.3.0

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/694cdabd8bdb0f10b2cea11669e1bf5453eed0a6...26f96dfa697d77e81fd5907df203aa23a56210a8)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
8 months agoMerge pull request #43094 from nextcloud/fix/a11y/43088/select-has-no-connected-label
Ferdinand Thiessen [Sat, 27 Jan 2024 01:39:15 +0000 (02:39 +0100)]
Merge pull request #43094 from nextcloud/fix/a11y/43088/select-has-no-connected-label

fix: added a label element to the NcSelect in update settings

8 months agofix: added a label element to the NcSelect in update settings 43094/head
Eduardo Morales [Wed, 24 Jan 2024 18:38:31 +0000 (12:38 -0600)]
fix: added a label element to the NcSelect in update settings

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 months agoMerge pull request #43148 from nextcloud/chore/update-dialogs
Ferdinand Thiessen [Sat, 27 Jan 2024 01:00:03 +0000 (02:00 +0100)]
Merge pull request #43148 from nextcloud/chore/update-dialogs

Update `@nextcloud/dialogs` to 5.1.1

8 months agochore: Compile assets 43148/head
Ferdinand Thiessen [Fri, 26 Jan 2024 13:46:20 +0000 (14:46 +0100)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
8 months agochore: Update `@nextcloud/dialogs` to 5.1.1
Ferdinand Thiessen [Fri, 26 Jan 2024 13:44:51 +0000 (14:44 +0100)]
chore: Update `@nextcloud/dialogs` to 5.1.1

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
8 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 27 Jan 2024 00:19:36 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 months agoMerge pull request #41003 from nextcloud/chore/migrate-behat-to-github
Joas Schilling [Fri, 26 Jan 2024 20:11:05 +0000 (21:11 +0100)]
Merge pull request #41003 from nextcloud/chore/migrate-behat-to-github

chore(tests): Run all unit tests on GitHub instead of Drone

8 months agoMerge pull request #43137 from nextcloud/fix/a11y/sharing-details-focus
Pytal [Fri, 26 Jan 2024 19:53:02 +0000 (11:53 -0800)]
Merge pull request #43137 from nextcloud/fix/a11y/sharing-details-focus

fix(files_sharing): Return focus to trigger element on sharing details close

8 months agofix(tests): Add messages to assertions to explain what failed 41003/head
Joas Schilling [Fri, 26 Jan 2024 19:38:43 +0000 (20:38 +0100)]
fix(tests): Add messages to assertions to explain what failed

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 months agochore: compile assets 43137/head
Christopher Ng [Fri, 26 Jan 2024 03:12:32 +0000 (19:12 -0800)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
8 months agofix(files_sharing): Return focus to trigger element on sharing details close
Christopher Ng [Fri, 26 Jan 2024 03:12:32 +0000 (19:12 -0800)]
fix(files_sharing): Return focus to trigger element on sharing details close

Signed-off-by: Christopher Ng <chrng8@gmail.com>