]>
source.dussan.org Git - nextcloud-server.git/log
Vincent Petry [Thu, 14 Apr 2022 09:04:46 +0000 (11:04 +0200)]
Add extra filter for file picker
Makes it possible to be more flexible when filtering entries to be
displayed.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Vincent Petry [Thu, 14 Apr 2022 11:39:31 +0000 (13:39 +0200)]
Merge pull request #31839 from nextcloud/feat/metadata-server
Add a metadata service to store file metadata
John Molakvoæ [Thu, 14 Apr 2022 10:17:19 +0000 (12:17 +0200)]
Merge pull request #17087 from nextcloud/move-to-stale-actions
Carl Schwan [Wed, 13 Apr 2022 08:52:26 +0000 (10:52 +0200)]
Fix an issue with the search backend update
And update autoloader
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Louis [Thu, 14 Apr 2022 09:01:22 +0000 (11:01 +0200)]
Merge pull request #31971 from nextcloud/Valdnet-patch-1
l10n: Remove dot and add a parenthesis
Valdnet [Thu, 14 Apr 2022 08:15:39 +0000 (10:15 +0200)]
l10n: Change to lowercase
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Valdnet [Thu, 14 Apr 2022 07:55:47 +0000 (09:55 +0200)]
l10n: Remove dot and add a parenthesis
Adaptation of the text string to the others. Removing the dot and adding a parenthesis.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Nextcloud bot [Thu, 14 Apr 2022 02:28:46 +0000 (02:28 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Pytal [Wed, 13 Apr 2022 17:58:41 +0000 (10:58 -0700)]
Merge pull request #31969 from nextcloud/fix/user_migration-use-exceptions
Catch avatar export separately for better failure tracing
Christopher Ng [Wed, 13 Apr 2022 17:02:25 +0000 (17:02 +0000)]
Catch avatar export separately for better failure tracing
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Vincent Petry [Wed, 13 Apr 2022 16:55:37 +0000 (18:55 +0200)]
Merge pull request #31945 from nextcloud/fix/user_migration-use-exceptions
Adapt user_migration APIs to have information about failures
Vincent Petry [Wed, 13 Apr 2022 16:20:58 +0000 (18:20 +0200)]
Merge pull request #31965 from nextcloud/bugfix/31951/fix-share-by-mail-expiration-reset
Properly reset pw expiration
Vincent Petry [Wed, 13 Apr 2022 07:56:07 +0000 (09:56 +0200)]
Fix migrators according to exceptions
Fixed syntax errors.
Removed if condition for copyToFolder since it's void now.
Change signature of setMigratorVersions to also be void.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Côme Chilliet [Tue, 12 Apr 2022 14:25:13 +0000 (16:25 +0200)]
Adapt existing migrators to new API
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Tue, 12 Apr 2022 14:02:29 +0000 (16:02 +0200)]
Adapt user_migration APIs to have information about failures
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Vincent Petry [Wed, 13 Apr 2022 14:11:15 +0000 (16:11 +0200)]
Default to permanent link passwords
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Vincent Petry [Wed, 13 Apr 2022 13:46:30 +0000 (15:46 +0200)]
Properly reset pw expiration
When requesting a new password for share by mail link, now we correctly
reset the expiration date.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Carl Schwan [Mon, 4 Apr 2022 21:15:00 +0000 (23:15 +0200)]
Add a metadata service to store file metadata
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Vincent Petry [Wed, 13 Apr 2022 07:52:38 +0000 (09:52 +0200)]
Merge pull request #31932 from nextcloud/feat/ignore_second_dn
Add settings to ignore second display name in search
blizzz [Wed, 13 Apr 2022 07:28:15 +0000 (09:28 +0200)]
Merge pull request #31933 from nextcloud/updateCrl
update CRL after revocation of socialsharing_telegram.csr
John Molakvoæ [Tue, 10 Sep 2019 11:06:39 +0000 (13:06 +0200)]
Add stale action
Joas Schilling [Wed, 13 Apr 2022 06:02:45 +0000 (08:02 +0200)]
Merge pull request #31889 from nextcloud/feature/noid/allow-to-autocomplete-user-and-group-commands
Allow to autocomplete user and group ids in commands
Joas Schilling [Wed, 13 Apr 2022 05:31:16 +0000 (07:31 +0200)]
Merge pull request #31942 from nextcloud/fix/dav-deprecated-warning
Fix warning about optional parameter before required one
Nextcloud bot [Wed, 13 Apr 2022 02:28:25 +0000 (02:28 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Tue, 12 Apr 2022 18:29:49 +0000 (20:29 +0200)]
Merge pull request #31910 from MSe1969/master
Fix accept/reject remote share action #31301
MSe1969 [Fri, 8 Apr 2022 18:35:57 +0000 (20:35 +0200)]
Fix accept/reject remote share action
This is the fix for the described problem in
https://github.com/nextcloud/server/issues/31301
Signed-off-by: MSe1969 <mse1969@posteo.de>
Pytal [Tue, 12 Apr 2022 17:15:16 +0000 (10:15 -0700)]
Merge pull request #31937 from nextcloud/Valdnet-patch-1
Louis Chemineau [Tue, 12 Apr 2022 10:54:39 +0000 (12:54 +0200)]
Add settings to ignore second display name in search
Signed-off-by: Louis Chemineau <louis@chmn.me>
Côme Chilliet [Tue, 12 Apr 2022 12:26:24 +0000 (14:26 +0200)]
Fix warning about optional parameter before required one
Fixes this warning:
PHP Deprecated: Required parameter $logger follows optional parameter $principalPrefix in /var/www/html/apps/dav/lib/CalDAV/CalendarRoot.php on line 37
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Tue, 12 Apr 2022 12:17:13 +0000 (14:17 +0200)]
Merge pull request #31929 from nextcloud/enh/noid/zip-expose-stat
Expose ZIP stat information
Maxence Lange [Tue, 12 Apr 2022 12:10:36 +0000 (11:10 -0100)]
Merge pull request #31907 from nextcloud/enh/noid/tag-remote-as-globalscale
confirm user is internal to globalscale
Maxence Lange [Tue, 12 Apr 2022 10:10:41 +0000 (09:10 -0100)]
confirm user is internal to globalscale
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Côme Chilliet [Tue, 12 Apr 2022 09:18:04 +0000 (11:18 +0200)]
Fix ZipArchive::addEmptyDir stub
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Tue, 12 Apr 2022 09:10:04 +0000 (11:10 +0200)]
Add stubs for ZipArchive
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Julius Härtl [Tue, 12 Apr 2022 08:31:22 +0000 (10:31 +0200)]
Merge pull request #31934 from nextcloud/getbyid-setup-fallback
perform a setup if we can't find any mounts containing a file
Valdnet [Tue, 12 Apr 2022 08:15:10 +0000 (10:15 +0200)]
l10n: Remove comma
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Vincent Petry [Tue, 12 Apr 2022 07:46:31 +0000 (09:46 +0200)]
Merge pull request #31220 from nextcloud/enhancement/31005/temporary-passwords
Temporary passwords for public non-anonymous protected shares (ie: files shared with an email recipient).
Vincent Petry [Tue, 12 Apr 2022 07:43:02 +0000 (09:43 +0200)]
Merge pull request #31927 from nextcloud/feat/dont_match_userid_tests
Tweak tests to include shareapi_restrict_user_enumeration_full_match_userid
Nextcloud bot [Tue, 12 Apr 2022 02:27:48 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Cyrille Bollu [Sat, 5 Feb 2022 19:49:17 +0000 (20:49 +0100)]
Adds a "Request password" button to the public share authentication page for shares
of type TYPE_EMAIL, when the "video verification" checkbox isn't checked. Users accessing
non-anonymous public shares (TYPE_EMAIL shares) can now request a temporary password themselves.
- Creates a migration step for the files_sharing app to add the 'password_expiration_time'
attribute to the oc_shares table.
- Makes share temporary passwords' expiration time configurable via a system value.
- Adds a system config value to allow permanent share passwords
-Fixes a typo in a comment in apps/files_sharing/src/components/SharingEntryLink.vue
See https://github.com/nextcloud/server/issues/31005
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
Simon L [Mon, 11 Apr 2022 19:10:04 +0000 (21:10 +0200)]
Merge pull request #31916 from nextcloud/enh/noid/template-picker-size
fix size of template picker
Pytal [Mon, 11 Apr 2022 17:45:40 +0000 (10:45 -0700)]
Merge pull request #31866 from nextcloud/test-avatar-migration
Pytal [Mon, 11 Apr 2022 17:43:01 +0000 (10:43 -0700)]
Merge pull request #31931 from nextcloud/contact-popover-hyperlink-issue-2
Robin Appelman [Mon, 11 Apr 2022 17:15:58 +0000 (19:15 +0200)]
perform a setup if we can't find any mounts containing a file
Signed-off-by: Robin Appelman <robin@icewind.nl>
Vincent Petry [Mon, 11 Apr 2022 13:13:39 +0000 (15:13 +0200)]
Expose ZIP stat information
Add getStat to OC\Archive\Zip
Required to be able to read the mtime and other metadata.
To give direct access to mtime
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Co-authored-by: Côme Chilliet <come.chilliet@nextcloud.com>
Gnana Sekar [Mon, 4 Apr 2022 13:01:10 +0000 (18:31 +0530)]
Wrap contact search result in a link
Signed-off-by: Gnana Sekar <developersekar1992@gmail.com>
Signed-off-by: Louis Chemineau <louis@chmn.me>
Côme Chilliet [Mon, 11 Apr 2022 14:57:35 +0000 (16:57 +0200)]
Merge pull request #31925 from nextcloud/fix/user_migration-use-id-for-migrators
Use Migrators id instead of class names
Vitor Mattos [Mon, 11 Apr 2022 14:34:23 +0000 (11:34 -0300)]
Update root.crt
Reference: https://github.com/nextcloud/app-certificate-requests/pull/515
Signed-off-by: Vitor Mattos <vitor@php.rio>
Côme Chilliet [Mon, 11 Apr 2022 09:13:44 +0000 (11:13 +0200)]
Adapt AccountMigratorTest to id change
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Mon, 11 Apr 2022 08:53:51 +0000 (10:53 +0200)]
Use Migrators id instead of class names
This will help with UI and means migrators can move in namespaces
without changing export format.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Louis Chemineau [Mon, 11 Apr 2022 10:49:15 +0000 (12:49 +0200)]
Tweak tests to include shareapi_restrict_user_enumeration_full_match_userid
Signed-off-by: Louis Chemineau <louis@chmn.me>
Carl Schwan [Mon, 11 Apr 2022 08:50:52 +0000 (10:50 +0200)]
Merge pull request #31848 from nextcloud/performance/trottling-capability-frontent
Don't inject Bruteforce capability info in the webui
Vincent Petry [Mon, 11 Apr 2022 08:44:47 +0000 (10:44 +0200)]
Merge pull request #31610 from nextcloud/shares-in-folder-mounts
fix shared mount roots not being returned from `getSharesInFolder`
Vincent Petry [Mon, 11 Apr 2022 08:27:59 +0000 (10:27 +0200)]
Merge pull request #31857 from nextcloud/feat/dont_match_userid
Add settings to not match userID during full match
Vincent Petry [Mon, 11 Apr 2022 08:24:20 +0000 (10:24 +0200)]
Merge pull request #31911 from nextcloud/enh/extend-migrators
Extend migrators needed for implementation of the API
Côme Chilliet [Mon, 11 Apr 2022 07:40:55 +0000 (09:40 +0200)]
Merge pull request #31884 from nextcloud/automated/noid/psalm-baseline-update-
1649391092
[Automated] Update psalm-baseline.xml
Joas Schilling [Mon, 11 Apr 2022 06:45:40 +0000 (08:45 +0200)]
Merge pull request #31903 from nextcloud/bugfix/noid/fix-missing-else
Fix case also when the table existed already
Nextcloud bot [Mon, 11 Apr 2022 02:27:57 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Carl Schwan [Sun, 10 Apr 2022 07:08:24 +0000 (09:08 +0200)]
Merge pull request #31899 from nextcloud/dependabot/npm_and_yarn/marked-4.0.13
Bump marked from 4.0.12 to 4.0.13
Nextcloud bot [Sun, 10 Apr 2022 02:33:44 +0000 (02:33 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
dependabot[bot] [Sun, 10 Apr 2022 00:17:46 +0000 (00:17 +0000)]
Bump marked from 4.0.12 to 4.0.13
Bumps [marked](https://github.com/markedjs/marked) from 4.0.12 to 4.0.13.
- [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/v4.0.12...v4.0.13)
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
dependabot[bot] [Sat, 9 Apr 2022 23:49:12 +0000 (23:49 +0000)]
Merge pull request #31897 from nextcloud/dependabot/npm_and_yarn/moment-2.29.2
dependabot[bot] [Sat, 9 Apr 2022 18:36:22 +0000 (18:36 +0000)]
Bump moment from 2.29.1 to 2.29.2
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2)
---
updated-dependencies:
- dependency-name: moment
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Carl Schwan [Sat, 9 Apr 2022 22:48:29 +0000 (00:48 +0200)]
Merge pull request #31914 from nextcloud/automated/noid/psalm-baseline-update-
1649477518
[Automated] Update psalm-baseline.xml
MichaIng [Sat, 9 Apr 2022 18:34:40 +0000 (20:34 +0200)]
Merge pull request #31893 from nextcloud/dependabot/npm_and_yarn/karma-viewport-1.0.9
Bump karma-viewport from 1.0.8 to 1.0.9
szaimen [Sat, 9 Apr 2022 11:05:27 +0000 (13:05 +0200)]
fix size of template picker
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
nextcloud-command [Sat, 9 Apr 2022 04:11:58 +0000 (04:11 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Sat, 9 Apr 2022 02:27:45 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Fri, 8 Apr 2022 21:29:17 +0000 (23:29 +0200)]
Merge pull request #31908 from andyxheli/patch-2
Fix LDAP Dark Theme Issue
Andy Xheli [Fri, 8 Apr 2022 16:53:28 +0000 (11:53 -0500)]
Fix LDAP Dark Theme Issue
Signed-off-by: Andy Xheli axheli@axtsolutions.com
Simon L [Fri, 8 Apr 2022 20:54:59 +0000 (22:54 +0200)]
Merge pull request #31892 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-5.3.1
Bump @nextcloud/vue from 5.3.0 to 5.3.1
Christopher Ng [Fri, 8 Apr 2022 19:29:23 +0000 (19:29 +0000)]
Extend calendar migrator
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Fri, 8 Apr 2022 19:24:36 +0000 (19:24 +0000)]
Extend contacts migrator
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Fri, 8 Apr 2022 19:23:12 +0000 (19:23 +0000)]
Extend trashbin migrator
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Fri, 8 Apr 2022 19:19:29 +0000 (19:19 +0000)]
Extend account migrator
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Fri, 8 Apr 2022 18:33:42 +0000 (18:33 +0000)]
Extend migrator interface
Signed-off-by: Christopher Ng <chrng8@gmail.com>
dependabot[bot] [Fri, 8 Apr 2022 19:12:58 +0000 (19:12 +0000)]
Merge pull request #31895 from nextcloud/dependabot/npm_and_yarn/sass-1.50.0
Christopher Ng [Fri, 8 Apr 2022 18:03:33 +0000 (18:03 +0000)]
Add comment explaining avatar basename
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Fri, 8 Apr 2022 18:02:49 +0000 (18:02 +0000)]
Remove unnecessary array_diff
Signed-off-by: Christopher Ng <chrng8@gmail.com>
dependabot[bot] [Fri, 8 Apr 2022 17:32:57 +0000 (17:32 +0000)]
Bump karma-viewport from 1.0.8 to 1.0.9
Bumps [karma-viewport](https://github.com/squidfunk/karma-viewport) from 1.0.8 to 1.0.9.
- [Release notes](https://github.com/squidfunk/karma-viewport/releases)
- [Changelog](https://github.com/squidfunk/karma-viewport/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/karma-viewport/compare/1.0.8...1.0.9)
---
updated-dependencies:
- dependency-name: karma-viewport
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Fri, 8 Apr 2022 17:32:45 +0000 (17:32 +0000)]
Bump sass from 1.49.11 to 1.50.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.49.11 to 1.50.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.49.11...1.50.0)
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Fri, 8 Apr 2022 17:13:31 +0000 (17:13 +0000)]
Bump @nextcloud/vue from 5.3.0 to 5.3.1
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v5.3.0...v5.3.1)
---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Vincent Petry [Fri, 8 Apr 2022 15:47:36 +0000 (17:47 +0200)]
Merge pull request #31901 from nextcloud/fs-setup-tweaks
Filesystem setup tweaks
Vincent Petry [Fri, 8 Apr 2022 15:43:26 +0000 (17:43 +0200)]
Merge pull request #31676 from nextcloud/enh/ocp-owner-lock
Add public API for owner based file locking
Julius Härtl [Fri, 8 Apr 2022 15:27:53 +0000 (17:27 +0200)]
Merge pull request #31887 from nextcloud/techdebt/noid/log-primary-key-violation
Log missing primary key until we make it a requirement
dependabot[bot] [Fri, 8 Apr 2022 13:59:23 +0000 (13:59 +0000)]
Merge pull request #31898 from nextcloud/dependabot/npm_and_yarn/testing-library/jest-dom-5.16.4
Joas Schilling [Fri, 8 Apr 2022 13:52:54 +0000 (15:52 +0200)]
Fix case also when the table existed already
Signed-off-by: Joas Schilling <coding@schilljs.com>
Julius Härtl [Fri, 8 Apr 2022 13:41:46 +0000 (15:41 +0200)]
Merge pull request #31867 from nextcloud/automated/noid/psalm-baseline-update-
1649304710
[Automated] Update psalm-baseline.xml
dependabot[bot] [Fri, 8 Apr 2022 13:39:48 +0000 (13:39 +0000)]
Merge pull request #31894 from nextcloud/dependabot/npm_and_yarn/webpack-5.72.0
Robin Appelman [Fri, 8 Apr 2022 13:09:40 +0000 (15:09 +0200)]
more preset metadata for LazyUserFolder
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Fri, 8 Apr 2022 13:05:43 +0000 (15:05 +0200)]
always do full setup for home folder with submounts
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Fri, 8 Apr 2022 13:04:35 +0000 (15:04 +0200)]
add missing return
Signed-off-by: Robin Appelman <robin@icewind.nl>
Simon L [Fri, 8 Apr 2022 12:57:13 +0000 (14:57 +0200)]
Merge pull request #31879 from nextcloud/enh/noid/update-external-storage-wording
update the wording of external storage deletion
dependabot[bot] [Fri, 8 Apr 2022 12:29:28 +0000 (12:29 +0000)]
Bump @testing-library/jest-dom from 5.16.3 to 5.16.4
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.16.3 to 5.16.4.
- [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/v5.16.3...v5.16.4)
---
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>
dependabot[bot] [Fri, 8 Apr 2022 12:27:47 +0000 (12:27 +0000)]
Bump webpack from 5.71.0 to 5.72.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.71.0 to 5.72.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.71.0...v5.72.0)
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Joas Schilling [Fri, 8 Apr 2022 09:40:05 +0000 (11:40 +0200)]
Allow to autocomplete user and group ids in commands
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 8 Apr 2022 08:47:24 +0000 (10:47 +0200)]
Log missing primary key until we make it a requirement
Signed-off-by: Joas Schilling <coding@schilljs.com>
nextcloud-command [Fri, 8 Apr 2022 04:11:32 +0000 (04:11 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Fri, 8 Apr 2022 02:28:23 +0000 (02:28 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
blizzz [Thu, 7 Apr 2022 20:12:41 +0000 (22:12 +0200)]
Merge pull request #31871 from nextcloud/releases/24/beta3
24.0.0 beta 3