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
f2688ba492
Use ?? operator where applicable
2021-09-21 19:12:06 +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
aa43406a06
Enigma: Upgrade to OpenPGP.js v5.0
2021-09-04 09:34:58 +02:00
Aleksander Machniak
e2187b8f2d
Fix various PHP 8.1 warnings
2021-08-27 16:52:54 +02:00
Igortorrente
d51bf978c6
Improve the notification sound ( #8155 )
...
The old sound doesn't fit the role of a notification very well.
The current sound is more befitting to the objective of notify the user
and brings a simple and modern semblance to the project.
Signed-off-by: Renan Andrade Torrente <renan.torrente@hotmail.com >
Signed-off-by: Igor Matheus Andrade Torrente <igormtorrente@gmail.com >
2021-08-04 08:43:15 +02:00
Aleksander Machniak
6110b2c67a
Fix handling of headers that occur multiple times by show_additional_headers plugin ( #8157 )
2021-08-04 08:29:28 +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
766189f524
Fix PHP 8.1 deprecation warnings
2021-07-31 08:38:47 +02:00
Aleksander Machniak
0d4a395464
Fix PHP 8.1 deprecation warnings
2021-07-31 07:53:14 +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
13cc4f43fd
Fix contacts list title for groups from example_addressbook
2021-07-16 13:05:56 +02:00
Aleksander Machniak
9caab5f701
Fix PHP8 warnings
2021-07-16 12:57:46 +02:00
Aleksander Machniak
e01ec25aac
Use setTimeout() without window. prefix consistently
2021-07-14 13:18:58 +02:00
Aleksander Machniak
157f969417
Fix PHP8 warnings
2021-07-11 09:37:57 +02:00
Aleksander Machniak
7da8437a25
Fix PHP8 warnings
2021-07-03 08:16:03 +02:00
Aleksander Machniak
c268a6a240
Fix PHP8 warnings
2021-06-27 07:55:15 +02:00
Aleksander Machniak
5043255f7e
Example_addressbook: Various improvements and fixes
2021-06-09 15:33:40 +02:00
Aleksander Machniak
f7ba562bed
Managesieve: Added ability to remove 'redirect' option from UI ( #7922 )
2021-06-06 10:34:38 +02:00
Aleksander Machniak
4b2e31fae3
Fix some wording
...
[skip ci]
2021-06-06 09:36:46 +02:00
Aleksander Machniak
fca2a8b826
Update localization
2021-06-06 09:21:55 +02:00
Aleksander Machniak
0c24068b5d
Use small button inside boxinformation
2021-06-03 10:06:59 +02:00
Aleksander Machniak
e62c0a8f9b
Small code improvement, use array_first()
2021-05-31 12:42:57 +02:00
Aleksander Machniak
c201242d6f
Submit various simple dialog forms with the Enter key ( #7133 )
2021-05-30 11:00:40 +02:00
Aleksander Machniak
b7cbe9aa1b
Enigma: Optional support for passwordless keys ( #7265 )
2021-05-25 15:37:57 +02:00
johndoh
49720c9c3e
Add sanity check to markasjunk blacklist drivers to ensure only valid email addresses get blacklisted ( #8073 )
2021-05-22 18:17:34 +02:00
Aleksander Machniak
9e735cb544
Vcard_attachments: Improve handling of multiple contacts ( #7027 )
2021-05-16 11:04:35 +02:00
Michael Stilkerich
74fab3e730
More extensive documentation for query-related rcube_addressbook API ( #7958 )
...
Also add list_records()'s $nocount parameter to all implementations
2021-05-15 14:15:21 +02:00
Aleksander Machniak
ae19d16a80
Update localization
2021-05-10 19:08:05 +02:00
Jens Spanier
dbb5920b77
new_user_dialog: Use the identity_update hook ( #8023 )
2021-05-06 12:06:17 +02:00
Aleksander Machniak
395bac5854
Debug_logger: Fix the main plugin functionality and documentation ( #8041 )
2021-05-03 10:01:42 +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
9d56214745
Example_addressbook: Add basic searching support ( #8034 )
2021-05-02 11:25:40 +02:00
Aleksander Machniak
b4b50b87b3
Password: Set password_minimum_length to 8 by default ( #8003 )
2021-04-18 10:49:44 +02:00
Aleksander Machniak
fe47d27876
Bump managesieve version number
2021-04-18 10:40:41 +02:00
Aleksander Machniak
6ffa85b8cc
Managesieve: Fix removing nested rules in scripts ( #8011 )
2021-04-18 10:39:48 +02:00
Josh Soref
203f456620
Spelling ( #8001 )
2021-04-18 08:43:18 +02:00
Aleksander Machniak
1cba77b48e
Enigma: Display an information that public and private keys are stored on the server ( #7941 )
2021-04-11 12:14:18 +02:00
Aleksander Machniak
bb583fed81
Fix PHP8 warning ( #7972 )
2021-03-26 08:24:58 +01:00
Aleksander Machniak
2bb2fe4838
Fix broken 'hmail' driver ( #7966 )
2021-03-24 07:08:21 +01:00
icefo
65e4107e82
Fix PHP Deprecated: Non-static method http_authentication::shutdown()... issue ( #7944 )
...
Declare the shutdown function static because it is and to suppress the annoying warnings.
2021-03-21 14:42:06 +01:00