Carl Schwan
003b2a4e4f
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>
2022-07-06 17:42:49 +02:00
blizzz
63fb2e0281
Merge pull request #32895 from nextcloud/backport/32878/stable23
...
[stable23] Fix default toast message for failed uploads with HTTP/2
2022-06-22 20:12:39 +02:00
Nextcloud bot
b992699569
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-22 02:28:29 +00:00
Daniel Calviño Sánchez
4cd8ad0406
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>
2022-06-21 17:33:59 +00:00
blizzz
e7e782b831
Merge pull request #32871 from nextcloud/backport/32813/stable23
...
[stable23] Run php tests when 3rdparty changed
2022-06-21 18:53:18 +02:00
Nextcloud bot
f7d731abf0
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-21 02:29:11 +00:00
blizzz
a2b1f7c8b7
Merge pull request #32921 from nextcloud/release/23.0.6
...
23.0.6
2022-06-20 13:45:05 +02:00
Arthur Schiwon
0fa6f90687
23.0.6
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-06-20 07:38:19 +00:00
Nextcloud bot
9cc5f0941f
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-20 02:27:43 +00:00
Nextcloud bot
3d889ed506
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-19 02:28:08 +00:00
Nextcloud bot
ca0653cb27
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-18 02:27:45 +00:00
blizzz
eb7e7bcc9e
Merge pull request #32906 from nextcloud/backport/32898/stable23
...
[stable23] Fix logger overwriting vars in some circumstances
2022-06-17 18:39:31 +02:00
Arthur Schiwon
813a14a226
make placeholder a const for reuse
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-06-17 14:52:31 +02:00
Arthur Schiwon
263eca767d
fix overwriting original vars when logging
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-06-17 14:52:31 +02:00
Arthur Schiwon
33b442e9a5
add serializer test
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-06-17 14:52:31 +02:00
Nextcloud bot
41483c9577
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-17 02:28:05 +00:00
Nextcloud bot
37c569bb1a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-16 02:27:53 +00:00
Nextcloud bot
52fc620ba1
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-15 02:28:16 +00:00
Daniel Kesselberg
70a127a3d1
Run php tests when 3rdparty changed
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-06-14 10:41:22 +00:00
Nextcloud bot
64fdc48a8a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-14 02:28:36 +00:00
blizzz
1956199419
Merge pull request #32784 from nextcloud/release/23.0.6_rc1
...
23.0.6 RC1
2022-06-13 21:12:33 +02:00
Arthur Schiwon
1216569e2a
23.0.6 RC1
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-06-13 17:28:19 +00:00
blizzz
61fc26b820
Merge pull request #32849 from nextcloud/backport/32806/stable23
...
[stable23] Revert "Remove inefficient fed share scanner"
2022-06-13 14:13:07 +02:00
blizzz
6da9417e3d
Merge pull request #32855 from nextcloud/backport/32843/stable23
...
[stable23] Correctly log failed attempts
2022-06-13 12:45:14 +02:00
blizzz
d41f5b4bdf
Merge pull request #32846 from nextcloud/backport/32685/stable23
...
[stable23] Fix replacing external storage password during debug log
2022-06-13 11:23:24 +02:00
Joas Schilling
9ff6b1a5d1
Correctly log failed attempts
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-06-13 08:34:48 +00:00
Carl Schwan
21f52f6670
Revert "Remove inefficient fed share scanner"
...
This reverts commit ce31914314 .
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
(cherry picked from commit 6667007bf2 )
2022-06-13 10:08:43 +02:00
Christoph Wurst
b1f594d555
Fix replacing external storage password during debug log
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-06-13 07:49:14 +00:00
blizzz
47455533dc
Merge pull request #32834 from nextcloud/backport/32799/stable23
...
[stable23] Fix exception handling when profile data is too long
2022-06-13 09:27:29 +02:00
Nextcloud bot
ca41d914bd
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-13 02:28:35 +00:00
Joas Schilling
b2f78e1cb6
Fix exception handling when profile data is too long
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-06-12 13:51:02 +02:00
Nextcloud bot
f8d0ea28ba
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-12 02:28:14 +00:00
blizzz
63f810de83
Merge pull request #32821 from nextcloud/dependabot/composer/build/integration/stable23/guzzlehttp/guzzle-6.5.7
...
Update guzzlehttp/guzzle requirement from 6.5.6 to 6.5.7 in /build/integration
2022-06-12 02:41:36 +02:00
blizzz
6d483c0392
Merge pull request #32604 from nextcloud/backport/32575/stable23
...
[stable23] Improve warning about missing pnctl
2022-06-12 02:34:45 +02:00
blizzz
d2bd06508e
Merge pull request #32445 from nextcloud/backport/32357/stable23
...
[stable23] remove storage wrappers when deleting the user storage
2022-06-12 02:33:15 +02:00
blizzz
c66ad2cf91
Merge pull request #32391 from nextcloud/dependabot/npm_and_yarn/stable23/dompurify-2.3.8
...
Bump dompurify from 2.3.6 to 2.3.8
2022-06-12 02:32:51 +02:00
Nextcloud bot
78c60aafed
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-11 02:28:46 +00:00
dependabot[bot]
35cd6cab18
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.7/CHANGELOG.md )
- [Commits](https://github.com/guzzle/guzzle/compare/6.5.6...6.5.7 )
---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-11 01:06:45 +00:00
dependabot[bot]
2ebe821fa4
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>
2022-06-10 22:21:59 +00:00
blizzz
31afa299f5
Merge pull request #32808 from nextcloud/backport/32594/stable23
...
[stable23] Fix loading groupfolder info when share api is disabled
2022-06-11 00:20:12 +02:00
blizzz
39391701fc
Merge pull request #32680 from nextcloud/backport/32510/stable23
...
[stable23] Properly calculate primary element based on background luminance
2022-06-11 00:17:41 +02:00
blizzz
ce5af32872
fix typo
...
Co-authored-by: Simon L. <szaimen@e.mail.de>
2022-06-11 00:16:01 +02:00
blizzz
520bb6e3ac
Merge pull request #31788 from nextcloud/backport/30438/stable23
...
[stable23] Fix column/property types in CalDAV
2022-06-11 00:08:58 +02:00
Robin Appelman
4055174c18
remove storage wrappers when deleting the user storage
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-06-10 15:40:53 +00:00
blizzz
938c2912d1
Merge pull request #32528 from nextcloud/dependabot/npm_and_yarn/stable23/handlebars-loader-1.7.2
...
Bump handlebars-loader from 1.7.1 to 1.7.2
2022-06-10 15:53:18 +02:00
blizzz
d6282656ff
Merge pull request #32637 from nextcloud/dependabot/composer/build/integration/stable23/guzzlehttp/guzzle-6.5.6
...
Update guzzlehttp/guzzle requirement from 6.5.5 to 6.5.6 in /build/integration
2022-06-10 15:52:23 +02:00
blizzz
5d57bb7845
Merge pull request #32795 from nextcloud/automated/noid/stable23-update-psalm-baseline
...
[stable23] Update psalm-baseline.xml
2022-06-10 15:51:47 +02:00
Vincent Petry
ce7b7226da
Merge pull request #32658 from nextcloud/backport/32655/stable23
...
[stable23] Handle non existing settings again
2022-06-10 15:32:21 +02:00
Vincent Petry
b2cd92cc14
Merge pull request #32693 from nextcloud/backport/32471/stable23
...
[stable23] Make sure activities are not created when a deleted calendar object expires
2022-06-10 15:28:10 +02:00
blizzz
00d5d8caa5
Merge pull request #32810 from nextcloud/update-id3parser-stable23
...
[stable23] Update 3rdparty for christophwurst/id3parser 0.1.4
2022-06-10 13:24:45 +02:00