Aleksander Machniak
2014-05-30 646b64107a578d228a23d5b82923fb794fdb9c55
2014-05-13 Aleksander Machniak
Fix some typos and skip some function calls irrelevant in multi-folder mode
tree@ b3db98 commitdiff
2014-05-12 Aleksander Machniak
Merge branch 'dev-text2html' of github.com:roundcube/roundcubemail into dev...
tree@ 1053ae commitdiff
2014-05-12 Aleksander Machniak
Fix invalid closing tag
tree@ e2b476 commitdiff
2014-05-12 Aleksander Machniak
Fix unintentional draft autosave request if autosave is disabled (#1489882)
tree@ 7d3d62 commitdiff
2014-05-12 Thomas Bruederli
Merge branch 'master' of github.com:roundcube/roundcubemail
tree@ b693dc commitdiff
2014-05-12 Thomas Bruederli
Create treetoggle icons if necessary
tree@ 5983ba commitdiff
2014-05-12 Aleksander Machniak
Optimize "empty" framed pages size (#1489792)
tree@ ffc748 commitdiff
2014-05-12 Aleksander Machniak
Performance fix: don't send vcard/photo data to the browser after contact u...
tree@ 3d36e8 commitdiff
2014-05-12 Aleksander Machniak
Bypass cache when counting EXISTS messages
tree@ 2b72ec commitdiff
2014-05-12 Aleksander Machniak
Code improvements
tree@ 8f57ce commitdiff
2014-05-12 Aleksander Machniak
Add configurable LDAP_OPT_DEREF option (#1489864) - patch from Stuart C. Na...
tree@ d51900 commitdiff
2014-05-12 Aleksander Machniak
Disable wrapping non-flowed lines on dash character
tree@ e0881f commitdiff
2014-05-12 Aleksander Machniak
Fix flowed lines recognition
tree@ d41367 commitdiff
2014-05-12 Aleksander Machniak
Add session ID (first 8 chars) to the log
tree@ 596d43 commitdiff
2014-05-12 Aleksander Machniak
Improve _convert_line() performance
tree@ d9d276 commitdiff
2014-05-11 Aleksander Machniak
Rephrase editor warning to better match both ways text2html and html2text
tree@ b5bb64 commitdiff
2014-05-11 Aleksander Machniak
Improved display of plain text messages and text to HTML conversion (#1488937)
tree@ eda92e commitdiff
2014-05-09 Aleksander Machniak
Fix searching in addressbook broken with multi-folder search implementation...
tree@ 672621 commitdiff
2014-05-08 Aleksander Machniak
Remove unused 'foldertray' container
tree@ 3cf97b commitdiff
2014-05-08 Aleksander Machniak
Allow data-* attributes (#1489860)
tree@ 707911 commitdiff
2014-05-08 Aleksander Machniak
Add 'performance_stats' option, so perf. stats can be logged with disabled ...
tree@ 48e92f commitdiff
2014-05-08 Aleksander Machniak
Don't use $HTTP_RAW_POST_DATA deprecated in PHP 5.6
tree@ 60a67f commitdiff
2014-05-07 Thomas Bruederli
Reset search when swicthing folders to meet common expecations
tree@ fd4436 commitdiff
2014-05-06 Aleksander Machniak
Support image operations with Imagick extension (#1489734)
tree@ 8968f9 commitdiff
2014-05-06 Aleksander Machniak
Allow <> characters in spellchecking text
tree@ f41912 commitdiff
2014-05-05 Aleksander Machniak
Fix Spell button with TinyMCE4
tree@ 4d0238 commitdiff
2014-05-05 Aleksander Machniak
Make TinyMCE4 buttons smaller
tree@ ccb417 commitdiff
2014-05-05 Thomas B.
Merge pull request #179 from corbosman/master
tree@ d00400 commitdiff
2014-05-04 Aleksander Machniak
Support upload progress with session.upload_progress and PECL uploadprogres...
tree@ 93e12f commitdiff
2014-05-03 corbosman
add preferences_section_header hook
tree@ dba1c6 commitdiff
2014-05-02 Aleksander Machniak
Ignore words containing only <> chars
tree@ 3e4906 commitdiff
2014-05-02 Aleksander Machniak
jQuery-2.1.1
tree@ c51ba0 commitdiff
2014-05-02 Aleksander Machniak
Improve rcube_find_object() performance by prefering getElementById() as th...
tree@ c0037f commitdiff
2014-05-02 Aleksander Machniak
Small code improvements
tree@ f923d4 commitdiff
2014-05-02 Aleksander Machniak
MOve more IE<9 code to legacy_browser
tree@ 378efd commitdiff
2014-05-02 Aleksander Machniak
Replace setSelectionRange() call with universal rcmail.set_caret_pos()
tree@ 3dfb94 commitdiff
2014-05-01 Aleksander Machniak
Update to TinyMCE 4.x
tree@ 89d6ce commitdiff
2014-05-01 Thomas Bruederli
Make skin meta/hierarchy information accessible for plugins (#1488831)
tree@ b0ce5c commitdiff
2014-04-30 Aleksander Machniak
TinyMCE 4.0.24
tree@ 4a1cd8 commitdiff
2014-04-30 Aleksander Machniak
Support 'error' and 'body_file' return attribs in 'message_before_send' hoo...
tree@ efdbf4 commitdiff
2014-04-30 Aleksander Machniak
Small code improvements
tree@ 65070f commitdiff
2014-04-30 Aleksander Machniak
Fix broken threads structure (#1489845)
tree@ c3ce9c commitdiff
2014-04-30 Aleksander Machniak
Fix invalid host validation on login (#1489841)
tree@ 204977 commitdiff
2014-04-29 Aleksander Machniak
Fix redundant warning when switching from html to text in empty editor (#14...
tree@ fb1203 commitdiff
2014-04-29 Aleksander Machniak
Revert [78a58162], TABLE_SCHEMA column does not exist in mysql, also tables...
tree@ 3ce4f0 commitdiff
2014-04-29 Aleksander Machniak
Fix varius db_prefix issues (#1489839) - Move DDL script execution code to ...
tree@ 90f7aa commitdiff
2014-04-28 Aleksander Machniak
Revert unintentional change
tree@ 9f3fad commitdiff
2014-04-28 Aleksander Machniak
Make identity name field optional (#1489510) Get rid of unhelpful error mes...
tree@ 541858 commitdiff
2014-04-27 Thomas Bruederli
Specify licenses in all javascript files and blocks to please LibreJS
tree@ b34d67 commitdiff
2014-04-25 Thomas Bruederli
Merge branch 'x-forwarded-whitelist' of github.com:tribut/roundcubemail int...
tree@ b867bb commitdiff
first | « prev | next »