summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-10Updated localizations from Transifex1.1-betaThomas Bruederli
2014-11-09Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-11-09Replace all attachment-image URIs with CID URIs, not only src and poster ↵Aleksander Machniak
attributes (#1490132)
2014-11-09Better wording about composer dependencyThomas Bruederli
2014-11-09Consider composer.json dependencies in installation and upgrading ↵Thomas Bruederli
instructions and scripts
2014-11-07Fix some character sets detection (#1490135)Aleksander Machniak
2014-11-07Add csv2vcard for ru_RU localizationAleksander Machniak
2014-11-06Remove redundant marginAleksander Machniak
2014-11-04Move TNEF decoder class to the Roundcube Framework (#1490055)Aleksander Machniak
So, for now all dependencies of the Framework can be installed with composer and we need only lib/Roundcube folder. des.inc was never required and is less important since we do encryption using openssl or mcrypt extensions.
2014-11-03Remove redundant codeAleksander Machniak
2014-11-03Update changelogThomas Bruederli
2014-11-03Fix skin path handling in plugin context (#1488967):Thomas Bruederli
The plugin skin directories are removed again from the search path after parsing of a plugin template has finished.
2014-11-03Check available memory for image resizing with GD on Windows (#1489937)Thomas Bruederli
2014-11-03Add plugin hook 'db_table_name' as requested in #1489837Thomas Bruederli
2014-11-03Don't trust get_folder(), use mailbox environment variable when appropriateAleksander Machniak
2014-11-02Remove debug codeAleksander Machniak
2014-11-02CS fixesAleksander Machniak
2014-10-31Fixed typoAleksander Machniak
2014-10-30More get_folder() -> $MESSAGE->folderAleksander Machniak
2014-10-30Don't trust get_folder(), use $MESSAGE->folder if availableAleksander Machniak
2014-10-30CS fixes and bump version number after PR mergeAleksander Machniak
2014-10-30Merge pull request #243 from bnogas/master-p6Aleksander Machniak
Add support for updating identities on each login
2014-10-30Remove redundant defaultAleksander Machniak
2014-10-30Another correction for PR commentsBartlomiej Nogas
2014-10-30Fix possible issues in skin/skin_path config handling (#1490125)Aleksander Machniak
2014-10-30Give higher priority to the 'subject' parameter from request or pluginAleksander Machniak
2014-10-30Correct load_config() return value with improvement in last commitAleksander Machniak
2014-10-30Improve load_config() so when called many times it will read config file ↵Aleksander Machniak
only once
2014-10-29Correcting for PR comments + change rcmail to rcBartlomiej Nogas
2014-10-29Remove redundant is_file() checksAleksander Machniak
2014-10-29Fix reply scrolling issue with text mode and start message below the quote ↵Aleksander Machniak
(#1490114)
2014-10-28Add support for updating identities on each loginBartlomiej Nogas
2014-10-28Allways call rcube_imap::set_folder() before rcube_imap::get_message_part()Aleksander Machniak
2014-10-28Fix bug where creating subfolders in shared folders wasn't possible without ↵Aleksander Machniak
ACL extension (#1490113)
2014-10-28Fix so draft auto-save does not turn spellchecker off (#1490120)Aleksander Machniak
2014-10-28Fix regresion that caused double charset conversion in some messages (#1490121)Aleksander Machniak
2014-10-27Fix compose body area size, so scrollbars aren't truncated, unify paddingAleksander Machniak
2014-10-27Fix so DDL script for Oracle can be executed in SQLPlusAleksander Machniak
2014-10-27Merge pull request #239 from onny/patch-1Aleksander Machniak
Fixed typo in config
2014-10-27Fixed typo in configJonas Heinrich
2014-10-26Merge pull request #232 from JohnDoh/patch-1Thomas B.
better events for get_single_uid/cid
2014-10-26Update password driver API descriptionAleksander Machniak
2014-10-26Fix syntax error in plesk driverAleksander Machniak
2014-10-26CS fixes after PR mergeAleksander Machniak
2014-10-26Merge pull request #234 from bnogas/master-p3Aleksander Machniak
Add config option 'acl_group_field' to use as ACL group identifier
2014-10-26Merge pull request #235 from bnogas/master-p2Aleksander Machniak
Move plugin configuration to config.inc.php.dist
2014-10-26Correctly detect charset of attachment names in TNEF messagesAleksander Machniak
2014-10-25Catch only left-button clicks on the list widget's mouseup handlerAleksander Machniak
2014-10-25Skip unnecessary session updates on task switch - switch session task less ↵Aleksander Machniak
often (#1490116)
2014-10-24Call exif_read_data() only on JPEG imagesAleksander Machniak