Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-21Use ?? operator where applicableAleksander Machniak
2021-07-25Migration to PHPUnit v9Aleksander Machniak
2021-07-25Dropped support for PHP < 7.3 (#7976)Aleksander Machniak
2021-06-27Fix PHP8 warningsAleksander Machniak
2021-04-18Spelling (#8001)Josh Soref
2021-02-24Use official GPL-3.0-or-later license identifier (#7901)Aleksander Machniak
2021-02-07Bump PHP version requirement also for pluginsAleksander Machniak
2020-12-19PHP8 fixesAleksander Machniak
2020-12-06PHP8 fixes, CS fixes, short array syntax, testsAleksander Machniak
2020-07-18Cache refactoring (#6312) (#6781)Aleksander Machniak
2020-07-01Changing from time to microtime to add on key of cached attachment to avoid d...Lucas Stevanelli Marin
2019-12-28Add support for PHPUnit 6 and 7 (#6870)Aleksander Machniak
2019-10-16Correct property nameAleksander Machniak
2019-05-26Support PECL memcached extension as a session and cache storage driver (exper...Aleksander Machniak
2019-05-01Fix so an error is logged when more than one attachment plugin has been enabl...Aleksander Machniak
2019-04-16Remove year(s) from copyright headers + some cleanupAleksander Machniak
2018-11-08Change http to https for plugins.roundcube.net (#6405)Rotzbua
2018-03-17Support Redis cache in redundant_attachments pluginAleksander Machniak
2017-11-08Fix file disclosure vulnerability caused by insuficient input validation in r...Aleksander Machniak
2016-11-01Remove "@version @package_version@"Aleksander Machniak
2016-10-16Fix bug where it wasn't possible to store more that 2MB objects in memcache/a...Aleksander Machniak
2015-11-22CS fixes1.2-betaAleksander Machniak
2015-10-22Fix testing attachments plugins after recent change that prevents from using ...Aleksander Machniak
2015-10-18Make sure there's only one attachments plugin enabledAleksander Machniak
2015-09-28PHP7: Fix "mktime(): You should be using the time() function instead" warningAleksander Machniak
2015-09-28Fix so database_attachments::cleanup() does not remove attachments from other...Aleksander Machniak
2015-05-19Fix attached file path unsetting in database_attachments plugin (#1490393)Aleksander Machniak
2015-05-13Fix bug where database_attachments_cache setting was not workingAleksander Machniak
2014-12-09Use consistent license identifiers, remove redundant package.xml filesAleksander Machniak
2014-10-13dirname(__FILE__) -> __DIR__Aleksander Machniak
2014-03-25Fix fatal error in database_attachments plugin under some conditions (#1489726)Aleksander Machniak
2013-09-28Created composer.json files for default pluginsThomas Bruederli
2013-08-20s/$rcmail_config/$config/ also for plugins configurationAleksander Machniak
2013-08-02Use absolute path in requireAleksander Machniak
2013-07-31Fix removing attachments from the list with database_attachments pluginAleksander Machniak
2013-06-13Use rcube_cache class to store attachments in database.Aleksander Machniak
2013-01-19Add basic tests for pluginsAleksander Machniak
2013-01-18Remove deprecated functions (from bc.php file) usage in pluginsAleksander Machniak
2012-09-18Fix removed cache_id column usage, SQL queries formattingAleksander Machniak
2012-03-31Move plugins repository into roundcubemail root folder; svn:externals are not...thomascube
2010-03-20moved pluginstill
2009-07-19- handle big attachments with file pointers to not exceed memory_limit in rcm...alecpl
2009-04-19Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ...thomascube