blizzz
6509c841b3
Merge pull request #32681 from nextcloud/backport/32510/stable22
...
[stable22] Properly calculate primary element based on background luminance
2022-07-06 13:32:49 +02:00
Nextcloud bot
112ea188ad
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-06 02:24:05 +00:00
Nextcloud bot
d2b16ce1c7
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-04 02:24:05 +00:00
Jonas
3fbd7a6602
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>
2022-06-30 12:24:01 +00:00
Nextcloud bot
1f5dbfae45
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-30 02:24:18 +00:00
Nextcloud bot
567a5970b8
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-28 02:28:58 +00:00
Côme Chilliet
6fc8060e95
Improve local domain detection
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-06-23 11:00:26 +00:00
Robin Appelman
2182b45a2c
Merge pull request #32816 from nextcloud/seeakble-http-stream-wrappers-22
...
[22] handle stream wrappers in SeekableHttpStream
2022-06-21 15:05:37 +00:00
Nextcloud bot
04b3bd00a5
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-19 02:28:14 +00:00
blizzz
3e64e3e57d
Merge pull request #32917 from nextcloud/revert-32845-backport/32685/stable22
...
Revert "[stable22] Fix replacing external storage password during debug log"
2022-06-17 18:40:14 +02:00
Arthur Schiwon
f9270b21e8
make placeholder a const for reuse
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-06-17 14:58:01 +02:00
Arthur Schiwon
bf5487482d
fix overwriting original vars when logging
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-06-17 14:58:01 +02:00
blizzz
3226f0ca46
Revert "[stable22] Fix replacing external storage password during debug log"
2022-06-17 12:25:18 +02:00
Nextcloud bot
7ffcca7e1f
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-17 02:28:11 +00:00
Christoph Wurst
28b3be9aee
Merge pull request #32845 from nextcloud/backport/32685/stable22
...
[stable22] Fix replacing external storage password during debug log
2022-06-15 12:26:02 +02:00
Nextcloud bot
893619b69c
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-14 02:28:42 +00:00
blizzz
c46a8d8f86
Merge pull request #31707 from nextcloud/backport/31605/stable22
...
[stable22] cache the path of the certificate bundle
2022-06-13 11:20:58 +02:00
Christoph Wurst
6f2c402b3e
Fix replacing external storage password during debug log
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-06-13 07:48:29 +00:00
Joas Schilling
3189626a81
Fix exception handling when profile data is too long
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-06-12 13:53:14 +02:00
Nextcloud bot
e8ab9d1e6d
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-12 02:28:20 +00:00
Robin Appelman
682cc2ea53
remove storage wrappers when deleting the user storage
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-06-10 15:43:38 +00:00
Robin Appelman
64ed9964ac
handle stream wrappers in SeekableHttpStream
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-06-10 17:06:06 +02:00
Vincent Petry
3d890eaea2
Merge pull request #32712 from nextcloud/backport/32662/stable22
...
[stable22] Cleanup temporary files after finishing the write to object storage
2022-06-10 11:10:21 +02:00
Vincent Petry
b3d6ce35d4
Merge pull request #32772 from nextcloud/backport/32697/stable22
...
[stable22] Fix get avatar authorization
2022-06-09 12:03:47 +02:00
Nextcloud bot
a7f32cd650
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-09 02:32:26 +00:00
Christopher Ng
107c940f78
Fix get avatar authorization
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-06-08 23:37:50 +00:00
Julius Härtl
a626becd9b
Cleanup temporary files after finishing the write to object storage
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-06-02 16:34:27 +00:00
Vincent Petry
8120f5e33a
Trim mount point before matching in encryption code
...
Often times the mount point has a leading slash.
This fix sanitizes it to make sure matching works.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-06-02 12:15:26 +00:00
blizzz
9904e1a589
Merge pull request #32678 from nextcloud/backport/32592/stable22
...
[stable22] allow use of rememberme cookies for IApacheAuth backends
2022-06-01 12:26:15 +02:00
John Molakvoæ
3d9e84fd3a
Properly calculate primary element based on background luminance
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-06-01 07:00:24 +00:00
Nextcloud bot
75df236ed0
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-01 02:32:54 +00:00
Arthur Schiwon
4358cf7c7a
allow use of rememberme cookies for IApacheAuth backends
...
- e.g. enables it for SAML backend
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-05-31 21:59:23 +00:00
Nextcloud bot
cb2b8dec85
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-31 02:33:35 +00:00
Nextcloud bot
54ea88a15f
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-29 02:33:51 +00:00
Git'Fellow
3d5541bb5a
Move Gd failed operations to debug level
...
Instead of error
2022-05-27 09:41:46 +00:00
Nextcloud bot
97c16f5f83
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-25 02:36:35 +00:00
Nextcloud bot
cc1e62aab1
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-24 02:33:18 +00:00
Nextcloud bot
9b27b25af8
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-23 02:31:35 +00:00
Nextcloud bot
60509b2fd6
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-19 02:32:55 +00:00
Git'Fellow
d6097c9787
Fix lint
2022-05-16 15:39:43 +02:00
Joas Schilling
ec9cdf2a43
Fix user agent trimming on installation
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-16 13:11:40 +00:00
blizzz
876d93ccf1
Merge pull request #32324 from nextcloud/fix/noid/preview-duplicate-folder-creation-stable22
...
[stable22] Fix preview generator trying to recreate an existing folder
2022-05-16 12:48:30 +02:00
blizzz
758e3752c7
Merge pull request #32125 from nextcloud/backport/32074/stable22
...
[stable22] tell mysql to ignore the sort index for search queries
2022-05-16 12:47:17 +02:00
blizzz
16fd38439e
Merge pull request #31980 from nextcloud/backport/31826/stable22
...
[stable22] Log why the login token can't be used for credentials
2022-05-16 12:45:37 +02:00
Git'Fellow
6d7ea6322d
Merge branch 'stable22' into backport/31605/stable22
2022-05-16 12:32:20 +02:00
Git'Fellow
f6b1d50a61
Fix backport
2022-05-16 12:30:44 +02:00
Git'Fellow
5effc7320e
Fix backport
2022-05-16 12:28:50 +02:00
Richard Steinmetz
d33f1ee168
Fix preview generator trying to recreate an existing folder
...
Backport of #32315
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-05-10 13:47:50 +02:00
Nextcloud bot
5059a47a4b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-10 02:36:54 +00:00
Nextcloud bot
35420d9ba9
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-09 02:29:21 +00:00