]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
3 years agoBump vuex from 3.6.0 to 3.6.2 27624/head
dependabot[bot] [Fri, 25 Jun 2021 16:56:46 +0000 (16:56 +0000)]
Bump vuex from 3.6.0 to 3.6.2

Bumps [vuex](https://github.com/vuejs/vuex) from 3.6.0 to 3.6.2.
- [Release notes](https://github.com/vuejs/vuex/releases)
- [Changelog](https://github.com/vuejs/vuex/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vuex/compare/v3.6.0...v3.6.2)

---
updated-dependencies:
- dependency-name: vuex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years agoMerge pull request #27670 from nextcloud/backport/27663/stable21
Christoph Wurst [Fri, 25 Jun 2021 11:57:50 +0000 (13:57 +0200)]
Merge pull request #27670 from nextcloud/backport/27663/stable21

[stable21] Unshift crash reports when they are loaded, to break the recusion

3 years agoUnshift crash reports when they are loaded, to break the recusion 27670/head
Christoph Wurst [Thu, 24 Jun 2021 13:31:49 +0000 (15:31 +0200)]
Unshift crash reports when they are loaded, to break the recusion

If, for whatever reason, during the loading of a crash reporter a new
log entry is generated, then the lazy loading mechanism will be invoked
*again* while it's already executed. This doesn't result in an endless
recursion, but means that the crash reporters will be built and
registered many times. This then means any further log entry will be
logged x times instead of once.

Unshift makes sure to take the class off the registration list right
away, so another invokation of the same method won't try to do the same
job.

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

3 years agoMerge pull request #27621 from nextcloud/version/21.0.3/rc1 v21.0.3rc1
John Molakvoæ [Thu, 24 Jun 2021 12:21:17 +0000 (14:21 +0200)]
Merge pull request #27621 from nextcloud/version/21.0.3/rc1

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 24 Jun 2021 02:25:33 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

3 years agoupdate CA bundle 27621/head
Arthur Schiwon [Wed, 23 Jun 2021 23:32:21 +0000 (01:32 +0200)]
update CA bundle

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agoMerge pull request #27028 from nextcloud/backport/26852/stable21
korelstar [Wed, 23 Jun 2021 22:05:12 +0000 (00:05 +0200)]
Merge pull request #27028 from nextcloud/backport/26852/stable21

[stable21] fix error when using CORS with no auth credentials

3 years agofix error when using CORS with no auth credentials 27028/head
korelstar [Sat, 1 May 2021 13:48:35 +0000 (15:48 +0200)]
fix error when using CORS with no auth credentials

3 years agoMerge pull request #27622 from nextcloud/dependabot/npm_and_yarn/stable21/dompurify...
Julius Härtl [Wed, 23 Jun 2021 17:33:12 +0000 (19:33 +0200)]
Merge pull request #27622 from nextcloud/dependabot/npm_and_yarn/stable21/dompurify-2.2.9

Bump dompurify from 2.2.8 to 2.2.9

3 years agoBump dompurify from 2.2.8 to 2.2.9 27622/head
dependabot[bot] [Wed, 23 Jun 2021 08:58:44 +0000 (08:58 +0000)]
Bump dompurify from 2.2.8 to 2.2.9

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

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years agoMerge pull request #27616 from nextcloud/backport/27610/stable21
Lukas Reschke [Wed, 23 Jun 2021 10:41:20 +0000 (12:41 +0200)]
Merge pull request #27616 from nextcloud/backport/27610/stable21

[stable21] Throttle on public DAV endpoint

3 years agoMerge pull request #27237 from nextcloud/dependabot/npm_and_yarn/stable21/moment...
Julius Härtl [Wed, 23 Jun 2021 08:57:22 +0000 (10:57 +0200)]
Merge pull request #27237 from nextcloud/dependabot/npm_and_yarn/stable21/moment-timezone-0.5.33

Bump moment-timezone from 0.5.32 to 0.5.33

3 years agoMerge pull request #27231 from nextcloud/dependabot/npm_and_yarn/stable21/vue-loader...
Julius Härtl [Wed, 23 Jun 2021 08:57:09 +0000 (10:57 +0200)]
Merge pull request #27231 from nextcloud/dependabot/npm_and_yarn/stable21/vue-loader-15.9.7

Bump vue-loader from 15.9.6 to 15.9.7

3 years ago21.0.3 RC1
Arthur Schiwon [Wed, 23 Jun 2021 08:51:24 +0000 (10:51 +0200)]
21.0.3 RC1

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agoReference correct private variable 27616/head
Lukas Reschke [Tue, 22 Jun 2021 18:41:38 +0000 (20:41 +0200)]
Reference correct private variable

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoThrottle on public DAV endpoint
Lukas Reschke [Tue, 22 Jun 2021 17:54:13 +0000 (19:54 +0200)]
Throttle on public DAV endpoint

We should throttle whenever an invalid request is sent to the public WebDAV endpoint.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 23 Jun 2021 02:26:30 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

3 years agoBump moment-timezone from 0.5.32 to 0.5.33 27237/head
dependabot[bot] [Tue, 22 Jun 2021 18:19:47 +0000 (18:19 +0000)]
Bump moment-timezone from 0.5.32 to 0.5.33

Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.32 to 0.5.33.
- [Release notes](https://github.com/moment/moment-timezone/releases)
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md)
- [Commits](https://github.com/moment/moment-timezone/compare/0.5.32...0.5.33)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years agoMerge pull request #27250 from nextcloud/dependabot/npm_and_yarn/stable21/ws-7.4.6
Julius Härtl [Tue, 22 Jun 2021 18:07:46 +0000 (20:07 +0200)]
Merge pull request #27250 from nextcloud/dependabot/npm_and_yarn/stable21/ws-7.4.6

[Security] Bump ws from 7.3.1 to 7.4.6

3 years agoMerge pull request #27599 from nextcloud/backport/27596/stable21
blizzz [Tue, 22 Jun 2021 18:01:35 +0000 (20:01 +0200)]
Merge pull request #27599 from nextcloud/backport/27596/stable21

[stable21] [stable20] Properly cleanup entries of WebAuthn on user deletion

3 years agoRemove throwing annotation 27599/head
Lukas Reschke [Tue, 22 Jun 2021 11:55:49 +0000 (13:55 +0200)]
Remove throwing annotation

This class was just introduced in Nc 21.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoUse execute instead of executeStatement
Lukas Reschke [Tue, 22 Jun 2021 11:54:03 +0000 (13:54 +0200)]
Use execute instead of executeStatement

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoProperly cleanup entries of WebAuthn on user deletion
Morris Jobke [Wed, 16 Jun 2021 15:03:33 +0000 (17:03 +0200)]
Properly cleanup entries of WebAuthn on user deletion

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 22 Jun 2021 02:27:12 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 21 Jun 2021 02:26:50 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 20 Jun 2021 02:27:16 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 19 Jun 2021 02:46:31 +0000 (02:46 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #27569 from nextcloud/dependabot/npm_and_yarn/stable21/postcss...
dependabot-preview[bot] [Sat, 19 Jun 2021 02:04:25 +0000 (02:04 +0000)]
Merge pull request #27569 from nextcloud/dependabot/npm_and_yarn/stable21/postcss-7.0.36

3 years ago[Security] Bump postcss from 7.0.35 to 7.0.36 27569/head
dependabot-preview[bot] [Sat, 19 Jun 2021 01:15:49 +0000 (01:15 +0000)]
[Security] Bump postcss from 7.0.35 to 7.0.36

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 7.0.36. **This update includes a security fix.**
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.35...7.0.36)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 18 Jun 2021 02:27:13 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 17 Jun 2021 02:26:02 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 16 Jun 2021 02:26:31 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 15 Jun 2021 02:28:19 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #27415 from nextcloud/backport/26494/stable21
Julius Härtl [Mon, 14 Jun 2021 07:48:41 +0000 (09:48 +0200)]
Merge pull request #27415 from nextcloud/backport/26494/stable21

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 14 Jun 2021 02:26:42 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 13 Jun 2021 02:26:18 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 12 Jun 2021 02:27:12 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #27455 from nextcloud/backport/27444/stable21
Christoph Wurst [Fri, 11 Jun 2021 06:26:53 +0000 (08:26 +0200)]
Merge pull request #27455 from nextcloud/backport/27444/stable21

[stable21] Header must contain a colon

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 11 Jun 2021 02:28:21 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

3 years agoHeader must contain a colon 27455/head
acsfer [Wed, 9 Jun 2021 14:20:55 +0000 (16:20 +0200)]
Header must contain a colon

3 years agoMerge pull request #27446 from nextcloud/backport/27429/stable21
Morris Jobke [Thu, 10 Jun 2021 08:12:53 +0000 (10:12 +0200)]
Merge pull request #27446 from nextcloud/backport/27429/stable21

[stable21] Don't pass a column object to addOrderBy

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 10 Jun 2021 02:32:24 +0000 (02:32 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #27324 from nextcloud/stable21-backport-27024
Lukas Reschke [Wed, 9 Jun 2021 20:08:07 +0000 (22:08 +0200)]
Merge pull request #27324 from nextcloud/stable21-backport-27024

[stable21] Properly log expiration date removal in audit log

3 years agoFix #26085 27446/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 #27303 from nextcloud/backport/27062/stable21
Julius Härtl [Wed, 9 Jun 2021 06:07:49 +0000 (08:07 +0200)]
Merge pull request #27303 from nextcloud/backport/27062/stable21

[stable21] properly use limit and offset for search in Jail wrapper

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 9 Jun 2021 02:26:29 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 8 Jun 2021 02:26:33 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

3 years agoCheck whether output buffering is active before turning it off 27415/head
Richard de Boer [Sat, 10 Apr 2021 13:05:18 +0000 (15:05 +0200)]
Check whether output buffering is active before turning it off

Before we just turned it off and @suppressed the error if ob was not active.
In PHP 8 this error is no longer suppressed, so try to not cause it at all.

Signed-off-by: Richard de Boer <git@tubul.net>
3 years agoFix a usort comparison function returning a boolean instead of an integer
Richard de Boer [Sat, 10 Apr 2021 12:50:17 +0000 (14:50 +0200)]
Fix a usort comparison function returning a boolean instead of an integer

PHP 8 shows deprecation warnings about this, see #25806

Signed-off-by: Richard de Boer <git@tubul.net>
3 years agoFix functions taking optional parameters before required ones
Richard de Boer [Sat, 10 Apr 2021 12:49:13 +0000 (14:49 +0200)]
Fix functions taking optional parameters before required ones

PHP 8 shows deprecation warnings about this, see #25806
Removes the "default" values, as they actually are required parameters anyway.

Signed-off-by: Richard de Boer <git@tubul.net>
3 years agoMerge pull request #27411 from nextcloud/backport/27375/stable21
Joas Schilling [Mon, 7 Jun 2021 15:00:18 +0000 (17:00 +0200)]
Merge pull request #27411 from nextcloud/backport/27375/stable21

[stable21] Don't update statuses to offline again and again

3 years agoMerge pull request #27015 from nextcloud/backport/26980-stable21
blizzz [Mon, 7 Jun 2021 10:22:55 +0000 (12:22 +0200)]
Merge pull request #27015 from nextcloud/backport/26980-stable21

[stable21] Use parent wrapper to properly handle moves on the same source/target storage

3 years agoDon't update statuses to offline again and again 27411/head
Joas Schilling [Fri, 4 Jun 2021 10:03:16 +0000 (12:03 +0200)]
Don't update statuses to offline again and again

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoMerge pull request #27336 from nextcloud/backport/27329/stable21
Morris Jobke [Mon, 7 Jun 2021 08:39:52 +0000 (10:39 +0200)]
Merge pull request #27336 from nextcloud/backport/27329/stable21

[stable21] Propagate throttling on OCS response

3 years agoMerge pull request #27359 from nextcloud/backport/27354/stable21
Morris Jobke [Mon, 7 Jun 2021 08:37:45 +0000 (10:37 +0200)]
Merge pull request #27359 from nextcloud/backport/27354/stable21

[stable21] Escape filename in Content-Disposition

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 7 Jun 2021 02:25:24 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #27333 from nextcloud/backport/27328/stable21
John Molakvoæ [Sun, 6 Jun 2021 09:00:24 +0000 (11:00 +0200)]
Merge pull request #27333 from nextcloud/backport/27328/stable21

[stable21] emit UserLoggedInEvent on apache auth

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 6 Jun 2021 02:26:16 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 5 Jun 2021 02:28:46 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #27350 from nextcloud/backport/25280/stable21
Robin Appelman [Fri, 4 Jun 2021 18:20:19 +0000 (18:20 +0000)]
Merge pull request #27350 from nextcloud/backport/25280/stable21

[stable21] Set umask before operations that create local files

3 years agoSet umask before operations that create local files 27350/head
Robin Appelman [Fri, 22 Jan 2021 14:44:24 +0000 (15:44 +0100)]
Set umask before operations that create local files

this solves issues where "other php stuff" is messing with the umask

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agoMerge pull request #27347 from nextcloud/backport/27053/stable21
Joas Schilling [Fri, 4 Jun 2021 09:01:31 +0000 (11:01 +0200)]
Merge pull request #27347 from nextcloud/backport/27053/stable21

[stable21] Don't throw when comments is disabled

3 years agoMerge pull request #27334 from nextcloud/backport/25770/stable21
Joas Schilling [Fri, 4 Jun 2021 07:42:24 +0000 (09:42 +0200)]
Merge pull request #27334 from nextcloud/backport/25770/stable21

[stable21] Don't allow executing cli if cache backend is unavailable

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 4 Jun 2021 02:28:27 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 3 Jun 2021 02:28:58 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #27346 from nextcloud/debt/noid/missing-import
John Molakvoæ [Wed, 2 Jun 2021 19:18:50 +0000 (21:18 +0200)]
Merge pull request #27346 from nextcloud/debt/noid/missing-import

[stable21] Replace OCSController with OCP\API

3 years agoEscape filename in Content-Disposition 27359/head
Lukas Reschke [Wed, 2 Jun 2021 16:59:43 +0000 (18:59 +0200)]
Escape filename in Content-Disposition

We should escape all occurences of ' and \ in here.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoDon't throw when comments is disabled 27347/head
Joas Schilling [Fri, 21 May 2021 07:13:00 +0000 (09:13 +0200)]
Don't throw when comments is disabled

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoReplace OCSController with OCP\API 27346/head
Daniel Kesselberg [Wed, 2 Jun 2021 13:07:46 +0000 (15:07 +0200)]
Replace OCSController with OCP\API

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 2 Jun 2021 02:28:42 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

3 years agoPropagate throttling on OCS response 27336/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 agoDon't allow executing cli if cache backend is unavailable 27334/head
Richard Steinmetz [Tue, 23 Feb 2021 17:50:36 +0000 (18:50 +0100)]
Don't allow executing cli if cache backend is unavailable

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
3 years agoemit UserLoggedInEvent on apache auth 27333/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 agoProperly log expiration date removal in audit log 27324/head
Roeland Jago Douma [Wed, 19 May 2021 08:09:48 +0000 (10:09 +0200)]
Properly log expiration date removal in audit log

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoMerge pull request #27318 from nextcloud/backport/27099/stable21
Joas Schilling [Tue, 1 Jun 2021 09:45:40 +0000 (11:45 +0200)]
Merge pull request #27318 from nextcloud/backport/27099/stable21

[stable21] Make user:report command scale

3 years agoMake user:report command scale 27318/head
Joas Schilling [Tue, 25 May 2021 11:03:29 +0000 (13:03 +0200)]
Make user:report command scale

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 1 Jun 2021 02:28:33 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

3 years agoproperly use limit and offset for search in Jail wrapper 27303/head
Robin Appelman [Fri, 21 May 2021 13:37:38 +0000 (15:37 +0200)]
properly use limit and offset for search in Jail wrapper

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agoMerge pull request #27195 from nextcloud/backport/27188/stable21
Joas Schilling [Mon, 31 May 2021 08:01:24 +0000 (10:01 +0200)]
Merge pull request #27195 from nextcloud/backport/27188/stable21

[stable21] Fix the get editable fields endpoint without a user id

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 31 May 2021 02:35:37 +0000 (02:35 +0000)]
[tx-robot] updated from transifex

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 30 May 2021 02:25:16 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

3 years ago[Security] Bump ws from 7.3.1 to 7.4.6 27250/head
dependabot-preview[bot] [Sat, 29 May 2021 02:36:47 +0000 (02:36 +0000)]
[Security] Bump ws from 7.3.1 to 7.4.6

Bumps [ws](https://github.com/websockets/ws) from 7.3.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.3.1...7.4.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoMerge pull request #27248 from nextcloud/dependabot/npm_and_yarn/stable21/browserslis...
dependabot-preview[bot] [Sat, 29 May 2021 02:34:51 +0000 (02:34 +0000)]
Merge pull request #27248 from nextcloud/dependabot/npm_and_yarn/stable21/browserslist-4.16.6

3 years ago[Security] Bump browserslist from 4.16.0 to 4.16.6 27248/head
dependabot-preview[bot] [Sat, 29 May 2021 01:14:55 +0000 (01:14 +0000)]
[Security] Bump browserslist from 4.16.0 to 4.16.6

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.0 to 4.16.6. **This update includes a security fix.**
- [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.0...4.16.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoBump vue-loader from 15.9.6 to 15.9.7 27231/head
dependabot[bot] [Fri, 28 May 2021 15:17:00 +0000 (15:17 +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 #27208 from nextcloud/backport/27199/stable21
kesselb [Fri, 28 May 2021 13:03:44 +0000 (15:03 +0200)]
Merge pull request #27208 from nextcloud/backport/27199/stable21

[stable21] Use noreply@ as email address for share emails

3 years agoUse noreply@ as email address for share emails 27208/head
Morris Jobke [Fri, 28 May 2021 09:13:22 +0000 (11:13 +0200)]
Use noreply@ as email address for share emails

Fixes #26683

Before it used the instance name, which a) doesn't make sense to randomly guess email addresses and b) could contain characters that are not allowed in email addresses like spaces.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
3 years agoMerge pull request #27184 from nextcloud/dependabot/npm_and_yarn/stable21/various
John Molakvoæ [Fri, 28 May 2021 06:08:25 +0000 (08:08 +0200)]
Merge pull request #27184 from nextcloud/dependabot/npm_and_yarn/stable21/various

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 28 May 2021 02:27:32 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

3 years agoAdd integration tests for the editable fields 27195/head
Joas Schilling [Thu, 27 May 2021 12:56:22 +0000 (14:56 +0200)]
Add integration tests for the editable fields

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoFix the get editable fields endpoint without a user id
Joas Schilling [Thu, 27 May 2021 12:23:04 +0000 (14:23 +0200)]
Fix the get editable fields endpoint without a user id

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoNpm build 27184/head
John Molakvoæ (skjnldsv) [Thu, 27 May 2021 08:50:01 +0000 (10:50 +0200)]
Npm build

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years agoBump @babel/plugin-proposal-class-properties from 7.12.1 to 7.12.13
dependabot[bot] [Thu, 27 May 2021 08:16:11 +0000 (08:16 +0000)]
Bump @babel/plugin-proposal-class-properties from 7.12.1 to 7.12.13

Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-class-properties) from 7.12.1 to 7.12.13.
- [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.12.13/packages/babel-plugin-proposal-class-properties)

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoBump @nextcloud/capabilities from 1.0.2 to 1.0.4
dependabot[bot] [Thu, 27 May 2021 08:16:39 +0000 (08:16 +0000)]
Bump @nextcloud/capabilities from 1.0.2 to 1.0.4

Bumps [@nextcloud/capabilities](https://github.com/nextcloud/nextcloud-capabilities) from 1.0.2 to 1.0.4.
- [Release notes](https://github.com/nextcloud/nextcloud-capabilities/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-capabilities/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-capabilities/commits)

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoBump dompurify from 2.2.6 to 2.2.8
dependabot[bot] [Thu, 27 May 2021 08:17:08 +0000 (08:17 +0000)]
Bump dompurify from 2.2.6 to 2.2.8

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

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoBump autosize from 4.0.2 to 4.0.4
dependabot[bot] [Thu, 27 May 2021 08:17:37 +0000 (08:17 +0000)]
Bump autosize from 4.0.2 to 4.0.4

Bumps [autosize](https://github.com/jackmoore/autosize) from 4.0.2 to 4.0.4.
- [Release notes](https://github.com/jackmoore/autosize/releases)
- [Changelog](https://github.com/jackmoore/autosize/blob/master/changelog.md)
- [Commits](https://github.com/jackmoore/autosize/compare/4.0.2...4.0.4)

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoBump css-vars-ponyfill from 2.4.2 to 2.4.5 27159/head
dependabot[bot] [Thu, 27 May 2021 08:15:42 +0000 (08:15 +0000)]
Bump css-vars-ponyfill from 2.4.2 to 2.4.5

Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 2.4.2 to 2.4.5.
- [Release notes](https://github.com/jhildenbiddle/css-vars-ponyfill/releases)
- [Changelog](https://github.com/jhildenbiddle/css-vars-ponyfill/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jhildenbiddle/css-vars-ponyfill/compare/v2.4.2...v2.4.5)

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 27 May 2021 02:28:07 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #27121 from nextcloud/backport/27117/stable21
kesselb [Wed, 26 May 2021 18:35:19 +0000 (20:35 +0200)]
Merge pull request #27121 from nextcloud/backport/27117/stable21

[stable21] Add DB exception '@throws' tag to QBMapper PHPDoc