summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-20Canonize boolean ini_get() results (#1489189)Aleksander Machniak
2013-06-20Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-06-20Improve IMAP APPEND handling so it can read message (parts) from file pointer(s)Aleksander Machniak
and make it less memory consuming
2013-06-19Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-06-19Add note about possible connection errors when using ssl with smtp_timeout>0 ↵Aleksander Machniak
(#1489187)
2013-06-19Fixed so ldap cache can be disabledAleksander Machniak
Fixed issue where ldap groups cache wasn't used correctly
2013-06-19Use the right attribute to display group namesThomas Bruederli
2013-06-19Cache LDAP's user_specific search and use vlv for better performance (#1489186)Aleksander Machniak
2013-06-19CS fixesAleksander Machniak
2013-06-19Fix debug setting in ldap classesAleksander Machniak
2013-06-19Fix so attachment_reminder=false really disables the reminder actionAleksander Machniak
2013-06-18CS fixesAleksander Machniak
2013-06-18Unify LDAP debug messagesAleksander Machniak
2013-06-18Ignore ldap_search warnings (like in the old code)Aleksander Machniak
2013-06-18Describe changes from 'dev-advanced-ldap-groups'Thomas Bruederli
2013-06-18Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2013-06-18Consolidate quote_string() method usage; don't add additional filter if ↵Thomas Bruederli
required field is already in search query
2013-06-18Fix so install do not fail when one of DB driver checks fails but other ↵Aleksander Machniak
drivers exist (#1489178)
2013-06-18Merge branch 'dev-advanced-ldap-groups':Thomas Bruederli
- Refactoring: separated address book implementation from generic LDAP wrapper class - Auto-detect and use VLV indices for all search operations - Additional group configuration options for LDAP address books - Allow address books to display a multi-level group hierarchy in the contacts list
2013-06-18Mention new feature in changelogThomas Bruederli
2013-06-18Fix so exported vCard specifies encoding in v3-compatible format (#1489183)Aleksander Machniak
2013-06-17Merge pull request #58 from kanarip/masterAleksander Machniak
Add option to prevent mandatory inclusion of 'anyone' and 'anonymous' in ACL configuration
2013-06-16Add UI elements for message import to classic skinThomas Bruederli
2013-06-16Fix messages list column dragging after changing column/sort settingsAleksander Machniak
2013-06-16Display '(empty subject)' in message view if subject header is missing ↵Thomas Bruederli
(#1489108)
2013-06-16Fix session issues when local and database time differs (#1486132)Aleksander Machniak
Improve performance by executing session gc on script shutdown, also call session_write_close() ASAP
2013-06-16Remove session.auto_start setting. It is already too late to set this option.Aleksander Machniak
2013-06-15Split managesieve.php file into twoAleksander Machniak
2013-06-15Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-06-15Implemented date, currentdate and index - RFC5260 (#1488120)Aleksander Machniak
2013-06-15Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2013-06-14Fix js error on operator changeAleksander Machniak
2013-06-14Remove old enable_caching option from InstallerAleksander Machniak
2013-06-14Fix version selector - do not list versions newer than 0.9.0, useAleksander Machniak
"0.9 or newer" instead.
2013-06-14Add feature to import messages to the currently selected folderThomas Bruederli
2013-06-13Added section for upcoming 0.9.2 releaseThomas Bruederli
2013-06-13Add styles for image thumbnails in print mode (#1489134)Thomas Bruederli
2013-06-13Set minimum height for message headers block (#1489108)Thomas Bruederli
2013-06-13Fix timeout issue on drag&drop uploads (#1489170)Aleksander Machniak
2013-06-13Use rcube_cache class to store attachments in database.Aleksander Machniak
Add options to configure TTL and cache type.
2013-06-13Set TTL for attachments stored in sql databaseAleksander Machniak
2013-06-13Fix typos in sql queries of garbage collector (expired -> expires)Aleksander Machniak
2013-06-13Fix thread cache syncronization/validation (#1489028)Aleksander Machniak
2013-06-13Fix default sorting of threaded list when THREAD=REFS isn't supported.Aleksander Machniak
The result need to be re-sorted even if sort column is not set. This fixes the issue when new messages aren't displayed on top of the list.
2013-06-12Remove duplicated focus() after opening print windowAleksander Machniak
2013-06-12Improved width of message list menu dialogAleksander Machniak
2013-06-12Use global show_real_foldername setting instead archive_localize_nameAleksander Machniak
2013-06-12Merge pull request #80 from weisslj/fix-http-authentication-pluginThomas B.
Fix http_authentication_host usage after logout
2013-06-11Fix list mode switch to 'List' after saving list settings in Larry skin ↵Aleksander Machniak
(#1489164)
2013-06-11Do not reset messages count in set_folder()Aleksander Machniak