summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube
AgeCommit message (Collapse)Author
2015-03-11[HACK] displays pictures inside HTML messages...Hugues Hiegel
2015-02-20Fix performance of rcube_db_mysql::get_variable()Aleksander Machniak
As currently we're using this to find only max_allowed_packet value, it is better to use "SHOW VARIABLES LIKE ?" instead of asking for all variables.
2015-02-19Fix handling of some improper constructs in format=flowed text as per the ↵Aleksander Machniak
RFC3676[4.5] (#1490284)
2015-02-19Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
Conflicts: CHANGELOG
2015-02-19Fix setting max packet size for DB caches and check packet size also in ↵Aleksander Machniak
shared cache
2015-02-19Merge pull request #259 from corbosman/plugin_preloadAleksander Machniak
Plugin preload
2015-02-16Set version number to 1.2-gitAleksander Machniak
2015-02-11Merge pull request #265 from kanarip/masterThomas B.
Allow the timeout and retry interval for memcached to be configured
2015-02-11Allow the timeout and retry interval for memcached servers to be configuredJeroen van Meeuwen (Kolab Systems)
2015-02-07Bump version and copyright yearThomas Bruederli
2015-02-04Load plugins before sessions have startedcorbosman
Move the plugin loading phase to before sessions have started allowing plugins to add session drivers. Plugins that want to use this should define an "onload" method in their plugins. This method does not have access to variables like $task as they are not yet initialised at that time.
2015-02-04Fix some typos in commentsAleksander Machniak
2015-02-04Fix error in exec_hook() in case some hook handler was unregistered beforeAleksander Machniak
2015-02-03Better handle log/temp directory misconfigurationAleksander Machniak
2015-02-02Fix handling of GETANNOTATION errors - return NULL on error as documentedAleksander Machniak
2015-01-29Fix exec_hook() so handlers added inside the hook are not omittedAleksander Machniak
2015-01-28Make logged SMTP errors more verbose - log also real server response and codesAleksander Machniak
2015-01-21Fix bug where empty fieldmap config entries caused empty results of ldap ↵Aleksander Machniak
search (#1490229)
2015-01-16Improve display of pgp/mime and s/mime messges. Reverts commit f4154d91Thomas Bruederli
2015-01-13Fix XSS issue in style attribute handling (#1490227)Aleksander Machniak
2015-01-10Remove hook aliases deprecated long time ago, CS fixesAleksander Machniak
2015-01-03CS fixesAleksander Machniak
2014-12-29Fix syntax error and codestyle from recent PR mergeThomas Bruederli
2014-12-28Add environment variable reading to configuration.Alex Brandt
Docker prefers to pass parameters via environment variables. This allows the environment variables to be checked and if a value exists it will override the default.
2014-12-28Fix rcube_utils::normalize_string() to support unicode characters + add ↵Thomas Bruederli
argument for minimum token length
2014-12-28Make rcube_utils::strtotime() timezone aware (#1490163)Thomas Bruederli
2014-12-18Properly set fuzzy_search for vlv searchesAleksander Machniak
2014-12-16Improve system security by using optional special URL with security tokenAleksander Machniak
Allows to define separate server/path for image/js/css files Fix bugs where CSRF attacks were still possible on some requests
2014-12-13Don't log "No suitable function found for UTF-8..." as E_USER_WARNING.Aleksander Machniak
Use E_USER_NOTICE - this happens quite often as email messages containing invalid charset name are not so rare.
2014-12-09Use consistent license identifiers, remove redundant package.xml filesAleksander Machniak
2014-12-08Fix import of contacts with multiple email addresses from Google-csv format ↵Aleksander Machniak
(#1490178)
2014-12-01Fix import of multiple contact email addresses from Outlook-csv format ↵Aleksander Machniak
(#1490169)
2014-11-27Extend list_emails() to optionally return only default identityAleksander Machniak
2014-11-27Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-11-27Added rcube_user::list_emails() method with better performance than ↵Aleksander Machniak
list_identities() which should be used always if we want only all user email addresses (with names)
2014-11-26Fix so all unknown email addresses from Google csv format are imported ↵Aleksander Machniak
(#1490159)
2014-11-22Fix rcube_utils::anytodatetime() with no timezone specifiedAleksander Machniak
2014-11-19Fix import of multiple contact groups from Google-csv format (#1490159)Aleksander Machniak
2014-11-16Code improvements and fixes (mostly unused variables and methods)Aleksander Machniak
2014-11-15Remove reference to non-existing option 'default_folders'Aleksander Machniak
2014-11-14Fix lack of delimiter for recipient addresses in smtp_log (#1490150)Aleksander Machniak
2014-11-07Fix some character sets detection (#1490135)Aleksander 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-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-02Remove debug codeAleksander Machniak
2014-11-02CS fixesAleksander Machniak
2014-10-30Remove redundant defaultAleksander Machniak
2014-10-30Fix possible issues in skin/skin_path config handling (#1490125)Aleksander Machniak
2014-10-30Correct load_config() return value with improvement in last commitAleksander Machniak