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-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-10PHP8 fixes, CS fixes, short array syntax, testsAleksander Machniak
2020-07-18Cache refactoring (#6312) (#6781)Aleksander Machniak
2020-07-01Fix problem with handling attached images with same name when using redundant...Aleksander Machniak
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
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-10-13Don't use deprecated (soon) jQuery .bind() and .unbind() methodsAleksander 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-06-19Fix some plugins for use without rcmail classAleksander Machniak
2015-05-19Fix attached file path unsetting in database_attachments plugin (#1490393)Aleksander Machniak
2014-12-09Use consistent license identifiers, remove redundant package.xml filesAleksander Machniak
2014-10-13dirname(__FILE__) -> __DIR__Aleksander Machniak
2013-09-28Created composer.json files for default pluginsThomas Bruederli
2013-08-25Make save() method less memory consumptive, do not return attachment bodyAleksander Machniak
2013-08-20s/$rcmail_config/$config/ also for plugins configurationAleksander Machniak
2013-06-13Set TTL for attachments stored in sql databaseAleksander Machniak
2013-01-19Add basic tests for pluginsAleksander Machniak
2012-11-25Use new RCUBE_PLUGINS_DIR constantThomas Bruederli
2012-03-31Move plugins repository into roundcubemail root folder; svn:externals are not...thomascube