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 (Collapse)Author
2021-02-21new_user_identity: Make sure email_list includes the main user email (#7085)Aleksander Machniak
2021-02-07new_user_identity: Fix missing password for user-specific LDAP operations ↵Aleksander Machniak
(#7667)
2020-12-13Require php-intl extension, get rid of Net_IDNA2, PHP8 fixes, short array syntaxAleksander Machniak
Net_IDNA2 is not compatible, and Intl is a bundled ext since PHP 5.3. Fixed some regressions.
2020-12-09PHP8 fixes, CS fixes, short array syntax, testsAleksander Machniak
2018-09-12New_user_identity: Fix %fu/%u vars substitution in user specific LDAP params ↵Aleksander Machniak
(#6419)
2016-11-01Remove "@version @package_version@"Aleksander Machniak
2014-11-27Added rcube_user::list_emails() method with better performance than ↵Aleksander Machniak
list_identities() which should be used always if we want only all user email addresses (with names)
2014-10-30CS fixes and bump version number after PR mergeAleksander Machniak
2014-10-30Another correction for PR commentsBartlomiej Nogas
2014-10-29Correcting for PR comments + change rcmail to rcBartlomiej Nogas
2014-10-28Add support for updating identities on each loginBartlomiej Nogas
2014-10-20Move plugin configuration to config.inc.php.distBartlomiej Nogas
2014-10-18CS fixes after PR mergeAleksander Machniak
2014-09-23Support for multiple email addresses addedBartlomiej Nogas
2013-08-20s/$rcmail_config/$config/ also for plugins configurationAleksander Machniak
2013-06-21Make all bundled plugins the same license as Roundcube itself, which is GPLv3+Thomas Bruederli
2013-05-07Avoid unused local variablesAleksander Machniak
2013-01-18Remove deprecated functions (from bc.php file) usage in pluginsAleksander Machniak
2012-08-13Fix handling of LDAP values - support arrays (#1488604)Aleksander Machniak
2012-08-07Fix errors after removing users.alias column (#1488581)Aleksander Machniak
2012-03-31Move plugins repository into roundcubemail root folder; svn:externals are ↵thomascube
not defined anymore
2010-03-20moved pluginstill
2010-02-06- Fix setting task name according to auth state. So, any action before useralecpl
is authenticated is assigned to 'login' task instead of 'mail'. Now binding plugins to 'login' task is possible and realy usefull. It's also possible to bind to all tasks excluding 'login'.
2009-09-18- Fix setting user name in 'new_user_identity' plugin (#1486137)alecpl
2009-04-19Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ↵thomascube
sample plugins)