Commit Graph

1329 Commits (c25616b3b56c633dd63f1e3ad7eaaa0eb2922a4b)

Author SHA1 Message Date
Aleksander Machniak 90afff1929 Update changelog
[ci skip]
5 years ago
vaaguirre 9d0d072f36 Fix issue with Modoboa driver for password plugin (#7372)
Was having trouble with updating a password with the Modoboa API (1.9.1). API responded with an error message but 200 HTTP status code, so roundcube displayed a success message even though the password wasn't being updated. Added a line to include a required field in the update request.
5 years ago
johndoh f494cd22ce Markasjunk: Fix regression in jsevent driver #7361 (#7365) 5 years ago
PhilW 2ba62d0c98 zipdownload: enable menu options when menu is opened 5 years ago
Aleksander Machniak cd73ca05d8 Fix PHP warning for real (#7206) 5 years ago
PhilW 1bc41d3a5f markasjunk: handle select all case (#7206) 5 years ago
Thomas Bruederli 0c8b71059b Remove plugins/elastic4mobile submodule which was accidentally committed 5 years ago
Thomas Bruederli 273707f378 Bump version to 1.4.3 5 years ago
Aleksander Machniak 65d6a5aa51 Update localization 5 years ago
Aleksander Machniak ab3220d046 Enigma: Fix bug where "Send unencrypted" button didn't work in Elastic skin (#7205) 5 years ago
Aleksander Machniak bff226801d Enigma: Fix incorrect encrypted mail structure (boundary) with Mail_Mime >= 1.10.5 5 years ago
Aleksander Machniak b35bf87105 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 9d4638d94e Markasjunk: Fix bug where marking as spam/ham didn't work on moving messages with drag-and-drop (#7137) 5 years ago
Aleksander Machniak f0dc915fd8 Enigma: Simplify and fix handling of IDN with not all parts being punny-coded 5 years ago
Aleksander Machniak 0aa724f73c Enigma: Display IDN domains of key users and identities in UTF8 5 years ago
Max Bosse 36aa132f51 Fix creation of pgp-keys for IDN emails 5 years ago
Aleksander Machniak fbc9219d72 Enigma: Fix so using list checkbox selection does not load the key preview frame 5 years ago
Aleksander Machniak b5e76ab202 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 c8ead80312 Enigma: Fix so key list selection is reset when opening key creation form (#7154) 5 years ago
jelle van der Waa 2edcf5b52c 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 2fa6dd7ee5 Update localization 5 years ago
Aleksander Machniak 880452f84e Markasjunk: Fix marking more than one message as spam/ham with email_learn driver (#7121) 5 years ago
Aleksander Machniak 132be945bd Password: Fix kpasswd and smb drivers' double-escaping bug (#7092) 5 years ago
Aleksander Machniak 38f1727515 Fix filter selection after removing a first filter (#7079) 5 years ago
Aleksander Machniak 0e7295fce6 Fix so modifier type select wasn't hidden after hiding modifier select on header change 5 years ago
Aleksander Machniak 09af79f637 Replace "Filter disabled" with "Filter enabled" (#7028) 5 years ago
Aleksander Machniak aeec47b9bd Enigma: Add script to import keys from filesystem to the db storage (for multihost) 5 years ago
PhilW c7baf94531 remove redundant type attrib in script tag 5 years ago
Aleksander Machniak deee3442aa Fix so Elastic is also a default in jqueryui plugin (#7039) 5 years ago
Aleksander Machniak 0467670533 Fix misleading comment 5 years ago
Aleksander Machniak 1ef912555d Managesieve: Fix locked UI after opening filter frame (#7007) 5 years ago
Aleksander Machniak ad5a22b9c1 Enigma: Fix bug where signing option was set to disabled after saving a draft in Elastic skin (#6515) 5 years ago
Aleksander Machniak 92fbe4c3b8 Update localization 5 years ago
Aleksander Machniak da2ebb272a Add basic test for attachment_reminder plugin 5 years ago
Aleksander Machniak cc1a1d95fe Correct property name 5 years ago
Aleksander Machniak 425724bb35 Fix testing rcube_sieve_vacation protected methods 5 years ago
Aleksander Machniak 2213efc850 Archive: Fix missing Archive icon in folder selector popup in Elastic 5 years ago
Aleksander Machniak 46ee823fd9 Archive: Fix bug where next email was not displayed after Archive button use (#6965) 5 years ago
Aleksander Machniak 1d9ddf9d33 Fix PHP Fatal error: Uncaught Error: Using $this when not in object (#6959) 5 years ago
Aleksander Machniak 66fab8cdb2 CS fixes, Avoid usused variables, fixed minor bugs 5 years ago
Aleksander Machniak 213a7cadc2 Enigma: Fix encryption menu width in larry and classic 5 years ago
Aleksander Machniak b0aa130edf Fix wrong password requirement description with zxcvbn driver (#6922) 5 years ago
Aleksander Machniak fcf5a12e30 Password: Support INSERT ... ON DUPLICATE KEY UPDATE queries 5 years ago
Aleksander Machniak 0786ab8187 Update localization 5 years ago
Aleksander Machniak 4096739322 Fix including assets that exist only in minified version 5 years ago
Aleksander Machniak 0dacbc8e0f Merge branch 'thomascube-pr-elastic-icons' 5 years ago
Aleksander Machniak b07f7212be Elastic: Fix selection button icon in Enigma 5 years ago
Aleksander Machniak 5db4b3f5ea Fix '\n' visible when identity has multiple GPG keys (#6885) 5 years ago
Jack Cherng 198585d8a0 Fix implode() wrong parameter order (#6866)
It has been deprecated in PHP 7.4.

Such as PHP deprecated:  implode(): Passing glue string after array is deprecated. Swap the parameters in /var/www/roundcubemail/program/lib/Roundcube/rcube_db.php on line 917

Signed-off-by: Jack Cherng <jfcherng@gmail.com>
5 years ago
Aleksander Machniak b3b0c5efe2 Remove redundant rcmail_ prefix 5 years ago