]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
3 years agodesign fixes to app-settings button 27744/head
szaimen [Wed, 30 Jun 2021 23:09:38 +0000 (01:09 +0200)]
design fixes to app-settings button

Signed-off-by: szaimen <szaimen@e.mail.de>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 1 Jul 2021 02:24:59 +0000 (02:24 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #27727 from nextcloud/backport/27638/stable21
Vincent Petry [Wed, 30 Jun 2021 15:18:14 +0000 (17:18 +0200)]
Merge pull request #27727 from nextcloud/backport/27638/stable21

[stable21] Downstream encryption:fix-encrypted-version for repairing "bad signature" errors

3 years agoPrevent running FixEncryptedVersion without master key 27727/head
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>
3 years agoFix FixEncryptedVersionTest test
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>
3 years agoFix warnings in FixEncryptedVersion command
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>
3 years agoDetect disabled signature check when reparing
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>
3 years agoDownstream FixEncryptedVersionTest
Vincent Petry [Thu, 24 Jun 2021 07:19:47 +0000 (09:19 +0200)]
Downstream FixEncryptedVersionTest

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoDownstream encryption:fix-encrypted-version
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>
3 years ago[tx-robot] updated from transifex 27711/head
Nextcloud bot [Wed, 30 Jun 2021 02:25:43 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #27551 from nextcloud/backport/26571/stable21
blizzz [Tue, 29 Jun 2021 21:38:53 +0000 (23:38 +0200)]
Merge pull request #27551 from nextcloud/backport/26571/stable21

[stable21] Only allow removing existing shares that would not be allowed due to reshare restrictions

3 years agoHandle single action unshare 27551/head
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>
3 years agoOnly allow removing existing shares that would not be allowed due to reshare restrictions
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>
3 years agoWhen changing the share owner, downgrade permissions where needed
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>
3 years agoDrop share if moved to a parent share that does not allow resharing
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>
3 years agoMerge pull request #27703 from nextcloud/backport/27698/stable21
John Molakvoæ [Tue, 29 Jun 2021 06:27:44 +0000 (08:27 +0200)]
Merge pull request #27703 from nextcloud/backport/27698/stable21

[stable21] LDAP: determine shares of offline users only when needed

3 years agoLDAP: determine shares of offline users only when needed 27703/head
Arthur Schiwon [Mon, 28 Jun 2021 10:56:37 +0000 (12:56 +0200)]
LDAP: determine shares of offline users only when needed

- determine shares may via Sharing code result in user exists checks
- this may result in an infinite loop when user exists was called before
- the info is really only required at one occ command

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agoMerge pull request #27679 from nextcloud/backport/27675/stable21
John Molakvoæ [Mon, 28 Jun 2021 05:43:09 +0000 (07:43 +0200)]
Merge pull request #27679 from nextcloud/backport/27675/stable21

[stable21] Validate the theming color also on CLI

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

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

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

3 years agoValidate the theming color also on CLI 27679/head
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>
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>