Commit Graph

1502 Commits

Author SHA1 Message Date
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
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