]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
3 years agoFix #26085 27429/head
Daniel Kesselberg [Tue, 8 Jun 2021 14:30:44 +0000 (16:30 +0200)]
Fix #26085

addOrderBy expects a order expression. For the migration scenario we have column objects. Column objects are not supported by quoteColumnName yet.

A column object as order expression is most likely an edgy thing when migration database information.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years agoMerge pull request #26792 from nextcloud/user-delete-cleanup-files
John Molakvoæ [Wed, 2 Jun 2021 15:02:00 +0000 (17:02 +0200)]
Merge pull request #26792 from nextcloud/user-delete-cleanup-files

better cleanup of user files on user deletion

3 years agoMerge pull request #27343 from nextcloud/fix/deleted-objects-deletion-missing-acls
Christoph Wurst [Wed, 2 Jun 2021 14:56:11 +0000 (16:56 +0200)]
Merge pull request #27343 from nextcloud/fix/deleted-objects-deletion-missing-acls

Add missing ACLs for deleted calendar objects to fix deletion

3 years agoAdd missing ACLs for deleted calendar objects to fix deletion 27343/head
Christoph Wurst [Wed, 2 Jun 2021 08:35:46 +0000 (10:35 +0200)]
Add missing ACLs for deleted calendar objects to fix deletion

Due to a bug in Sabre it's necessary for calendar objects to implement
ACLs. Otherwise the scheduling plugin will throw an error when it tries
to fetch the owner of a calendar object that is being deleted.

Ref https://github.com/sabre-io/dav/issues/1345

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMerge pull request #27053 from nextcloud/bugfix/noid/dont-throw-when-comments-is...
Joas Schilling [Wed, 2 Jun 2021 13:40:51 +0000 (15:40 +0200)]
Merge pull request #27053 from nextcloud/bugfix/noid/dont-throw-when-comments-is-disabled

Don't throw when comments is disabled

3 years agoMerge pull request #27340 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
kesselb [Wed, 2 Jun 2021 08:09:52 +0000 (10:09 +0200)]
Merge pull request #27340 from nextcloud-pr-bot/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml

3 years agoUpdate psalm baseline 27340/head
Nextcloud-PR-Bot [Wed, 2 Jun 2021 05:11:38 +0000 (05:11 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 2 Jun 2021 02:28:31 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #27291 from nextcloud/Valdnet-patch-2
Lukas Reschke [Tue, 1 Jun 2021 21:44:00 +0000 (23:44 +0200)]
Merge pull request #27291 from nextcloud/Valdnet-patch-2

l10n: Correct spelling

3 years agoMerge pull request #27329 from nextcloud/propagate-throttle-state-for-baseresponse
Lukas Reschke [Tue, 1 Jun 2021 19:40:41 +0000 (21:40 +0200)]
Merge pull request #27329 from nextcloud/propagate-throttle-state-for-baseresponse

Propagate throttling on OCS response

3 years agoMerge pull request #27327 from nextcloud/fix-grammar-27024
kesselb [Tue, 1 Jun 2021 19:22:17 +0000 (21:22 +0200)]
Merge pull request #27327 from nextcloud/fix-grammar-27024

[Fast Review] Fix grammar

3 years agoMerge pull request #27312 from francoisfreitag/tests-at
Lukas Reschke [Tue, 1 Jun 2021 19:05:37 +0000 (21:05 +0200)]
Merge pull request #27312 from francoisfreitag/tests-at

Rewrite birthday calendar tests without $this->at()

3 years agoMerge pull request #27316 from nextcloud/bugfix/noid/getNumberOfUnreadCommentsForObjects
Lukas Reschke [Tue, 1 Jun 2021 19:01:01 +0000 (21:01 +0200)]
Merge pull request #27316 from nextcloud/bugfix/noid/getNumberOfUnreadCommentsForObjects

Fix populating the array and closing the cursors

3 years agoMerge pull request #27328 from nextcloud/fix/noid/UserLoggedInEvent-apache-auth
Christoph Wurst [Tue, 1 Jun 2021 15:38:41 +0000 (17:38 +0200)]
Merge pull request #27328 from nextcloud/fix/noid/UserLoggedInEvent-apache-auth

emit UserLoggedInEvent on apache auth

3 years agoMerge pull request #27331 from nextcloud/debt/noid/add-mbstring-dependency
Christoph Wurst [Tue, 1 Jun 2021 15:37:15 +0000 (17:37 +0200)]
Merge pull request #27331 from nextcloud/debt/noid/add-mbstring-dependency

Add mbstring dependency

3 years agoAdd mbstring as dependency 27331/head
Daniel Kesselberg [Tue, 1 Jun 2021 13:33:21 +0000 (15:33 +0200)]
Add mbstring as dependency

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years agoPropagate throttling on OCS response 27329/head
Lukas Reschke [Tue, 1 Jun 2021 12:15:23 +0000 (14:15 +0200)]
Propagate throttling on OCS response

The BaseResponse converter did not take over any throttling state from the DataResponse.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoemit UserLoggedInEvent on apache auth 27328/head
Arthur Schiwon [Tue, 1 Jun 2021 11:59:40 +0000 (13:59 +0200)]
emit UserLoggedInEvent on apache auth

- post_login OC_Hook is barely used or listened to

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agoFix grammar 27327/head
Lukas Reschke [Tue, 1 Jun 2021 11:31:10 +0000 (13:31 +0200)]
Fix grammar

changed removed -> removed

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoMerge pull request #27317 from nextcloud/Valdnet-patch-3
Valdnet [Tue, 1 Jun 2021 10:20:35 +0000 (12:20 +0200)]
Merge pull request #27317 from nextcloud/Valdnet-patch-3

l10n: Split sentences

3 years agoMerge pull request #25658 from nextcloud/dav-respect-disallow-sharing-with-groups
Christoph Wurst [Tue, 1 Jun 2021 10:07:29 +0000 (12:07 +0200)]
Merge pull request #25658 from nextcloud/dav-respect-disallow-sharing-with-groups

Dav respect disallow sharing with groups

3 years agoMerge pull request #27320 from nextcloud/add-xdebug-env-variable
kesselb [Tue, 1 Jun 2021 09:24:30 +0000 (11:24 +0200)]
Merge pull request #27320 from nextcloud/add-xdebug-env-variable

Add XDEBUG_MODE=coverage

3 years agoAdd XDEBUG_MODE=coverage 27320/head
Lukas Reschke [Tue, 1 Jun 2021 09:20:19 +0000 (11:20 +0200)]
Add XDEBUG_MODE=coverage

This should help the Codecov execution jobs.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agol10n: Split sentences 27317/head
Valdnet [Tue, 1 Jun 2021 08:28:54 +0000 (10:28 +0200)]
l10n: Split sentences

3 years agoMerge pull request #27311 from nextcloud/fix/caldav-deleted-objects-uri
kesselb [Tue, 1 Jun 2021 08:10:22 +0000 (10:10 +0200)]
Merge pull request #27311 from nextcloud/fix/caldav-deleted-objects-uri

Fix loading of delete caldav objet URIs

3 years agoMerge pull request #27314 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
kesselb [Tue, 1 Jun 2021 08:06:18 +0000 (10:06 +0200)]
Merge pull request #27314 from nextcloud-pr-bot/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml

3 years agoFix populating the array and closing the cursors 27316/head
Joas Schilling [Tue, 1 Jun 2021 07:15:34 +0000 (09:15 +0200)]
Fix populating the array and closing the cursors

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoUpdate psalm baseline 27314/head
Nextcloud-PR-Bot [Tue, 1 Jun 2021 05:12:19 +0000 (05:12 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 1 Jun 2021 02:28:20 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

3 years agoRewrite birthday calendar tests without $this->at() 27312/head
François Freitag [Mon, 31 May 2021 20:20:17 +0000 (22:20 +0200)]
Rewrite birthday calendar tests without $this->at()

Removes warnings:

```
The at() matcher has been deprecated. It will be removed in PHPUnit 10.
Please refactor your test to not rely on the order in which methods are
invoked.
```

Signed-off-by: François Freitag <mail@franek.fr>
3 years agoFix loading of delete caldav objet URIs 27311/head
Christoph Wurst [Mon, 31 May 2021 19:01:54 +0000 (21:01 +0200)]
Fix loading of delete caldav objet URIs

Regression of 462962197d0d711abc7b57352d4ef24528e28096

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMerge pull request #27310 from nextcloud/enhancement/caldav-trashbin-objects-calendar-id
Christoph Wurst [Mon, 31 May 2021 18:01:07 +0000 (20:01 +0200)]
Merge pull request #27310 from nextcloud/enhancement/caldav-trashbin-objects-calendar-id

Expose calendar-uri as property of deleted caldav events

3 years agoExpose calendar-uri as property of deleted caldav events 27310/head
Christoph Wurst [Mon, 31 May 2021 16:57:40 +0000 (18:57 +0200)]
Expose calendar-uri as property of deleted caldav events

The trashbin is one report across all calendars of a user. In order to
refresh the data of a single calendar when one of its events is
restored, we need to know what calendar the event belongs to. There
doesn't seem to be a standard property for a URI, so this adds a custom
Nextcloud prop for the calendar-uri.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMerge pull request #27298 from nextcloud/fix/caldav-deleted-objects-expose-timestamp
Christoph Wurst [Mon, 31 May 2021 16:24:30 +0000 (18:24 +0200)]
Merge pull request #27298 from nextcloud/fix/caldav-deleted-objects-expose-timestamp

Expose deletion timestamp for deleted CalDAV objects

3 years agoMerge pull request #26706 from nextcloud/Valdnet-patch-7
Joas Schilling [Mon, 31 May 2021 15:21:16 +0000 (17:21 +0200)]
Merge pull request #26706 from nextcloud/Valdnet-patch-7

l10n: Spelling unification

3 years agoMerge pull request #27275 from nextcloud/bugfix/noid/circles-22-in-dav
Joas Schilling [Mon, 31 May 2021 11:03:07 +0000 (13:03 +0200)]
Merge pull request #27275 from nextcloud/bugfix/noid/circles-22-in-dav

Fixing invalid classes and methods for circles 22

3 years agoExpose deletion timestamp for deleted CalDAV objects 27298/head
Christoph Wurst [Mon, 31 May 2021 08:47:07 +0000 (10:47 +0200)]
Expose deletion timestamp for deleted CalDAV objects

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMerge pull request #27286 from francoisfreitag/rewrite-npm-test-with-jest
John Molakvoæ [Mon, 31 May 2021 08:27:58 +0000 (10:27 +0200)]
Merge pull request #27286 from francoisfreitag/rewrite-npm-test-with-jest

Rewrite requesttoken.spec.js with Jest

3 years agoMerge pull request #27295 from nextcloud/bug/27293/wrong-category-for-string
John Molakvoæ [Mon, 31 May 2021 06:58:20 +0000 (08:58 +0200)]
Merge pull request #27295 from nextcloud/bug/27293/wrong-category-for-string

Set app to settings for translate

3 years agoMerge pull request #26083 from nextcloud/feature/dav-calendar-and-object-trashbin
Christoph Wurst [Mon, 31 May 2021 06:29:31 +0000 (08:29 +0200)]
Merge pull request #26083 from nextcloud/feature/dav-calendar-and-object-trashbin

Add a trashbin for calendars and calendar objects

3 years agoGet componenttype from the db as well when restoring a calendarobject 26083/head
Thomas Citharel [Mon, 24 May 2021 13:32:36 +0000 (15:32 +0200)]
Get componenttype from the db as well when restoring a calendarobject

It's needed in ReminderService::onCalendarObjectCreate()

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
3 years agoAdd a trashbin for calendars and calendar objects
Christoph Wurst [Fri, 12 Mar 2021 10:20:04 +0000 (11:20 +0100)]
Add a trashbin for calendars and calendar objects

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 31 May 2021 02:35:25 +0000 (02:35 +0000)]
[tx-robot] updated from transifex

3 years agoSet app to settings for translate 27295/head
Daniel Kesselberg [Sun, 30 May 2021 20:45:26 +0000 (22:45 +0200)]
Set app to settings for translate

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years agol10n: Correct spelling 27291/head
Valdnet [Sun, 30 May 2021 19:05:39 +0000 (21:05 +0200)]
l10n: Correct spelling

3 years agoRewrite requesttoken.spec.js with Jest 27286/head
François Freitag [Sat, 29 May 2021 21:53:04 +0000 (23:53 +0200)]
Rewrite requesttoken.spec.js with Jest

[Jest](https://jestjs.io/) is a test runner that focuses on simplicity.
It instruments babel to transform modules and test them.

Using Jest simplifies the existing configuration and allows dropping a
bunch of workarounds, as well as following the shared Babel
configuration for new code.

Signed-off-by: François Freitag <mail@franek.fr>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 30 May 2021 02:24:58 +0000 (02:24 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #27274 from nextcloud/dependabot/npm_and_yarn/master/various
John Molakvoæ [Sat, 29 May 2021 13:13:10 +0000 (15:13 +0200)]
Merge pull request #27274 from nextcloud/dependabot/npm_and_yarn/master/various

3 years agoNpm build 27274/head
John Molakvoæ (skjnldsv) [Sat, 29 May 2021 10:14:51 +0000 (12:14 +0200)]
Npm build

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years agoBump v-tooltip from 2.0.3 to 2.1.3
dependabot[bot] [Sat, 29 May 2021 10:00:22 +0000 (10:00 +0000)]
Bump v-tooltip from 2.0.3 to 2.1.3

Bumps [v-tooltip](https://github.com/Akryum/vue-tooltip) from 2.0.3 to 2.1.3.
- [Release notes](https://github.com/Akryum/vue-tooltip/releases)
- [Commits](https://github.com/Akryum/vue-tooltip/compare/v2.0.3...v2.1.3)

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoBump marked from 2.0.1 to 2.0.6
dependabot[bot] [Fri, 28 May 2021 16:41:54 +0000 (16:41 +0000)]
Bump marked from 2.0.1 to 2.0.6

Bumps [marked](https://github.com/markedjs/marked) from 2.0.1 to 2.0.6.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js)
- [Commits](https://github.com/markedjs/marked/compare/v2.0.1...v2.0.6)

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoBump dompurify from 2.2.7 to 2.2.8
dependabot[bot] [Sat, 29 May 2021 08:44:02 +0000 (08:44 +0000)]
Bump dompurify from 2.2.7 to 2.2.8

Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.2.7 to 2.2.8.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.2.7...2.2.8)

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoBump jsdom from 16.5.2 to 16.6.0
dependabot-preview[bot] [Sat, 29 May 2021 10:01:20 +0000 (10:01 +0000)]
Bump jsdom from 16.5.2 to 16.6.0

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.5.2 to 16.6.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/16.5.2...16.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoBump core-js from 3.10.1 to 3.13.1
dependabot-preview[bot] [Sat, 29 May 2021 09:17:50 +0000 (09:17 +0000)]
Bump core-js from 3.10.1 to 3.13.1

Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.10.1 to 3.13.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.13.1/packages/core-js)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agomigration to Circles 22 27275/head
Maxence Lange [Sat, 29 May 2021 11:04:26 +0000 (10:04 -0100)]
migration to Circles 22

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
3 years agoMerge pull request #27090 from nextcloud/dependabot/npm_and_yarn/browserslist-4.16.6
John Molakvoæ [Sat, 29 May 2021 09:58:44 +0000 (11:58 +0200)]
Merge pull request #27090 from nextcloud/dependabot/npm_and_yarn/browserslist-4.16.6

3 years agoMerge pull request #27180 from nextcloud/dependabot/npm_and_yarn/mochapack-2.1.2
dependabot[bot] [Sat, 29 May 2021 09:15:13 +0000 (09:15 +0000)]
Merge pull request #27180 from nextcloud/dependabot/npm_and_yarn/mochapack-2.1.2

3 years agoMerge pull request #27172 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-import...
John Molakvoæ [Sat, 29 May 2021 08:42:04 +0000 (10:42 +0200)]
Merge pull request #27172 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-import-2.23.3

3 years agoMerge pull request #27244 from nextcloud/migrate-more-services-to-ghcr
Lukas Reschke [Sat, 29 May 2021 08:01:57 +0000 (10:01 +0200)]
Merge pull request #27244 from nextcloud/migrate-more-services-to-ghcr

Migrate more services to GHCR

3 years agoMerge pull request #27175 from nextcloud/dependabot/npm_and_yarn/webdav-4.6.0
John Molakvoæ [Sat, 29 May 2021 07:23:24 +0000 (09:23 +0200)]
Merge pull request #27175 from nextcloud/dependabot/npm_and_yarn/webdav-4.6.0

Bump webdav from 3.6.2 to 4.6.0

3 years agoBump mochapack from 2.0.6 to 2.1.2 27180/head
dependabot[bot] [Sat, 29 May 2021 07:15:23 +0000 (07:15 +0000)]
Bump mochapack from 2.0.6 to 2.1.2

Bumps [mochapack](https://github.com/sysgears/mochapack) from 2.0.6 to 2.1.2.
- [Release notes](https://github.com/sysgears/mochapack/releases)
- [Commits](https://github.com/sysgears/mochapack/commits)

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #27263 from nextcloud/dependabot/npm_and_yarn/sinon-11.1.1
John Molakvoæ [Sat, 29 May 2021 07:13:36 +0000 (09:13 +0200)]
Merge pull request #27263 from nextcloud/dependabot/npm_and_yarn/sinon-11.1.1

Bump sinon from 9.2.4 to 11.1.1

3 years agoFix name
John Molakvoæ [Sat, 29 May 2021 07:12:37 +0000 (09:12 +0200)]
Fix name

3 years agoMerge pull request #27267 from nextcloud/feat/fixup-action
John Molakvoæ [Sat, 29 May 2021 07:11:42 +0000 (09:11 +0200)]
Merge pull request #27267 from nextcloud/feat/fixup-action

Add fixup.yml

3 years agoAdd fixup.yml 27267/head
John Molakvoæ [Sat, 29 May 2021 07:09:03 +0000 (09:09 +0200)]
Add fixup.yml

3 years agoBump browserslist from 4.16.3 to 4.16.6 27090/head
dependabot[bot] [Sat, 29 May 2021 07:06:28 +0000 (07:06 +0000)]
Bump browserslist from 4.16.3 to 4.16.6

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.16.6)

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #27260 from nextcloud/dependabot/npm_and_yarn/webpack-node-externa...
John Molakvoæ [Sat, 29 May 2021 07:05:10 +0000 (09:05 +0200)]
Merge pull request #27260 from nextcloud/dependabot/npm_and_yarn/webpack-node-externals-3.0.0

Bump webpack-node-externals from 2.5.2 to 3.0.0

3 years agoMerge pull request #27193 from nextcloud/dependabot/npm_and_yarn/webpack-cli-4.7.0
John Molakvoæ [Sat, 29 May 2021 07:03:46 +0000 (09:03 +0200)]
Merge pull request #27193 from nextcloud/dependabot/npm_and_yarn/webpack-cli-4.7.0

3 years agoBump webdav from 3.6.2 to 4.6.0 27175/head
dependabot[bot] [Thu, 27 May 2021 08:17:34 +0000 (08:17 +0000)]
Bump webdav from 3.6.2 to 4.6.0

Bumps [webdav](https://github.com/perry-mitchell/webdav-client) from 3.6.2 to 4.6.0.
- [Release notes](https://github.com/perry-mitchell/webdav-client/releases)
- [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/perry-mitchell/webdav-client/compare/v3.6.2...v4.6.0)

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoBump sinon from 9.2.4 to 11.1.1 27263/head
dependabot[bot] [Sat, 29 May 2021 05:18:59 +0000 (05:18 +0000)]
Bump sinon from 9.2.4 to 11.1.1

Bumps [sinon](https://github.com/sinonjs/sinon) from 9.2.4 to 11.1.1.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sinonjs/sinon/compare/v9.2.4...v11.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoBump webpack-cli from 4.6.0 to 4.7.0 27193/head
dependabot[bot] [Sat, 29 May 2021 05:15:29 +0000 (05:15 +0000)]
Bump webpack-cli from 4.6.0 to 4.7.0

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.6.0 to 4.7.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.6.0...webpack-cli@4.7.0)

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #27238 from nextcloud/dependabot/npm_and_yarn/vue-loader-15.9.7
dependabot[bot] [Sat, 29 May 2021 05:13:31 +0000 (05:13 +0000)]
Merge pull request #27238 from nextcloud/dependabot/npm_and_yarn/vue-loader-15.9.7

3 years agoMerge pull request #27253 from nextcloud/dependabot/npm_and_yarn/babel/core-7.14.3
dependabot-preview[bot] [Sat, 29 May 2021 02:51:17 +0000 (02:51 +0000)]
Merge pull request #27253 from nextcloud/dependabot/npm_and_yarn/babel/core-7.14.3

3 years agoBump vue-loader from 15.9.6 to 15.9.7 27238/head
dependabot[bot] [Sat, 29 May 2021 02:46:54 +0000 (02:46 +0000)]
Bump vue-loader from 15.9.6 to 15.9.7

Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.9.6 to 15.9.7.
- [Release notes](https://github.com/vuejs/vue-loader/releases)
- [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-loader/compare/v15.9.6...v15.9.7)

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #27251 from nextcloud/dependabot/npm_and_yarn/sinon-chai-3.7.0
dependabot-preview[bot] [Sat, 29 May 2021 02:44:47 +0000 (02:44 +0000)]
Merge pull request #27251 from nextcloud/dependabot/npm_and_yarn/sinon-chai-3.7.0

3 years agoMerge pull request #27246 from nextcloud/dependabot/npm_and_yarn/build/ws-7.4.6
dependabot-preview[bot] [Sat, 29 May 2021 02:34:04 +0000 (02:34 +0000)]
Merge pull request #27246 from nextcloud/dependabot/npm_and_yarn/build/ws-7.4.6

3 years agoBump webpack-node-externals from 2.5.2 to 3.0.0 27260/head
dependabot-preview[bot] [Sat, 29 May 2021 01:30:54 +0000 (01:30 +0000)]
Bump webpack-node-externals from 2.5.2 to 3.0.0

Bumps [webpack-node-externals](https://github.com/liady/webpack-node-externals) from 2.5.2 to 3.0.0.
- [Release notes](https://github.com/liady/webpack-node-externals/releases)
- [Changelog](https://github.com/liady/webpack-node-externals/blob/master/CHANGELOG.md)
- [Commits](https://github.com/liady/webpack-node-externals/compare/v2.5.2...v3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoBump @babel/core from 7.14.2 to 7.14.3 27253/head
dependabot-preview[bot] [Sat, 29 May 2021 01:21:23 +0000 (01:21 +0000)]
Bump @babel/core from 7.14.2 to 7.14.3

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.14.2 to 7.14.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.14.3/packages/babel-core)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoBump sinon-chai from 3.6.0 to 3.7.0 27251/head
dependabot-preview[bot] [Sat, 29 May 2021 01:18:44 +0000 (01:18 +0000)]
Bump sinon-chai from 3.6.0 to 3.7.0

Bumps [sinon-chai](https://github.com/domenic/sinon-chai) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/domenic/sinon-chai/releases)
- [Changelog](https://github.com/domenic/sinon-chai/blob/master/CHANGELOG.md)
- [Commits](https://github.com/domenic/sinon-chai/compare/3.6.0...3.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years ago[Security] Bump ws from 7.4.1 to 7.4.6 in /build 27246/head
dependabot-preview[bot] [Sat, 29 May 2021 01:14:33 +0000 (01:14 +0000)]
[Security] Bump ws from 7.4.1 to 7.4.6 in /build

Bumps [ws](https://github.com/websockets/ws) from 7.4.1 to 7.4.6. **This update includes security fixes.**
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.4.1...7.4.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoUse MariaDB from GHCR 27244/head
Lukas Reschke [Fri, 28 May 2021 23:01:19 +0000 (01:01 +0200)]
Use MariaDB from GHCR

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoMove PGSQL to GHCR
Lukas Reschke [Fri, 28 May 2021 22:51:30 +0000 (00:51 +0200)]
Move PGSQL to GHCR

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoMigrate more services to GHCR
Lukas Reschke [Fri, 28 May 2021 22:43:48 +0000 (00:43 +0200)]
Migrate more services to GHCR

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoMerge pull request #27243 from nextcloud/fix-tests-on-master
Lukas Reschke [Fri, 28 May 2021 22:36:19 +0000 (00:36 +0200)]
Merge pull request #27243 from nextcloud/fix-tests-on-master

Fix test on master

3 years agoFix test on master 27243/head
Lukas Reschke [Fri, 28 May 2021 22:02:02 +0000 (00:02 +0200)]
Fix test on master

Regression by https://github.com/nextcloud/server/pull/26410

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoMerge pull request #27214 from nextcloud/use-ghcr-acceptance
Lukas Reschke [Fri, 28 May 2021 21:58:18 +0000 (23:58 +0200)]
Merge pull request #27214 from nextcloud/use-ghcr-acceptance

Use GHCR PHP 7.3 Acceptance Container

3 years agoBump Container Versions 27214/head
Lukas Reschke [Fri, 28 May 2021 21:43:43 +0000 (23:43 +0200)]
Bump Container Versions

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoUse GHCR PHP 7.3 Acceptance Container
Lukas Reschke [Fri, 28 May 2021 12:11:53 +0000 (14:11 +0200)]
Use GHCR PHP 7.3 Acceptance Container

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoBump eslint-plugin-import from 2.22.1 to 2.23.3 27172/head
dependabot[bot] [Fri, 28 May 2021 16:33:24 +0000 (16:33 +0000)]
Bump eslint-plugin-import from 2.22.1 to 2.23.3

Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.22.1 to 2.23.3.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.22.1...v2.23.3)

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoFix psalm action
John Molakvoæ [Fri, 28 May 2021 16:17:58 +0000 (18:17 +0200)]
Fix psalm action

3 years agoFix psalm action
John Molakvoæ [Fri, 28 May 2021 16:17:42 +0000 (18:17 +0200)]
Fix psalm action

3 years agoMerge pull request #27197 from nextcloud/Valdnet-patch-1
John Molakvoæ [Fri, 28 May 2021 15:57:36 +0000 (17:57 +0200)]
Merge pull request #27197 from nextcloud/Valdnet-patch-1

3 years agoMerge pull request #27211 from nextcloud/use-ghcr-php7.3
John Molakvoæ [Fri, 28 May 2021 15:16:01 +0000 (17:16 +0200)]
Merge pull request #27211 from nextcloud/use-ghcr-php7.3

3 years agoMerge pull request #27061 from nextcloud/feature/noid/contacts-activity
John Molakvoæ [Fri, 28 May 2021 15:15:30 +0000 (17:15 +0200)]
Merge pull request #27061 from nextcloud/feature/noid/contacts-activity

3 years agoMerge pull request #27212 from nextcloud/use-gchr-for-services
John Molakvoæ [Fri, 28 May 2021 15:14:40 +0000 (17:14 +0200)]
Merge pull request #27212 from nextcloud/use-gchr-for-services

Use GHCR for services

3 years agoMerge pull request #27213 from nextcloud/use-alpine-git
John Molakvoæ [Fri, 28 May 2021 15:14:26 +0000 (17:14 +0200)]
Merge pull request #27213 from nextcloud/use-alpine-git

Use GHCR for Git Pull image

3 years agoMerge pull request #27215 from nextcloud/use-ghcr-selenium
John Molakvoæ [Fri, 28 May 2021 15:14:12 +0000 (17:14 +0200)]
Merge pull request #27215 from nextcloud/use-ghcr-selenium

Use GHCR Selenium Container

3 years agoMerge pull request #27202 from nextcloud/feat/dependabot-reviewers-schedule
John Molakvoæ [Fri, 28 May 2021 15:13:56 +0000 (17:13 +0200)]
Merge pull request #27202 from nextcloud/feat/dependabot-reviewers-schedule

Add dependabot reviewer team

3 years agoUse GHCR Selenium Container 27215/head
Lukas Reschke [Fri, 28 May 2021 12:13:01 +0000 (14:13 +0200)]
Use GHCR Selenium Container

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoUse GHCR for Git Pull image 27213/head
Lukas Reschke [Fri, 28 May 2021 12:04:23 +0000 (14:04 +0200)]
Use GHCR for Git Pull image

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>