Aleksander Machniak
3e2f076628
Fix bug in conversion of email addresses to mailto links in plain text messages ( #7526 )
2020-08-07 10:03:56 +02:00
Aleksander Machniak
60ccb25bd5
Fix detecting special folders on servers with both SPECIAL-USE and LIST-STATUS ( #7525 )
2020-07-31 14:36:57 +02:00
Aleksander Machniak
90280ed690
Cleanup
2020-07-31 11:11:20 +02:00
Aleksander Machniak
18f2693364
Merge branch 'mailvelope-fixes' of https://github.com/gurnec/roundcubemail into gurnec-mailvelope-fixes
2020-07-31 10:12:29 +02:00
Aleksander Machniak
ef9b375ef6
Fix paging of search results on IMAP servers with no SORT capability ( #7462 )
...
And simplify some code around.
2020-07-30 13:23:37 +02:00
Aleksander Machniak
17deadfe56
Fix handling links without defined protocol ( #7454 )
2020-07-29 15:17:48 +02:00
Aleksander Machniak
0d9bffa878
Fix incorrect rewriting of internal links in HTML content ( #7512 )
2020-07-29 14:19:02 +02:00
johndoh
dc342ffc5e
Fix regression in message list col type detection ( #7496 )
2020-07-26 08:10:37 +02:00
Michael Stilkerich
25e42439d2
Fix inconsistencies in phpdoc type annotations ( #7474 )
2020-07-25 09:59:01 +02:00
Aleksander Machniak
58978b721d
Fix format=flowed formatting on plain text part derived from the HTML content ( #7504 )
2020-07-25 09:20:02 +02:00
Aleksander Machniak
0ccb351380
Fix regression in DB cache ( #7499 )
2020-07-21 20:15:05 +02:00
Aleksander Machniak
d7d7ca046f
Cache refactoring ( #6312 ) ( #6781 )
2020-07-18 13:51:47 +02:00
Aleksander Machniak
2de9d11070
Fix regression where drag-n-drop content was empty on mail messages list
2020-07-18 09:47:37 +02:00
Aleksander Machniak
e2c25a1949
Fix support for an error as a string in message_before_send hook ( #7475 )
2020-07-18 08:24:44 +02:00
Aleksander Machniak
cd3cad6aae
TinyMCE 5 ( #7403 )
2020-07-11 18:46:17 +02:00
Aleksander Machniak
36bf280a97
Elastic: Minimize forms/colors blink on page load
2020-07-11 10:52:24 +02:00
Aleksander Machniak
d6aca6b6b7
Elastic: Drak mode ( #6709 )
2020-07-07 18:58:28 +02:00
Aleksander Machniak
1e1ea25b6c
Added special value 'email' to login_username_filter, it changes also logon input type ( #7179 )
2020-07-03 12:56:17 +02:00
Aleksander Machniak
32a7709ddf
Fix cross-site scripting (XSS) via HTML messages with malicious svg/namespace
...
Credits to SSD Secure Disclosure (https://ssd-disclosure.com/ )
2020-07-03 11:29:50 +02:00
Aleksander Machniak
2cfa5e1cc7
Elastic: Improvements to mail header
2020-07-03 10:32:54 +02:00
Aleksander Machniak
aff18d4d8a
Merge branch 'elastic-headers' of https://github.com/johndoh/roundcubemail into johndoh-elastic-headers
2020-07-03 08:42:24 +02:00
johndoh
c0fc96cdd7
Add basic error message on fatal PHP error ( #7380 )
...
Show a basic error message rather than a blank screen on fatal PHP error
2020-07-02 19:06:07 +02:00
Varun Patil
b4c6e1e0ae
Re-init plugins when changing to task ( #7459 )
...
When roundcube initializes on a different task, plugins for just the
new task do not get initialized, and hence do not get executed when
the exec_hook call is made
One example is if check_auth fails, the login page will render,
but the plugins with 'login' task will not be fired
2020-07-02 19:04:34 +02:00
johndoh
d2bf3878b5
Remove ES6 usage ( #7467 )
2020-07-02 18:54:23 +02:00
Aleksander Machniak
bb3975adbe
Fix insert_or_update() broken on SQLite/MSSQL/Oracle ( #7465 )
2020-07-02 08:41:50 +02:00
johndoh
3c4b2ac1bc
Improve JS Edge version detection, add support for Edge Chromium ( #6952 )
2020-07-01 11:42:08 +02:00
johndoh
279ae66120
Move all message list entry generation to client side ( #7287 )
...
Always return cols required for widescreen message list and control layout only on JS side
2020-06-28 10:58:13 +02:00
Aleksander Machniak
b22f1c9a1b
Add skip-empty option to get_edit_field() ( #7444 )
2020-06-27 10:29:40 +02:00
Aleksander Machniak
ec2e713ecb
Fix problem with forwarding inline images attached to messages with no HTML part ( #7414 )
2020-06-27 10:23:45 +02:00
Aleksander Machniak
98881a0cbd
Small code simplification
2020-06-16 19:06:26 +02:00
PhilW
af28ee870a
elastic: message headers view changes
2020-06-14 18:24:13 +01:00
Aleksander Machniak
9ee1f4b636
Merge branch 'master' of github.com:roundcube/roundcubemail
2020-06-13 13:00:11 +02:00
Aleksander Machniak
30610e867e
Merge branch 'fix_encode' of https://github.com/shirosaki/roundcubemail into shirosaki-fix_encode
...
Refactor the new code
2020-06-13 12:53:31 +02:00
johndoh
9dbe666d4c
Allow skins to define which layout options they support ( #7235 )
2020-06-13 09:25:50 +02:00
Kent Varmedal
b4dabff26c
Add newline when writing logs to stdout ( #7418 )
...
Add newline on the end of the line when printing to stdout.
2020-06-13 07:48:13 +02:00
Aleksander Machniak
278cf3c18e
Increase maximum size of contact jobtitle and department fields to 128 characters
...
[skip ci]
2020-06-12 09:14:41 +02:00
Aleksander Machniak
e9c592a6e8
Fix bug where subfolders of special folders could have been duplicated on folder list
2020-06-08 20:35:19 +02:00
Aleksander Machniak
4e00237cc4
Allow opening application/octet-stream attachments according to filename extension ( #6821 )
2020-06-07 10:45:33 +02:00
Aleksander Machniak
25772702ac
Fix so anchor tags without href attribute are not modified ( #7413 )
2020-06-06 07:12:27 +02:00
Christopher Gurnee
9d39c0a05f
Don't warn to re-add attachments when restoring a Mailvelope draft
2020-06-02 16:55:04 -04:00
Christopher Gurnee
a121960b45
Always ask before discarding composed Mailvelopes
2020-06-02 16:55:04 -04:00
Christopher Gurnee
2f71928226
Add config option for size of new Mailvelope keys
2020-06-02 16:55:04 -04:00
Christopher Gurnee
cc3779f7ed
Add config option to use Mailvelope Main Keyring
2020-06-02 16:55:04 -04:00
Christopher Gurnee
7f64384bfb
Avoid initializing Mailvelope if we don't need to
2020-06-02 16:55:03 -04:00
Christopher Gurnee
cec240d2b9
Fix size of Mailvelope iframe for PGP-inlined mail
2020-06-02 16:55:03 -04:00
Aleksander Machniak
46d3cae2ff
Security: Fix cross-site scripting (XSS) via malicious XML attachment
2020-05-30 08:35:33 +02:00
Aleksander Machniak
bda02002de
Security: Better fix for CVE-2020-12641
2020-05-30 08:34:11 +02:00
Aleksander Machniak
ecabb1e667
Security: Fix XSS issue in template object 'username' ( #7406 )
2020-05-30 08:28:05 +02:00
Aleksander Machniak
e05c69afab
Fix bug where PDF attachments marked as inline could have not been attached on mail forward ( #7382 )
2020-05-23 10:30:44 +02:00
Aleksander Machniak
da2bb8af6d
Fix error when user-configured skin does not exist anymore ( #7271 )
...
We fallback to the system skin not the default one.
2020-05-23 09:44:00 +02:00