Aleksander Machniak
4ea9b1b58f
Fix a couple of PHP8 warnings ( #8420 )
4 years ago
Aleksander Machniak
fbc424546d
Fix bug where small message/rfc822 parts could not be decoded ( #8408 )
4 years ago
Aleksander Machniak
6d5c41e242
Fix mail headers injection via the subject field on mail compose ( #8404 )
4 years ago
Aleksander Machniak
243312c50f
Fix various PHP8 warnings ( #8392 )
4 years ago
Aleksander Machniak
ee88d02cc1
Fix PHP Warning: Undefined array key "value" on PHP8 ( #8382 )
4 years ago
Thomas Bruederli
5016788716
Set release 1.5.2 title to changelog
4 years ago
Aleksander Machniak
8894fddd59
Security: Fix cross-site scripting (XSS) via HTML messages with malicious CSS content
4 years ago
Thomas Bruederli
ddd67891e4
Bump version to 1.5.2
4 years ago
Thomas Bruederli
3a7d5fbbfc
Update CHANGELOG
4 years ago
Thomas Bruederli
01781c221e
Refresh oauth access token in 'refresh' plugin hook ( #8224 )
4 years ago
Thomas Bruederli
372cb0c5c7
No oauth auto-redirect on imap login failures ( #8370 )
4 years ago
Aleksander Machniak
1fd288099f
Fix scrolling and missing Close button in the Select image dialog in Elastic/mobile ( #8367 )
4 years ago
Aleksander Machniak
fad77f1b6c
Fix chpass-wrapper.py helper compatibility with Python 3 ( #8324 )
4 years ago
Aleksander Machniak
f492e74659
Fix compat with PHP 5.4 ( #8365 )
Even if we do not support it, the fix is trivial and does not make the code worse.
4 years ago
Aleksander Machniak
3539260470
Fix some more PHP8 warnings ( #8363 )
4 years ago
Aleksander Machniak
40d9228b9d
Fix in_array_nocase() regression
4 years ago
Aleksander Machniak
918730b46f
Fix some PHP8 compatibility issues ( #8363 )
4 years ago
Aleksander Machniak
4463865b12
Fix handling of unicode/special characters in custom From input ( #8357 )
4 years ago
Aleksander Machniak
72d2e96825
Update changelog
[skip ci]
4 years ago
Przemek
e787d6e178
Fix password change for Directadmin driver ( #8329 )
Co-authored-by: Przemysław Kucaj <p.kucaj@serveradmin.pl>
4 years ago
Max Truxa
be685a4316
subscriptions_option: Honor search parameters ( #8312 )
4 years ago
lexxai
0f74c2904a
Shrink css in plugins/jqueryui/themes ( #8337 )
4 years ago
Thomas Bruederli
c8361a9b9c
Update CHANGELOG
4 years ago
Thomas Bruederli
09d6abd38f
Pass 'id_token' to 'oauth_login' plugin hook ( #8214 )
... and unset it afterwards
4 years ago
Thomas Bruederli
d2f24f20a9
Fix expiration of short-lived oauth tokens ( #8147 )
Just add a small margin of 10s to consider the transfer
and processing time between oauth server and roundcube.
4 years ago
Thomas Bruederli
fc0910cef5
Fix relative path to assets if /index.php/foo/bar url is used ( #8144 )
4 years ago
Thomas Bruederli
f767a684ad
Build complete package with php 5.5 compatibility
4 years ago
Thomas Bruederli
4851ab3dd9
Bump version to 1.5.1
4 years ago
Aleksander Machniak
d87ddd1170
Update changelog
[skip ci]
4 years ago
Steve Marshall
eede67fed6
Fix order of preference for dark mode logo selection ( #8298 ) ( #8300 )
4 years ago
Aleksander Machniak
48afc9a873
Fix an infinite loop when parsing environment variables with float/integer values ( #8293 )
4 years ago
Aleksander Machniak
8b89f7aada
Fix PHP8 warnings ( #8286 )
4 years ago
Aleksander Machniak
c33fbf0905
Fix bug where attachment download could sometimes fail with a CSRF check error ( #8283 )
4 years ago
Aleksander Machniak
f8426f5334
Fix fetching headers of multiple message parts at once in rcube_imap_generic::fetchMIMEHeaders() ( #8282 )
4 years ago
Aleksander Machniak
80b453c24a
Fix PHP fatal error on an undefined constant in contacts import action ( #8277 )
4 years ago
Aleksander Machniak
fdca2a55ed
Fix bug with show_images setting where option 1 and 3 were swapped ( #8268 )
4 years ago
Aleksander Machniak
e4d049d224
Update localization
4 years ago
Aleksander Machniak
effd9af980
Add test for validity of csv2vcard localization files
4 years ago
agabellini
217671914f
Update csv2vcard.inc for it_IT ( #8233 )
4 years ago
Aleksander Machniak
d203db0366
Fix bug where adding a contact to trusted senders via "Always allow from..." button didn't work ( #8264 , #8268 )
...if the contact already existed in Personal addresses (or another default contacts source)
4 years ago
Aleksander Machniak
2852ffaeeb
PHP5 support for the fix to bug #8252
4 years ago
Aleksander Machniak
ca0cce0e11
Fix charset conversion errors on PHP < 8 for charsets not supported by mbstring ( #8252 )
4 years ago
Aleksander Machniak
f4ee8c44c2
Fix bug where \u200b characters were added into the recipient input preventing mail delivery ( #8269 )
4 years ago
Aleksander Machniak
02624d5cd3
Fix show_images option description
[skip ci]
4 years ago
Aleksander Machniak
eb5e38558d
Fix bug in Larry skin where headers toggle state was reset on full page preview ( #8203 )
4 years ago
Aleksander Machniak
27813bb762
Update changelog
[skip ci]
4 years ago
Aleksander Machniak
d4bc09bd67
Fix installation/upgrade on MySQL 5.5 - Index column size too large ( #8231 )
4 years ago
Aleksander Machniak
d517b8398d
Fix undefined constant error in Installer on Windows ( #8258 )
4 years ago
Aleksander Machniak
b8f32f087d
Use utf8mb4 in INSTALL instructions
[skip ci]
4 years ago
Aleksander Machniak
8a275b7ff3
Don't write stats info to console.log when in CLI
If the file was created by the web server user, user executing the CLI command
might have no permissions. This leads to an error, and e.g. when installing
a plugin/skin via composer is converted to an ugly exception. We want to prevent that.
Anyway, these stats are most useful for the webmail use not for CLI commands.
4 years ago