Commit Graph

7943 Commits

Author SHA1 Message Date
Aleksander Machniak
2ddbc019ae Fix regression in decoding mail parts FETCHed from IMAP (#9096) 2023-08-13 10:56:54 +02:00
Aleksander Machniak
93a599b105 Fix handling of mail parts that are encoded with x-uuencode (#9096) 2023-08-13 10:53:13 +02:00
Aleksander Machniak
25fac71c25 Add missing Uyghur localization 2023-08-02 08:57:40 +02:00
Aleksander Machniak
54ef0fd0ca FIx PHP8 warning (#9071) 2023-07-23 16:30:21 +02:00
Aleksander Machniak
b48a12054e Add rcube_db::error_info() 2023-07-20 10:29:53 +02:00
Aleksander Machniak
59e6911850 Fix so install/update scripts do not require PEAR (#9037) 2023-07-15 18:56:33 +02:00
Aleksander Machniak
653475c489 Fix wrong order of a multi-folder search result when sorting by size (#9065) 2023-07-15 08:59:27 +02:00
Aleksander Machniak
5454c538d3 Fix PHP8 warnings 2023-07-13 11:38:16 +02:00
Aleksander Machniak
eaef7b3e4b Fix PHP8 warnings 2023-07-12 18:56:17 +02:00
Aleksander Machniak
f40550f9d2 Fix regression where LDAP addressbook 'filter' option was ignored (#9061)
Also fix some PHP8 warnings
2023-07-11 10:52:50 +02:00
Aleksander Machniak
ca1b23ea9d More fixes regarding rcmail::url() (#9052) 2023-07-10 18:28:48 +02:00
Adrien Beau
e5c5676fcc Fix sort_folder_comparator (#9057)
In case $path2 is longer than $path1, and all folders in $path1 are
equal to the corresponding folder in $path2 (in other words: $path2 is a
subfolder of $path1), sort_folder_comparator currently considers them
equal because it stops comparing when it reaches the end of $path1.

This breaks the ordering done by uasort() above, and breaks code that
relies on the folder list being sorted, notably the folders settings
page.
2023-07-09 19:53:09 +02:00
Aleksander Machniak
0597bdf186 Fix bug where a duplicate <title> tag in HTML email could cause some parts being cut off (#9029) 2023-07-09 14:49:44 +02:00
Aleksander Machniak
7a3c1b4d68 Fix potential PHP fatal error when opening a message with message/rfc822 part (#8953) 2023-07-09 14:49:38 +02:00
Aleksander Machniak
f7635575f6 Fix regression that broke use_secure_urls feature (#9052) 2023-07-09 14:49:30 +02:00
Aleksander Machniak
3e303234d5 Fix bug where installto.sh/update.sh scripts were removing some essential options from the config file (#9051)
Plus small code improvements
2023-07-08 09:08:50 +02:00
Aleksander Machniak
fa492b8428 Fix PHP7 compat. break in last commit 2023-06-14 13:04:01 +02:00
Aleksander Machniak
b31ad1ad65 Fix so output of log_date_format with microseconds contains time in server time zone, not UTC 2023-06-14 13:03:55 +02:00
Aleksander Machniak
3e5d6f832f Fix PHP8 warnings 2023-06-12 12:13:54 +02:00
Aleksander Machniak
b9baeb0021 Fix version (1.6.1 -> 1.6-git) 2023-06-11 09:30:17 +02:00
Aleksander Machniak
3ef3ea7cd8 Remove redundant comma 2023-06-08 20:43:07 +02:00
Aleksander Machniak
b69b75b6ef Remove redundant if() condition 2023-06-08 20:05:28 +02:00
Aleksander Machniak
a8124c6e76 Fix PHP error when imap_conn_options.proxy_protocol is not an array 2023-06-08 20:04:54 +02:00
Aleksander Machniak
048d23c373 Fix PHP fatal error when importing vcf file using PHP 8.2 (#9025)
and some PHP8 warning
2023-06-03 12:15:39 +02:00
Aleksander Machniak
2408595a38 Fix connecting to LDAP using an URI with ldapi:// scheme (#8990) 2023-05-13 19:40:44 +02:00
Aleksander Machniak
644cd40db8 Fix listing subfolders of Trash in logout actions on servers with specific NAMESPACE definition 2023-05-10 21:35:33 +02:00
Aleksander Machniak
31b1f4aea9 Fix bug where subfolders could loose subscription on parent folder rename (#8892) 2023-05-10 21:08:26 +02:00
Aleksander Machniak
fa916e3406 Fix typos in localization (#8979, #8995) 2023-05-07 09:37:20 +02:00
Aleksander Machniak
93d263f927 Fix PHP8 warnings when using list_flags and list_cols properties by plugins (#8998) 2023-05-07 09:23:22 +02:00
Aleksander Machniak
3b67c1163f Fix QR code images for contacts with non-ASCII characters (#9001) 2023-05-04 07:35:30 +02:00
Aleksander Machniak
cf2f9941b1 Fix so vCard output does not contain non-standard/redundant TYPE=OTHER and TYPE=INTERNET (#8838) 2023-04-10 13:15:21 +02:00
Aleksander Machniak
35d05168c8 Fix PHP warnings 2023-04-10 13:15:13 +02:00
Aleksander Machniak
eb30193928 Fix so recipients with a domain ending with .s are allowed (#8854) 2023-04-10 10:10:24 +02:00
Aleksander Machniak
dfd729e2d9 Update localization 2023-04-09 18:32:20 +02:00
Aleksander Machniak
279d118fe9 Fix extra leading newlines in plain text converted from HTML (#8973) 2023-04-09 12:08:02 +02:00
Aleksander Machniak
c44c6981b3 Fix bug where LDAP (fulltext) search didn't work without 'search_fields' in config (#8874)
also fix some PHP warnings
2023-04-02 11:32:23 +02:00
Aleksander Machniak
85286815a5 Fix bug where it wasn't possible to scroll lists by clicking middle mouse button (#8942) 2023-03-19 11:11:34 +01:00
Aleksander Machniak
78b011e5e7 Fix PHP Deprecated: Creation of dynamic property rcube_message_header::$bcc is deprecated 2023-03-04 11:50:50 +01:00
Camilo Sperberg
1ba2377de4 Fix most common warnings RoundCube 1.6.1 (#8901) 2023-03-04 11:50:43 +01:00
Asterios "Aster" Bandis
3103e644e4 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 11:50:37 +01:00
Aleksander Machniak
772d7762a0 Fix duplicate recipients in "To" and "Cc" on reply (#8912) 2023-02-26 20:54:36 +01:00
Aleksander Machniak
22ec6d21dc Fix invalid onclick handler on the logo image when using non-array skin_logo setting (#8933) 2023-02-26 10:15:06 +01:00
Aleksander Machniak
25094dc14c Fix Help plugin menu (#8898) 2023-02-19 14:53:15 +01:00
Aleksander Machniak
6c07adf346 Fix parse error 2023-02-04 09:53:50 +01:00
Aleksander Machniak
6904d4211d Add Uyghur localization, update localization 2023-02-04 09:53:37 +01:00
Aleksander Machniak
4e7efcce63 Fix so LDAP VLV option is disabled by default as documented (#8833) 2023-01-29 13:20:18 +01:00
Aleksander Machniak
6c0b0855bf Fix support for Windows-31J charset (#8869) 2023-01-29 10:12:29 +01:00
Aleksander Machniak
0c6a803c5f Fix PHP8 warning (#8891) 2023-01-29 09:40:47 +01:00
Thomas Bruederli
7207e053bc Fix JWT decoding with url safe base64 schema (#8890) 2023-01-28 22:10:08 +01:00
Aleksander Machniak
4bca4d69c9 Fix bug where a non-ASCII character in app.js could cause error in javascript engine (#8894) 2023-01-28 18:33:56 +01:00