Commit Graph

8255 Commits

Author SHA1 Message Date
Aleksander Machniak
5723849978 Remove 'alt' attribute for contact photo images
Loading a contact photo may take a while, displaying the alt text looks ugly
and is redundant.
2023-06-04 10:29:14 +02:00
Aleksander Machniak
6b25d146a1 Fix PHP fatal error when importing vcf file using PHP 8.2 (#9025)
and some PHP8 warning
2023-06-03 12:14:35 +02:00
Aleksander Machniak
a55061dfae Fix PHP error when imap_conn_options.proxy_protocol is not an array 2023-06-02 14:46:01 +02:00
Aleksander Machniak
374a4a5e25 Prefer 8bit over quoted-printable for HTML parts, when force_7bit is disabled (#8477) 2023-05-28 11:04:43 +02:00
Aleksander Machniak
a3431e94ae Fix connecting to LDAP using an URI with ldapi:// scheme (#8990) 2023-05-13 19:40:05 +02:00
Aleksander Machniak
bac152444b Fix listing subfolders of Trash in logout actions on servers with specific NAMESPACE definition 2023-05-10 21:34:19 +02:00
Aleksander Machniak
9d9912c12f Fix bug where subfolders could loose subscription on parent folder rename (#8892) 2023-05-10 21:07:48 +02:00
Aleksander Machniak
3648caa0d1 Optimize fetchPartBody() for huge results w/o formatting and decoding 2023-05-08 10:15:48 +02:00
Aleksander Machniak
a20445fcc5 Fix potential HTTP protocol version mismatch (#8982) 2023-05-07 16:37:17 +02:00
Aleksander Machniak
295c2d743f Fix typos in localization (#8979, #8995) 2023-05-07 09:36:04 +02:00
Aleksander Machniak
dbcdedfc69 Fix PHP8 warnings when using list_flags and list_cols properties by plugins (#8998) 2023-05-07 09:22:32 +02:00
Aleksander Machniak
fc3cd4484a Fix QR code images for contacts with non-ASCII characters (#9001) 2023-05-04 07:34:55 +02:00
Aleksander Machniak
80c246de8b Fix contact photo uploading 2023-05-02 14:57:32 +02:00
Aleksander Machniak
73dd99118f Fix PHP warnings
... if using rcube_config w/o loading defaults.inc.php
2023-04-19 12:31:27 +02:00
Aleksander Machniak
2ed16e57ec Fix so vCard output does not contain non-standard/redundant TYPE=OTHER and TYPE=INTERNET (#8838) 2023-04-10 13:14:47 +02:00
Aleksander Machniak
158e236b41 Fix PHP warnings 2023-04-10 12:47:16 +02:00
Aleksander Machniak
d1bfe81731 Support conversion from webp formt using GD, improve is_convertable() 2023-04-10 12:32:14 +02:00
Aleksander Machniak
1b138d4f4d Fix so recipients with a domain ending with .s are allowed (#8854) 2023-04-10 10:09:56 +02:00
Aleksander Machniak
ff96e7724a Set timeout=30, connect_timeout=5, read_timeout=120 as defaults for HTTP client (#8865) 2023-04-10 09:46:54 +02:00
Aleksander Machniak
2d5f7aa9f5 Update localization 2023-04-09 18:30:38 +02:00
Aleksander Machniak
ef9d345441 Drop dependency on JsTimeZoneDetect (#8965) 2023-04-09 16:06:00 +02:00
Aleksander Machniak
e69cd1b5a6 Fix extra leading newlines in plain text converted from HTML (#8973) 2023-04-09 12:06:50 +02:00
Aleksander Machniak
d1d29e7c77 Fix bug where LDAP (fulltext) search didn't work without 'search_fields' in config (#8874)
also fix some PHP warnings
2023-04-02 11:31:39 +02:00
Aleksander Machniak
1250a420ae Fix bug where it wasn't possible to scroll lists by clicking middle mouse button (#8942) 2023-03-19 11:11:00 +01:00
Aleksander Machniak
43af3e0e58 Move get_host() from rcube_utils to rcmail_utils, de-duplicate 2023-03-05 18:33:57 +01:00
vladasko-g
852ffc6826 Add idenity management script (#8887) 2023-03-05 17:56:52 +01:00
Aleksander Machniak
ed73265c76 Create rcmail_install::unzip() and simplify code 2023-03-05 11:30:11 +01:00
Aleksander Machniak
1f0b275e22 Fix PHP Deprecated: Creation of dynamic property rcube_message_header::$bcc is deprecated 2023-03-04 11:43:53 +01:00
Camilo Sperberg
02cdea4e4b Fix most common warnings RoundCube 1.6.1 (#8901) 2023-03-04 11:41:51 +01:00
Asterios "Aster" Bandis
9c2b459b8c Update Greek localization (from Transifex) (#8937)
* Pull new Greek translations from Transifex

* Pull new Greek translations from Transifex

Replace the "Greeklish" folder name with Greek characters
2023-03-04 09:26:25 +01:00
Aleksander Machniak
77e96c7bc2 Fix duplicate recipients in "To" and "Cc" on reply (#8912) 2023-02-26 20:54:10 +01:00
Aleksander Machniak
156e480a26 Fix invalid onclick handler on the logo image when using non-array skin_logo setting (#8933) 2023-02-26 10:14:38 +01:00
Aleksander Machniak
642b772087 Fix Help plugin menu (#8898) 2023-02-19 14:52:44 +01:00
Aleksander Machniak
fe2516fd26 Fix parse error 2023-02-04 09:50:21 +01:00
Aleksander Machniak
863e5f848f Add Uyghur localization, update localization 2023-02-04 09:48:49 +01:00
Aleksander Machniak
06ce7a5d34 Fix so LDAP VLV option is disabled by default as documented (#8833) 2023-01-29 13:19:20 +01:00
Aleksander Machniak
4b488353c5 Fix support for Windows-31J charset (#8869) 2023-01-29 10:11:53 +01:00
Aleksander Machniak
b2f7adb730 Fix PHP8 warning (#8891) 2023-01-29 09:39:48 +01:00
Thomas Bruederli
c4c9fa0242 Fix JWT decoding with url safe base64 schema (#8890) 2023-01-28 22:05:59 +01:00
Aleksander Machniak
e237054490 Fix bug where a non-ASCII character in app.js could cause error in javascript engine (#8894) 2023-01-28 18:33:18 +01:00
Aleksander Machniak
63f63e8f4d Fix regression in OAuth request URI caused by use of REQUEST_URI instead of SCRIPT_NAME as a default (#8878) 2023-01-26 18:14:36 +01:00
Aleksander Machniak
06af033fef Fix deleting attachments on reply/forward/draft edit (#8868) 2023-01-18 11:43:49 +01:00
Aleksander Machniak
e7b381b321 Fix missing mail composing textarea on reply/draft with a long plain text content (#8866) 2023-01-18 08:26:57 +01:00
Aleksander Machniak
6251d38ecd Fix PHP warning 2023-01-08 11:45:44 +01:00
Aleksander Machniak
2d00d18e6c Rename 'request_uri_field' to 'request_path' and allow a path in it (#8738, #8770) 2023-01-08 09:54:19 +01:00
Thomas B
dec93dc1b7 Update vendor dir from installto.sh if untouched (#8642) (#8840)
* installto.sh checks for a marker indicating that composer was not run/used.
* update.sh tries to find and run composer
2023-01-05 21:30:51 +01:00
Aleksander Machniak
a7f25ffb25 Update changelog 2023-01-01 13:08:06 +01:00
Shaun A. Johnson
3bd377c387 Added logic to purge messages from junk folder (#8766)
If delete_junk is on, end user expectation is that both single message delete as well as 'empty folder' operations should immediately delete messages from junk and bypass trash.
2023-01-01 13:03:04 +01:00
anton-labunsky
f1e44f7681 Fix SIGBUS raised in ImageMagick (#8511)
Use unique filename for temporary file, when image thumbnail is rendered.
2023-01-01 12:49:45 +01:00
Arshid
2605262257 Fix undefined variable (#8831)
$detected_charset is undefined.
2022-12-31 17:46:54 +01:00