johndoh
ec86e3cb7f
Markasjunk: Fix regression in jsevent driver #7361 ( #7365 )
5 years ago
Aleksander Machniak
679cb1833c
Merge branch 'zipdownload' of https://github.com/johndoh/roundcubemail into johndoh-zipdownload
5 years ago
PhilW
ace991946f
zipdownload: enable menu options when menu is opened
5 years ago
Aleksander Machniak
e0b56aeb4d
Fix PHP warning for real ( #7206 )
5 years ago
Aleksander Machniak
7d97c5b215
Merge branch 'markasjunk-select' of https://github.com/johndoh/roundcubemail into johndoh-markasjunk-select
5 years ago
Aleksander Machniak
f0ec65ee70
Fix labels again
5 years ago
Christoph Langguth
81839093bb
Bugfix in password/pwned driver result parsing ( #7288 )
5 years ago
Aleksander Machniak
c26ba1ee5d
Improve some labels
5 years ago
Aleksander Machniak
623a642457
Update changelog, fix some localization labels
5 years ago
Aleksander Machniak
68350bd385
Merge branch 'master' of https://github.com/mildred/roundcubemail into mildred-master
5 years ago
Aleksander Machniak
3c8b270d8d
Small code improvements, update changelog
5 years ago
Christoph Langguth
a70baca3ae
Refactoring of pwned passwords plugin, taking into account alecpl's comment.
5 years ago
Christoph Langguth
370789c8c9
password plugin: add pwned passwords strength driver
5 years ago
Mildred Ki'Lya
88577119d7
Add new archival types to keep the folder structure
...
Add archival type folderyear and foldermonth to keep the original folder
structure after a YYYY or a YYYY/MM prefix.
5 years ago
Aleksander Machniak
4b219792a7
Tests: Add browser tests for attachment_reminder plugin
5 years ago
Aleksander Machniak
f94b871aa6
Tests: Add browser tests for Markasjunk plugin
5 years ago
PhilW
65a6a511a6
markasjunk: handle select all case ( #7206 )
5 years ago
Aleksander Machniak
32b37fba33
Update localization
5 years ago
Aleksander Machniak
ea2d0ad458
Enigma: Fix bug where "Send unencrypted" button didn't work in Elastic skin ( #7205 )
5 years ago
Aleksander Machniak
fe796d4040
Remove useless pass-by-reference
5 years ago
Aleksander Machniak
3478b002f8
Enigma: Fix incorrect encrypted mail structure (boundary) with Mail_Mime >= 1.10.5
5 years ago
Aleksander Machniak
4114dc932d
Fix bug where it wasn't possible to save flag actions ( #7188 )
...
Display proper error when no flag is selected.
5 years ago
Aleksander Machniak
a075616fb2
Tests: Add browser tests for Zipdownload plugin
5 years ago
Aleksander Machniak
d594ce2483
Tests: Add browser tests for Server Settings section
5 years ago
Aleksander Machniak
84aa5d93f1
Tests: Added browser tests for Archive plugin
5 years ago
Aleksander Machniak
c6392f2168
Markasjunk: Fix bug where marking as spam/ham didn't work on moving messages with drag-and-drop ( #7137 )
5 years ago
Aleksander Machniak
1613f3ab4c
INSERT OR REPLACE implementation ( #6771 )
...
For now with support in postgres and mysql databases.
For now used in rcube_cache, rcube_imap_cache and enigma plugin
5 years ago
Aleksander Machniak
689c761026
Enigma: Simplify and fix handling of IDN with not all parts being punny-coded
5 years ago
Aleksander Machniak
e89376709c
Enigma: Display IDN domains of key users and identities in UTF8
5 years ago
Max Bosse
3faa976fc8
Fix creation of pgp-keys for IDN emails
5 years ago
Aleksander Machniak
7d2b4f8d15
Enigma: Add missing localization labels used in Larry skin
5 years ago
Aleksander Machniak
646e0b99ea
Enigma: Fix so using list checkbox selection does not load the key preview frame
5 years ago
Aleksander Machniak
e3556986a1
Fix PHP Warning: array_filter() expects parameter 1 to be array, null given in subscription_options plugin ( #7165 )
...
.. when IMAP connection fails
5 years ago
Aleksander Machniak
355ff138fd
Enigma: Fix so key list selection is reset when opening key creation form ( #7154 )
5 years ago
Aleksander Machniak
3cab0ad493
Update changelog
...
[skip ci]
5 years ago
Aleksander Machniak
0eb4674216
Managesieve: Allow display name with email address in vacation :from field ( #6760 ) ( #6763 )
5 years ago
jelle van der Waa
11e5c1af4f
Password: Make chpass-wrapper.py Python 3 compatible ( #7135 )
...
Remove the ", e" as the exception is never printed and this makes it
Python 3 compatible as well
Closes : #7118
5 years ago
Aleksander Machniak
47d9ed6d0c
Add support for PHPUnit 6 and 7 ( #6870 )
...
Fixes composer dependencies: Package phpunit/phpunit-mock-objects is abandoned
We cannot support v8 yet because of errors like:
Declaration of MailFunc::setUp() must be compatible with PHPUnit\Framework\TestCase::setUp(): void
It would require dropping PHP < 7.1 support.
5 years ago
Aleksander Machniak
ad84b2df3f
Update localization
5 years ago
Aleksander Machniak
226097fc3f
Markasjunk: Fix marking more than one message as spam/ham with email_learn driver ( #7121 )
5 years ago
Aleksander Machniak
90781bff3b
Add aria-label to list navigation toolbars
5 years ago
Aleksander Machniak
e7cb9bf604
Password: Fix kpasswd and smb drivers' double-escaping bug ( #7092 )
5 years ago
Aleksander Machniak
35101ca44a
Fix filter selection after removing a first filter ( #7079 )
5 years ago
Aleksander Machniak
006f7d1087
Fix so modifier type select wasn't hidden after hiding modifier select on header change
5 years ago
Aleksander Machniak
45546508d2
Replace "Filter disabled" with "Filter enabled" ( #7028 )
5 years ago
Aleksander Machniak
022a1b683f
Enigma: Add script to import keys from filesystem to the db storage (for multihost)
5 years ago
Aleksander Machniak
4b607e2ed3
Fix so Elastic is also a default in jqueryui plugin ( #7039 )
5 years ago
Aleksander Machniak
b63bc1ae22
Fix misleading comment
5 years ago
Aleksander Machniak
338b25dec9
Managesieve: Fix locked UI after opening filter frame ( #7007 )
5 years ago
Aleksander Machniak
52c755207d
Enigma: Fix bug where signing option was set to disabled after saving a draft in Elastic skin ( #6515 )
5 years ago