Commit Graph

135 Commits

Author SHA1 Message Date
Aleksander Machniak
9556f34d75 Load password.js only when needed 2014-03-14 14:17:23 +01:00
Aleksander Machniak
18a9b4f2f1 Fix dbmail driver (hints from https://github.com/roundcube/roundcubemail/pull/169) 2014-03-05 14:01:45 +01:00
Aleksander Machniak
524e382669 Merge pull request #168 from tillkruess/master
another security fix for domainfactory password plugin driver
2014-02-13 08:02:45 +01:00
Till Krüss
aba993da6a prevent unwanted code execution via CURLOPT_POSTFIELDS (again) 2014-02-13 09:40:17 +05:30
Aleksander Machniak
e7881f058a Merge pull request #166 from tillkruess/master
security fix for domainfactory password plugin driver
2014-02-10 18:27:50 +01:00
Till Krüss
334475a50b prevent unwanted code execution via CURLOPT_POSTFIELDS 2014-02-10 21:32:06 +05:30
Thomas Bruederli
774deaded1 Don't EVER log passwords 2014-02-03 15:34:55 +01:00
Thomas Bruederli
8404fe9e32 Updated localizations from Transifex 2014-01-30 08:59:28 +01:00
Aleksander Machniak
538e64c572 Fix Closure-compiler warnings, small code improvements 2013-12-18 20:57:35 +01:00
Thomas Bruederli
3b95e24fbb Updated localizations from Transifex 2013-11-28 20:06:55 +01:00
Aleksander Machniak
393c868e8e Substitute variables in 'password_ldap_search_base' value 2013-11-08 08:19:11 +01:00
Till Krüss
910a3581be check if password was changed successfully, before looking for error messages 2013-10-15 18:13:24 +08:00
Till Krüss
0f4c9b850f check if the new password matched the requirements; code cleanup 2013-10-15 17:56:03 +08:00
Aleksander Machniak
4136174517 Clean up translations once again, this time remove untranslated strings for all langs 2013-10-10 19:21:14 +02:00
Aleksander Machniak
9377edc497 More lceanup 2013-10-09 20:12:00 +02:00
Aleksander Machniak
3d9e683cda Added plugin localizations 2013-10-09 20:04:53 +02:00
Thomas Bruederli
f93e0b3a14 Synchronized localization files from Transifex 2013-10-07 16:29:40 +02:00
Thomas Bruederli
cf46aefd9d Make password plugin use the new 'settings_actions' hook to register its link in the settings navigation 2013-09-28 12:04:35 +02:00
Aleksander Machniak
99de1fdd26 In password ldap_simple driver: added LDAP debug, added password_ldap_bind
hook, so other plugins can provide user DN for password change
2013-09-27 13:12:17 +02:00
Aleksander Machniak
19884ec5d2 Code improvements, remove code duplication 2013-09-23 12:53:58 +02:00
Aleksander Machniak
6776d31cee Add new password encodage ('ad') in ldap password drivers (#1489349) 2013-09-23 12:40:25 +02:00
Aleksander Machniak
0b17aae0cd Fix setting domain in virtualmin password driver (#1489332) 2013-09-23 11:40:24 +02:00
Aleksander Machniak
1f22878608 In password virtualmin driver removed support for username in format based on user alias (#1489332) 2013-09-15 09:10:07 +02:00
Thomas Bruederli
eef9eb1146 Synchronized localization files from Transifex 2013-08-21 09:44:27 +02:00
Aleksander Machniak
bcedf05d19 s/$rcmail_config/$config/ also for plugins configuration 2013-08-20 19:23:59 +02:00
simonp
5b5651a095 Added README section for vpopmaild driver at the password-plugin 2013-08-14 21:53:14 +02:00
Thomas Bruederli
71b577ea7d Added Luxembourgish localizations 2013-07-17 08:18:48 +02:00
Thomas Bruederli
0703bfecd0 Merged configuration refactoring from 'dev_config' branch back into master (#1487311) 2013-07-10 22:49:12 +02:00
Thomas Bruederli
a7e0897fde Synchronized localization files with Transifex 2013-06-27 23:05:03 +02:00
Aleksander Machniak
a306996bc5 Change license to GPLv3+ also in README file 2013-06-26 11:19:55 +02:00
Thomas Bruederli
07c6c69eca Make all bundled plugins the same license as Roundcube itself, which is GPLv3+ 2013-06-20 22:06:28 +02:00
Aleksander Machniak
461a30d771 Merge config files (#1487311).
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-06-14 12:09:08 +02:00
Thomas Bruederli
3e78fc7fdf Synced localizations from Transifex 2013-05-15 23:07:17 +02:00
Aleksander Machniak
2193f6a130 Avoid unused local variables 2013-05-07 13:51:23 +02:00
Aleksander Machniak
ce89ecd542 Fix various PHP code bugs found using static analysis (#1489086) 2013-05-06 12:23:27 +02:00
Aleksander Machniak
c027ba7709 Fix bugs caught by static analysis 2013-05-06 12:07:05 +02:00
Aleksander Machniak
28151b329b Update changelog 2013-04-28 15:55:30 +02:00
Aleksander Machniak
f41ccebadd Merge pull request #63 from Steffen185/patch-1
Save new password even if it has not changed (optional)
2013-04-28 06:49:04 -07:00
Thomas Bruederli
c8f2c0c5af Synchronized localizations from Transifex 2013-04-15 23:57:54 +02:00
Steffen185
859a7a117a Fixed wrong copy-paste 2013-04-02 09:42:49 +03:00
Steffen185
b343adf3cb Use new config option "password_force_save" 2013-04-02 09:41:29 +03:00
Steffen185
6db9f84737 Added config option "password_force_save" 2013-04-02 09:37:03 +03:00
Aleksander Machniak
721ee561ed Update changelog 2013-03-30 18:38:05 +01:00
Aleksander Machniak
30ff85c5a1 Added new cPanel driver - fixes localization related issues (#1487015) 2013-03-30 18:17:05 +01:00
Steffen185
6f7eafce18 Save new password even if it has not changed
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-22 15:16:45 +01:00
Aleksander Machniak
e0d4662523 Use rcube_utils::parse_host() for host config in smb driver (#1488784) 2013-03-02 19:21:59 +01:00
Thomas Bruederli
4090870623 Localization updates from Transifex 2013-02-28 18:14:55 +01:00
Thomas Bruederli
aed581b6c4 Import all translations from Transifex 2013-02-10 16:01:22 +01:00
Thomas Bruederli
8e50ae9a6f Extend copyright to 2013 2013-02-10 15:42:48 +01:00
Aleksander Machniak
b005927f91 Add basic tests for plugins 2013-01-19 12:16:16 +01:00