Aleksander Machniak
ebb5d95288
Add also String.endsWith() polyfill
2017-04-18 17:32:27 +02:00
Aleksander Machniak
67b575aa4f
Add composeFormHead object for templates to return form tag with hidden inputs
2017-04-14 12:05:15 +02:00
Aleksander Machniak
5a61e3487e
Set more classes to buttons in restore message dialog
2017-04-12 18:07:23 +02:00
Aleksander Machniak
3e53ac7491
Remove note about mail() function
2017-04-11 13:12:20 +02:00
Joel Gerber
40b51b9dc9
Add Log to STDOUT Feature ( #5721 )
...
Primarily useful for PHP applications running under PHP-FPM which in
turn is running within a Docker container. But also it is generally
useful in any situation where you want to be able to send the logs
directly to your terminal when debugging &etc.
2017-04-10 13:38:40 +02:00
Aleksander Machniak
712875bde1
Fix bug where base_dn setting was ignored inside group_filters ( #5720 )
2017-04-10 13:22:09 +02:00
Aleksander Machniak
d430903f6b
Support contentEditable elements for autocomplete
2017-04-09 16:23:02 +02:00
Aleksander Machniak
72f19c079f
Installer: Fix DB schema initialization on MS SQL Server
2017-04-06 12:17:59 +02:00
Aleksander Machniak
559254d6ee
Use <button> instead of <input> for submit button on logon screen
2017-04-04 15:00:12 +02:00
Aleksander Machniak
065b16df12
Update to TinyMCE 4.5.6
2017-04-04 09:12:40 +02:00
Aleksander Machniak
b1be7fca51
Unify inline warnings in rcmail_html_page
2017-04-03 16:23:28 +02:00
Aleksander Machniak
a7c43c6e38
Merge branch 'master' of github.com:roundcube/roundcubemail
2017-04-03 12:08:29 +02:00
Aleksander Machniak
e160e48069
Fix undesired effects when postgres database uses different timezone than PHP host ( #5708 )
...
Allow passing DateTime variables as query arguments. Their value will
be converted to date/time input string in format specific to the database type
(with timezone on postgres).
2017-04-03 12:06:23 +02:00
Aleksander Machniak
34446e00ca
Fix bug where namespace prefix could not be truncated on folders list if show_real_foldernames=true ( #5695 )
2017-04-01 09:46:46 +02:00
Aleksander Machniak
b314dfc548
Fix (restore) Tab key behaviour in autocomplete popup ( #5659 )
...
And make it to jump to the next field after inserting selected autocomplete entry.
2017-03-31 13:28:54 +02:00
Aleksander Machniak
19fcc35a55
Fix regression in LDAP fuzzy search where it always used prefix search instead ( #5713 )
2017-03-31 09:45:21 +02:00
Aleksander Machniak
51dffcda86
Skip <script> element if it has no content
2017-03-26 19:17:38 +02:00
Aleksander Machniak
f9ac9a8aad
Add some missing/new labels for aria elements
2017-03-26 13:04:14 +02:00
Aleksander Machniak
f03839b24b
Add support for 'link' objects in templates (with conditions)
...
.. to simplify conditional <link> tags injection while nested 'if' objects do not work
2017-03-22 12:15:39 +01:00
dfukagaw28
89a4134064
Add support for DelSp=Yes messages ( #5702 )
2017-03-22 08:30:36 +01:00
Aleksander Machniak
5a53d521c8
Fix permission of temporary files and removal of them when generating thumbnails
2017-03-21 12:32:51 +01:00
Aleksander Machniak
71ff264b02
Support conditional include
2017-03-20 11:47:38 +01:00
Aleksander Machniak
9b554cd3d5
Remove redundant spaces from generated contact names
2017-03-20 09:15:50 +01:00
Aleksander Machniak
6271b88bab
Fix so settings/upload.inc could not be used by plugins ( #5694 )
2017-03-17 10:49:13 +01:00
Aleksander Machniak
7347c22af8
Update to TinyMCE 4.5.5
2017-03-17 09:20:38 +01:00
Aleksander Machniak
6c11825a0d
Improve googiespell widget for better styling capabilities
...
.. it is possible to style it with css, no images are required
2017-03-16 13:50:50 +01:00
Aleksander Machniak
8706d7fb0c
Merge branch 'dev-elastic' of github.com:roundcube/roundcubemail into dev-elastic
2017-03-16 11:22:09 +01:00
Aleksander Machniak
1d0cecb41a
Add autocomplete_create event so plugins/skins can do something on the autocomplete popup element
2017-03-16 11:18:19 +01:00
Aleksander Machniak
431b9d6b75
Fix update_row() for lists with checkbox selection
2017-03-15 15:52:39 +01:00
Aleksander Machniak
a928c3f988
Add editor-init event
2017-03-15 12:36:07 +01:00
ka7
9a35768c26
spelling fixes ( #5690 )
2017-03-12 12:14:19 +01:00
Remi Collet
132a807dff
add .log suffix to all log file names
2017-03-10 19:00:13 +01:00
Aleksander Machniak
4b9a08657f
Set save button css class in simple dialog according to its label
2017-03-10 18:51:30 +01:00
Thomas Bruederli
bf21557873
Better fix for XSS in style tags ( b59ff5ca)
2017-03-10 10:44:51 +01:00
Aleksander Machniak
05aae4711c
Replace xss_entity_decode_callback() method with lambda function
2017-03-09 12:05:11 +01:00
Aleksander Machniak
b59ff5cafb
Fix XSS issue in handling of a style tag inside of an svg element
2017-03-09 11:45:22 +01:00
Aleksander Machniak
ae8ff966b5
Fix (again) context of close function in simple dialog
2017-03-07 13:06:27 +01:00
Aleksander Machniak
29668f4c97
Fix context in close function of simple dialogs
2017-03-07 12:59:37 +01:00
Aleksander Machniak
38067f61da
Get rid of data-popup-pos
2017-03-06 16:49:37 +01:00
Aleksander Machniak
fa32c2c471
Plugin API: Call message_part_structure hook for sub-parts of multipart/alternative message ( #5678 )
2017-03-06 11:35:09 +01:00
Aleksander Machniak
51dbc2e438
Merge branch 'master' of github.com:roundcube/roundcubemail
2017-03-06 11:02:45 +01:00
Aleksander Machniak
9028e77290
Enigma: Set micalg parameter to real hash algorithm used for signing
2017-03-06 10:57:20 +01:00
Shin Kojima
0b385dc946
Skip iconv for problematic ISO-2022-JP strings ( #5668 )
...
We sometimes get broken character encodings such as:
Subject: =?iso-2022-jp?B?GyRCLWo7M3l1OSk2SBsoQgo=?=
This actually is not a strict ISO-2022-JP string, but a CP50220 string
that is a variant of ISO-2022-JP with extended characters proposed by
Microsoft. Iconv can not handle these encodings well.
2017-03-06 09:22:55 +01:00
Aleksander Machniak
4525388337
More unified style of folder-selector
2017-03-03 17:00:43 +01:00
Aleksander Machniak
aba37bfcaf
Make 'compose' command always enabled
2017-03-03 12:46:43 +01:00
Aleksander Machniak
adbab9d3e2
Merge branch 'master' into dev-elastic
2017-03-03 09:14:44 +01:00
Aleksander Machniak
ba11e844f7
Added optional checkbox selection for the list widget
2017-03-03 09:13:53 +01:00
Aleksander Machniak
821d449d86
Fix/rephrase "unsaved changes" warning when cancelling a draft ( #5610 )
2017-02-28 11:42:38 +01:00
Aleksander Machniak
f8a30526de
Add possibility to use "Add contact" link without an image element inside
2017-02-26 16:08:17 +01:00
Aleksander Machniak
e2d80479d6
Make possible to set (some) config options from a skin
2017-02-26 15:31:06 +01:00