summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-03Improve LDAP search by ignoring words order in fuzzy substring matching modeThomas Bruederli
2015-03-03Add utility function to compose a full-text-like LDAP search filterThomas Bruederli
2015-03-02Fix javascript error after creating a folder which is a subfolder of another ↵Aleksander Machniak
one (#1490297)
2015-03-02Fix so localized folder name is displayed in multi-folder search result ↵Aleksander Machniak
(#1490243)
2015-03-01Fix encryption warning style in fullpage message viewAleksander Machniak
2015-02-28Add initdb.sh to create database from initial.sql script with prefix support ↵Aleksander Machniak
(#1490188)
2015-02-28Fix "Add response" button title, remove wrong identities_level checks in ↵Aleksander Machniak
Responses, fix cursor on some lists
2015-02-27remove commented out codecorbosman
2015-02-27use factorycorbosman
2015-02-27Fix duplicate entry on timezones list in ↵Aleksander Machniak
rcube_config::timezone_name_from_abbr() (#1490293)
2015-02-27Update changelogAleksander Machniak
2015-02-27Fix parsing ldap URI for cases where hostname is non-emptyAleksander Machniak
2015-02-27Fix parsing invalid HTML messages with BOM after <!DOCTYPE> (#1490291)Aleksander Machniak
2015-02-26Added 'kpasswd' driver by Peter AllgeyerAleksander Machniak
2015-02-26Fix "Non-static method PEAR::isError() should not be called statically" ↵Aleksander Machniak
errors (#1490281)
2015-02-25Reset default db_max_allowed_packet, fix max packet size detectionAleksander Machniak
2015-02-25Fix duplicate entries supression in autocomplete result (#1490290)Aleksander Machniak
2015-02-25Improve compose_search_name() to not return "email@address <email@address>" ↵Aleksander Machniak
entries which may happen for contacts without name(s)
2015-02-25Don't sent the message again in saveonly modeAleksander Machniak
2015-02-25Improved handling of storage errors after message is sentAleksander Machniak
After sending a message it is stored in Sent folder, this operation may fail, e.g. because of "over quota" error. In such a case we'll not close the compose window, but display the error and, if user clicks Send/Save button, we'll display a dialog informing about the situation and providing an option to try the save operation again.
2015-02-25Fix so "over quota" errors are displayed also in message compose pageAleksander Machniak
This also fixes over quota responses on cyrus imap which uses "Over quota" string and no error identifier.
2015-02-24Update internal reference to treelist node contents after insert. Fixes some ↵Thomas Bruederli
strange behavior in FF 3.6
2015-02-24Add possibility to configure max_allowed_packet value for all database ↵Aleksander Machniak
engines (#1490283)
2015-02-24Fix "PHP Fatal error: Call to a member function getMessage() on a non-object"Aleksander Machniak
2015-02-24Really make sure plugins aren't initialized twiceAleksander Machniak
2015-02-24Use also Organization field as a fallback if contact has no name(s) specifiedAleksander Machniak
2015-02-23Fix regression where require_plugin() wasn't initializing the pluginAleksander Machniak
2015-02-22Fix typoAleksander Machniak
2015-02-22Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2015-02-22Fix cursor position on reply below the quote in HTML mode (#1490263)Aleksander Machniak
Also other cursor position inconsistency. Additionally fixed invisible cursor in HTML editor in older Firefox browser versions.
2015-02-22Describe Composer installation when upgrading from a < 1.1 versionThomas Bruederli
2015-02-22Fix fatal errors on systems without mbstring extension or ↵Aleksander Machniak
mb_regex_encoding() function (#1490280)
2015-02-22Fix missing or not up-to-date CATEGORIES entry in vCard export (#1490277)Aleksander Machniak
2015-02-20Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2015-02-20Display group icon on group entry in ACL autocomplete listAleksander Machniak
2015-02-20Really fix unwanted warning on BMP attachments (#1490269)Aleksander Machniak
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-19session refactor and add redis drivercorbosman
2015-02-19Fix needless security warning on BMP attachments display (#1490282)Aleksander Machniak
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-19Update changelogAleksander Machniak
2015-02-19Merge pull request #259 from corbosman/plugin_preloadAleksander Machniak
Plugin preload
2015-02-18Update changelogAleksander Machniak
2015-02-18Fix saving/sending emoticon images when assets_dir is set (Kolab #4608)Aleksander Machniak
2015-02-18Fix PHP fatal error when visiting Vacation interface and there's no sieve ↵Aleksander Machniak
script yet
2015-02-17Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2015-02-17Add possibility to print contact information (of a single contact)Aleksander Machniak
2015-02-16Fix regression where Help toolbar buttons have had incorrect titleAleksander Machniak