]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
3 years agoFix active scope not visible in the menu if excluded 26724/head
Daniel Calviño Sánchez [Mon, 1 Feb 2021 02:34:36 +0000 (03:34 +0100)]
Fix active scope not visible in the menu if excluded

Depending on some settings (for example, if lookup server upload is
disabled) some items can be hidden in the scope menu. However, if the
user selected an scope in the past once the settings were changed the
scope was no longer visible in the menu. Now the active scope will be
always visible in the menu, although if it is an excluded scope it will
be disabled. Selecting any other scope will then hide the excluded and
no longer active one.

When upload to the lookup server is disabled the scope menu was hidden
for display name and email in the personal information settings; now the
menu will be always shown to enable the above described behaviour.

Note that the menu will be shown even if there is a single available
scope so the user can read its description.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
3 years agoGuard against null phone number value
Daniel Calviño Sánchez [Sun, 31 Jan 2021 22:53:45 +0000 (23:53 +0100)]
Guard against null phone number value

"parsePhoneNumber()" expects a string, so a TypeError would be thrown if
the phone number value is null.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
3 years agoAdd integration tests for searching users in contacts menu
Daniel Calviño Sánchez [Sun, 31 Jan 2021 22:10:55 +0000 (23:10 +0100)]
Add integration tests for searching users in contacts menu

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
3 years agoFix deleting properties of user settings when not given explicitly
Daniel Calviño Sánchez [Sun, 31 Jan 2021 21:53:48 +0000 (22:53 +0100)]
Fix deleting properties of user settings when not given explicitly

The controller can receive an optional subset of the properties of the
user settings; values not given are set to "null" by default. However,
those null values overwrote the previously existing values, so in
practice any value not given was deleted from the user settings. Now
only non null values overwrite the previous values.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
3 years agoFix TypeError when "email" is not given in the controller request
Daniel Calviño Sánchez [Sun, 31 Jan 2021 13:08:24 +0000 (14:08 +0100)]
Fix TypeError when "email" is not given in the controller request

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
3 years agoRespect additional user settings not covered by the controller
Daniel Calviño Sánchez [Fri, 29 Jan 2021 21:11:16 +0000 (22:11 +0100)]
Respect additional user settings not covered by the controller

"AccountManager::updateUser()" wipes previous user data with whichever
user data is given (except for some adjustments, like resetting the
verified status when needed). As the controller overrode the properties
those properties would lose some of their attributes even if they are
not affected by the changes made by the controller. Now the controller
only modifies the attributes set ("value" and "scope") to prevent that.

Note that with this change the controller no longer removes the
"verified" status, but this is not a problem because, as mentioned,
"AccountManager::updateUser()" resets them when needed (for example,
when the value of the website property changes).

This change is a previous step to fix overwritting properties with null
values, and it will prevent the controller from making unexpected
changes if more attributes are added in the future.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
3 years agoAdd more unit tests for setting user settings
Daniel Calviño Sánchez [Fri, 29 Jan 2021 20:21:54 +0000 (21:21 +0100)]
Add more unit tests for setting user settings

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
3 years agoChange default test data to values less similar to empty values
Daniel Calviño Sánchez [Fri, 29 Jan 2021 19:37:14 +0000 (20:37 +0100)]
Change default test data to values less similar to empty values

Right now it makes no difference, but this should make future tests
clearer, specially in case of failure.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
3 years agoExtract default test data to a helper getter
Daniel Calviño Sánchez [Fri, 29 Jan 2021 19:34:10 +0000 (20:34 +0100)]
Extract default test data to a helper getter

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
3 years agoUse constants from interface rather than class
Daniel Calviño Sánchez [Fri, 29 Jan 2021 19:32:41 +0000 (20:32 +0100)]
Use constants from interface rather than class

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
3 years agoFix avatar actions 26650/head
Joas Schilling [Tue, 15 Jun 2021 09:10:25 +0000 (11:10 +0200)]
Fix avatar actions

Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years agoFix accessibility of federation menu privacy buttons
Jan C. Borchardt [Thu, 15 Apr 2021 16:48:00 +0000 (18:48 +0200)]
Fix accessibility of federation menu privacy buttons

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
3 years agoFix accessibility of profile picture section
Jan C. Borchardt [Thu, 15 Apr 2021 11:22:53 +0000 (13:22 +0200)]
Fix accessibility of profile picture section

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
3 years agoFix missing label of Files navigation sublist toggles
Jan C. Borchardt [Tue, 13 Apr 2021 18:26:47 +0000 (20:26 +0200)]
Fix missing label of Files navigation sublist toggles

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
3 years agoFix missing label of grid view toggle
Jan C. Borchardt [Tue, 13 Apr 2021 18:06:48 +0000 (20:06 +0200)]
Fix missing label of grid view toggle

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
3 years agoFix screenreader label of search icon
Jan C. Borchardt [Tue, 13 Apr 2021 18:00:12 +0000 (20:00 +0200)]
Fix screenreader label of search icon

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
3 years agoAdd proper labels for personal settings privacy toggles
Jan C. Borchardt [Tue, 13 Apr 2021 15:35:00 +0000 (17:35 +0200)]
Add proper labels for personal settings privacy toggles

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
3 years agoImprove focus feedback for file list actions
Jan C. Borchardt [Tue, 13 Apr 2021 15:00:15 +0000 (17:00 +0200)]
Improve focus feedback for file list actions

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
3 years agoFix summary footer position and text contrast
Jan C. Borchardt [Mon, 12 Apr 2021 13:17:48 +0000 (15:17 +0200)]
Fix summary footer position and text contrast

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
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 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 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

3 years agoMerge pull request #27124 from nextcloud/backport/26282/stable21
Morris Jobke [Wed, 26 May 2021 18:32:36 +0000 (20:32 +0200)]
Merge pull request #27124 from nextcloud/backport/26282/stable21

[stable21] improve type handling of Avatar::generateAvatarFromSvg

3 years agoimprove type handling of Avatar::generateAvatarFromSv 27124/head
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>
3 years agoMerge pull request #27109 from nextcloud/backport/26466/stable21
Morris Jobke [Wed, 26 May 2021 16:13:25 +0000 (18:13 +0200)]
Merge pull request #27109 from nextcloud/backport/26466/stable21

[stable21] Move remnants of ocs api requests to v2 endpoint

3 years agoAdd DB exception throws tag to QBMapper PHPDoc 27121/head
Anna Larch [Wed, 26 May 2021 13:12:41 +0000 (15:12 +0200)]
Add DB exception throws tag to QBMapper PHPDoc

Signed-off-by: Anna Larch <anna@nextcloud.com>
3 years agoMove remnants of ocs api requests to v2 endpoint 27109/head
John Molakvoæ (skjnldsv) [Fri, 9 Apr 2021 07:59:30 +0000 (09:59 +0200)]
Move remnants of ocs api requests to v2 endpoint

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 26 May 2021 02:28:42 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #27097 from nextcloud/backport/27040/stable21
Morris Jobke [Tue, 25 May 2021 14:31:29 +0000 (16:31 +0200)]
Merge pull request #27097 from nextcloud/backport/27040/stable21

[stable21] Avoid reading ~/.aws/config when using S3 provider

3 years agoAvoid reading ~/.aws/config when using S3 provider 27097/head
Florent [Thu, 8 Oct 2020 08:56:35 +0000 (10:56 +0200)]
Avoid reading ~/.aws/config when using S3 provider

When using S3 storage, we sometimes have open_basedir errors due to aws-sdk-php trying to read ~/.aws/config which is out of open_basedir restrictions.
Christoph Wurst already added csm=false config in #21406 but it wasn't enough, we also need to set use_arn_region=false, added in this commit.

Signed-off-by: Florent <florent@coppint.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 25 May 2021 02:27:32 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

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

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 23 May 2021 02:26:00 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

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

3 years agoMerge pull request #27058 from nextcloud/backport/27032/stable21
blizzz [Fri, 21 May 2021 12:50:04 +0000 (14:50 +0200)]
Merge pull request #27058 from nextcloud/backport/27032/stable21

[stable21] Fix filesize error on log rotation, if file does not exist

3 years agotypo 27058/head
dartcafe [Wed, 19 May 2021 13:46:01 +0000 (15:46 +0200)]
typo

Signed-off-by: dartcafe <github@dartcafe.de>
3 years agofix #25813
dartcafe [Wed, 19 May 2021 11:55:29 +0000 (13:55 +0200)]
fix #25813

Signed-off-by: dartcafe <github@dartcafe.de>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 21 May 2021 02:28:08 +0000 (02:28 +0000)]
[tx-robot] updated from transifex