Commit graph

23910 commits

Author SHA1 Message Date
Julius Härtl
cc45043bba
Merge pull request #27836 from nextcloud/dependabot/npm_and_yarn/stable20/dompurify-2.2.9
Bump dompurify from 2.2.8 to 2.2.9
2021-07-14 13:08:56 +02:00
dependabot[bot]
04f15c88b5 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>
2021-07-14 12:32:24 +02:00
Nextcloud bot
ccb4d9c6a6
[tx-robot] updated from transifex 2021-07-14 02:26:44 +00:00
szaimen
e15351408a fix newfileMenu on public page
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-07-13 11:55:43 +00:00
Julius Härtl
fe57e2547a
Merge pull request #27895 from nextcloud/backport/27854/stable20 2021-07-13 08:51:38 +02:00
Nextcloud bot
df35e4eddd
[tx-robot] updated from transifex 2021-07-13 02:26:57 +00:00
Louis
9eff1cb1e7
Merge pull request #27232 from nextcloud/dependabot/npm_and_yarn/stable20/v-click-outside-3.1.2
Bump v-click-outside from 3.1.1 to 3.1.2
2021-07-12 14:23:35 +02:00
Nextcloud bot
5bf7e5b81d
[tx-robot] updated from transifex 2021-07-12 02:25:56 +00:00
dependabot[bot]
9cf6d3d007 Bump v-click-outside from 3.1.1 to 3.1.2
Bumps [v-click-outside](https://github.com/ndelvalle/v-click-outside) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/ndelvalle/v-click-outside/releases)
- [Commits](https://github.com/ndelvalle/v-click-outside/compare/v3.1.1...v3.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-07-11 12:27:55 +02:00
Nextcloud bot
dd26b3f14a
[tx-robot] updated from transifex 2021-07-11 02:26:12 +00:00
Nextcloud bot
92075538ac
[tx-robot] updated from transifex 2021-07-10 02:31:52 +00:00
Joas Schilling
97e8cfe32c Fix accessibility theme for guests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-07-09 11:27:15 +00:00
Nextcloud bot
2378048386
[tx-robot] updated from transifex 2021-07-09 02:26:42 +00:00
Nextcloud bot
bed022cf16
[tx-robot] updated from transifex 2021-07-08 02:27:08 +00:00
Nextcloud bot
3257bca680
[tx-robot] updated from transifex 2021-07-07 02:26:28 +00:00
dependabot[bot]
a09d4ddcbf Bump vue-router from 3.4.3 to 3.4.9
Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.4.3 to 3.4.9.
- [Release notes](https://github.com/vuejs/vue-router/releases)
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-router/compare/v3.4.3...v3.4.9)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-07-06 18:04:00 +00:00
Nextcloud bot
7da87a8624
[tx-robot] updated from transifex 2021-07-06 02:26:22 +00:00
Nextcloud bot
2c560870f5
[tx-robot] updated from transifex 2021-07-04 02:25:59 +00:00
Nextcloud bot
088aefff36
[tx-robot] updated from transifex 2021-07-03 02:26:19 +00:00
Nextcloud bot
5fd817b155
[tx-robot] updated from transifex 2021-07-02 02:25:42 +00:00
Nextcloud bot
40e2e0fcd6
[tx-robot] updated from transifex 2021-07-01 02:25:14 +00:00
Vincent Petry
5588199812 Prevent running FixEncryptedVersion without master key
Return an error when running occ encryption:fix-encrypted-version
when master key encryption is not enabled.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-06-30 12:26:42 +00:00
Vincent Petry
3b7e6ea8c8 Fix FixEncryptedVersionTest test
Fixed setup to use EncryptionTrait like other existing tests.
Fix expectations to not rely on side effects from previous test cases.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-06-30 12:26:41 +00:00
Vincent Petry
41424e0a57 Fix warnings in FixEncryptedVersion command
Fixed code warnings

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-06-30 12:26:39 +00:00
Vincent Petry
69b2a33801 Detect disabled signature check when reparing
When running occ encryption:fix-encrypted-version, detect whether the
setting 'encryption_skip_signature_check' is set and abort if it is,
because the repair cannot detect version mismatch errors with it
enabled.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-06-30 12:26:39 +00:00
Vincent Petry
08b94a5fcf Downstream FixEncryptedVersionTest
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-06-30 12:26:38 +00:00
Vincent Petry
bb331fda9b Downstream encryption:fix-encrypted-version
For fixing "Bad signature" errors.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-06-30 12:26:37 +00:00
John Molakvoæ
dc287450bb
Merge pull request #27552 from nextcloud/backport/26571/stable20 2021-06-30 07:12:25 +02:00
Nextcloud bot
c2cd52f498
[tx-robot] updated from transifex 2021-06-30 02:25:51 +00:00
Julius Härtl
355352d910
Only allow removing existing shares that would not be allowed due to reshare restrictions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-29 19:07:49 +02:00
Julius Härtl
e298e7482d
When changing the share owner, downgrade permissions where needed
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-29 19:01:10 +02:00
Julius Härtl
86ef3539ad
Drop share if moved to a parent share that does not allow resharing
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-29 19:01:10 +02:00
John Molakvoæ
45cea9f772
Merge pull request #27680 from nextcloud/backport/27675/stable20
[stable20] Validate the theming color also on CLI
2021-06-28 07:43:06 +02:00
Nextcloud bot
f395c32e6a
[tx-robot] updated from transifex 2021-06-28 02:25:31 +00:00
Nextcloud bot
826a848058
[tx-robot] updated from transifex 2021-06-27 02:26:01 +00:00
Nextcloud bot
803e8407c0
[tx-robot] updated from transifex 2021-06-26 02:26:05 +00:00
Joas Schilling
2f64ab3e08 Validate the theming color also on CLI
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-25 16:22:27 +00:00
Nextcloud bot
710544c257
[tx-robot] updated from transifex 2021-06-25 02:25:53 +00:00
dependabot[bot]
1d12ca7072 Bump p-queue from 6.6.1 to 6.6.2
Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 6.6.1 to 6.6.2.
- [Release notes](https://github.com/sindresorhus/p-queue/releases)
- [Commits](https://github.com/sindresorhus/p-queue/compare/v6.6.1...v6.6.2)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-06-24 10:43:20 +00:00
Julius Härtl
e794b75e7f
Merge pull request #27639 from nextcloud/dependabot/npm_and_yarn/stable20/vue-loader-15.9.7
Bump vue-loader from 15.9.3 to 15.9.7
2021-06-24 12:30:39 +02:00
dependabot[bot]
06753b7084 Bump vue-loader from 15.9.3 to 15.9.7
Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.9.3 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.3...v15.9.7)

---
updated-dependencies:
- dependency-name: vue-loader
  dependency-type: direct:development
  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>
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-06-24 11:22:04 +02:00
Nextcloud bot
7bd283debe
[tx-robot] updated from transifex 2021-06-24 02:25:41 +00:00
blizzz
369cb6f252
Merge pull request #27016 from nextcloud/backport/26980-stable20
[stable20] Use parent wrapper to properly handle moves on the same source/target storage
2021-06-23 12:56:01 +02:00
Lukas Reschke
376f94ea48 Reference correct private variable
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-06-23 07:39:39 +00:00
Lukas Reschke
37224e43a1 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>
2021-06-23 07:39:39 +00:00
Nextcloud bot
5fd5ef739a
[tx-robot] updated from transifex 2021-06-23 02:26:38 +00:00
Nextcloud bot
e13dd99bd9
[tx-robot] updated from transifex 2021-06-22 02:27:21 +00:00
Nextcloud bot
92452883a6
[tx-robot] updated from transifex 2021-06-21 02:27:02 +00:00
Nextcloud bot
a024b6b359
[tx-robot] updated from transifex 2021-06-20 02:27:25 +00:00
Nextcloud bot
7f5bb741bb
[tx-robot] updated from transifex 2021-06-19 02:46:40 +00:00