summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-09Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-11-09Updated ChangelogThomas Bruederli
2012-11-09Add config options to automatically generate LDAP attributes for new entriesThomas Bruederli
2012-11-09Update plugins/password/password.phpNETLINK
2012-11-09Update plugins/password/password.phpNETLINK
Add logic for checking supported IMAP hosts Make use of additional config option 'password_supported_hosts' (see config.inc.php.dist). If current IMAP host is not in array of defined hosts, exit and suppress Password option in Settings.
2012-11-09Update plugins/password/config.inc.php.distNETLINK
Added config option to specify hosts that support password changing.
2012-11-08Fix AREA links handling (#1488792)Aleksander Machniak
2012-11-07Updated to jQuery 1.8.2 and jQuery UI 1.9.1Thomas Bruederli
2012-11-07Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-11-07Fix regression in detecting if attachment should be displayed inline (is an ↵Aleksander Machniak
image)
2012-11-07Adapt to common naming scheme for template tag attributesThomas Bruederli
2012-11-07Don't include settings.css - is not needed anymoreAleksander Machniak
2012-11-07Tell client to open mailto: links in contact details in a new window (if ↵Thomas Bruederli
configured)
2012-11-06Allow setting contentframe from template (as frame object attribute)Aleksander Machniak
2012-11-06Fix watermark in a frame regressionAleksander Machniak
2012-11-06Fix watermark in a frame regressionAleksander Machniak
2012-11-06Fix syntax errorThomas Bruederli
2012-11-06Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-11-06Recursively resolve paths of iframe contents; unify contentframe ↵Thomas Bruederli
registration and reduce code-duplication
2012-11-06Remove unused unEscape() methodAleksander Machniak
2012-11-05Make sure affected_rows() method returns expected (consistent with other ↵Aleksander Machniak
RDBMSes) result on MySQL
2012-11-05Fixed rcube_imap_generic::uncompressMessageSet() result when argument is ↵Aleksander Machniak
empty. Added tests.
2012-11-05Tiny style fix in compose viewThomas Bruederli
2012-11-05Don't add signature (again) when opening compose view in a new windowThomas Bruederli
2012-11-05Don't open another window when replying to a message displayed in extwinThomas Bruederli
2012-11-03Fix count display after inserting a new contactThomas Bruederli
2012-10-31Improve client-side timezone detection using jsTimezoneDetect by Jon ↵Thomas Bruederli
Nylander (#1488725); removed obsolete dstactive detection
2012-10-31Don't add Bcc headers from identity twice (e.g. if already saved in draft)Thomas Bruederli
2012-10-31Fix possible HTTP DoS on error in keep-alive requests (#1488782)Aleksander Machniak
2012-10-31Make sure HTML part size>0 before assuming the message has got HTML partAleksander Machniak
2012-10-29Fix HTML entities handling on addressbooks listAleksander Machniak
2012-10-29Ignore plugin_manager plugin.till
Allow packagist.
2012-10-28Fix error in IE<8Aleksander Machniak
2012-10-27Ignore sample plugin!till
2012-10-27Ensure the composer.json is never checked in.till
2012-10-27Enable our plugin repository: composer does not aggregate 'repositories' ↵till
from your dependencies. Add minimum-stability.
2012-10-27Merge branch 'dev-compose-newwindow'Thomas Bruederli
2012-10-27Merge pull request #38 from dupondje/masterThomas B.
Option to hide SQL addressbook
2012-10-26Prepare template processor to handle skin inheritanceThomas Bruederli
2012-10-26Merge branch 'dev-compose-newwindow' of github.com:roundcube/roundcubemail ↵Thomas Bruederli
into dev-compose-newwindow
2012-10-26Style improvements in compose screenAleksander Machniak
2012-10-25Make this a -dist so people can customize it.till
2012-10-25Add deprecated alias clear_mailbox()Aleksander Machniak
2012-10-24Merge pull request #39 from roundcube/topics/composerThomas B.
Basic composer support
2012-10-24Show compose options if they were visible in openerThomas Bruederli
2012-10-24Add a composer.json file.till
Add all dependencies.
2012-10-24Fix new (empty) window opening on FF and othersThomas Bruederli
2012-10-24Refactored compose UI according to discussions on the mailing listThomas Bruederli
2012-10-24Add option to disable saving sent mail in Sent folder - ↵Aleksander Machniak
no_save_sent_messages (#1488686)
2012-10-24Align size column title to the left to fix overlapping with sorting arrowsAleksander Machniak