Commit Graph

365 Commits

Author SHA1 Message Date
Aleksander Machniak
ed4dc2139d Password: Remove password_blowfish_cost option, in favor of password_algorithm_options 2021-09-25 15:35:29 +02:00
Aleksander Machniak
53801e5fdc Password: Remove some deprecated algorithms and replacement variables 2021-09-25 15:33:20 +02:00
Aleksander Machniak
ee74fe806e Password: Add support for passwords based on PHP's password_hash() function (#7724)
i.e. Bcrypt, Argon2i, Argon2id
2021-09-25 15:18:59 +02:00
Aleksander Machniak
719b53f48f Password: Verify current password with IMAP (#8142) 2021-09-18 16:55:21 +02:00
Aleksander Machniak
7a269a2b84 Replace get_input_value() with get_input_string() where appropriate 2021-09-13 19:31:49 +02:00
Aleksander Machniak
d69613c4e4 Always throw an error when password hashing fails (#8145) 2021-08-01 10:39:56 +02:00
Robin Friberg
e4d7b9baff Fix dovecot passwdfile change (#8145)
* Fix dovecot passwd-file handler
* Set new password hash correctly
* If password hashing failes during password change request, abort trying to change the password.
* Escaping hashed password is not needed and actually breaks if 'password_dovecotpw_with_method' is set to true (escaping the {METHOD} in the passwd file)
2021-08-01 10:35:30 +02:00
Aleksander Machniak
9f62e2d584 PHP 8.1: Drop use of (deprecated) mhash extension methods 2021-07-31 17:51:24 +02:00
Aleksander Machniak
6950dd88a7 Fix variable in nl_NL localization (#8149) 2021-07-29 18:50:55 +02:00
Aleksander Machniak
89e54718ca Migration to PHPUnit v9 2021-07-25 11:07:56 +02:00
Aleksander Machniak
9e2bc40213 Dropped support for PHP < 7.3 (#7976) 2021-07-25 09:16:33 +02:00
Aleksander Machniak
5ae7e22002 Update localization 2021-07-25 09:01:51 +02:00
Aleksander Machniak
fca2a8b826 Update localization 2021-06-06 09:21:55 +02:00
Aleksander Machniak
ae19d16a80 Update localization 2021-05-10 19:08:05 +02:00
Aleksander Machniak
a954f75bb5 Fix localization label use, again 2021-05-03 09:19:15 +02:00
Aleksander Machniak
c0ae5aad54 Cleanup a localization string, move href to the code 2021-05-03 09:03:57 +02:00
Aleksander Machniak
b4b50b87b3 Password: Set password_minimum_length to 8 by default (#8003) 2021-04-18 10:49:44 +02:00
Josh Soref
203f456620 Spelling (#8001) 2021-04-18 08:43:18 +02:00
Aleksander Machniak
2bb2fe4838 Fix broken 'hmail' driver (#7966) 2021-03-24 07:08:21 +01:00
Aleksander Machniak
ac8e067ae6 Use official GPL-3.0-or-later license identifier (#7901) 2021-02-24 15:39:36 +01:00
Aleksander Machniak
cdd65d91c0 Update localization 2021-02-09 09:47:15 +01:00
Aleksander Machniak
13e1455cd2 Bump PHP version requirement also for plugins
[skip ci]
2021-02-07 10:02:11 +01:00
Aleksander Machniak
a47cdb4b80 dovecot_passwdfile: Simplify and add file locking 2021-01-16 16:14:20 +01:00
Aleksander Machniak
ca523bd7fa Remove hostnet.de specific code 2021-01-16 15:42:58 +01:00
Jimmy Koerting
2409b568b3 changed line in description 2021-01-16 15:22:19 +01:00
Jimmy Koerting
b0560bffd1 renamed hostnet.php into dovecot_passwdfile.php
renamed the driver, removed hostnet specific config option and changed the code to be easily adopted for vanilla dovecot 2 passwd-file environments.
2021-01-16 15:22:19 +01:00
Jimmy Koerting
20b24cb500 Create hostnet.php
New driver file to support hostNET Managed-Root Servers.
2021-01-16 15:22:19 +01:00
Aleksander Machniak
2aa16309cd Rewrite httpapi driver with use of Guzzle, CS fixes 2021-01-16 10:32:02 +01:00
Aleksander Machniak
a49b47b864 Merge branch 'password-httpapi-plugin' of https://github.com/davidc/roundcubemail into davidc-password-httpapi-plugin 2021-01-16 10:11:21 +01:00
Aleksander Machniak
c8ed7c7388 Document miab driver, rename some config options 2021-01-16 09:57:54 +01:00
Aleksander Machniak
446ed1c35a Move require_once to when it is really needed, fixes tests regression 2021-01-16 09:51:40 +01:00
Aleksander Machniak
5356700325 Merge branch 'tinycp-driver' of https://github.com/rimendoz86/roundcubemail into rimendoz86-tinycp-driver 2021-01-16 09:44:39 +01:00
Aleksander Machniak
ded37ff97c Introduce password_http_client config option 2021-01-16 09:06:28 +01:00
Aleksander Machniak
2076b2cd5c CS fixes 2021-01-16 08:56:13 +01:00
Alexey Shtokalo
255105fa6c Switch driver from cURL to Guzzle 2021-01-11 13:30:22 +03:00
Alexey Shtokalo
925b11dbbe Added password driver for Mail-in-a-Box 2021-01-10 23:53:21 +03:00
Aleksander Machniak
9fac4c47e8 Fix tests regression 2021-01-03 09:30:49 +01:00
Aleksander Machniak
9b01776ef0 Password: Removed old 'cpanel' driver, 'cpanel_webmail' driver renamed to 'cpanel' (#7780) 2021-01-02 19:18:20 +01:00
Aleksander Machniak
3bbb01fe13 PHP8 fixes, regression fixes 2020-12-13 12:14:15 +01:00
Aleksander Machniak
ed146b68db PHP8 fixes, CS fixes, short array syntax, tests 2020-12-10 20:27:32 +01:00
Aleksander Machniak
14a94cf0d7 PHP8 fixes, CS fixes, short array syntax, tests 2020-12-09 21:11:46 +01:00
fluteze
f6a0779c7e Password: Log error on unsupported hash method (#7735) 2020-11-23 08:52:38 +01:00
Aleksander Machniak
bde383d051 PHP8: Fix various issues
for now only these I found by running our unit tests, there will be much more
2020-10-11 10:32:41 +02:00
Aleksander Machniak
eb7636d491 Fixes in context of undefined variables, and code style 2020-08-16 10:29:42 +02:00
Aleksander Machniak
8bda4ecbcf Fix an obvious code bugs 2020-08-15 12:44:07 +02:00
Evili del Rio
38ffc55bc8 Correct documentation of password_login_exceptions parameter (#7523)
Signed-off-by: Evili del Rio <evili.del.rio@gmail.com>
2020-07-30 15:00:39 +02:00
Ricardo Mendoza
3832ee0584 removed response usage, and echo 2020-07-26 22:52:51 -07:00
Ricardo Mendoza
af47707150 refactor 2020-07-25 21:48:59 -07:00
Ricardo Mendoza
c0171d34c2 refactor 2020-07-25 21:36:53 -07:00
Ricardo Mendoza
fc38ee054f 1.11 2020-07-23 20:51:40 -07:00