]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years agoFix quota text not updated after copying or moving a file 33125/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 #33113 from nextcloud/fix/stable24/ajax-file
Carl Schwan [Tue, 5 Jul 2022 15:51:40 +0000 (17:51 +0200)]
Merge pull request #33113 from nextcloud/fix/stable24/ajax-file

[stable24] Remove .php from ajax url

2 years agoadd missing GET param to getstoragestats url 33113/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 agoMerge pull request #32974 from nextcloud/backport/32016/stable24
blizzz [Tue, 5 Jul 2022 10:31:55 +0000 (12:31 +0200)]
Merge pull request #32974 from nextcloud/backport/32016/stable24

[stable24] Use stored user for PasswordUpdatedEvent

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 5 Jul 2022 02:23:36 +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:43 +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:48 +0000 (02:22 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #33026 from nextcloud/dependabot/npm_and_yarn/stable24/sass-1...
Carl Schwan [Sat, 2 Jul 2022 16:27:43 +0000 (18:27 +0200)]
Merge pull request #33026 from nextcloud/dependabot/npm_and_yarn/stable24/sass-1.50.1

Bump sass from 1.50.0 to 1.50.1

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #33078 from nextcloud/backport/32924/stable24
Carl Schwan [Fri, 1 Jul 2022 13:07:55 +0000 (15:07 +0200)]
Merge pull request #33078 from nextcloud/backport/32924/stable24

[stable24] Enable binary protocol again

2 years agoMerge pull request #33058 from nextcloud/backport/33050/stable24
Tobias Kaminsky [Fri, 1 Jul 2022 08:40:40 +0000 (10:40 +0200)]
Merge pull request #33058 from nextcloud/backport/33050/stable24

[stable24] 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:45 +0000 (02:34 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agomemcached should not throw arbitrary exceptions 33078/head
Arthur Schiwon [Fri, 17 Jun 2022 16:09:35 +0000 (18:09 +0200)]
memcached should not throw arbitrary exceptions

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoEnable binary protocol again
Carl Schwan [Fri, 17 Jun 2022 15:24:24 +0000 (17:24 +0200)]
Enable binary protocol again

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoCheck whether entry is of type ICacheEntry in Cache->remove() 33058/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 #33069 from nextcloud/backport/33065/stable24
Carl Schwan [Thu, 30 Jun 2022 08:19:22 +0000 (10:19 +0200)]
Merge pull request #33069 from nextcloud/backport/33065/stable24

[stable24] Fix detection of firefox in ContentSecurityPolicyNonceManager

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix detection of firefox in ContentSecurityPolicyNonceManager 33069/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 #33009 from nextcloud/dependabot/composer/stable24/guzzlehttp...
Carl Schwan [Wed, 29 Jun 2022 11:47:22 +0000 (13:47 +0200)]
Merge pull request #33009 from nextcloud/dependabot/composer/stable24/guzzlehttp/guzzle-7.4.5

[stable24] Bump guzzlehttp/guzzle from 7.4.0 to 7.4.5

2 years agoBump guzzlehttp/guzzle from 7.4.4 to 7.4.5 33009/head
Carl Schwan [Fri, 24 Jun 2022 13:48:58 +0000 (15:48 +0200)]
Bump guzzlehttp/guzzle from 7.4.4 to 7.4.5

See https://github.com/nextcloud/3rdparty/pull/1090

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 29 Jun 2022 02:27:38 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #33049 from nextcloud/backport/32982/stable24
Carl Schwan [Tue, 28 Jun 2022 19:46:42 +0000 (21:46 +0200)]
Merge pull request #33049 from nextcloud/backport/32982/stable24

[stable24] Fix metadata extraction

2 years agoMerge pull request #32791 from nextcloud/backport/32675/stable24
blizzz [Tue, 28 Jun 2022 15:02:26 +0000 (17:02 +0200)]
Merge pull request #32791 from nextcloud/backport/32675/stable24

[stable24] Validate custom dashboard background image

2 years agoMerge pull request #33028 from nextcloud/backport/32998/stable24
blizzz [Tue, 28 Jun 2022 14:59:48 +0000 (16:59 +0200)]
Merge pull request #33028 from nextcloud/backport/32998/stable24

[stable24] Rename setting name to reduce its length

2 years agoFix metadata extraction 33049/head
Carl Schwan [Wed, 22 Jun 2022 15:27:09 +0000 (17:27 +0200)]
Fix metadata extraction

The metadata extraction only happens when the size is not equal to 0,
but due to a regression in FileInfo the size is always zero.

This fix the regression.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #32858 from nextcloud/backport/32800/stable24
blizzz [Tue, 28 Jun 2022 10:09:09 +0000 (12:09 +0200)]
Merge pull request #32858 from nextcloud/backport/32800/stable24

[stable24] Don't spam the log with fatals when maintenance mode is enabled or an…

2 years agoRename setting name to reduce its length 33028/head
Louis Chemineau [Thu, 23 Jun 2022 15:51:03 +0000 (17:51 +0200)]
Rename setting name to reduce its length

Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoBump sass from 1.50.0 to 1.50.1 33026/head
dependabot[bot] [Tue, 28 Jun 2022 08:44:31 +0000 (08:44 +0000)]
Bump sass from 1.50.0 to 1.50.1

Bumps [sass](https://github.com/sass/dart-sass) from 1.50.0 to 1.50.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.50.0...1.50.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge pull request #33019 from nextcloud/dependabot/composer/build/integration/stable...
Carl Schwan [Tue, 28 Jun 2022 08:44:00 +0000 (10:44 +0200)]
Merge pull request #33019 from nextcloud/dependabot/composer/build/integration/stable24/guzzlehttp/guzzle-7.4.5

Update guzzlehttp/guzzle requirement from 7.4.4 to 7.4.5 in /build/integration

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 28 Jun 2022 02:28:38 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32968 from nextcloud/backport/32902/stable24
Simon L [Mon, 27 Jun 2022 12:14:59 +0000 (14:14 +0200)]
Merge pull request #32968 from nextcloud/backport/32902/stable24

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

2 years agoMerge pull request #32819 from nextcloud/dependabot/npm_and_yarn/stable24/webpack...
blizzz [Mon, 27 Jun 2022 09:05:44 +0000 (11:05 +0200)]
Merge pull request #32819 from nextcloud/dependabot/npm_and_yarn/stable24/webpack-5.72.1

Bump webpack from 5.72.0 to 5.72.1

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 27 Jun 2022 02:27:28 +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 33019/head
dependabot[bot] [Sat, 25 Jun 2022 02:36:02 +0000 (02:36 +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/master/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.4.4...7.4.5)

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

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32990 from nextcloud/backport/32988/stable24
blizzz [Fri, 24 Jun 2022 09:29:13 +0000 (11:29 +0200)]
Merge pull request #32990 from nextcloud/backport/32988/stable24

[stable24] Improve local domain detection

2 years agoMerge pull request #32940 from nextcloud/backport/32719/stable24
blizzz [Fri, 24 Jun 2022 08:53:19 +0000 (10:53 +0200)]
Merge pull request #32940 from nextcloud/backport/32719/stable24

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

2 years agoMerge pull request #32939 from nextcloud/backport/32910/stable24
blizzz [Fri, 24 Jun 2022 08:20:03 +0000 (10:20 +0200)]
Merge pull request #32939 from nextcloud/backport/32910/stable24

[stable24] Fix profiler trying to serialize invalid utf8

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 24 Jun 2022 02:27:23 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoImprove local domain detection 32990/head
Côme Chilliet [Thu, 23 Jun 2022 09:45:16 +0000 (11:45 +0200)]
Improve local domain detection

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 23 Jun 2022 02:27:44 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoBump webpack from 5.72.0 to 5.72.1 32819/head
dependabot[bot] [Tue, 21 Jun 2022 16:57:32 +0000 (16:57 +0000)]
Bump webpack from 5.72.0 to 5.72.1

Bumps [webpack](https://github.com/webpack/webpack) from 5.72.0 to 5.72.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.72.0...v5.72.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  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 agoUse stored user for PasswordUpdatedEvent 32974/head
Louis Chemineau [Tue, 19 Apr 2022 13:56:56 +0000 (15:56 +0200)]
Use stored user  for PasswordUpdatedEvent

When handling PasswordUpdatedEvent event, we are calling getLoginName which does not exists.

This PR adds a condition to use the previously stored user when handling PasswordUpdatedEvent.

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agodo not display the buffer_size info if the size is already set to a certain threshold 32968/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 agoMerge pull request #32894 from nextcloud/backport/32878/stable24
blizzz [Tue, 21 Jun 2022 16:53:47 +0000 (18:53 +0200)]
Merge pull request #32894 from nextcloud/backport/32878/stable24

[stable24] Fix default toast message for failed uploads with HTTP/2

2 years agoMerge pull request #32870 from nextcloud/backport/32813/stable24
blizzz [Tue, 21 Jun 2022 16:52:44 +0000 (18:52 +0200)]
Merge pull request #32870 from nextcloud/backport/32813/stable24

[stable24] Run php tests when 3rdparty changed

2 years agoFix email shares not being shown to other users 32940/head
Richard Steinmetz [Fri, 3 Jun 2022 13:27:11 +0000 (15:27 +0200)]
Fix email shares not being shown to other users

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2 years agoMerge pull request #32824 from nextcloud/automated/noid/stable24-update-psalm-baseline
Carl Schwan [Tue, 21 Jun 2022 08:34:26 +0000 (10:34 +0200)]
Merge pull request #32824 from nextcloud/automated/noid/stable24-update-psalm-baseline

[stable24] Update psalm-baseline.xml

2 years agoUpdate psalm baseline 32824/head
nextcloud-command [Tue, 21 Jun 2022 04:21:04 +0000 (04:21 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 21 Jun 2022 02:29:03 +0000 (02:29 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32916 from nextcloud/release/24.0.2 v24.0.2
blizzz [Mon, 20 Jun 2022 14:59:18 +0000 (16:59 +0200)]
Merge pull request #32916 from nextcloud/release/24.0.2

24.0.2

2 years agoFix profiler trying to serialize invalid utf8 32939/head
Carl Schwan [Fri, 17 Jun 2022 08:23:03 +0000 (10:23 +0200)]
Fix profiler trying to serialize invalid utf8

The cookie value contains invalid utf8 characters most of the time so
let's just ignore it as it is also not that interesting to analyse.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years ago24.0.2 32916/head
Arthur Schiwon [Fri, 17 Jun 2022 10:23:42 +0000 (12:23 +0200)]
24.0.2

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 20 Jun 2022 02:27:33 +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, 19 Jun 2022 02:27:58 +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, 18 Jun 2022 02:27:34 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32904 from nextcloud/backport/32898/stable24
blizzz [Fri, 17 Jun 2022 12:22:32 +0000 (14:22 +0200)]
Merge pull request #32904 from nextcloud/backport/32898/stable24

[stable24] Fix logger overwriting vars in some circumstances

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 17 Jun 2022 02:27:53 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agomake placeholder a const for reuse 32904/head
Arthur Schiwon [Thu, 16 Jun 2022 11:50:59 +0000 (13:50 +0200)]
make placeholder a const for reuse

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agofix overwriting original vars when logging
Arthur Schiwon [Thu, 16 Jun 2022 11:30:52 +0000 (13:30 +0200)]
fix overwriting original vars when logging

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoadd serializer test
Arthur Schiwon [Wed, 15 Jun 2022 11:54:54 +0000 (13:54 +0200)]
add serializer test

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 16 Jun 2022 02:27:41 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix default toast message for failed uploads with HTTP/2 32894/head
Daniel Calviño Sánchez [Tue, 14 Jun 2022 14:07:35 +0000 (16:07 +0200)]
Fix default toast message for failed uploads with HTTP/2

When an upload fails a toast is shown with either a specific message or
just the textual part of the HTTP error code (which comes from the
upload failure handler and set by "jQuery.ajax()". However, if there
is neither a message nor an error then the toast will show the default
message from the Toastify-js library, which is an undescriptive "Hi
there!".

When HTTP/2 is used Chromium does not provide the textual part of the
HTTP error code, so when an upload fails the toast can receive an empty
message and thus just show "Hi there!". Now an explicit message is
provided as a fallback to prevent that.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 15 Jun 2022 02:28:05 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoRun php tests when 3rdparty changed 32870/head
Daniel Kesselberg [Fri, 10 Jun 2022 12:13:57 +0000 (14:13 +0200)]
Run php tests when 3rdparty changed

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 14 Jun 2022 02:28:25 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32785 from nextcloud/release/24.0.2_rc1 v24.0.2rc1
blizzz [Mon, 13 Jun 2022 12:08:38 +0000 (14:08 +0200)]
Merge pull request #32785 from nextcloud/release/24.0.2_rc1

24.0.2 RC1

2 years agoMerge pull request #32854 from nextcloud/backport/32843/stable24
blizzz [Mon, 13 Jun 2022 10:44:44 +0000 (12:44 +0200)]
Merge pull request #32854 from nextcloud/backport/32843/stable24

[stable24] Correctly log failed attempts

2 years agoDon't spam the log with fatals when maintenance mode is enabled or an upgrade has... 32858/head
Joas Schilling [Thu, 9 Jun 2022 22:36:52 +0000 (00:36 +0200)]
Don't spam the log with fatals when maintenance mode is enabled or an upgrade has to be done

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #32848 from nextcloud/backport/32806/stable24
blizzz [Mon, 13 Jun 2022 09:28:19 +0000 (11:28 +0200)]
Merge pull request #32848 from nextcloud/backport/32806/stable24

[stable24] Revert "Remove inefficient fed share scanner"

2 years agoMerge pull request #32841 from nextcloud/backport-32059-stable24
blizzz [Mon, 13 Jun 2022 09:26:47 +0000 (11:26 +0200)]
Merge pull request #32841 from nextcloud/backport-32059-stable24

[stable24] Fix issue #31692 of occ files:scan

2 years agoCorrectly log failed attempts 32854/head
Joas Schilling [Mon, 13 Jun 2022 07:30:51 +0000 (09:30 +0200)]
Correctly log failed attempts

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoRevert "Remove inefficient fed share scanner" 32848/head
Carl Schwan [Fri, 10 Jun 2022 08:29:23 +0000 (10:29 +0200)]
Revert "Remove inefficient fed share scanner"

This reverts commit ce319143142e2ee998ef4794b04ad684c4ffa911.

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

2 years agoMerge pull request #32842 from nextcloud/backport/32685/stable24
blizzz [Mon, 13 Jun 2022 07:55:02 +0000 (09:55 +0200)]
Merge pull request #32842 from nextcloud/backport/32685/stable24

[stable24] Fix replacing external storage password during debug log

2 years agoMerge pull request #32833 from nextcloud/backport/32799/stable24
blizzz [Mon, 13 Jun 2022 07:26:47 +0000 (09:26 +0200)]
Merge pull request #32833 from nextcloud/backport/32799/stable24

[stable24] Fix exception handling when profile data is too long

2 years agoFix replacing external storage password during debug log 32842/head
Christoph Wurst [Wed, 1 Jun 2022 08:31:19 +0000 (10:31 +0200)]
Fix replacing external storage password during debug log

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 13 Jun 2022 02:28:24 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix issue #31692 of occ files:scan 32841/head
Richard Steinmetz [Sun, 12 Jun 2022 17:57:07 +0000 (19:57 +0200)]
Fix issue #31692 of occ files:scan

occ files:scan reports error "Implicit conversion from float XXX to int loses precision"

Signed-off-by: cld4h <20869428+cld4h@users.noreply.github.com>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2 years agoMerge pull request #32444 from nextcloud/backport/32357/stable24
blizzz [Sun, 12 Jun 2022 17:54:14 +0000 (19:54 +0200)]
Merge pull request #32444 from nextcloud/backport/32357/stable24

[stable24] remove storage wrappers when deleting the user storage

2 years agoMerge pull request #32416 from nextcloud/dependabot/npm_and_yarn/stable24/dompurify...
blizzz [Sun, 12 Jun 2022 17:53:39 +0000 (19:53 +0200)]
Merge pull request #32416 from nextcloud/dependabot/npm_and_yarn/stable24/dompurify-2.3.8

Bump dompurify from 2.3.6 to 2.3.8

2 years agoBump dompurify from 2.3.6 to 2.3.8 32416/head
dependabot[bot] [Sun, 12 Jun 2022 00:41:43 +0000 (00:41 +0000)]
Bump dompurify from 2.3.6 to 2.3.8

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

---
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 exception handling when profile data is too long 32833/head
Joas Schilling [Thu, 9 Jun 2022 20:07:46 +0000 (22:07 +0200)]
Fix exception handling when profile data is too long

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 12 Jun 2022 02:28:02 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32822 from nextcloud/dependabot/composer/build/integration/stable...
blizzz [Sun, 12 Jun 2022 00:42:55 +0000 (02:42 +0200)]
Merge pull request #32822 from nextcloud/dependabot/composer/build/integration/stable24/guzzlehttp/guzzle-7.4.4

Update guzzlehttp/guzzle requirement from 7.4.3 to 7.4.4 in /build/integration

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 11 Jun 2022 02:28:39 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoUpdate guzzlehttp/guzzle requirement in /build/integration 32822/head
dependabot[bot] [Sat, 11 Jun 2022 01:10:55 +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/master/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.4.3...7.4.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge pull request #32708 from nextcloud/unencrypted-size-24
blizzz [Fri, 10 Jun 2022 22:42:34 +0000 (00:42 +0200)]
Merge pull request #32708 from nextcloud/unencrypted-size-24

[24] store unencrypted size in the unencrypted_size column

2 years agoMerge pull request #32683 from nextcloud/backport/32371/stable24
blizzz [Fri, 10 Jun 2022 22:32:32 +0000 (00:32 +0200)]
Merge pull request #32683 from nextcloud/backport/32371/stable24

[stable24] More meaningfull message when a public authenticated share's password is wrong or has expired.

2 years agoMerge pull request #32603 from nextcloud/backport/32575/stable24
blizzz [Fri, 10 Jun 2022 22:30:28 +0000 (00:30 +0200)]
Merge pull request #32603 from nextcloud/backport/32575/stable24

[stable24] Improve warning about missing pnctl

2 years agoMerge pull request #32585 from nextcloud/backport/32580/stable24
blizzz [Fri, 10 Jun 2022 22:29:15 +0000 (00:29 +0200)]
Merge pull request #32585 from nextcloud/backport/32580/stable24

[stable24] Fix handling events without names in activities

2 years agoMerge pull request #32419 from nextcloud/dependabot/npm_and_yarn/stable24/testing...
blizzz [Fri, 10 Jun 2022 22:27:28 +0000 (00:27 +0200)]
Merge pull request #32419 from nextcloud/dependabot/npm_and_yarn/stable24/testing-library/vue-5.8.3

Bump @testing-library/vue from 5.8.2 to 5.8.3

2 years agoremove storage wrappers when deleting the user storage 32444/head
Robin Appelman [Thu, 12 May 2022 12:40:20 +0000 (14:40 +0200)]
remove storage wrappers when deleting the user storage

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoMerge pull request #32638 from nextcloud/dependabot/composer/build/integration/stable...
blizzz [Fri, 10 Jun 2022 13:54:40 +0000 (15:54 +0200)]
Merge pull request #32638 from nextcloud/dependabot/composer/build/integration/stable24/guzzlehttp/guzzle-7.4.3

Update guzzlehttp/guzzle requirement from 7.4.2 to 7.4.3 in /build/integration

2 years agoMerge pull request #32513 from nextcloud/backport/32496/stable24
Vincent Petry [Fri, 10 Jun 2022 13:39:32 +0000 (15:39 +0200)]
Merge pull request #32513 from nextcloud/backport/32496/stable24

[stable24] Fix crop condition

2 years agoMerge pull request #32657 from nextcloud/backport/32655/stable24
Vincent Petry [Fri, 10 Jun 2022 13:31:58 +0000 (15:31 +0200)]
Merge pull request #32657 from nextcloud/backport/32655/stable24

[stable24] Handle non existing settings again