Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-14 | Load password.js only when needed | Aleksander Machniak | |
2014-03-05 | Fix dbmail driver (hints from ↵ | Aleksander Machniak | |
https://github.com/roundcube/roundcubemail/pull/169) | |||
2014-02-13 | Merge pull request #168 from tillkruess/master | Aleksander Machniak | |
another security fix for domainfactory password plugin driver | |||
2014-02-13 | prevent unwanted code execution via CURLOPT_POSTFIELDS (again) | Till Krüss | |
2014-02-10 | Merge pull request #166 from tillkruess/master | Aleksander Machniak | |
security fix for domainfactory password plugin driver | |||
2014-02-10 | prevent unwanted code execution via CURLOPT_POSTFIELDS | Till Krüss | |
2014-02-03 | Don't EVER log passwords | Thomas Bruederli | |
2014-01-30 | Updated localizations from Transifex | Thomas Bruederli | |
2013-12-18 | Fix Closure-compiler warnings, small code improvements | Aleksander Machniak | |
2013-11-28 | Updated localizations from Transifex | Thomas Bruederli | |
2013-11-08 | Substitute variables in 'password_ldap_search_base' value | Aleksander Machniak | |
2013-10-15 | check if password was changed successfully, before looking for error messages | Till Krüss | |
2013-10-15 | check if the new password matched the requirements; code cleanup | Till Krüss | |
2013-10-10 | Clean up translations once again, this time remove untranslated strings for ↵ | Aleksander Machniak | |
all langs | |||
2013-10-09 | More lceanup | Aleksander Machniak | |
2013-10-09 | Added plugin localizations | Aleksander Machniak | |
2013-10-07 | Synchronized localization files from Transifex | Thomas Bruederli | |
2013-09-28 | Make password plugin use the new 'settings_actions' hook to register its ↵ | Thomas Bruederli | |
link in the settings navigation | |||
2013-09-27 | In password ldap_simple driver: added LDAP debug, added password_ldap_bind | Aleksander Machniak | |
hook, so other plugins can provide user DN for password change | |||
2013-09-23 | Code improvements, remove code duplication | Aleksander Machniak | |
2013-09-23 | Add new password encodage ('ad') in ldap password drivers (#1489349) | Aleksander Machniak | |
2013-09-23 | Fix setting domain in virtualmin password driver (#1489332) | Aleksander Machniak | |
2013-09-15 | In password virtualmin driver removed support for username in format based ↵ | Aleksander Machniak | |
on user alias (#1489332) | |||
2013-08-21 | Synchronized localization files from Transifex | Thomas Bruederli | |
2013-08-20 | s/$rcmail_config/$config/ also for plugins configuration | Aleksander Machniak | |
2013-08-14 | Added README section for vpopmaild driver at the password-plugin | simonp | |
2013-07-17 | Added Luxembourgish localizations | Thomas Bruederli | |
2013-07-10 | Merged configuration refactoring from 'dev_config' branch back into master ↵ | Thomas Bruederli | |
(#1487311) | |||
2013-06-27 | Synchronized localization files with Transifex | Thomas Bruederli | |
2013-06-26 | Change license to GPLv3+ also in README file | Aleksander Machniak | |
2013-06-20 | Make all bundled plugins the same license as Roundcube itself, which is GPLv3+ | Thomas Bruederli | |
2013-06-14 | Merge config files (#1487311). | Aleksander Machniak | |
Now we have defaults.inc.php and config.inc.php. Renamed $rcmail_config to $config. Old naming and old files are supported for backward compatibility. | |||
2013-05-15 | Synced localizations from Transifex | Thomas Bruederli | |
2013-05-07 | Avoid unused local variables | Aleksander Machniak | |
2013-05-06 | Fix various PHP code bugs found using static analysis (#1489086) | Aleksander Machniak | |
2013-05-06 | Fix bugs caught by static analysis | Aleksander Machniak | |
2013-04-28 | Update changelog | Aleksander Machniak | |
2013-04-28 | Merge pull request #63 from Steffen185/patch-1 | Aleksander Machniak | |
Save new password even if it has not changed (optional) | |||
2013-04-15 | Synchronized localizations from Transifex | Thomas Bruederli | |
2013-04-02 | Fixed wrong copy-paste | Steffen185 | |
2013-04-02 | Use new config option "password_force_save" | Steffen185 | |
2013-04-02 | Added config option "password_force_save" | Steffen185 | |
2013-03-30 | Update changelog | Aleksander Machniak | |
2013-03-30 | Added new cPanel driver - fixes localization related issues (#1487015) | Aleksander Machniak | |
2013-03-22 | Save new password even if it has not changed | Steffen185 | |
I have recently changed the password scheme of my Dovecot/Postfix/Roundcube installation. New passwords are encrypted stronger than before. It is not possible to automatically update existing passwords (because the old encryption is not so bad that I can easily crack it). But I'd like to tell my users that they can upgrade to the new password scheme by simply submitting the "change password" form with their old password in all three input fields. Currently a minor optimization prevents this. I think this minor optimization should be removed. | |||
2013-03-02 | Use rcube_utils::parse_host() for host config in smb driver (#1488784) | Aleksander Machniak | |
2013-02-28 | Localization updates from Transifex | Thomas Bruederli | |
2013-02-10 | Import all translations from Transifex | Thomas Bruederli | |
2013-02-10 | Extend copyright to 2013 | Thomas Bruederli | |
2013-01-19 | Add basic tests for plugins | Aleksander Machniak | |