1715 Commits

Author SHA1 Message Date
Aleksander Machniak
78211afcf9 Fix PHP warning: Trying to access array offset on value of type null 2022-04-10 08:41:04 +02:00
TheFirstGoodmaN
d9ec5be68d Add ssha256 password algo (#8479) 2022-03-20 10:52:15 +01:00
Aleksander Machniak
13e863e223 Enigma: Fix double quoted-printable encoding of pgp-signed messages with no attachments (#8413) 2022-03-13 17:11:43 +01:00
Aleksander Machniak
a2560eb7ff Use "{$var}" instead of "${var}" syntax 2022-03-12 12:42:36 +01:00
Aleksander Machniak
f9af15c8d1 Update to jQuery-UI 1.13.1 (#8455) 2022-03-12 09:26:28 +01:00
Aleksander Machniak
401e761c02 Enigma: Fix initial synchronization of private keys 2022-03-11 11:30:51 +01:00
Dario B
2a55114e63 A typo in email_learn.php (#8470) 2022-03-08 18:55:30 +01:00
Aleksander Machniak
819afeff29 Fix a couple of PHP8 warnings (#8420) 2022-01-29 08:35:50 +01:00
Aleksander Machniak
e1a9004966 Update localization 2022-01-22 09:23:29 +01:00
Aleksander Machniak
5ab3c5b05b Managesieve: Style improvements to the "Set variable" form 2022-01-01 10:47:35 +01:00
Aleksander Machniak
d3e35df81a Fix chpass-wrapper.py helper compatibility with Python 3 (#8324) 2021-12-18 09:33:42 +01:00
Aleksander Machniak
208e8ee5f4 Fix compat with PHP 5.4 (#8365)
Even if we do not support it, the fix is trivial and does not make the code worse.
2021-12-17 19:12:02 +01:00
Aleksander Machniak
7b81a71393 Don't use TLS by default (#8359)
Also unify the common code with a new rcube_utils::parse_host_uri() method
2021-12-11 09:52:23 +01:00
Aleksander Machniak
893216cb29 Unified and simplified services connection options (#8310) 2021-12-07 15:07:54 +01:00
Max Truxa
5aa0072ace subscriptions_option: Honor search parameters (#8312) 2021-12-04 09:07:57 +01:00
Przemek
59928e3341 Fix password change for Directadmin driver (#8329)
Co-authored-by: Przemysław Kucaj <p.kucaj@serveradmin.pl>
2021-12-04 09:06:34 +01:00
Aleksander Machniak
3f5bbd945f Newmail_notifier: Update favicon to match the current favicon style and size (#7826) 2021-11-28 10:08:57 +01:00
Aleksander Machniak
0dc2679cb2 Don't fallback to Larry 2021-11-27 14:26:26 +01:00
Aleksander Machniak
b6e0d6263c Moved the Larry skin to its own repository (#8271) 2021-11-27 14:08:47 +01:00
Aleksander Machniak
a980375271 Simplify invoking attachment upload dialog across skins 2021-11-14 12:06:22 +01:00
Aleksander Machniak
aa772c6270 Remove redundant Classic-specific code 2021-11-14 11:36:29 +01:00
Aleksander Machniak
0843196a8b Remove redundant code specific to the Classic skin 2021-11-14 11:09:07 +01:00
Aleksander Machniak
27f5fccaa7 Moved the Classic skin to its own repository (#8271)
https://github.com/roundcube/classic
2021-11-14 10:17:23 +01:00
Aleksander Machniak
d4cfb94c3d Small improvements and tests for the logout plugin 2021-11-06 14:36:11 +01:00
CoverTowerSuperAdmin
5b29790ab8 Plugin to auto log out users with a POST request (#8270) 2021-11-06 14:30:52 +01:00
Aleksander Machniak
945ff9e618 Fix test regression 2021-11-06 14:22:45 +01:00
Aleksander Machniak
94930dc68c hash-default algorithm was removed 2021-11-06 10:18:30 +01:00
Aleksander Machniak
6cfca8dc9f Fix crypted password prefixes, use stronger blowfish algorithm 2021-11-06 10:15:22 +01:00
Aleksander Machniak
e294b93d36 Update changelog and CS fixes 2021-11-06 09:18:57 +01:00
Lukáš Matula
4c347f0e24 Mailcow driver for password plugin (#8291) 2021-11-06 09:15:37 +01:00
Aleksander Machniak
92880251f4 Update localization 2021-10-29 10:20:14 +02:00
Aleksander Machniak
7337e7608e Identicon: Make background color of the image to match the current skin colors (#8256) 2021-10-25 12:34:22 +02:00
Aleksander Machniak
9c6979f17a Fix PHP8 warnings 2021-10-09 17:23:02 +02:00
Aleksander Machniak
87c706c146 Password: Improve handling errors on executed commands (#8200) 2021-09-29 19:21:26 +02:00
Aleksander Machniak
d11387c10a Fix test 2021-09-26 08:51:57 +02:00
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