Commit Graph

7064 Commits

Author SHA1 Message Date
Aleksander Machniak
36485dfc34 Prevent from using deprecated timezone names from jsTimezoneDetect
For better interoperability of plugins such as Calendar, for example
issue see: https://git.kolab.org/T2666.
2018-12-16 12:31:21 +01:00
Aleksander Machniak
45618273e0 Fix dummy Message-Id when resuming a draft without Message-Id header (#6548) 2018-12-09 12:13:28 +01:00
Aleksander Machniak
708ceb2ba0 Elastic: Add style for HTML editor content (use embed.css for this) 2018-12-07 11:57:10 +01:00
Aleksander Machniak
943de28d2a Log IMAP/SMTP connection time in debug mode 2018-12-05 12:02:41 +01:00
Aleksander Machniak
4a896b46a7 When requesting a plugin template ignore global skin path(s) 2018-12-03 15:35:58 +00:00
Aleksander Machniak
e4b5dc6a41 Remove old fallback to the 'default' skin 2018-12-04 09:20:39 +01:00
Aleksander Machniak
c1aa2169f6 Plugin API: Added 'ldap_connected' hook 2018-11-26 09:43:43 +01:00
Aleksander Machniak
394dacc1ae Merge branch 'master' of github.com:roundcube/roundcubemail 2018-11-23 19:07:40 +01:00
Aleksander Machniak
cf05a924de Fix inconsistent offset for various time zones - always display Standard Time offset (#6531) 2018-11-23 19:05:38 +01:00
Aleksander Machniak
edd9c31d6c Skip registering session handlers when session already exists
.. for a specific use case when I want to create additional rcube_session object
for discrete operations on another session.
2018-11-23 15:35:10 +00:00
Aleksander Machniak
07c5e178de Add some localization files 2018-11-18 08:42:42 +01:00
Aleksander Machniak
cb4b1443c8 Update localization 2018-11-17 16:01:39 +01:00
Aleksander Machniak
70657e34b0 Remove unused 'login' command 2018-11-09 07:18:50 +01:00
Aleksander Machniak
0048be10a9 Ignore 'Sender' header on Reply-All action (#6506) 2018-11-08 12:12:52 +01:00
Aleksander Machniak
cec626a12f Use 'thumb' prefix, instead of '.thumb' suffix, for consistency 2018-11-07 16:54:57 +01:00
Aleksander Machniak
afc68aae63 FIx temp_filename() regressions, update changelog, add note in UPGRADING 2018-11-07 16:51:25 +01:00
PhilW
e024f133fa give all temp files a constant prefix 2018-11-06 07:11:04 +00:00
Aleksander Machniak
802ed0dc6d Create autocomplete popup in a parent window when invoked from an iframe (#6503) 2018-11-02 13:43:56 +01:00
Aleksander Machniak
619ddfed3d CS fixes and consistence, update changelog 2018-11-02 13:41:18 +01:00
Aleksander Machniak
999845d3b2 Merge branch 'limit-skins' of https://github.com/dhoffend/roundcubemail into dhoffend-limit-skins 2018-11-02 13:34:21 +01:00
Aleksander Machniak
42cb98149c Close autocomplete list on scroll event 2018-10-29 08:50:33 +01:00
Aleksander Machniak
daf46075d0 Merge branch 'menu_buttons' of https://github.com/johndoh/roundcubemail into johndoh-menu_buttons 2018-10-28 09:47:23 +01:00
PhilW
d2c2ddb9a0 code improvement, avoid empty menu_button array entries 2018-10-28 07:08:44 +00:00
PhilW
f028ff0c48 remove redundant var 2018-10-27 20:47:02 +01:00
PhilW
99fc4cd387 support multiple buttons for the same menu 2018-10-27 19:04:27 +01:00
Aleksander Machniak
2935b3a66a Fix malformed message saved into Sent folder when using big attachments and low memory limit (#6498) 2018-10-27 12:52:16 +02:00
PhilW
30fb7fc552 store menu buttos by menu id 2018-10-27 09:34:34 +01:00
Aleksander Machniak
7b203cbc52 Fix bug where a message/rfc822 part without a filename wasn't listed on the attachments list (#6494) 2018-10-26 08:30:58 +02:00
Aleksander Machniak
c93d11b473 Merge branch 'master' of github.com:roundcube/roundcubemail 2018-10-25 13:13:49 +02:00
Aleksander Machniak
ab6b651ac9 - Make menu button inactive if all subactions are inactive (#6444)
Elastic skin only (for now)
2018-10-25 13:13:02 +02:00
Aleksander Machniak
3dad8c5908 Fix incorrect IMAP SASL GSSAPI negotiation (#6308) 2018-10-24 12:29:50 +02:00
Aleksander Machniak
c4916a8fe3 Simplify code that uses setError() followed by return 2018-10-24 12:13:13 +02:00
Aleksander Machniak
a86d9cd5aa Fix so unicode in local part of the email address is also supported in recipient inputs (#6490)
Relax javascript email address checker.
2018-10-24 11:17:02 +02:00
Aleksander Machniak
186f21c4c1 Avoid Referer leaking by using Referrer-Policy:same-origin header (#6385)
Added 'common_headers' hook
2018-10-21 11:39:39 +02:00
Aleksander Machniak
cf7e4f12b2 Stop adding some localization to ajax responses 2018-10-18 10:40:09 +00:00
Aleksander Machniak
bec67c29b4 Display storage errors on refresh/check-recent action (#6474) 2018-10-17 13:43:08 +02:00
Aleksander Machniak
0fa9ad11d6 Remove useless href=# on menu items 2018-10-17 09:54:42 +02:00
Daniel Hoffend
8b2e466c00 limit skins available/shown in the settings section 2018-10-16 23:30:40 +02:00
Aleksander Machniak
a4ebec90d6 Merge branch 'dev/elastic' 2018-10-16 15:48:02 +02:00
Aleksander Machniak
f28971c95c The localization label can also contain underscore char 2018-10-16 10:21:07 +02:00
Aleksander Machniak
ccff7c8313 Support returning jqXHR object from request* event handler 2018-10-12 12:33:28 +00:00
Aleksander Machniak
c8d133a6a0 Merge branch 'master' into dev/elastic 2018-10-06 18:39:36 +02:00
Aleksander Machniak
b126941846 Fix session issue on long running requests (#6470) 2018-10-06 10:59:19 +02:00
Stefanos Petrakis
8ab1e4fbc3 Fix multiple VCard field search (#6466) 2018-10-02 16:29:18 +02:00
Aleksander Machniak
15c6a1754d Elastic: Shift+Tab on mail compose editor scrolls the page to the top (#6413) 2018-09-29 19:05:08 +02:00
Aleksander Machniak
91b5bffd3c Fix bug where autocomplete list could be displayed out of screen (#6469) 2018-09-28 10:24:54 +02:00
Aleksander Machniak
0a0ac045fe Fix bug where valid content between HTML comments could have been skipped in some cases (#6464) 2018-09-27 16:00:54 +02:00
Aleksander Machniak
6dfb475a26 Elastic: Redesign mail compose page - use recipient selection dialog (#6413) 2018-09-27 10:27:20 +02:00
Aleksander Machniak
255638cc44 Update changelog, require Net_SMTP 1.8.1 for GSSAPI support 2018-09-25 08:33:08 +02:00
urusha
75f37f8b0f SMTP GSSAPI support (#6417)
* krb_authentication support for smtp_connect
* smtp GSSAPI support
2018-09-25 08:31:08 +02:00