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
Aleksander Machniak
61be822d62
Remove deprecated functions (from bc.php file) usage in plugins
2013-01-18 15:24:49 +01:00
Thomas Bruederli
de2009ec2c
Pulled de_CH translations from Transifex (first test)
2013-01-02 19:23:11 +01:00
Thomas Bruederli
49437c123a
Add proper headers to localization template files
2012-12-29 15:13:24 +01:00
Thomas Bruederli
c942e4a2e9
Merge branch 'master' of github.com:roundcube/roundcubemail
2012-12-26 18:49:06 +01:00
Thomas Bruederli
aabeab1e4e
Updated localizations from launchpad
2012-12-26 18:48:46 +01:00
Mike Hennessy
a622b7d580
Update plugins/password/drivers/pam.php
...
The Ubuntu package php5-auth-pam renames the PECL PAM extension to pam_auth, so this file should check for both.
2012-12-26 11:54:13 -05:00
Aleksander Machniak
d6938bd1ea
CS fixes, mostly tabs to spaces conversion
2012-12-17 14:38:59 +01:00
Aleksander Machniak
789e5988aa
Clarify rcube::get_user_name() usage, add rcube::get_user_email()
2012-11-26 10:08:40 +01:00
Thomas Bruederli
e2e2e8f379
Use new RCUBE_PLUGINS_DIR constant
2012-11-25 17:44:51 +01:00
Thomas Bruederli
6199a72c8e
Updated localization files from launchpad
2012-11-19 15:30:07 +01:00
Aleksander Machniak
98128f13fc
Rename option password_supported_hosts to password_hosts, code cleanup
2012-11-16 19:49:02 +01:00
Aleksander Machniak
657864a29c
Merge pull request #42 from NETLINK/patch-1
...
Add option to define IMAP hosts that support password changes
2012-11-16 10:42:57 -08:00
Aleksander Machniak
3067458acb
Fix wrong (non-specific) error message on crypt or connection error ( #1488808 )
2012-11-15 08:18:48 +01:00
NETLINK
204e1e03e9
Update plugins/password/password.php
2012-11-09 05:13:22 +00:00
NETLINK
7978f872cb
Update plugins/password/password.php
...
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-09 05:00:22 +00:00
NETLINK
32395bde1a
Update plugins/password/config.inc.php.dist
...
Added config option to specify hosts that support password changing.
2012-11-09 04:46:07 +00:00
Thomas Bruederli
fa3a619315
Imported recent launchpad translations
2012-10-04 10:01:32 +02:00
defa
5ba07a429a
added sample configuration
2012-09-05 14:53:55 +02:00
defa
921408eba6
Merge https://github.com/roundcube/roundcubemail into crypt_hash_branch
2012-09-05 14:48:55 +02:00
Aleksander Machniak
145503a32d
Fix parse error in virtualmin driver ( #1488668 )
2012-09-04 11:03:52 +02:00
GDR\!
a0f006748f
Password plugin made compatible with modern Virtualmin
...
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-09-04 11:03:41 +02:00
defa
5c603c4032
fixed the patch after some testing, works productive
2012-08-28 16:11:49 +02:00
defa
5e9b40a0d5
added more digest-support to crypt-function
2012-08-27 17:57:45 +02:00
Aleksander Machniak
de56ea1909
Merge branch 'pdo'
...
Conflicts:
CHANGELOG
2012-08-08 08:21:45 +02:00
Aleksander Machniak
ee2187e1b1
Fix errors after removing users.alias column ( #1488581 )
2012-08-07 11:54:37 +02:00
Thomas Bruederli
c41a86e5cc
Updated translations from launchpad
2012-08-06 18:00:38 +02:00
Aleksander Machniak
91f2271fac
Replace rcube_mdb2 with rcube_db
2012-06-19 12:00:07 +02:00
GDR\!
6ffe0beaa4
Password plugin made compatible with modern Virtualmin
...
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-05-24 12:07:44 +02:00
vbenincasa
6c95b3e4ee
- Update the HTTPSocket class from 2.7 to 2.8 to avoid plugin problems when used with SSL (and when DirectAdmin uses the option "force_hostname" that requires a correct "host" header value).
2012-04-19 09:42:01 +00:00
thomascube
48e9c14ebd
Move plugins repository into roundcubemail root folder; svn:externals are not defined anymore
2012-03-31 12:25:48 +00:00
till
63a3dc5fde
moved plugins
2010-03-20 14:20:01 +00:00
alecpl
aaf8255d18
- Password: lv_LV localization added
2010-03-11 10:13:54 +00:00
alecpl
e576f25578
- Password: ca_ES localization added
2010-03-05 12:19:22 +00:00