Commit Graph

6550 Commits (b825f86108a91957f6467176e418cfc257874658)
 

Author SHA1 Message Date
Aleksander Machniak 1965c3b367 Remove confusing note about closing ?> tag and no characters after it.
We currently do not require closing tag in config file, we also
correctly handle characters after the closing tag (#1489179)
11 years ago
Aleksander Machniak 7a7c25aeff Fix so valid and set date.timezone is not required by installer checks (#1489180) 11 years ago
Ken Cheung 2b81b0bf11 Update newmail_notifier to use W3C Notification
Update newmail_notifier plugin to use W3C Notification object if
possible.  Include fix for Chrome/Chromium.
11 years ago
Aleksander Machniak 9df7e17043 Disable workaround for http://bugs.php.net/bug.php?id=18556 if PHP 5.5 is detected 11 years ago
Thomas Bruederli 07c6c69eca Make all bundled plugins the same license as Roundcube itself, which is GPLv3+ 11 years ago
Aleksander Machniak 39b905b7a8 Canonize boolean ini_get() results (#1489189) 11 years ago
Aleksander Machniak 976ba376a9 Merge branch 'master' of github.com:roundcube/roundcubemail 11 years ago
Aleksander Machniak d764723142 Improve IMAP APPEND handling so it can read message (parts) from file pointer(s)
and make it less memory consuming
11 years ago
Aleksander Machniak 3bbe4e7424 Merge branch 'master' of github.com:roundcube/roundcubemail 11 years ago
Aleksander Machniak cd9e415406 Add note about possible connection errors when using ssl with smtp_timeout>0 (#1489187) 11 years ago
Aleksander Machniak b200258d5a Fixed so ldap cache can be disabled
Fixed issue where ldap groups cache wasn't used correctly
11 years ago
Thomas Bruederli 8862f67513 Use the right attribute to display group names 11 years ago
Aleksander Machniak 5a6c3a169b Cache LDAP's user_specific search and use vlv for better performance (#1489186) 11 years ago
Aleksander Machniak 858af70656 CS fixes 11 years ago
Aleksander Machniak fae90da582 Fix debug setting in ldap classes 11 years ago
Aleksander Machniak 4e12fd5c82 Fix so attachment_reminder=false really disables the reminder action 11 years ago
Aleksander Machniak c9ed4bfa7a CS fixes 11 years ago
Aleksander Machniak c64beed6bb Unify LDAP debug messages 11 years ago
Aleksander Machniak 3ebda8c7d8 Ignore ldap_search warnings (like in the old code) 11 years ago
Thomas Bruederli 0096981452 Describe changes from 'dev-advanced-ldap-groups' 11 years ago
Thomas Bruederli caa53b1316 Merge branch 'master' of github.com:roundcube/roundcubemail 11 years ago
Thomas Bruederli 4500b2f79b Consolidate quote_string() method usage; don't add additional filter if required field is already in search query 11 years ago
Aleksander Machniak e7fa2ce56d Fix so install do not fail when one of DB driver checks fails but other drivers exist (#1489178) 11 years ago
Thomas Bruederli dd54725b21 Merge branch 'dev-advanced-ldap-groups':
- 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
11 years ago
Thomas Bruederli b531277d03 Mention new feature in changelog 11 years ago
Aleksander Machniak 428764bf34 Fix so exported vCard specifies encoding in v3-compatible format (#1489183) 11 years ago
Aleksander Machniak 38271f246b Merge pull request #58 from kanarip/master
Add option to prevent mandatory inclusion of 'anyone' and 'anonymous' in ACL configuration
11 years ago
Thomas Bruederli e11e7e786b Add UI elements for message import to classic skin 11 years ago
Aleksander Machniak 5c74e86eee Fix messages list column dragging after changing column/sort settings 11 years ago
Thomas Bruederli f7ac79ced5 Display '(empty subject)' in message view if subject header is missing (#1489108) 11 years ago
Aleksander Machniak 3dbe4f79e4 Fix session issues when local and database time differs (#1486132)
Improve performance by executing session gc on script shutdown, also call session_write_close() ASAP
11 years ago
Aleksander Machniak ac1a962b51 Remove session.auto_start setting. It is already too late to set this option. 11 years ago
Aleksander Machniak 8ea08a8264 Split managesieve.php file into two 11 years ago
Aleksander Machniak 1dcd9406bd Merge branch 'master' of github.com:roundcube/roundcubemail 11 years ago
Aleksander Machniak 0185a27907 Implemented date, currentdate and index - RFC5260 (#1488120) 11 years ago
Thomas Bruederli 9a7c575650 Merge branch 'master' of github.com:roundcube/roundcubemail 11 years ago
Aleksander Machniak 5c6e74b176 Fix js error on operator change 11 years ago
Aleksander Machniak acc005301f Add defaults.inc.php file (missed in last commmit because of .gitignore) 11 years ago
Aleksander Machniak 461a30d771 Merge config files (#1487311).
Now we have defaults.inc.php and config.inc.php.
Renamed $rcmail_config to $config. Old naming and old files are supported
for backward compatibility.
11 years ago
Aleksander Machniak f41708ced0 Remove old enable_caching option from Installer 11 years ago
Aleksander Machniak 1aff0e7ce2 Fix version selector - do not list versions newer than 0.9.0, use
"0.9 or newer" instead.
11 years ago
Thomas Bruederli 4f53ab347e Add feature to import messages to the currently selected folder 11 years ago
Thomas Bruederli bf305c1810 Added section for upcoming 0.9.2 release 11 years ago
Thomas Bruederli c7f958df50 Add styles for image thumbnails in print mode (#1489134) 11 years ago
Thomas Bruederli 020bded515 Set minimum height for message headers block (#1489108) 11 years ago
Aleksander Machniak 99e17f6131 Fix timeout issue on drag&drop uploads (#1489170) 11 years ago
Aleksander Machniak f0398c87d9 Use rcube_cache class to store attachments in database.
Add options to configure TTL and cache type.
11 years ago
Aleksander Machniak df9d004cf8 Set TTL for attachments stored in sql database 11 years ago
Aleksander Machniak 12f1190a62 Fix typos in sql queries of garbage collector (expired -> expires) 11 years ago
Aleksander Machniak 603e048f73 Fix thread cache syncronization/validation (#1489028) 11 years ago