]>
source.dussan.org Git - nextcloud-server.git/log
acsfer [Tue, 6 Jul 2021 21:56:05 +0000 (23:56 +0200)]
Cache images on browser
Fix #26851
Nextcloud bot [Wed, 7 Jul 2021 02:26:28 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
MichaIng [Tue, 6 Jul 2021 22:11:59 +0000 (00:11 +0200)]
Merge pull request #27224 from nextcloud/dependabot/npm_and_yarn/stable20/vue-router-3.4.9
Bump vue-router from 3.4.3 to 3.4.9
Pytal [Tue, 6 Jul 2021 18:34:13 +0000 (11:34 -0700)]
Merge pull request #27829 from nextcloud/backport/27818/stable20
[stable20] Fix in locking cache check
dependabot[bot] [Tue, 6 Jul 2021 17:44:12 +0000 (17:44 +0000)]
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>
MichaIng [Mon, 5 Jul 2021 21:11:13 +0000 (23:11 +0200)]
Fix in locking cache check
The intention obviously was to check whether $lockingCacheClass is defined, and existing class, and available. It was however checked whether the $distributedCacheClass is an existing class, which would have caused an exception already in the previous distributed cache check.
Signed-off-by: MichaIng <micha@dietpi.com>
Nextcloud bot [Tue, 6 Jul 2021 02:26:22 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Lukas Reschke [Mon, 5 Jul 2021 13:04:29 +0000 (15:04 +0200)]
Merge pull request #27804 from nextcloud/backport/27198/stable20
[stable20] Run s3 tests again
Julius Härtl [Fri, 28 May 2021 17:24:21 +0000 (19:24 +0200)]
Use minio for s3 tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Fri, 28 May 2021 07:49:42 +0000 (09:49 +0200)]
Run s3 tests again
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Mon, 5 Jul 2021 02:25:55 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 4 Jul 2021 02:25:59 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 3 Jul 2021 02:26:19 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 2 Jul 2021 02:25:42 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
John Molakvoæ [Thu, 1 Jul 2021 09:43:08 +0000 (11:43 +0200)]
Merge pull request #27708 from nextcloud/version/20.0.11/final
20.0.11
John Molakvoæ [Thu, 1 Jul 2021 09:42:34 +0000 (11:42 +0200)]
Merge pull request #27108 from nextcloud/backport/27043/stable20
[stable20] fix return value of getStorageInfo when 'quota_include_external_storage' is enabled
Nextcloud bot [Thu, 1 Jul 2021 02:25:14 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Vincent Petry [Wed, 30 Jun 2021 15:22:24 +0000 (17:22 +0200)]
Merge pull request #27728 from nextcloud/backport/27638/stable20
[stable20] Downstream encryption:fix-encrypted-version for repairing "bad signature" errors
Vincent Petry [Tue, 29 Jun 2021 18:44:07 +0000 (20:44 +0200)]
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>
Vincent Petry [Thu, 24 Jun 2021 08:51:07 +0000 (10:51 +0200)]
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>
Vincent Petry [Thu, 24 Jun 2021 08:34:55 +0000 (10:34 +0200)]
Fix warnings in FixEncryptedVersion command
Fixed code warnings
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Vincent Petry [Thu, 24 Jun 2021 07:31:52 +0000 (09:31 +0200)]
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>
Vincent Petry [Thu, 24 Jun 2021 07:19:47 +0000 (09:19 +0200)]
Downstream FixEncryptedVersionTest
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Vincent Petry [Wed, 23 Jun 2021 14:46:01 +0000 (16:46 +0200)]
Downstream encryption:fix-encrypted-version
For fixing "Bad signature" errors.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
John Molakvoæ [Wed, 30 Jun 2021 05:12:25 +0000 (07:12 +0200)]
Merge pull request #27552 from nextcloud/backport/26571/stable20
Nextcloud bot [Wed, 30 Jun 2021 02:25:51 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Julius Härtl [Wed, 9 Jun 2021 08:43:50 +0000 (10:43 +0200)]
Handle single action unshare
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Thu, 15 Apr 2021 10:09:41 +0000 (12:09 +0200)]
Only allow removing existing shares that would not be allowed due to reshare restrictions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Thu, 15 Apr 2021 10:51:35 +0000 (12:51 +0200)]
When changing the share owner, downgrade permissions where needed
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Thu, 15 Apr 2021 10:51:03 +0000 (12:51 +0200)]
Drop share if moved to a parent share that does not allow resharing
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Arthur Schiwon [Tue, 29 Jun 2021 11:06:27 +0000 (13:06 +0200)]
20.0.11
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Pytal [Mon, 28 Jun 2021 16:01:54 +0000 (09:01 -0700)]
Merge pull request #27651 from nextcloud/dependabot/npm_and_yarn/stable20/eslint-plugin-standard-4.0.2
Bump eslint-plugin-standard from 4.0.1 to 4.0.2
John Molakvoæ [Mon, 28 Jun 2021 05:43:06 +0000 (07:43 +0200)]
Merge pull request #27680 from nextcloud/backport/27675/stable20
[stable20] Validate the theming color also on CLI
Nextcloud bot [Mon, 28 Jun 2021 02:25:31 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 27 Jun 2021 02:26:01 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 26 Jun 2021 02:26:05 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Joas Schilling [Fri, 25 Jun 2021 14:58:29 +0000 (16:58 +0200)]
Validate the theming color also on CLI
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Fri, 25 Jun 2021 02:25:53 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
dependabot[bot] [Thu, 24 Jun 2021 12:22:42 +0000 (12:22 +0000)]
Bump eslint-plugin-standard from 4.0.1 to 4.0.2
Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/standard/eslint-plugin-standard/releases)
- [Commits](https://github.com/standard/eslint-plugin-standard/compare/v4.0.1...v4.0.2)
---
updated-dependencies:
- dependency-name: eslint-plugin-standard
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Julius Härtl [Thu, 24 Jun 2021 12:21:16 +0000 (14:21 +0200)]
Merge pull request #27226 from nextcloud/dependabot/npm_and_yarn/stable20/p-queue-6.6.2
Bump p-queue from 6.6.1 to 6.6.2
blizzz [Thu, 24 Jun 2021 11:38:41 +0000 (13:38 +0200)]
Merge pull request #27620 from nextcloud/version/20.0.11/rc1
20.0.11 RC1
dependabot[bot] [Thu, 24 Jun 2021 10:36:20 +0000 (10:36 +0000)]
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>
Julius Härtl [Thu, 24 Jun 2021 10:30:39 +0000 (12:30 +0200)]
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
dependabot[bot] [Wed, 23 Jun 2021 17:31:09 +0000 (17:31 +0000)]
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>
Nextcloud bot [Thu, 24 Jun 2021 02:25:41 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Arthur Schiwon [Wed, 23 Jun 2021 23:31:05 +0000 (01:31 +0200)]
update CA bundle
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
blizzz [Wed, 23 Jun 2021 22:14:08 +0000 (00:14 +0200)]
Merge pull request #27027 from nextcloud/backport/26852/stable20
[stable20] fix error when using CORS with no auth credentials
korelstar [Sat, 1 May 2021 13:48:35 +0000 (15:48 +0200)]
fix error when using CORS with no auth credentials
Julius Härtl [Wed, 23 Jun 2021 17:29:23 +0000 (19:29 +0200)]
Merge pull request #27297 from nextcloud/dependabot/npm_and_yarn/stable20/webpack-4.44.2
Bump webpack from 4.44.1 to 4.44.2
dependabot[bot] [Wed, 23 Jun 2021 16:14:15 +0000 (16:14 +0000)]
Bump webpack from 4.44.1 to 4.44.2
Bumps [webpack](https://github.com/webpack/webpack) from 4.44.1 to 4.44.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.44.1...v4.44.2)
Signed-off-by: dependabot[bot] <support@github.com>
blizzz [Wed, 23 Jun 2021 10:56:01 +0000 (12:56 +0200)]
Merge pull request #27016 from nextcloud/backport/26980-stable20
[stable20] Use parent wrapper to properly handle moves on the same source/target storage
Lukas Reschke [Wed, 23 Jun 2021 10:38:06 +0000 (12:38 +0200)]
Merge pull request #27617 from nextcloud/backport/27610/stable20
[stable20] Throttle on public DAV endpoint
Arthur Schiwon [Wed, 23 Jun 2021 08:46:01 +0000 (10:46 +0200)]
20.0.11 RC1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
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>
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>
Nextcloud bot [Wed, 23 Jun 2021 02:26:38 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Julius Härtl [Tue, 22 Jun 2021 18:08:34 +0000 (20:08 +0200)]
Merge pull request #27247 from nextcloud/dependabot/npm_and_yarn/stable20/browserslist-4.16.6
[Security] Bump browserslist from 4.14.0 to 4.16.6
Lukas Reschke [Tue, 22 Jun 2021 13:48:50 +0000 (15:48 +0200)]
Merge pull request #27596 from nextcloud/stable20-backport-27532
[stable20] Properly cleanup entries of WebAuthn on user deletion
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>
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>
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>
Nextcloud bot [Tue, 22 Jun 2021 02:27:21 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Mon, 21 Jun 2021 06:57:36 +0000 (06:57 +0000)]
Merge pull request #27570 from nextcloud/dependabot/npm_and_yarn/stable20/ws-7.5.0
Nextcloud bot [Mon, 21 Jun 2021 02:27:02 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 20 Jun 2021 02:27:25 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 19 Jun 2021 02:46:40 +0000 (02:46 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Sat, 19 Jun 2021 01:16:09 +0000 (01:16 +0000)]
[Security] Bump ws from 7.3.1 to 7.5.0
Bumps [ws](https://github.com/websockets/ws) from 7.3.1 to 7.5.0. **This update includes security fixes.**
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.3.1...7.5.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Nextcloud bot [Fri, 18 Jun 2021 02:27:23 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 17 Jun 2021 02:26:11 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
John Molakvoæ [Wed, 16 Jun 2021 15:18:33 +0000 (17:18 +0200)]
Merge pull request #27523 from nextcloud/bug/noid/unreachable-check-query-builder
[stable20] Activate constraint check for oracle / pqsql also for 20
Daniel Kesselberg [Wed, 16 Jun 2021 09:38:41 +0000 (11:38 +0200)]
Activate constraint check for oracle / pqsql also for 20.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Nextcloud bot [Wed, 16 Jun 2021 02:26:40 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 15 Jun 2021 02:28:28 +0000 (02:28 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 14 Jun 2021 02:26:51 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 13 Jun 2021 02:26:28 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 12 Jun 2021 02:27:22 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Christoph Wurst [Fri, 11 Jun 2021 06:26:56 +0000 (08:26 +0200)]
Merge pull request #27456 from nextcloud/backport/27444/stable20
[stable20] Header must contain a colon
Nextcloud bot [Fri, 11 Jun 2021 02:28:32 +0000 (02:28 +0000)]
[tx-robot] updated from transifex
acsfer [Wed, 9 Jun 2021 14:20:55 +0000 (16:20 +0200)]
Header must contain a colon
Nextcloud bot [Thu, 10 Jun 2021 02:32:35 +0000 (02:32 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 9 Jun 2021 06:49:29 +0000 (08:49 +0200)]
Merge pull request #27308 from nextcloud/backport/27062/stable20
[stable20] properly use limit and offset for search in Jail wrapper
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>
Nextcloud bot [Wed, 9 Jun 2021 02:26:37 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 8 Jun 2021 02:26:42 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Robin Appelman [Mon, 7 Jun 2021 19:37:02 +0000 (19:37 +0000)]
Merge pull request #27349 from nextcloud/backport/25280/stable20
[stable20] Set umask before operations that create local files
Joas Schilling [Wed, 9 Dec 2020 08:07:20 +0000 (09:07 +0100)]
Skip the test if Imagick is misconfigured
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 7 Jun 2021 15:00:36 +0000 (17:00 +0200)]
Merge pull request #27412 from nextcloud/backport/27375/stable20
[stable20] Don't update statuses to offline again and again
Robin Appelman [Wed, 24 Mar 2021 16:09:53 +0000 (17:09 +0100)]
improve type handling of Avatar::generateAvatarFromSv
Signed-off-by: Robin Appelman <robin@icewind.nl>
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>
Morris Jobke [Mon, 7 Jun 2021 09:17:00 +0000 (11:17 +0200)]
Merge pull request #27325 from nextcloud/stable20-backport-27024
[stable20] Properly log expiration date removal in audit log
Morris Jobke [Mon, 7 Jun 2021 08:48:25 +0000 (10:48 +0200)]
Merge pull request #27183 from nextcloud/dependabot/npm_and_yarn/stable20/various
[stable20] Bump patch dependencies
Morris Jobke [Mon, 7 Jun 2021 08:47:09 +0000 (10:47 +0200)]
Merge pull request #27209 from nextcloud/backport/27199/stable20
[stable20] Use noreply@ as email address for share emails
Morris Jobke [Mon, 7 Jun 2021 08:43:36 +0000 (10:43 +0200)]
Merge pull request #27337 from nextcloud/backport/27329/stable20
[stable20] Propagate throttling on OCS response
Morris Jobke [Mon, 7 Jun 2021 08:38:42 +0000 (10:38 +0200)]
Merge pull request #27360 from nextcloud/backport/27354/stable20
[stable20] Escape filename in Content-Disposition
Nextcloud bot [Mon, 7 Jun 2021 02:25:32 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 6 Jun 2021 02:26:24 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 5 Jun 2021 02:28:56 +0000 (02:28 +0000)]
[tx-robot] updated from transifex
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>
Nextcloud bot [Fri, 4 Jun 2021 02:28:37 +0000 (02:28 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 3 Jun 2021 02:29:10 +0000 (02:29 +0000)]
[tx-robot] updated from transifex