summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube
AgeCommit message (Collapse)Author
2014-09-15Fixes for OracleAleksander Machniak
2014-09-13Fix validation of email addresses with IDNA domains (#1490067)Aleksander Machniak
2014-09-12Added Oracle database driverAleksander Machniak
2014-09-12Use consistent column/table quoting in sql queriesAleksander Machniak
2014-09-10Print to STDERR non-terminating errors in CLI modeAleksander Machniak
2014-09-09Don't override argument variable when collecting resultsThomas Bruederli
2014-09-08Fix call to a member function get_compressed() on a non-objectAleksander Machniak
2014-09-08Added license headers to driver files, CS fixesAleksander Machniak
2014-09-03Fix merging folder annotations for folders with numeric names (only digits)Aleksander Machniak
2014-08-30Fix so rcube_text2html class does not depend on rcmail_string_replacerAleksander Machniak
2014-08-28Get rid of DIRECTORY_SEPARATOR for consistencyAleksander Machniak
2014-08-27Remove 3rd party libs from our repository and define the dependencies in ↵Thomas Bruederli
composer.json-dist. Also remove the ancient utf8 lib and replace it with 'Patchwork UTF-8 for PHP'. For direct git checkouts, copy composer.json-dist into composer.json and run `php composer.phar install` to install the dependencies.
2014-08-27Maintain a stack of currently running plugin hooksThomas Bruederli
2014-08-26Fix PERMANENTFLAGS checking in modFlag()Aleksander Machniak
2014-08-24Added rcube_utils::resolve_url()Aleksander Machniak
2014-08-24Remove code for PHP<5.3, use PHP_VERSION_ID instead of version_compare() for ↵Aleksander Machniak
version checks
2014-08-21Merge pull request #212 from JohnDoh/patch-1Thomas B.
add include_plugin function for optional plugins
2014-08-21Fix handling of email addresses with quoted domain part (#1490040)Aleksander Machniak
2014-08-18Don't fail when trying to create and subscribe a folder that already existsAleksander Machniak
2014-08-18Make LDAP errors available to the applicationThomas Bruederli
2014-08-18Allow caller to supply the template for contact name compositionThomas Bruederli
2014-08-18Remove empty brackets, slashes and spaces from contact search nameThomas Bruederli
2014-08-16add include_plugin function for optoinal pluginsJohnDoh
2014-08-16add support for optional pluginsJohnDoh
2014-08-14Support contacts import in GMail CSV formatAleksander Machniak
2014-08-13Cleanup after PR merge, updated changelogAleksander Machniak
2014-08-13Merge pull request #211 from bbraybrook/gd_rotate_thumbAleksander Machniak
Fix incorrect thumbnail rotation with GD and exif orientation data (#1490029)
2014-08-13Allow to search for LDAP groups with 'group_filter' enabledThomas Bruederli
2014-08-12changes suggested by aleksbrendan braybrook
2014-08-11rotate image with GD if exit rotation data presentbrendan braybrook
2014-08-11wrong type returned for gifbrendan braybrook
2014-08-07- Implemented 'storage_connected' API hook after successful IMAP login ↵Thomas Bruederli
(#1490025) - Added config option 'imap_log_session' to enable Roundcube <-> IMAP session ID logging - Added config option 'log_session_id' to control the lengh of the session identifer in logs
2014-08-07Add default location for mime.types with nginxThomas Bruederli
2014-08-06Overwrite Net_LDAP3's normalize_entry() method to behave as the old oneAleksander Machniak
2014-08-06CS fix after PR mergeAleksander Machniak
2014-08-06Merge pull request #209 from bbraybrook/header_array_fixAleksander Machniak
Fix stringify problem when multiple headers values exist to be returned
2014-08-06fix stringify problem when multiple headers values exist to be returnedbrendan braybrook
2014-08-05Merge pull request #207 from kanarip/dev/net_ldap3Aleksander Machniak
Merge Net_LDAP3
2014-08-03List all plugins which have been attempted to load (#1488871)Thomas Bruederli
2014-08-02Correct reference to old function get_dn()Jeroen van Meeuwen (Kolab Systems)
2014-08-02Use Net_LDAP3Jeroen van Meeuwen (Kolab Systems)
2014-08-02Support password encryption using openssl extension (#1489989)Aleksander Machniak
2014-08-01Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-08-01Fix various iCloud vCard issues, added fallback for external photos (#1489993)Aleksander Machniak
2014-07-31Add optional timezone argument for date conversionThomas Bruederli
2014-07-30Remove redundant folder check when using search setAleksander Machniak
2014-07-28Fix bug where $Forwarded flag was being set even if server didn't support it ↵Aleksander Machniak
(#1490000)
2014-07-24Support allowfullscreen attribute on iframe elementsAleksander Machniak
2014-07-23Reset $value in a loopAleksander Machniak
2014-07-14Fix "Illegal offset type" error (#1489985)Aleksander Machniak