Aleksander Machniak
792fd57b09
Merge branch 'master' of https://github.com/HarrySmallbones/roundcubemail into HarrySmallbones-master
7 years ago
Remi Collet
ff256b7bb9
Drop ereg dependency, fix compat with PHP 7 ( #5820 )
7 years ago
Aleksander Machniak
bcc6405552
Fix various issues when downloading files with names containing non-ascii chars, use RFC 2231 ( #5772 )
7 years ago
Aleksander Machniak
3fbda34a51
subscriptions_option: show \\Noselect folders greyed out ( #5621 )
8 years ago
Aleksander Machniak
f8537d0221
Code optimization, update changelog
8 years ago
Lucas Stevanelli Marin
c5da225179
Fix bug where zipdownload ignored files with the same name ( #5777 )
...
Adding a counter before .(extension) to files with same name on zip.
Before only the last file on message with equals names was added on zip
8 years ago
Aleksander Machniak
6bd349b7e6
Bump version number
8 years ago
Aleksander Machniak
7647612f0c
Performance: Skip redundant LISTSCRIPTS command
8 years ago
Aleksander Machniak
7456d7fbc6
CS fixes
8 years ago
Aleksander Machniak
7090058b9f
Enigma: Fix compatibility with assets_dir
8 years ago
Aleksander Machniak
982d211ec0
Update changelog, CS fixes
8 years ago
Aleksander Machniak
aacf1eb3bd
Merge branch 'password-driver-virtualmin' of https://github.com/ElpyDE/roundcubemail into ElpyDE-password-driver-virtualmin
8 years ago
Aleksander Machniak
4f48202f90
Add test for #5657
8 years ago
Aleksander Machniak
30f9839b46
Remove redundant code
8 years ago
ElpyDE
73db885647
Virtualmin driver for password plugin now uses virtualmin to ask for the domain
8 years ago
Aleksander Machniak
89987ee1e0
Password: Fix security issue in virtualmin and sasl drivers
8 years ago
Thomas Bruederli
d4e4cfef92
More flattening of jQuery UI styles
8 years ago
Thomas Bruederli
7969981320
Flattened buttons and icons, removed gradients and box shadows
8 years ago
Aleksander Machniak
757ba8b81a
Fix typo
8 years ago
Torkel Bjørnson-Langen
278b46a99d
password plugin: better error message on constraint violation ( #5727 )
...
If the password policy on the ldap server is violated when changing
password, report error as "constraint violation" instead of the
misleading "connection error".
Only tested with OpenLDAP (v2.4).
8 years ago
Aleksander Machniak
01656221a4
Update localization
8 years ago
Torkel Bjørnson-Langen
3bbe218b83
Password plugin: Added missing default values ( #5726 )
...
* Added correct default values for password plugin (ldap backends only)
* Sync default values in config.inc.php.dist with code.
8 years ago
Aleksander Machniak
6ba41836b6
Revert "extend plugin password to avoid sudo (use ssh instead calling chpasswd) ( #5654 )"
...
This reverts commit 938dd4670b
.
8 years ago
Kay Marquardt
938dd4670b
extend plugin password to avoid sudo (use ssh instead calling chpasswd) ( #5654 )
...
Use proc_open() instead of popen() to catch error messages from called wrapper.
Create new wrapper chpass-wrapper-expect.py
8 years ago
Aleksander Machniak
306c901a15
Remove redundant entry
8 years ago
Aleksander Machniak
9374599c3c
Fix require entry for crypt_gpg also in Enigma's composer.json
8 years ago
Aleksander Machniak
8a0d504682
Indent fixes
8 years ago
ka7
9a35768c26
spelling fixes ( #5690 )
8 years ago
Aleksander Machniak
8953c7a257
Fix possible defect in handling \r\n in scripts ( #5685 )
8 years ago
Aleksander Machniak
9028e77290
Enigma: Set micalg parameter to real hash algorithm used for signing
8 years ago
Aleksander Machniak
13b98199ed
Managesieve: Fix parser issue with empty lines between comments ( #5657 )
8 years ago
Aleksander Machniak
3294a41b3b
Small code simplification
8 years ago
Aleksander Machniak
e2a8fb799e
Add note about PinEntry issues with SELinux ( #5620 )
8 years ago
Aleksander Machniak
dd53a3d486
Enigma: Fix handling of messages with nested PGP encrypted parts ( #5634 )
8 years ago
Aleksander Machniak
81f67a4de2
Don't use each() deprecated in PHP 7.2
8 years ago
Aleksander Machniak
dfd19206a4
sizeof() -> count()
8 years ago
Aleksander Machniak
d04cc14018
Enigma: Always use detached signatures ( #5624 )
8 years ago
Aleksander Machniak
a426f66785
Fix fatal error when accessing PGP keys list using classic skin
8 years ago
Harry Smallbones
5665c7455b
Archive: Add Thunderbird compatible Month option
8 years ago
Aleksander Machniak
25de39d444
Merge branch 'dev-remove-js-deps'
8 years ago
Aleksander Machniak
a487055c5a
Add possibility to attach contact vCard to composed message ( #4997 )
8 years ago
Aleksander Machniak
692cb9c63b
Update localization
8 years ago
Aleksander Machniak
2e97728d06
Enigma: Add some notes to Known issues section ( #5561 )
8 years ago
Aleksander Machniak
21732eb250
"Bad password" -> "Invalid password"
8 years ago
Aleksander Machniak
be49c2e1cd
Code improvements, replace exception thrown with rcube::raise_error()
8 years ago
Aleksander Machniak
2af5ea4a9c
Merge branch 'password-cpanel-webmail' of https://github.com/mkllnk/roundcubemail into mkllnk-password-cpanel-webmail
8 years ago
Aleksander Machniak
d45692131b
Zipdownload: Fix date format in mbox "From line"
8 years ago
Maikel Linke
bd5eaf98aa
Handle null or non-JSON result of cPanel UAPI
...
More unit testing. More documentation.
8 years ago
Aleksander Machniak
29d0b80449
Enigma: Fix PHP fatal error when decrypting a message with invalid signature ( #5555 )
8 years ago
Maikel Linke
dd29ca1ee8
Correct decoding of JSON response
...
The old version assumed `json_decode` would return an associative array.
While it can do so if an extra option is specified, the default
behaviour is to return an object. Therefore, a successful password
change resulted in an error while parsing the response.
The new code is accessing the response as object instead. The method
is now covered by a unit test.
8 years ago