Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-24Add plugin-installer to allowed-plugins (#8680)release-1.4Raoul Bhatia
So we skip the confirmaton question with new composer versions. (cherry picked from commit 8bd31c54218971da24e6e9ba268dfb16feef1829) Co-authored-by: Aleksander Machniak <alec@alec.pl>
2022-03-11Update changelogAleksander Machniak
2022-03-11Enigma: Fix initial synchronization of private keysAleksander Machniak
2021-12-30Bump version to 1.4.131.4.13Thomas Bruederli
2021-12-29Security: Fix cross-site scripting (XSS) via HTML messages with malicious ↵Aleksander Machniak
CSS content
2021-11-13Revert disabling the spell check feature in defaults1.4.12Thomas Bruederli
This is not a change that should be done in a patch release.
2021-11-12Bump version to 1.4.12Thomas Bruederli
2021-10-04Bring back spell.roundcube.net as integrated spelling service but disable by ↵Thomas Bruederli
default (#8182) This partially reverts commit 2bd421cdaf839d898f696714402c4d1acfe3de70.
2021-09-13Add input validation for list column/orderAleksander Machniak
2021-09-13 Rename session items 'search' and 'search_params' to 'contact_search' and ↵Aleksander Machniak
'contact_search_params' ... to fix potential conflict with the session items for mail search.
2021-08-31Fix XSS issue in handling attachment filename extension in mimetype mismatch ↵Aleksander Machniak
warning (#8193)
2021-08-29Updated changelogThomas Bruederli
2021-08-29Disable the default spellchecker option using spell.roundcube.net (#8182)Thomas Bruederli
... since this service is no longer available.
2021-07-29Fix variable in nl_NL localization (#8149)Aleksander Machniak
2021-07-14Update changelogAleksander Machniak
[skip ci]
2021-07-14Fix Firefox infinate loading display on mail screen #8128 (#8129)johndoh
2021-07-03TypoAleksander Machniak
[skip ci]
2021-07-03Fix shift + drag'n'drop menu not working Elastic skin with Chrome browser ↵Aleksander Machniak
(#8107)
2021-07-03Fix handling of custom From addresses with names (#8106)Aleksander Machniak
2021-07-01Fix displaying HTML body with inline images encapsulated using TNEF format ↵Aleksander Machniak
(winmail.dat)
2021-06-24Add an option to disable TNEF decodingAleksander Machniak
2021-06-17Elastic: Fix focused or disabled button colorsAleksander Machniak
2021-05-28Fix bug where plus characters in attachment filename could have been ignored ↵Aleksander Machniak
(#8074)
2021-05-23Fix bug where consecutive LDAP searches could return wrong results (#8064)Aleksander Machniak
2021-03-31Fix bug where contacts search didn't work with addressbook_search_mods set ↵Aleksander Machniak
to an empty array (#7974)
2021-03-15Don't cache disabled_actions setting in memoryAleksander Machniak
If some plugin changed the setting after first button() method use, the change would not have been seen in the rest of the method calls.
2021-03-06Enigma: Fix bug where signature verification could fail for non-ascii bodies ↵Aleksander Machniak
(#7919)
2021-03-06Fix bug causing some HTML message content to be not centered in Elastic skin ↵Aleksander Machniak
(#7911)
2021-02-08Bump version to 1.4.111.4.11Thomas Bruederli
2021-02-08Fix cross-site scripting (XSS) via HTML messages with malicious CSS contentAleksander Machniak
Thanks to Mateusz Szymaniec (CERT Polska) for reporting the issue.
2021-02-08Update changelogAleksander Machniak
[skip ci]
2021-02-08Fixed errors in MSSQL database update scripts (#7853)Marco Miltenburg
* If a column is dropped the constraint that uses that column must be dropped first. * Removed trailing comma * Fixed invalid SQL syntax * Fixed syntax mistakes in MSSQL initial database script
2021-01-30Update changelogAleksander Machniak
[skip ci]
2021-01-30Honor action_domain in managesieve-forward (#7849)urusha
2021-01-09Update changelogAleksander Machniak
[skip ci]
2021-01-09Elastic: Lessc v4 comptibility issue (#7808)Aleksander Machniak
2021-01-09Fix less mixins to be compatible with lessc 3.x and 4.x (#7815)Michal Duda
2020-12-28Display a nice error informing about no PHP8 supportAleksander Machniak
2020-12-28Bump version to 1.4.101.4.10Thomas Bruederli
2020-12-27Fix cross-site scripting (XSS) via HTML or Plain text messages with ↵Aleksander Machniak
malicious content [CVE-2020-35730] Credits to Alex Birnberg <birnbergalex@gmail.com>
2020-12-20Fix state of subscription toggle on folders list after changing folder state ↵Aleksander Machniak
from the search result (#7653)
2020-12-20Reuse clonerow event to update toggle within active searchSebastian Abshoff
2020-11-04Require roundcube/plugin-installer 0.2.0Thomas Bruederli
... for compatibilty with Composer 2.0
2020-10-12Update changelogAleksander Machniak
[skip ci]
2020-10-12Fix folder list issue whan special folder is a subfolder (#7647)Sebastian Abshoff
* Fix incorrect folders settings If a special folder was located within some subfolder, then the folders settings view was broken. It added a virtual folder for an existing folder which itself was not displayed. This bugfix puts special folders at the root level and removes any parent folder.
2020-10-05Fix extra angle brackets in In-Reply-To header derived from mailto: params ↵Aleksander Machniak
(#7655)
2020-09-27Bump version to 1.4.91.4.9Thomas Bruederli
2020-09-25Fix so autocompletion list does not hide on scroll inside it (#7592)Aleksander Machniak
2020-09-24Make auto generated button ids unique between main screen and iframe (#7619)johndoh
2020-09-24Fix scroll jump on key press in plain text mode of the HTML editor (#7622)Aleksander Machniak