]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years agocatch any exception for transaction control 33408/head
Arthur Schiwon [Wed, 6 Jul 2022 14:13:59 +0000 (16:13 +0200)]
catch any exception for transaction control

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoDAV custom props: catch Exception and rollback transaction in case
Arthur Schiwon [Fri, 1 Jul 2022 20:44:20 +0000 (22:44 +0200)]
DAV custom props: catch Exception and rollback transaction in case

- before exceptions were not caught, a started transaction might not have
  been finished
- also resolve depractions and use IQueryBuilder

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoMerge pull request #33366 from nextcloud/vincentdabot/npm_and_yarn/stable23/underscor...
Joas Schilling [Wed, 27 Jul 2022 19:54:13 +0000 (21:54 +0200)]
Merge pull request #33366 from nextcloud/vincentdabot/npm_and_yarn/stable23/underscore-1.12.1

[stable23] Bump underscore from 1.12.0 to 1.12.1

2 years agoFix core tests by stubbing debounce 33366/head
Vincent Petry [Tue, 26 Jul 2022 13:44:57 +0000 (15:44 +0200)]
Fix core tests by stubbing debounce

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoBump underscore from 1.12.0 to 1.12.1
Vincent Petry [Tue, 26 Jul 2022 20:39:38 +0000 (22:39 +0200)]
Bump underscore from 1.12.0 to 1.12.1

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #33348 from nextcloud/dependabot/npm_and_yarn/stable23/dompurify...
Vincent Petry [Tue, 26 Jul 2022 20:50:41 +0000 (22:50 +0200)]
Merge pull request #33348 from nextcloud/dependabot/npm_and_yarn/stable23/dompurify-2.3.10

Bump dompurify from 2.3.8 to 2.3.10

2 years agoMerge pull request #33351 from nextcloud/backport/33315/stable23
Vincent Petry [Tue, 26 Jul 2022 20:49:57 +0000 (22:49 +0200)]
Merge pull request #33351 from nextcloud/backport/33315/stable23

[stable23] Reset user status based on message ID only

2 years agoMerge pull request #33365 from nextcloud/backport/33341/stable23
Anna [Tue, 26 Jul 2022 18:56:14 +0000 (20:56 +0200)]
Merge pull request #33365 from nextcloud/backport/33341/stable23

[stable23] Don't try to purge objects from the birthday calendar when it doesn't exist

2 years agoDon't try to purge objects from the birthday calendar when it doesn't exist 33365/head
Thomas Citharel [Mon, 25 Jul 2022 13:15:14 +0000 (15:15 +0200)]
Don't try to purge objects from the birthday calendar when it doesn't exist

Doesn't matter much as it's been recreated afterwards with (ensureCalendarExists).

Closes #29617

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2 years agoReset user status based on message ID only 33351/head
Joas Schilling [Fri, 22 Jul 2022 09:02:37 +0000 (11:02 +0200)]
Reset user status based on message ID only

Since some statuses (call) can occure with different status
(away and dnd) we need to reset only based on the message id.
But as it can not be set by the user this is still save and okay.

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #33344 from nextcloud/backport/33129/stable23
Joas Schilling [Tue, 26 Jul 2022 07:44:15 +0000 (09:44 +0200)]
Merge pull request #33344 from nextcloud/backport/33129/stable23

[stable23] Fix reading blob data as resource

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 26 Jul 2022 02:27:06 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoBump dompurify from 2.3.8 to 2.3.10 33348/head
dependabot[bot] [Mon, 25 Jul 2022 18:38:23 +0000 (18:38 +0000)]
Bump dompurify from 2.3.8 to 2.3.10

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

---
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: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoFix reading blob data as resource 33344/head
Thomas Citharel [Wed, 6 Jul 2022 07:53:59 +0000 (09:53 +0200)]
Fix reading blob data as resource

PostgreSQL returns data as resource when using IQueryBuilder::PARAM_LOB
(which is used for QBMapper).

Previously we just converted this resource using settype, which produced
things like "Resource id #14" instead of the actual resource data.

Now we read the stream correctly if the returned data is a resource

See context at #22472

Fixes #22439

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 25 Jul 2022 02:27:25 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 24 Jul 2022 02:28:05 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 23 Jul 2022 02:26:34 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #33253 from nextcloud/backport/32963/stable23
blizzz [Fri, 22 Jul 2022 21:55:19 +0000 (23:55 +0200)]
Merge pull request #33253 from nextcloud/backport/32963/stable23

[stable23] also use nextcloud certificate bundle when downloading from s3

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 22 Jul 2022 02:25:35 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 21 Jul 2022 02:27:08 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 20 Jul 2022 02:26:03 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #33277 from nextcloud/backport/33270/stable23
blizzz [Tue, 19 Jul 2022 07:58:45 +0000 (09:58 +0200)]
Merge pull request #33277 from nextcloud/backport/33270/stable23

[stable23] fix loading legacy app.php with multi app dir

2 years agofix loading legacy app.php with multi app dir 33277/head
Arthur Schiwon [Mon, 18 Jul 2022 18:19:02 +0000 (20:19 +0200)]
fix loading legacy app.php with multi app dir

- requireAppFile() only appends /appinfo/app.php
- without the absolute path, require_once looks into include_path
- the first match in inlcude_path however migth be different from appPath
- fixed by providing the tested(!), full path to the app

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 19 Jul 2022 02:26:06 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #33257 from nextcloud/release/23.0.7 v23.0.7
blizzz [Mon, 18 Jul 2022 11:52:36 +0000 (13:52 +0200)]
Merge pull request #33257 from nextcloud/release/23.0.7

23.0.7

2 years ago23.0.7 33257/head
Arthur Schiwon [Mon, 18 Jul 2022 10:03:11 +0000 (12:03 +0200)]
23.0.7

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoonly use nextcloud bundle when explicitly enabled 33253/head
Robin Appelman [Tue, 5 Jul 2022 14:06:55 +0000 (16:06 +0200)]
only use nextcloud bundle when explicitly enabled

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoalso use nextcloud certificate bundle when downloading from s3
Robin Appelman [Tue, 21 Jun 2022 14:50:06 +0000 (16:50 +0200)]
also use nextcloud certificate bundle when downloading from s3

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 18 Jul 2022 02:25:16 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 17 Jul 2022 02:25:02 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 16 Jul 2022 02:25:52 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 15 Jul 2022 02:27:57 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #33150 from nextcloud/automated/noid/stable23-update-psalm-baseline
Carl Schwan [Thu, 14 Jul 2022 08:12:31 +0000 (10:12 +0200)]
Merge pull request #33150 from nextcloud/automated/noid/stable23-update-psalm-baseline

[stable23] Update psalm-baseline.xml

2 years agoUpdate psalm baseline 33150/head
nextcloud-command [Thu, 14 Jul 2022 04:28:50 +0000 (04:28 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 14 Jul 2022 02:25:42 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 13 Jul 2022 02:25:07 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 12 Jul 2022 02:23:49 +0000 (02:23 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 11 Jul 2022 02:24:49 +0000 (02:24 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 10 Jul 2022 02:25:48 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 9 Jul 2022 02:24:51 +0000 (02:24 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #33168 from nextcloud/release/23.0.7_rc2 v23.0.7rc2
John Molakvoæ [Fri, 8 Jul 2022 09:19:18 +0000 (11:19 +0200)]
Merge pull request #33168 from nextcloud/release/23.0.7_rc2

2 years ago23.0.7 RC2 33168/head
John Molakvoæ [Fri, 8 Jul 2022 08:05:46 +0000 (10:05 +0200)]
23.0.7 RC2

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoMerge pull request #33158 from nextcloud/backport/33153/stable23
John Molakvoæ [Fri, 8 Jul 2022 06:28:39 +0000 (08:28 +0200)]
Merge pull request #33158 from nextcloud/backport/33153/stable23

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 8 Jul 2022 02:24:59 +0000 (02:24 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #33123 from nextcloud/release/23.0.7_rc1 v23.0.7rc1
John Molakvoæ [Thu, 7 Jul 2022 12:46:31 +0000 (14:46 +0200)]
Merge pull request #33123 from nextcloud/release/23.0.7_rc1

2 years agoMerge pull request #32987 from nextcloud/backport/stable23/31771
blizzz [Thu, 7 Jul 2022 10:02:09 +0000 (12:02 +0200)]
Merge pull request #32987 from nextcloud/backport/stable23/31771

[stable23] Fix hook encryption with cron job

2 years agoMerge pull request #32529 from nextcloud/dependabot/npm_and_yarn/stable23/vue-router...
blizzz [Thu, 7 Jul 2022 10:00:52 +0000 (12:00 +0200)]
Merge pull request #32529 from nextcloud/dependabot/npm_and_yarn/stable23/vue-router-3.5.4

Bump vue-router from 3.5.3 to 3.5.4

2 years agoMerge pull request #33035 from nextcloud/backport/31345/stable23
John Molakvoæ [Thu, 7 Jul 2022 09:49:31 +0000 (11:49 +0200)]
Merge pull request #33035 from nextcloud/backport/31345/stable23

2 years agoMerge pull request #32919 from nextcloud/backport/32874/stable23
John Molakvoæ [Thu, 7 Jul 2022 09:49:21 +0000 (11:49 +0200)]
Merge pull request #32919 from nextcloud/backport/32874/stable23

2 years agoOnly ignore attempts of the same action 33158/head
Joas Schilling [Thu, 7 Jul 2022 07:35:14 +0000 (09:35 +0200)]
Only ignore attempts of the same action

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #33114 from nextcloud/backport/stable23/31194
Carl Schwan [Thu, 7 Jul 2022 07:12:38 +0000 (09:12 +0200)]
Merge pull request #33114 from nextcloud/backport/stable23/31194

[stable23] Allow to disable password policy enforcement for selected groups

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 7 Jul 2022 02:24:58 +0000 (02:24 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #33144 from nextcloud/backport/33052/stable23
Pytal [Wed, 6 Jul 2022 22:39:28 +0000 (15:39 -0700)]
Merge pull request #33144 from nextcloud/backport/33052/stable23

2 years agoFix unit tests 33144/head
Joas Schilling [Wed, 6 Jul 2022 12:27:18 +0000 (14:27 +0200)]
Fix unit tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoPrevent duplicate set display name request
Christopher Ng [Tue, 28 Jun 2022 18:09:39 +0000 (18:09 +0000)]
Prevent duplicate set display name request

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoDo not save invalid display name to the database
Christopher Ng [Tue, 28 Jun 2022 18:03:15 +0000 (18:03 +0000)]
Do not save invalid display name to the database

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoMerge pull request #33133 from nextcloud/backport/32993/stable23
blizzz [Wed, 6 Jul 2022 19:53:29 +0000 (21:53 +0200)]
Merge pull request #33133 from nextcloud/backport/32993/stable23

[stable23] Fixes for quota text in navigation bar

2 years agoBump vue-router from 3.5.3 to 3.5.4 32529/head
dependabot[bot] [Wed, 6 Jul 2022 11:56:50 +0000 (11:56 +0000)]
Bump vue-router from 3.5.3 to 3.5.4

Bumps [vue-router](https://github.com/vuejs/router) from 3.5.3 to 3.5.4.
- [Release notes](https://github.com/vuejs/router/releases)
- [Changelog](https://github.com/vuejs/router/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/router/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoFix hook encryption with cron job 32987/head
Carl Schwan [Thu, 31 Mar 2022 09:18:03 +0000 (11:18 +0200)]
Fix hook encryption with cron job

Make sure the setup fs is set before using the Update service

Backport of #29674

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoFix quota text not updated after copying or moving a file 33133/head
Daniel Calviño Sánchez [Thu, 23 Jun 2022 11:24:58 +0000 (13:24 +0200)]
Fix quota text not updated after copying or moving a file

Note that the quota may change too when files are moved if the file is
moved, for example, to or from a folder shared by other user.

Besides the quota the storage statistics are also updated, similar to
what is done when a file is deleted.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2 years agoFix quota text not updated when no quota is set
Daniel Calviño Sánchez [Thu, 23 Jun 2022 11:24:35 +0000 (13:24 +0200)]
Fix quota text not updated when no quota is set

The JavaScript code that updates the quota text expects the element to
have "quotatext" as id.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2 years agoFix quota text shown escaped
Daniel Calviño Sánchez [Thu, 23 Jun 2022 11:24:04 +0000 (13:24 +0200)]
Fix quota text shown escaped

"t()" escapes and sanitizes the returned text by default, so strings
like "<" are converted to "&lt;". However, the "jQuery.text()" parameter
does not need to be escaped, as "&lt;" is shown literally as "&lt;"
rather than "<". Now "jQuery.html()" is used instead, which "unescapes"
the given text and sets it as a new text node (as the text in the
parameter does not contain markup for elements, only text).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2 years agoMerge pull request #33120 from nextcloud/backport/33109/stable23
blizzz [Wed, 6 Jul 2022 12:02:58 +0000 (14:02 +0200)]
Merge pull request #33120 from nextcloud/backport/33109/stable23

[stable23] Fix translation of home breadcrumb

2 years agoMerge pull request #33018 from nextcloud/dependabot/composer/build/integration/stable...
blizzz [Wed, 6 Jul 2022 12:01:16 +0000 (14:01 +0200)]
Merge pull request #33018 from nextcloud/dependabot/composer/build/integration/stable23/guzzlehttp/guzzle-6.5.8

Update guzzlehttp/guzzle requirement from 6.5.7 to 6.5.8 in /build/integration

2 years agoMerge pull request #32890 from nextcloud/backport/32584/stable23
blizzz [Wed, 6 Jul 2022 11:59:12 +0000 (13:59 +0200)]
Merge pull request #32890 from nextcloud/backport/32584/stable23

[stable23] Make sure ResetTokenBackgroundJob doesn't execute if config is read-only

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 6 Jul 2022 02:23:59 +0000 (02:23 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #33024 from nextcloud/backport/29862/stable23
Carl Schwan [Tue, 5 Jul 2022 20:22:14 +0000 (22:22 +0200)]
Merge pull request #33024 from nextcloud/backport/29862/stable23

[stable23] Avoid deprecation warnings about libxml_disable_entity_loader in PHP 8+

2 years agoMerge pull request #33116 from nextcloud/backport/33113/stable23
Carl Schwan [Tue, 5 Jul 2022 20:20:26 +0000 (22:20 +0200)]
Merge pull request #33116 from nextcloud/backport/33113/stable23

[stable23] Remove .php from ajax url

2 years ago23.0.7 RC1 33123/head
John Molakvoæ [Tue, 5 Jul 2022 18:41:56 +0000 (20:41 +0200)]
23.0.7 RC1

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoFix translation of home breadcrumb 33120/head
Christopher Ng [Mon, 4 Jul 2022 22:29:52 +0000 (22:29 +0000)]
Fix translation of home breadcrumb

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoadd missing GET param to getstoragestats url 33116/head
Julien Veyssier [Tue, 5 Jul 2022 11:43:58 +0000 (13:43 +0200)]
add missing GET param to getstoragestats url

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
(cherry picked from commit ca6a7245032e87f6d7f65c8e796cc0f176659677)

2 years agoFix 404 when using index.php in the url
Carl Schwan [Tue, 5 Jul 2022 11:16:32 +0000 (13:16 +0200)]
Fix 404 when using index.php in the url

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
(cherry picked from commit ee793572cb9acc9d688b1ff191a59e8699af9da1)

2 years agoRemove .php from url
Carl Schwan [Tue, 21 Jun 2022 14:44:37 +0000 (16:44 +0200)]
Remove .php from url

Probably here for legacy reasons, but it is a bit weird to call an .php
endpoint that doesn't correspond to a .php file

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
(cherry picked from commit c7931086cc557211073540cf13e2af4c5afaaad3)

2 years agoAllow to disable password policy enforcement for selected groups 33114/head
Carl Schwan [Tue, 15 Feb 2022 16:45:09 +0000 (17:45 +0100)]
Allow to disable password policy enforcement for selected groups

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Co-authored-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #33004 from nextcloud/backport/32719/stable23
blizzz [Tue, 5 Jul 2022 10:55:19 +0000 (12:55 +0200)]
Merge pull request #33004 from nextcloud/backport/32719/stable23

[stable23] Fix email shares not being shown to other users

2 years agoMerge pull request #32792 from nextcloud/backport/32675/stable23
blizzz [Tue, 5 Jul 2022 10:52:32 +0000 (12:52 +0200)]
Merge pull request #32792 from nextcloud/backport/32675/stable23

[stable23] Validate custom dashboard background image

2 years agoMerge pull request #32975 from nextcloud/backport/32016/stable23
blizzz [Tue, 5 Jul 2022 10:31:26 +0000 (12:31 +0200)]
Merge pull request #32975 from nextcloud/backport/32016/stable23

[stable23] Use stored user for PasswordUpdatedEvent

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 5 Jul 2022 02:23:44 +0000 (02:23 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 4 Jul 2022 02:23:55 +0000 (02:23 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 3 Jul 2022 02:22:56 +0000 (02:22 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 2 Jul 2022 02:25:16 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #33059 from nextcloud/backport/33050/stable23
Tobias Kaminsky [Fri, 1 Jul 2022 08:40:49 +0000 (10:40 +0200)]
Merge pull request #33059 from nextcloud/backport/33050/stable23

[stable23] Check whether entry is of type ICacheEntry in Cache->remove()

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 1 Jul 2022 02:34:54 +0000 (02:34 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoCheck whether entry is of type ICacheEntry in Cache->remove() 33059/head
Jonas [Tue, 28 Jun 2022 14:27:09 +0000 (15:27 +0100)]
Check whether entry is of type ICacheEntry in Cache->remove()

In some scenarios (file not in cache, but partial data of it in the
object), Cache->get() might return an array, which leads to errors like
"Call to a member function getId() on array".

So check whether the returned entry is of type ICacheEntry before doing
operations on it in Cache->remove().

Fixes: #33023
Signed-off-by: Jonas <jonas@freesources.org>
2 years agoMerge pull request #33070 from nextcloud/backport/33065/stable23
Carl Schwan [Thu, 30 Jun 2022 08:19:01 +0000 (10:19 +0200)]
Merge pull request #33070 from nextcloud/backport/33065/stable23

[stable23] Fix detection of firefox in ContentSecurityPolicyNonceManager

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 30 Jun 2022 02:24:06 +0000 (02:24 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix detection of firefox in ContentSecurityPolicyNonceManager 33070/head
Carl Schwan [Wed, 29 Jun 2022 15:05:48 +0000 (17:05 +0200)]
Fix detection of firefox in ContentSecurityPolicyNonceManager

Reuse Request::USER_AGENT_FIREFOX, and also update the safari detection
since safari < 12 is not supported anymore and we can remove a bit of
code duplication

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #33010 from nextcloud/dependabot/composer/stable23/guzzlehttp...
Carl Schwan [Wed, 29 Jun 2022 10:21:02 +0000 (12:21 +0200)]
Merge pull request #33010 from nextcloud/dependabot/composer/stable23/guzzlehttp/guzzle-7.4.5

[stable23] Bump guzzlehttp/guzzle (7.3.0 => 7.4.5)

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 29 Jun 2022 02:27:49 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoAvoid deprecation warnings about libxml_disable_entity_loader in PHP 8.1 33024/head
Côme Chilliet [Thu, 16 Dec 2021 09:35:03 +0000 (10:35 +0100)]
Avoid deprecation warnings about libxml_disable_entity_loader in PHP 8.1

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #33029 from nextcloud/backport/32998/stable23
Louis [Tue, 28 Jun 2022 09:41:25 +0000 (11:41 +0200)]
Merge pull request #33029 from nextcloud/backport/32998/stable23

[stable23] Rename setting name to reduce its length

2 years agoBump guzzlehttp/guzzle (7.3.0 => 7.4.5) 33010/head
Carl Schwan [Fri, 24 Jun 2022 14:11:16 +0000 (16:11 +0200)]
Bump guzzlehttp/guzzle (7.3.0 => 7.4.5)

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoRename setting name to reduce its length 33029/head
Louis Chemineau [Mon, 27 Jun 2022 10:19:09 +0000 (12:19 +0200)]
Rename setting name to reduce its length

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 28 Jun 2022 02:28:45 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoUse unique key to prevent email component reuse 33035/head
Christopher Ng [Wed, 2 Mar 2022 20:00:33 +0000 (20:00 +0000)]
Use unique key to prevent email component reuse

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
(cherry picked from commit 9455cd74dfe6b966acc0905971e62853bdae4169)
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #33030 from nextcloud/backport/32968/stable23
Simon L [Mon, 27 Jun 2022 17:01:52 +0000 (19:01 +0200)]
Merge pull request #33030 from nextcloud/backport/32968/stable23

[stable23] Do not display the buffer_size info if the size is already set to a c…

2 years agodo not display the buffer_size info if the size is already set to a certain threshold 33030/head
szaimen [Thu, 16 Jun 2022 15:53:23 +0000 (17:53 +0200)]
do not display the buffer_size info if the size is already set to a certain threshold

Signed-off-by: szaimen <szaimen@e.mail.de>
Co-Authored-By: MichaIng <micha@dietpi.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 27 Jun 2022 02:27:35 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 25 Jun 2022 02:27:51 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoUpdate guzzlehttp/guzzle requirement in /build/integration 33018/head
dependabot[bot] [Sat, 25 Jun 2022 01:10:16 +0000 (01:10 +0000)]
Update guzzlehttp/guzzle requirement in /build/integration

Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/6.5.8/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/6.5.7...6.5.8)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>