]>
source.dussan.org Git - nextcloud-server.git/log
Daniel Kesselberg [Wed, 10 Jul 2024 20:48:53 +0000 (22:48 +0200)]
test: run tests in child process
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Daniel Kesselberg [Wed, 10 Jul 2024 15:06:24 +0000 (17:06 +0200)]
fix: use non-mocked app manager for router test
The mocked version of IAppManager will return null for getAppPath and thus parts of the tests are not executed.
To avoid more mocking a "partly" mocked IAppManager instanced is used.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Joas Schilling [Wed, 10 Jul 2024 14:46:14 +0000 (16:46 +0200)]
Merge pull request #46388 from nextcloud/bugfix/noid/broken-file-systemtag-cache
fix(workflows): Fix file systemtag cache
Ferdinand Thiessen [Wed, 10 Jul 2024 13:40:26 +0000 (15:40 +0200)]
Merge pull request #46371 from nextcloud/feat/filename-validator
feat: Add `IFilenameValidator` to have one consistent place for filename validation
Joas Schilling [Fri, 28 Jun 2024 08:52:02 +0000 (10:52 +0200)]
fix(workflows): Fix file systemtag cache
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 10 Jul 2024 09:52:52 +0000 (11:52 +0200)]
Merge pull request #46320 from nextcloud/perf/php-session-cache-limiter
perf: Set session.cache_limiter at runtime to avoid clients caching static assets served by PHP
Nextcloud bot [Wed, 10 Jul 2024 00:34:21 +0000 (00:34 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Ferdinand Thiessen [Wed, 10 Jul 2024 00:11:45 +0000 (02:11 +0200)]
Merge pull request #46370 from nextcloud/refactor/app-menu
refactor: split app menu into smaller components
Ferdinand Thiessen [Tue, 9 Jul 2024 17:28:04 +0000 (19:28 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Tue, 9 Jul 2024 22:37:42 +0000 (00:37 +0200)]
test: Adjust cypress tests to use reusable POM for header navigation
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 8 Jul 2024 14:25:14 +0000 (16:25 +0200)]
refactor(core): Split app menu into components
This allows to split one large block of code into three components with each one usecase.
Allowing for better readability and maintainablility.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 8 Jul 2024 14:23:52 +0000 (16:23 +0200)]
chore: Make active apps initial state consistent with OCS API
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Tue, 9 Jul 2024 23:28:28 +0000 (01:28 +0200)]
Merge pull request #46382 from nextcloud/fix/sharing-action
fix(files_sharing): Only enable mixed sharing types if there is at least one sharing type
Git'Fellow [Tue, 9 Jul 2024 22:19:19 +0000 (00:19 +0200)]
Merge pull request #44544 from nextcloud/dependabot/npm_and_yarn/davclient.js-
de93b73
build(deps): bump davclient.js from `
1ab200d ` to `
de93b73 `
John Molakvoæ [Tue, 9 Jul 2024 20:34:14 +0000 (22:34 +0200)]
Merge pull request #46310 from nextcloud/fix/cypress-wait-apps
dependabot[bot] [Tue, 9 Jul 2024 17:45:39 +0000 (17:45 +0000)]
build(deps): bump davclient.js from `
1ab200d ` to `
de93b73 `
Bumps [davclient.js](https://github.com/owncloud/davclient.js) from `
1ab200d ` to `
de93b73 `.
- [Release notes](https://github.com/owncloud/davclient.js/releases)
- [Commits](https://github.com/owncloud/davclient.js/compare/
1ab200d099a3c2cd2ef919c3a56353ce26865994 ...
de93b734bd7a656de0482437df8ef50dd68a10d3 )
---
updated-dependencies:
- dependency-name: davclient.js
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
nextcloud-command [Tue, 9 Jul 2024 18:40:26 +0000 (18:40 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Ferdinand Thiessen [Tue, 9 Jul 2024 17:06:48 +0000 (19:06 +0200)]
fix(files_sharing): Only enable mixed sharing types if there is at least one sharing type
If the array is empty it means it is not shared.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Tue, 9 Jul 2024 18:32:55 +0000 (20:32 +0200)]
Merge pull request #46004 from nextcloud/perf/noid/log-slow-capabilities
perf(capabilities): Log capabilities providers that are slow
Ferdinand Thiessen [Tue, 9 Jul 2024 17:04:25 +0000 (19:04 +0200)]
Merge pull request #46082 from nextcloud/chore/enable-eslint
chore: Enable ESLint for apps and fix all errors
Ferdinand Thiessen [Sun, 7 Jul 2024 12:24:08 +0000 (14:24 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Tue, 9 Jul 2024 15:25:13 +0000 (17:25 +0200)]
chore(files): Fix ESLint issues with files and files_sharing app
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Tue, 2 Jul 2024 10:13:43 +0000 (12:13 +0200)]
test: Adjust Typescript definitions for OCP and OC
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 24 Jun 2024 22:00:31 +0000 (00:00 +0200)]
chore: Enable ESLint for apps and fix all errors
Nevertheless this causes a huge amount of new warnings.
Previously the shell script for directories to lint was wrong it was generating all app names to lint,
but was missing the `apps/` prefix. Causing only `core` to be linted.
Co-authored-by: Grigorii K. Shartsev <me@shgk.me>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Pytal [Tue, 9 Jul 2024 15:00:01 +0000 (08:00 -0700)]
Merge pull request #46123 from nextcloud/feat/user-password-hash
feat: Allow getting/setting the password hash of a user
Ferdinand Thiessen [Wed, 3 Jul 2024 14:33:40 +0000 (16:33 +0200)]
feat: Add `IFilenameValidator` to have one consistent place for filename validation
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Pytal [Tue, 9 Jul 2024 08:29:17 +0000 (01:29 -0700)]
Merge pull request #46361 from nextcloud/perf/scroll-user-list
perf(settings): Optimize user list scroll performance
Git'Fellow [Tue, 9 Jul 2024 07:49:39 +0000 (09:49 +0200)]
Merge pull request #46317 from nextcloud/s3InsertTimeout
fix(s3): Don't wait indefinitely for S3 to return
yemkareems [Tue, 9 Jul 2024 07:45:31 +0000 (13:15 +0530)]
Merge pull request #45249 from nextcloud/feature/add-ability-to-sort-by-last-login
feat: add ability to sort by last login
Christopher Ng [Tue, 9 Jul 2024 00:37:39 +0000 (17:37 -0700)]
chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Tue, 9 Jul 2024 00:37:35 +0000 (17:37 -0700)]
perf(settings): Optimize user list scroll performance
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Nextcloud bot [Tue, 9 Jul 2024 00:19:56 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Christopher Ng [Thu, 27 Jun 2024 23:58:06 +0000 (16:58 -0700)]
feat: Validate password hash
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Thu, 27 Jun 2024 23:58:06 +0000 (16:58 -0700)]
perf: Return cached password hash
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Thu, 27 Jun 2024 23:58:06 +0000 (16:58 -0700)]
docs: Add info for the password hashes
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Tue, 25 Jun 2024 22:47:50 +0000 (15:47 -0700)]
feat: Allow getting/setting the password hash of a user
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Tue, 25 Jun 2024 22:47:50 +0000 (15:47 -0700)]
feat: Implement IPasswordHashBackend in database user backend
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Tue, 25 Jun 2024 22:47:50 +0000 (15:47 -0700)]
feat: Add IPasswordHashBackend
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Julius Härtl [Fri, 5 Jul 2024 12:39:30 +0000 (14:39 +0200)]
perf: Set session.cache_limiter at runtime to avoid clients caching static assets served by PHP
By default there is a Pragma: no-cache header set due to the default
value `no-cache` of session.cache-limiter, which will cause Chrome and
iOS to not cache even with a different Cache-Control header set on the
response.
Signed-off-by: Julius Härtl <jus@bitgrid.net>
F. E Noel Nfebe [Mon, 8 Jul 2024 20:02:26 +0000 (21:02 +0100)]
Merge pull request #46321 from nextcloud/fix/46195/feedback-no-read-perms
fix(SharingDetailsView): Prevent illegal unselection of read permissions
nextcloud-command [Mon, 8 Jul 2024 19:38:53 +0000 (19:38 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
fenn-cs [Fri, 5 Jul 2024 14:47:41 +0000 (15:47 +0100)]
fix(SharingDetailsView): Prevent illegal unselection of read permissions
With the exception of "file drop" on link shares all other shares need the read permissions at least.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Andy Scherzinger [Mon, 8 Jul 2024 19:12:24 +0000 (21:12 +0200)]
Merge pull request #46358 from nextcloud/artonge/fix/checkbox_background
fix(files): Correctly center the checkbox's background in grid view
Andy Scherzinger [Mon, 8 Jul 2024 16:44:48 +0000 (18:44 +0200)]
Merge pull request #46360 from nextcloud/style/noid/dashboardIconResized
Align dashboard app icon in size with photos app icon
Andy Scherzinger [Mon, 8 Jul 2024 16:40:55 +0000 (18:40 +0200)]
style: Align dashboard app icon in size with photos app icon
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
nextcloud-command [Mon, 8 Jul 2024 15:42:13 +0000 (15:42 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Louis Chemineau [Mon, 8 Jul 2024 15:34:15 +0000 (17:34 +0200)]
fix(files): Correctly center the checkbox's background in grid view
Signed-off-by: Louis Chemineau <louis@chmn.me>
Côme Chilliet [Mon, 8 Jul 2024 15:15:02 +0000 (17:15 +0200)]
Merge pull request #46115 from nextcloud/enh/add-a-universal-debug-option-to-occ
feat(occ): Add a --debug option to output all log levels to the output
Côme Chilliet [Mon, 8 Jul 2024 14:09:39 +0000 (16:09 +0200)]
fix(occ): Use the const instead of hardcoded string for --debug-log option
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Sebastian Krupinski [Mon, 8 Jul 2024 13:10:09 +0000 (09:10 -0400)]
Merge pull request #46315 from nextcloud/fix/limit-vevent-size
fix(caldav): limit vevent size
provokateurin [Mon, 8 Jul 2024 10:21:17 +0000 (12:21 +0200)]
fix(OpenAPI): Regenerate
Signed-off-by: provokateurin <kate@provokateurin.de>
yemkareems [Mon, 8 Jul 2024 09:44:56 +0000 (15:14 +0530)]
fix: getLastLoggedInUsers moved from AllConfig/IConfig to IUserManager/Manager
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Fri, 5 Jul 2024 10:11:07 +0000 (15:41 +0530)]
fix: ran bash build/openapi-checker.sh and commit the result
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Fri, 5 Jul 2024 02:43:43 +0000 (08:13 +0530)]
fix: doc block corrected
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Thu, 4 Jul 2024 13:48:16 +0000 (19:18 +0530)]
fix: return type doc block added as per psalm
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Thu, 4 Jul 2024 13:43:41 +0000 (19:13 +0530)]
fix: return type doc block added as per psalm
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Thu, 4 Jul 2024 13:08:03 +0000 (18:38 +0530)]
fix: return type doc block added as per psalm
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Thu, 4 Jul 2024 12:48:06 +0000 (18:18 +0530)]
fix: second join and where conditions added only when search param is available
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Thu, 4 Jul 2024 12:26:24 +0000 (17:56 +0530)]
fix: query refactored to support both the search by email and sort by login
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Thu, 4 Jul 2024 09:11:05 +0000 (14:41 +0530)]
fix: limit and fixLimit removed. negative limit handled in controller. removed getUsersSortedByLastLogin from Manager and instead used the config in controller
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Thu, 4 Jul 2024 08:12:37 +0000 (13:42 +0530)]
fix: removed default limit of 25. if null is given all users are fetched or if limit is given limit number of users are fetched
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Thu, 4 Jul 2024 07:08:40 +0000 (12:38 +0530)]
fix: removed references to old disabled users code. refactored query as per getDisplayNames function. limit and offset added to query. default limit set to 25.
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Tue, 2 Jul 2024 04:50:25 +0000 (10:20 +0530)]
fix: removed NoCSRFRequired used for testing locally
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Tue, 2 Jul 2024 04:48:09 +0000 (10:18 +0530)]
fix: removed the params related to sortMode and order since it sorts by lastLogin
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Wed, 26 Jun 2024 09:11:03 +0000 (14:41 +0530)]
fix: since added to doc blocks
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Wed, 26 Jun 2024 08:34:57 +0000 (14:04 +0530)]
fix: doc blocks added
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Wed, 26 Jun 2024 07:57:52 +0000 (13:27 +0530)]
fix: search and searchDisplayNames reverted to how it was initially as sort and order are not required here
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Wed, 26 Jun 2024 07:53:22 +0000 (13:23 +0530)]
fix: search and searchDisplayNames reverted to how it was initially as sort and order are not required here
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Wed, 26 Jun 2024 07:43:47 +0000 (13:13 +0530)]
fix: removed csrf check for the recent end point and ran cs fix
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Thu, 6 Jun 2024 11:05:44 +0000 (16:35 +0530)]
fix: rebased the branch with master and resolved conflicts
fix: added a new endpoint users/recent and getting users based on last login info in the same. Reverted old code that was breaking LDAP
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Tue, 28 May 2024 10:53:51 +0000 (16:23 +0530)]
fix: change orderBy and sort to sortMode and sortOrder. default it to uid asc. enable email search by changing query
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Wed, 8 May 2024 09:17:55 +0000 (14:47 +0530)]
fix: cs fix and psalm ci related changes
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Wed, 8 May 2024 09:13:06 +0000 (14:43 +0530)]
fix: sort the user getDisplayNames based on lastLogin. Default sort order is lastLogin DESC
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Mon, 6 May 2024 11:59:56 +0000 (17:29 +0530)]
feat: cs fix run on the changed files and default order by last_login desc. Also last_login sort logic changed
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Mon, 6 May 2024 11:40:18 +0000 (17:10 +0530)]
feat: add ability to sort users by last_login, uid or displayName. one of these needs to be passed as orderBy and sort can be ASC or DESC
Signed-off-by: yemkareems <yemkareems@gmail.com>
Joas Schilling [Mon, 8 Jul 2024 09:14:11 +0000 (11:14 +0200)]
Merge pull request #46010 from nextcloud/bugfix/noid/allow-guests-to-load-the-dashboard
fix(dashboard): Correctly redirect guests to login page when opening dashboard
Nextcloud bot [Mon, 8 Jul 2024 00:19:42 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Andy Scherzinger [Sun, 7 Jul 2024 17:59:51 +0000 (19:59 +0200)]
Merge pull request #46271 from nextcloud/enh/dashboard-icon
Update dashboard icon
Andy Scherzinger [Wed, 3 Jul 2024 08:16:25 +0000 (10:16 +0200)]
fix: update dashboard icon
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger [Sun, 7 Jul 2024 17:31:05 +0000 (19:31 +0200)]
Merge pull request #46323 from nextcloud/style/noid/copyIcon
Unify copy icon
nextcloud-command [Sun, 7 Jul 2024 17:03:29 +0000 (17:03 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Andy Scherzinger [Fri, 5 Jul 2024 18:42:32 +0000 (20:42 +0200)]
style: unify copy icon
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger [Sun, 7 Jul 2024 16:38:18 +0000 (18:38 +0200)]
Merge pull request #46349 from nextcloud/style/noid/file-reminders-app-icon
Add app icon to file reminders
Andy Scherzinger [Sun, 7 Jul 2024 16:35:52 +0000 (18:35 +0200)]
style: Add app icon to file reminders
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Ferdinand Thiessen [Sun, 7 Jul 2024 12:24:36 +0000 (14:24 +0200)]
Merge pull request #46259 from nextcloud/feat/provide-body-container
feat(theming): Provide `body-container-` variables through theming
Nextcloud bot [Sun, 7 Jul 2024 00:19:25 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
dependabot[bot] [Sat, 6 Jul 2024 19:34:29 +0000 (19:34 +0000)]
Merge pull request #45071 from nextcloud/dependabot/npm_and_yarn/nextcloud/cypress-1.0.0-beta.8
dependabot[bot] [Sat, 6 Jul 2024 18:57:39 +0000 (18:57 +0000)]
build(deps-dev): bump @nextcloud/cypress
Bumps [@nextcloud/cypress](https://github.com/nextcloud/nextcloud-cypress) from 1.0.0-beta.7 to 1.0.0-beta.8.
- [Release notes](https://github.com/nextcloud/nextcloud-cypress/releases)
- [Commits](https://github.com/nextcloud/nextcloud-cypress/compare/v1.0.0-beta.7...v1.0.0-beta.8)
---
updated-dependencies:
- dependency-name: "@nextcloud/cypress"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
MichaIng [Sat, 6 Jul 2024 18:44:35 +0000 (20:44 +0200)]
Merge pull request #45263 from nextcloud/dependabot/npm_and_yarn/nextcloud/stylelint-config-3.0.1
chore(deps-dev): bump @nextcloud/stylelint-config from 2.4.0 to 3.0.1
dependabot[bot] [Sat, 6 Jul 2024 16:27:44 +0000 (16:27 +0000)]
chore(deps-dev): bump @nextcloud/stylelint-config from 2.4.0 to 3.0.1
Bumps [@nextcloud/stylelint-config](https://github.com/nextcloud/stylelint-config) from 2.4.0 to 3.0.1.
- [Release notes](https://github.com/nextcloud/stylelint-config/releases)
- [Changelog](https://github.com/nextcloud-libraries/stylelint-config/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/stylelint-config/compare/v2.4.0...v3.0.1)
---
updated-dependencies:
- dependency-name: "@nextcloud/stylelint-config"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
MichaIng [Sat, 6 Jul 2024 16:26:09 +0000 (18:26 +0200)]
Merge pull request #45264 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-3.1.0
chore(deps): bump @nextcloud/l10n from 2.2.0 to 3.1.0
dependabot[bot] [Sat, 6 Jul 2024 15:14:25 +0000 (15:14 +0000)]
chore(deps): bump @nextcloud/l10n from 2.2.0 to 3.1.0
Bumps [@nextcloud/l10n](https://github.com/nextcloud-libraries/nextcloud-l10n) from 2.2.0 to 3.1.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-l10n/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-l10n/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-l10n/compare/v2.2.0...v3.1.0)
---
updated-dependencies:
- dependency-name: "@nextcloud/l10n"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
dependabot[bot] [Sat, 6 Jul 2024 14:47:18 +0000 (14:47 +0000)]
Merge pull request #45787 from nextcloud/dependabot/npm_and_yarn/braces-3.0.3
dependabot[bot] [Sat, 6 Jul 2024 14:34:51 +0000 (14:34 +0000)]
Merge pull request #46328 from nextcloud/dependabot/npm_and_yarn/testing-library/jest-dom-6.4.6
dependabot[bot] [Sat, 6 Jul 2024 14:18:07 +0000 (14:18 +0000)]
Merge pull request #46327 from nextcloud/dependabot/npm_and_yarn/libphonenumber-js-1.11.4
dependabot[bot] [Sat, 6 Jul 2024 13:51:50 +0000 (13:51 +0000)]
chore(deps): bump libphonenumber-js from 1.10.60 to 1.11.4
Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.10.60 to 1.11.4.
- [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.10.60...v1.11.4)
---
updated-dependencies:
- dependency-name: libphonenumber-js
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
dependabot[bot] [Sat, 6 Jul 2024 11:06:34 +0000 (11:06 +0000)]
Merge pull request #46329 from nextcloud/dependabot/npm_and_yarn/nextcloud/password-confirmation-5.1.1
nextcloud-command [Sat, 6 Jul 2024 03:58:41 +0000 (03:58 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
dependabot[bot] [Sat, 6 Jul 2024 01:10:33 +0000 (01:10 +0000)]
chore(deps): bump @nextcloud/password-confirmation from 5.1.0 to 5.1.1
Bumps [@nextcloud/password-confirmation](https://github.com/nextcloud-libraries/nextcloud-password-confirmation) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v5.1.0...v5.1.1)
---
updated-dependencies:
- dependency-name: "@nextcloud/password-confirmation"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Sat, 6 Jul 2024 01:10:14 +0000 (01:10 +0000)]
chore(deps-dev): bump @testing-library/jest-dom from 6.4.5 to 6.4.6
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.4.5 to 6.4.6.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.5...v6.4.6)
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>