summaryrefslogtreecommitdiff
path: root/plugins/new_user_identity/new_user_identity.php
AgeCommit message (Collapse)Author
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-20Make 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)