]>
source.dussan.org Git - nextcloud-server.git/log
Christoph Wurst [Thu, 1 Feb 2024 12:43:33 +0000 (13:43 +0100)]
Merge remote-tracking branch 'origin/master' into enhancement/passwordless-login-token
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
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>
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
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>
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
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>
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>
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>
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
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>
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>
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
John Molakvoæ [Wed, 31 Jan 2024 15:52:55 +0000 (16:52 +0100)]
Merge pull request #40594 from lorenz/fix-dav-url
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>
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
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>
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 .
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
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>
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…
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
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>
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>
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>
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>
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>
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
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>
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>
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>
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>
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>
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>
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
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>
rakekniven [Tue, 30 Jan 2024 15:54:21 +0000 (16:54 +0100)]
fix(i18n): Adapted spelling of Unicode
Reported at Transifex
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
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
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>
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
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>
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>
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
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>
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
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>
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>
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>
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>
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>
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
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>
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
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
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`
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>
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>
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>
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>
Côme Chilliet [Mon, 29 Jan 2024 13:04:27 +0000 (14:04 +0100)]
Merge pull request #42942 from nextcloud/enh/migrate-debugmode-setupcheck
Ferdinand Thiessen [Sat, 16 Dec 2023 17:37:35 +0000 (18:37 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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>
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>
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>
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>
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
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
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>
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>
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>
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)
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>
Pavel Kryl [Thu, 13 Jan 2022 19:44:59 +0000 (20:44 +0100)]
code style: ommited space, reverted [code review]
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>
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>
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>
Ferdinand Thiessen [Fri, 26 Jan 2024 13:29:31 +0000 (14:29 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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
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
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>
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
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
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>
John Molakvoæ [Sat, 27 Jan 2024 12:23:10 +0000 (13:23 +0100)]
Merge pull request #43152 from nextcloud/fix/unshare
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>
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>
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>
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
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>
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>
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>
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>
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
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>
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
Ferdinand Thiessen [Fri, 26 Jan 2024 13:46:20 +0000 (14:46 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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>
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>
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
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