Commit Graph

7091 Commits

Author SHA1 Message Date
Aleksander Machniak
6dce805221 Improve last fix so it also remove temp file if Mail_Mime returned an error 2019-01-24 10:03:13 +01:00
Aleksander Machniak
1767b256e4 Fix bug where big messages could not be saved to imap folder in low memory mode 2019-01-24 08:40:19 +01:00
Aleksander Machniak
fe5b4fd81d fputs() -> fwrite() 2019-01-23 18:35:38 +01:00
Aleksander Machniak
82c495e6b4 PR cleanup 2019-01-23 14:39:12 +01:00
PhilW
e5f5e6576d add some selection options to contacts list 2019-01-21 21:06:58 +00:00
Aleksander Machniak
99ad249f6d Elastic: Add title with full folder name on folders list elements
if displayed folder name is truncated because of overflow.
2019-01-21 16:11:29 +01:00
Aleksander Machniak
e876e7b861 Add no-bs class to search form inputs
... so they don't get form-control assigned by Elastic logic
2019-01-18 09:45:48 +01:00
Aleksander Machniak
61eb78ad64 Fix so ANY record is not used for email domain validation, use A, MX, CNAME, AAAA instead (#6581) 2019-01-16 16:40:37 +01:00
Aleksander Machniak
e69d1e7f04 Fix so max_message_size limit is checked also when forwarding messages as attachments (#6580) 2019-01-10 14:20:11 +01:00
Aleksander Machniak
d7b510978e Fix regressions in attachment rename and attachment title attribute setting 2019-01-10 10:14:51 +01:00
Aleksander Machniak
829395ed13 Improvements in contact import dialog
- Fix Import button state on import errors
- Focus Cancel button on form submission
- Don't reload contacts list when import failed
2019-01-06 14:53:11 +01:00
Thomas Bruederli
2f9ea5e078 Update localizations from Transifex 2019-01-05 21:29:50 +01:00
Thomas Bruederli
3b779a64be Update copyright year 2019-01-05 11:47:50 +01:00
Aleksander Machniak
5693b4f31c Fix bug in parsing some IMAP command responses that include unsolicited replies (#6577) 2019-01-04 09:17:51 +01:00
Aleksander Machniak
a7df28093f Make rcube_session::unserialize() public method 2019-01-01 18:37:38 +01:00
Aleksander Machniak
881b344fba Fix regression in vcard parser 2018-12-29 14:41:57 +01:00
Aleksander Machniak
35e2bffb90 Support simple field labels (e.g. LetterHub examples) in csv imports (#6541) 2018-12-29 14:25:38 +01:00
Aleksander Machniak
32a0ad6778 Force session.gc_probability=1 when using custom session handlers (#6560) 2018-12-29 10:05:01 +01:00
Aleksander Machniak
58fd5bc060 Fix get_skin_path() so it always returns main skin path not plugin's 2018-12-28 13:05:33 +00:00
Aleksander Machniak
96c769143a Get rid of (localized) units for memory stats 2018-12-28 10:28:17 +01:00
Aleksander Machniak
8a04d3f993 Fix so performance stats are logged to the main console log also when per_user_logging=true 2018-12-28 09:54:38 +01:00
Aleksander Machniak
d3c65d752b Remove useless "return null;" at the end of function block 2018-12-27 11:03:47 +01:00
Stuart Henderson
98349c19f6 Fix typo LOG_EMERGE (#6566) 2018-12-22 08:22:27 +01:00
Aleksander Machniak
7a49b48dc1 Fix handling of empty entries in vCard import (#6564) 2018-12-21 13:21:16 +01:00
Aleksander Machniak
01faf9060c Update localization 2018-12-21 08:36:37 +01:00
Aleksander Machniak
b0c83111de Fix rcube_imap_cache in mode set to MESSAGE only 2018-12-13 16:23:28 +00:00
Aleksander Machniak
aa7e2febd1 Add 'required' to the list of boolean attributes 2018-12-18 12:46:23 +01:00
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