summaryrefslogtreecommitdiff
path: root/plugins/password
AgeCommit message (Collapse)Author
2013-03-02Use rcube_utils::parse_host() for host config in smb driver (#1488784)Aleksander Machniak
2013-02-28Localization updates from TransifexThomas Bruederli
2013-02-10Import all translations from TransifexThomas Bruederli
2013-02-10Extend copyright to 2013Thomas Bruederli
2013-01-19Add basic tests for pluginsAleksander Machniak
2013-01-18Remove deprecated functions (from bc.php file) usage in pluginsAleksander Machniak
2013-01-02Pulled de_CH translations from Transifex (first test)Thomas Bruederli
2012-12-29Add proper headers to localization template filesThomas Bruederli
2012-12-26Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-12-26Updated localizations from launchpadThomas Bruederli
2012-12-26Update plugins/password/drivers/pam.phpMike Hennessy
The Ubuntu package php5-auth-pam renames the PECL PAM extension to pam_auth, so this file should check for both.
2012-12-17CS fixes, mostly tabs to spaces conversionAleksander Machniak
2012-11-26Clarify rcube::get_user_name() usage, add rcube::get_user_email()Aleksander Machniak
2012-11-25Use new RCUBE_PLUGINS_DIR constantThomas Bruederli
2012-11-19Updated localization files from launchpadThomas Bruederli
2012-11-16Rename option password_supported_hosts to password_hosts, code cleanupAleksander Machniak
2012-11-16Merge pull request #42 from NETLINK/patch-1Aleksander Machniak
Add option to define IMAP hosts that support password changes
2012-11-15Fix wrong (non-specific) error message on crypt or connection error (#1488808)Aleksander Machniak
2012-11-09Update plugins/password/password.phpNETLINK
2012-11-09Update plugins/password/password.phpNETLINK
Add logic for checking supported IMAP hosts Make use of additional config option 'password_supported_hosts' (see config.inc.php.dist). If current IMAP host is not in array of defined hosts, exit and suppress Password option in Settings.
2012-11-09Update plugins/password/config.inc.php.distNETLINK
Added config option to specify hosts that support password changing.
2012-10-04Imported recent launchpad translationsThomas Bruederli
2012-09-05added sample configurationdefa
2012-09-05Merge https://github.com/roundcube/roundcubemail into crypt_hash_branchdefa
2012-09-04Fix parse error in virtualmin driver (#1488668)Aleksander Machniak
2012-09-04Password plugin made compatible with modern VirtualminGDR\!
Added a new username format in Virtualmin driver, which works for default Virtualmin settings where username is user.postfix and domain is taken from email address. Example: email - info@goodcoffee.com login - info.goodcof
2012-08-28fixed the patch after some testing, works productivedefa
2012-08-27added more digest-support to crypt-functiondefa
2012-08-08Merge branch 'pdo'Aleksander Machniak
Conflicts: CHANGELOG
2012-08-07Fix errors after removing users.alias column (#1488581)Aleksander Machniak
2012-08-06Updated translations from launchpadThomas Bruederli
2012-06-19Replace rcube_mdb2 with rcube_dbAleksander Machniak
2012-05-24Password plugin made compatible with modern VirtualminGDR\!
Added a new username format in Virtualmin driver, which works for default Virtualmin settings where username is user.postfix and domain is taken from email address. Example: email - info@goodcoffee.com login - info.goodcof
2012-04-19- Update the HTTPSocket class from 2.7 to 2.8 to avoid plugin problems when ↵vbenincasa
used with SSL (and when DirectAdmin uses the option "force_hostname" that requires a correct "host" header value).
2012-03-31Move plugins repository into roundcubemail root folder; svn:externals are ↵thomascube
not defined anymore
2010-03-20moved pluginstill
2010-03-11- Password: lv_LV localization addedalecpl
2010-03-05- Password: ca_ES localization addedalecpl
2010-02-25- Password: Make passwords encoding consistent with core, add ↵alecpl
'password_charset' global option (#1486473)
2010-02-11- es_ES localization (#1486482)alecpl
2010-02-06translations updateyllar
2010-02-06- Password: fix vpopmaild driver (#1486478)alecpl
2009-10-26localization updateyllar
2009-10-09- Added XIMSS (Communigate) driver for Password pluginalecpl
2009-10-06- more css unification for boxes + toolbarmenu moved to common.css (#1486198)alecpl
2009-10-06- unified boxtitle css stylesalecpl
2009-10-02- Password: cPanel driver addedalecpl
2009-09-27translations updateyllar
2009-09-26- cs_CZ updatealecpl
2009-09-20- Password plugin: fix vpopmaild drivervbenincasa