Age | Commit message (Expand) | Author |
2014-10-13 | dirname(__FILE__) -> __DIR__ | Aleksander Machniak |
2014-10-04 | Fix setting flags on servers with no PERMANENTFLAGS response (#1490087) | Aleksander Machniak |
2014-09-04 | Add rcube_plugin_api::get_plugin() method | Aleksander Machniak |
2014-09-23 | Fix another regression in metadata response parsing introduced in commit 9393... | Thomas Bruederli |
2014-09-22 | Fix get_metadata() function response, NIL response was introducing an shift | Bartlomiej Nogas |
2014-09-22 | Fix syntax error | Aleksander Machniak |
2014-09-22 | Merge branch 'oracle' | Aleksander Machniak |
2014-09-22 | Merge branch 'oracle' | Aleksander Machniak |
2014-09-18 | Remove Oracle driver based on PDO_OCI extension | Aleksander Machniak |
2014-09-18 | Fix long data handling | Aleksander Machniak |
2014-09-18 | Fix binary operator use for Oracle | Aleksander Machniak |
2014-09-17 | Added transactions support | Aleksander Machniak |
2014-09-17 | Add Oracle driver which uses OCI8 extension - the one that supports CLOB columns | Aleksander Machniak |
2014-09-15 | Fixes for Oracle | Aleksander Machniak |
2014-09-13 | Fix validation of email addresses with IDNA domains (#1490067) | Aleksander Machniak |
2014-09-12 | Added Oracle database driver | Aleksander Machniak |
2014-09-12 | Use consistent column/table quoting in sql queries | Aleksander Machniak |
2014-09-10 | Print to STDERR non-terminating errors in CLI mode | Aleksander Machniak |
2014-09-09 | Don't override argument variable when collecting results | Thomas Bruederli |
2014-09-08 | Fix call to a member function get_compressed() on a non-object | Aleksander Machniak |
2014-09-08 | Added license headers to driver files, CS fixes | Aleksander Machniak |
2014-09-03 | Fix merging folder annotations for folders with numeric names (only digits) | Aleksander Machniak |
2014-08-30 | Fix so rcube_text2html class does not depend on rcmail_string_replacer | Aleksander Machniak |
2014-08-28 | Get rid of DIRECTORY_SEPARATOR for consistency | Aleksander Machniak |
2014-08-27 | Remove 3rd party libs from our repository and define the dependencies in comp... | Thomas Bruederli |
2014-08-27 | Maintain a stack of currently running plugin hooks | Thomas Bruederli |
2014-08-26 | Fix PERMANENTFLAGS checking in modFlag() | Aleksander Machniak |
2014-08-24 | Added rcube_utils::resolve_url() | Aleksander Machniak |
2014-08-24 | Remove code for PHP<5.3, use PHP_VERSION_ID instead of version_compare() for ... | Aleksander Machniak |
2014-08-21 | Merge pull request #212 from JohnDoh/patch-1 | Thomas B. |
2014-08-21 | Fix handling of email addresses with quoted domain part (#1490040) | Aleksander Machniak |
2014-08-18 | Don't fail when trying to create and subscribe a folder that already exists | Aleksander Machniak |
2014-08-18 | Make LDAP errors available to the application | Thomas Bruederli |
2014-08-18 | Allow caller to supply the template for contact name composition | Thomas Bruederli |
2014-08-18 | Remove empty brackets, slashes and spaces from contact search name | Thomas Bruederli |
2014-08-16 | add include_plugin function for optoinal plugins | JohnDoh |
2014-08-16 | add support for optional plugins | JohnDoh |
2014-08-14 | Support contacts import in GMail CSV format | Aleksander Machniak |
2014-08-13 | Cleanup after PR merge, updated changelog | Aleksander Machniak |
2014-08-13 | Merge pull request #211 from bbraybrook/gd_rotate_thumb | Aleksander Machniak |
2014-08-13 | Allow to search for LDAP groups with 'group_filter' enabled | Thomas Bruederli |
2014-08-12 | changes suggested by aleks | brendan braybrook |
2014-08-11 | rotate image with GD if exit rotation data present | brendan braybrook |
2014-08-11 | wrong type returned for gif | brendan braybrook |
2014-08-07 | - Implemented 'storage_connected' API hook after successful IMAP login (#1490... | Thomas Bruederli |
2014-08-07 | Add default location for mime.types with nginx | Thomas Bruederli |
2014-08-06 | Merge branch 'master' of github.com:roundcube/roundcubemail | Aleksander Machniak |
2014-08-06 | Overwrite Net_LDAP3's normalize_entry() method to behave as the old one | Aleksander Machniak |
2014-08-06 | Add missing Net_LDAP3_Result::get_dn() method | Aleksander Machniak |
2014-08-06 | CS fix after PR merge | Aleksander Machniak |