summaryrefslogtreecommitdiff
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-21updates - plugins as a separate git folderHugues Hiegel
2015-04-20Bump up version numberAleksander Machniak
2015-04-20Add option to prepopulate vacation addresses on form init (#1490030)Aleksander Machniak
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-18Update changelogAleksander 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-18Fix incorrect filter data after filter delete (#1490356)Aleksander Machniak
Fix missing position idicator in Larry skin when dragging a filter
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-14Fix Net_LDAP3 homepage locationAleksander Machniak
2015-04-14Update git url for kolab/Net_LDAP3 package repositoryThomas Bruederli
2015-04-14Don't load jquery UI scripts twiceThomas Bruederli
2015-04-14Add option to define default vacation intervalAleksander Machniak
2015-04-12Installer: Remove system() function use (#1490139)Aleksander Machniak
Move some functionality of scripts from bin/ into rcmail_utils class
2015-04-11Enigma: Added user preferences to disable plugin featuresAleksander Machniak
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-08Enigma: diagnosed and described Crypt_GPG issues related with gnupg >= 2.0Aleksander Machniak
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 message list header in classic skin on window resize in Internet ↵Aleksander Machniak
Explorer (#1490213)
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-05Enigma: fix issues with enabled messages_cacheAleksander Machniak
2015-04-03Enigma: really add composer.jsonAleksander Machniak
2015-04-03Enigma: added composer.json fileAleksander Machniak
2015-04-03Remove Kolab's hack for Cyrus Murder bug in SETANNOTATION - it's not needed ↵Aleksander Machniak
anymore
2015-04-03Merge pull request #270 from corbosman/masterAleksander Machniak
move header block inside loop
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-31Enigma: Handle signed content inside of encrypted messageAleksander Machniak
2015-03-31Enigma: Implemented messages signing and encryptingAleksander Machniak
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-31Fix vpopmaild driver of password pluginAleksander Machniak
2015-03-31Fix zipped messages downloads after selecting all messages in a folder ↵Aleksander Machniak
(#1490339)
2015-03-30Fix handling of %-encoded entities in mailto: URLs (#1490346)Aleksander Machniak
2015-03-23WordingThomas Bruederli
2015-03-23Allow help plugin to append a link to the error page for more information ↵Thomas Bruederli
about CSRF protection
2015-03-23Localize common error messages; improve explanation for CSRF check failuresThomas Bruederli
2015-03-19Update changelogAleksander Machniak
2015-03-18Freeze Mail_mimeDecode at version 1.5.5 as git master is utterly brokenThomas Bruederli
2015-03-16Color quota display orange/red when over 80/90 %Thomas 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