summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube
AgeCommit message (Expand)Author
2013-10-11Add spellchecker backend for the After the Deadline service. See http://www.a...Thomas Bruederli
2013-10-11Refactor spellchecker class into backend subclasses for better extensibilityThomas Bruederli
2013-10-11Minor improvements to linkref parserThomas Bruederli
2013-10-10Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2013-10-10Replace markdown-style [1] link indexes in plain text email bodies. [1]: http...Thomas Bruederli
2013-10-08Workaround cyrus-murder bug in SETANNOTATION arguments handlingAleksander Machniak
2013-10-07Assign the chosen mode to the table mapThomas Bruederli
2013-10-07Improve selection of replicated database connection:Thomas Bruederli
2013-10-07Execute connection config queries on db handle direcltyThomas Bruederli
2013-10-07Add possibility to programmatically set cache mode, so it is possibleAleksander Machniak
2013-10-04New option to disable the use of already established dsnw connections for sub...Thomas Bruederli
2013-10-04Fix typo: occured -> occurred (#1489366)Aleksander Machniak
2013-10-04Search for user DN only if one of bind_dn, base_dn, groups_base_dn settingsAleksander Machniak
2013-10-04Fixed issues where HTML comments inside style tag would hang Internet ExplorerAleksander Machniak
2013-10-03Improved mailto: link arguments handling (#1489363)Aleksander Machniak
2013-10-02Use DOMDocument LIBXML_PARSEHUGE and LIBXML_COMPACT options if possible (#148...Aleksander Machniak
2013-09-27We've encountered (malformed) messages with more thanAleksander Machniak
2013-09-26Handle nicely situation when normalize_entry is executed on already normalize...Aleksander Machniak
2013-09-25Support HTTP_HOST, SERVER_NAME and SERVER_ADDR values in include_host_config ...Aleksander Machniak
2013-09-24Make sure language code extracted from HTTP_ACCEPT_LANGUAGE is in xx_YY formatAleksander Machniak
2013-09-13Support both new and old config variablesThomas Bruederli
2013-09-12Retry queries on deadlock errors from InnoDB row-level locking (MySQL)Thomas Bruederli
2013-09-10Improve handling of date strings and DateTime values in contactsThomas Bruederli
2013-09-09Fix some methods for rcube_addressbook implementations where contact email fi...Aleksander Machniak
2013-09-08Add option to import vcards with group assignments (pull-request 105)Thomas Bruederli
2013-09-08Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2013-09-08Save groups membership in VCard export (#1488509)Thomas Bruederli
2013-09-08Workaround broken PHP function timezone_name_from_abbr (#1489261)Aleksander Machniak
2013-09-07Respect (multiple) config dirs from RCUBE_CONFIG_PATH when reading configured...Thomas Bruederli
2013-09-07Read RCUBE_CONFIG_PATH env variable for a list of directories that are search...Thomas Bruederli
2013-09-06Fix error_reporting directive check (#1489323)Aleksander Machniak
2013-09-06Make cached message size limit configurable - messages_cache_threshold (#1489...Aleksander Machniak
2013-09-04Aviod code duplication in timezone configuration handlingAleksander Machniak
2013-09-04Make result of rcmail::get_compose_responses() always an (indexed) array; add...Thomas Bruederli
2013-09-04Keep current selection on IE browsers by adding unselectable=on to link elementsThomas Bruederli
2013-09-04Add new feature to save and recall text snippets (aka canned responses) when ...Thomas Bruederli
2013-09-03Fix issue where too big message data was stored in cache causing sql errors (...Aleksander Machniak
2013-09-01Fix issue where legacy config was overriden by default config (#1489288)Aleksander Machniak
2013-08-30Add temp_dir_ttl configuration option to control expiry time inDavid Carter
2013-08-29Fix setting of Junk and NonJunk flags by markasjunk plugin (#1489285)Aleksander Machniak
2013-08-25Fix so additional headers are added to all messages sent (#1489284)Aleksander Machniak
2013-08-24Fix handling of non-default date formats (#1489294)Aleksander Machniak
2013-08-23Fix unquoted path in PREG expression on Windows (#1489290)Aleksander Machniak
2013-08-16Let the framework adjust the include_path if necessaryThomas Bruederli
2013-08-15Make session auth cookie name configurableThomas Bruederli
2013-08-13Fix replacement variables in user-specific base_dn in some LDAP requests (#14...Aleksander Machniak
2013-08-09Fix image scaling issues when image has only one dimension smaller than the l...Aleksander Machniak
2013-08-07Fix base URL resolving on attribute values with no quotes (#1489275)Aleksander Machniak
2013-08-07Fix wrong handling of links with '|' character (#1489276)Aleksander Machniak
2013-08-04Merge pull request #100 from Dennis1993/patch-8Aleksander Machniak