Commit Graph

6845 Commits

Author SHA1 Message Date
PhilW
abbb832c6f move qrcode link to new contact actions menu 2018-01-11 08:26:04 +00:00
PhilW
489da28dab add move/copy contact widget 2018-01-10 17:36:02 +00:00
Aleksander Machniak
83bd85677b Remove x_frame_options env 2018-01-07 08:55:46 +01:00
Aleksander Machniak
8de9fa707b Fix X-Frame-Options:ALLOW-FROM support, remove custom click-jacking protection (#6057) 2018-01-07 08:52:00 +01:00
Richard Hillmann
59bbf6c081 Fix preg_match in guess_type function (#6123) 2018-01-07 08:47:59 +01:00
Aleksander Machniak
e4c7e8ac7c Fix bug where attachment size wasn't visible when the filename was too long (#6033)
Uses flexbox, so works in recent browsers only. I don't plan to support olders.
2018-01-04 16:15:45 +01:00
Aleksander Machniak
af9550251e Display an error when clicking disabled link to register protocol handler (#6079) 2018-01-04 13:11:42 +01:00
Aleksander Machniak
c2199c5101 Cleanup folder subscriptions "form" 2018-01-04 12:48:46 +01:00
Aleksander Machniak
0d8afd2b01 Fallback to document element if an event (maybe custom) has no target nor srcElement specified 2018-01-02 12:13:40 +01:00
Aleksander Machniak
946599acda Close page selector when leaving the input with keyboard 2018-01-02 10:01:53 +01:00
Aleksander Machniak
230fc1203d Disable tabIndex on selection checkboxes 2018-01-02 09:54:34 +01:00
Aleksander Machniak
b172fb505c Improve trusted_host_patterns code 2018-01-01 11:10:53 +01:00
Aleksander Machniak
4a5ca74724 Merge branch 'trusted-host-patterns' of https://github.com/dsoares/roundcubemail into dsoares-trusted-host-patterns 2018-01-01 10:26:09 +01:00
Daniel Kesselberg
a8d5547163 Update idn convertion methods (#6115)
* Add more test cases
* Update phpdoc
2017-12-31 13:22:48 +01:00
Aleksander Machniak
63a7d2313f Improve SMTPUTF8 support and fix relaxed email validation issues 2017-12-31 13:14:31 +01:00
Aleksander Machniak
5665344673 Merge branch 'smtputf8' of https://github.com/jprjr/roundcubemail into jprjr-smtputf8 2017-12-31 12:18:05 +01:00
Aleksander Machniak
8b0109d81c Add set_content() method to the editor widget 2017-12-29 13:51:09 +01:00
Aleksander Machniak
90b0cd814a Add editor-load event and enable shift-click on links in HTML editor 2017-12-28 13:57:00 +01:00
Aleksander Machniak
52864ef885 Add some localization messages, remove one unused message 2017-12-27 14:27:18 +01:00
Aleksander Machniak
fbc4486881 Fix so Shift selection also works on list selection checkboxes 2017-12-27 13:37:07 +01:00
Aleksander Machniak
307d682ad2 Code simplification 2017-12-27 11:36:01 +01:00
Aleksander Machniak
5f26d9bf34 Prevent "calling draggable before initailization" errors
Elastic skin disables dragging on folders list, so we have to check
if it's still draggable before we call draggable() again. Otherwise
it will throw an error.
2017-12-27 09:13:41 +01:00
Aleksander Machniak
a2875cdda9 - Fix searching contacts by address in LDAP source (#6084) 2017-12-26 08:34:21 +00:00
Aleksander Machniak
dcbb4ec125 Add localization message for Elastic 2017-12-22 20:55:36 +01:00
Aleksander Machniak
55a1d6ef1b Make search form's aria label to also support plugin localization (via label-domain property) 2017-12-21 11:43:41 +01:00
Aleksander Machniak
3e0edd98c9 Update changelog 2017-12-20 20:03:40 +01:00
Aleksander Machniak
ac13669de5 Fix PHP 7.2: count(): Parameter must be an array or an object that implements Countable (#6098) 2017-12-20 19:59:23 +01:00
Aleksander Machniak
77cc9688c8 Fix bug where contacts export by selection returned no more than 10 entries (#6103) 2017-12-20 15:57:06 +01:00
Aleksander Machniak
38d275445d Plugin API: Add 'write' argument to 'render_page' hook 2017-12-18 12:04:42 +01:00
Aleksander Machniak
604f84e1fb Execute clickjacking prevention code only when framed 2017-12-15 21:21:45 +01:00
Aleksander Machniak
c0959bd619 Sanity checks for header data length in FETCH (#6087)
Where we know what expected data length is we truncate the input.
2017-12-13 09:06:40 +01:00
Aleksander Machniak
3cdc8af297 Fix possible performance issue when parsing malformed and long Date header (#6087) 2017-12-12 21:22:22 +01:00
johndoh
05d1b1947e Check for minified CSS files (#6089) 2017-12-12 19:51:17 +01:00
Aleksander Machniak
0a3dbbb76f Add 'list' argument to listupdate event, trigger listupdate also on contacts list in mail compose 2017-12-12 10:57:32 +01:00
Aleksander Machniak
6ccc8cc020 The "it is a draft" message is more an information than a warning 2017-12-11 13:50:05 +01:00
johndoh
5dbe1f2a5e A device can't be a tablet and a mobile (#6086) 2017-12-11 09:07:06 +01:00
Aleksander Machniak
4a5941c24b Fix get_next() for case when the node is last in the tree branch 2017-12-10 19:37:34 +01:00
Aleksander Machniak
5d26de4467 Add 'datepicker' class also to dinamically generated date inputs 2017-12-07 13:36:30 +01:00
Aleksander Machniak
de544cc905 Add possibility to use localized date format as datepicker input placeholder
Need to be supported by skin. Elastic support is comming.
2017-12-07 12:05:10 +01:00
Aleksander Machniak
8e2f6275a4 Prevent from empty 'class' attribute in generated html 2017-12-06 20:13:50 +01:00
Aleksander Machniak
00cb440a07 Inline warnings can contain HTML code (regression fix) 2017-12-06 19:40:27 +01:00
Aleksander Machniak
db382fa19c Change remote images to remote resources warning also in html attachment preview 2017-12-06 19:33:03 +01:00
Aleksander Machniak
3488531b26 Fix PHP Warning: Use of undefined constant INTL_IDNA_VARIANT_UTS46 on servers without php-intl extension 2017-12-06 15:52:02 +01:00
Aleksander Machniak
46e2e7e16c CS fix 2017-12-06 15:50:58 +01:00
Aleksander Machniak
09c8b33439 Code deduplication 2017-12-06 09:28:50 +01:00
Georgeto
161038ee87 Support additional connect parameters in PostgreSQL database wrapper (#6071)
Most notably this change enables you to specify whether or with what
priority a secure SSL TCP/IP connection will be negotiated with the
database server.
2017-12-06 08:16:59 +01:00
Aleksander Machniak
78aa0efa15 Use confirmation (not notice) message for some successful actions 2017-12-05 15:26:26 +01:00
Aleksander Machniak
842d57e779 Fix setting height of a dialog without buttons pane 2017-12-04 12:05:03 +01:00
Aleksander Machniak
61a6666eee Small CS fixes 2017-12-04 09:16:21 +01:00
Aleksander Machniak
d76f255c3b Improve iPad/iPhone detection
Some devices do not set iPhone/Ipad string in User-Agent, so we
have to check also navigator.platform.
2017-12-03 18:21:05 +01:00