summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Collapse)Author
2015-04-21Merge remote-tracking branch 'origin/master'HEADmasterHugues Hiegel
Conflicts: composer.json-dist config/defaults.inc.php plugins plugins/acl/acl.js plugins/acl/acl.php plugins/acl/skins/classic/templates/table.html plugins/acl/skins/larry/templates/table.html plugins/enigma/README plugins/enigma/config.inc.php.dist plugins/enigma/enigma.js plugins/enigma/enigma.php plugins/enigma/lib/enigma_driver.php plugins/enigma/lib/enigma_driver_gnupg.php plugins/enigma/lib/enigma_driver_phpssl.php plugins/enigma/lib/enigma_engine.php plugins/enigma/lib/enigma_error.php plugins/enigma/lib/enigma_key.php plugins/enigma/lib/enigma_signature.php plugins/enigma/lib/enigma_subkey.php plugins/enigma/lib/enigma_ui.php plugins/enigma/lib/enigma_userid.php plugins/enigma/localization/en_US.inc plugins/enigma/localization/ja_JP.inc plugins/enigma/localization/ru_RU.inc plugins/enigma/skins/classic/enigma.css plugins/enigma/skins/classic/templates/keys.html plugins/help/config.inc.php.dist plugins/help/help.php plugins/help/localization/en_US.inc plugins/jqueryui/jqueryui.php plugins/managesieve/Changelog plugins/managesieve/composer.json plugins/managesieve/config.inc.php.dist plugins/managesieve/lib/Roundcube/rcube_sieve.php plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php plugins/managesieve/lib/Roundcube/rcube_sieve_vacation.php plugins/managesieve/localization/en_US.inc plugins/managesieve/managesieve.js plugins/managesieve/skins/classic/managesieve.css plugins/managesieve/skins/larry/managesieve.css plugins/password/README plugins/password/config.inc.php.dist plugins/password/drivers/ldap.php plugins/password/drivers/poppassd.php plugins/password/drivers/vpopmaild.php plugins/vcard_attachments/vcardattach.js plugins/zipdownload/zipdownload.php
2015-04-19Fix bug where preview_pane setting wasn't always saved into user preferences ↵Aleksander Machniak
(#1490362)
2015-04-19Fix decoding array headersAleksander Machniak
2015-04-19Fix message highligh regression from last commit (#1490363)Aleksander Machniak
2015-04-18Trigger 'listupdate' event also on response to check-recent requestAleksander Machniak
2015-04-18Fix mouseup event handling when dragging a list record (#1490359)Aleksander Machniak
This fixes drag-n-drop on managesieve filters list.
2015-04-17Fix bug where some unrelated attachments in multipart/related message were ↵Aleksander Machniak
not listed (#1490355)
2015-04-16Add option to place signature at bottom of the quoted text even in ↵Aleksander Machniak
top-posting mode [sig_below]
2015-04-12Installer: Remove system() function use (#1490139)Aleksander Machniak
Move some functionality of scripts from bin/ into rcmail_utils class
2015-04-10Fix bug where forced extwin page reload could exit from the extwin mode ↵Aleksander Machniak
(#1490350) With small improvements in rcube_webmail.url() method.
2015-04-09Fix font artifact in Google Chrome on Windows (#1490353)Aleksander Machniak
2015-04-09Fix handling spaces after <br> on html2text conversionAleksander Machniak
2015-04-08Fix lack of signature separator for plain text signatures in html mode ↵Aleksander Machniak
(#1490352)
2015-04-08Remove useless codeAleksander Machniak
2015-04-08Fix so unrecognized TNEF attachments are displayed on the list of ↵Aleksander Machniak
attachments (#1490351)
2015-04-06Fix so text/calendar parts are listed as attachments even if not marked as ↵Aleksander Machniak
such (#1490325)
2015-04-06Fix tables listing routine on mysql and postgres so it skips system or other ↵Aleksander Machniak
database tables and views (#1490337)
2015-04-03Remove Kolab's hack for Cyrus Murder bug in SETANNOTATION - it's not needed ↵Aleksander Machniak
anymore
2015-04-03move header block inside loopcorbosman
2015-04-01Fix PHP warning: Non-static method PEAR::setErrorHandling() should not be ↵Aleksander Machniak
called statically (#1490343)
2015-03-31Plugin API: Added message_ready hook - the last chance to modify Mail_Mime ↵Aleksander Machniak
object before saving or sending the message
2015-03-30Fix handling of %-encoded entities in mailto: URLs (#1490346)Aleksander Machniak
2015-03-23WordingThomas Bruederli
2015-03-23Localize common error messages; improve explanation for CSRF check failuresThomas Bruederli
2015-03-15Avoid errors when message list doesn't have a headerThomas Bruederli
2015-03-13Fix unintended DB session expiration - lost variable in refactoring (#1490316)Aleksander Machniak
2015-03-12Fix javascripts errors in IE8 - lack of Event.which, focusing a hidden ↵Aleksander Machniak
element (#1490318)
2015-03-12Do not re-append an existing node when re-rendering with childsThomas Bruederli
2015-03-12Fix redirct URL for attachments loaded in an iframe (#1490191)Thomas Bruederli
2015-03-12Remove obsolete mt_srand() callsThomas Bruederli
2015-03-12Generate random hash for the per-user local storage prefix (#1490279); only ↵Thomas Bruederli
unserialize user prefs once
2015-03-12Fix backtick character handling in sql queries (#1490312)Aleksander Machniak
2015-03-11Fix bug where TinyMCE area height was too small on slow network connection ↵Aleksander Machniak
(#1490310)
2015-03-11Fix submission of _reload parameter when switching address booksThomas Bruederli
2015-03-11Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2015-03-11Fix bug where spellchecking in HTML editor do not work after switching ↵Aleksander Machniak
editor type more than once (#1490311)
2015-03-11Ignore plugin loading filter if force parameter is setThomas Bruederli
2015-03-11[HACK] displays pictures inside HTML messages...Hugues Hiegel
2015-03-11Update TinyMCE cache_suffix (forgot to do this after last update)Aleksander Machniak
2015-03-10Upgrade TinymCE to version 4.1.9Aleksander Machniak
2015-03-10Fix rows count when messages search fails (#1490266)Aleksander Machniak
2015-03-09(Properly) reset search filter on reset-search actionAleksander Machniak
2015-03-09Reset search filter on folder selection and search resetAleksander Machniak
2015-03-09Fix session garbage collector handler registration after refactoringThomas Bruederli
2015-03-09Fix rcube_contacts::search() calls with empty search string but $required ↵Thomas Bruederli
argument
2015-03-09Unified request* event arguments handling, added support for _unlock and ↵Aleksander Machniak
_action parameters
2015-03-09Fix so search filter, scope and fields are reset on folder changeAleksander Machniak
2015-03-08Fix Opera browser detection in javascript (#1490307)Aleksander Machniak
2015-03-08Plugin API: added message_part_body hook, fixes around message structure ↵Aleksander Machniak
handling by plugins
2015-03-08get_part_content() -> get_part_body()Aleksander Machniak