Commit Graph

9478 Commits (13b35e3c0eb0920ee19e3aaacb5e79845e45225e)
 

Author SHA1 Message Date
Aleksander Machniak 6be149655f Fix PHP Warning: Use of undefined constant 'href' 7 years ago
Aleksander Machniak bb65c9d444 Small visual improvement 7 years ago
Aleksander Machniak 025adb4a62 Fix PHP 7.2 warning on undefined constant RCMAIL_VERSION 7 years ago
Aleksander Machniak 0c56b5d4c0 Fix broken long filenames when using imap4d server - workaround server bug (#6048) 7 years ago
Aleksander Machniak 4b29748161 Fix var scope (#6042) 7 years ago
Thomas Bruederli d84391d2c8 Bump version + add CVE ID 7 years ago
Aleksander Machniak 46faac4a6e Fix mangled non-ASCII characters in links in HTML messages (#6028) 7 years ago
Aleksander Machniak 3b439ec920 Update changelog 7 years ago
Aleksander Machniak c90ad5a977 Fix file disclosure vulnerability caused by insuficient input validation in relation with attachment plugins (#6026) 7 years ago
Aleksander Machniak 581fab9d84 Update changelog 7 years ago
Nathan Rennie-Waldock 2242506523 installto.sh: Fix false reporting of failed upgrade (#6019)
system() returns the last line of output (or false on failure)
rsync will have no output if the file being copied hasn't changed

Signed-off-by: Nathan Rennie-Waldock <nathan.renniewaldock@gmail.com>
7 years ago
Aleksander Machniak a9170f652c Fix decoding of mailto: links with + character in HTML messages (#6020) 7 years ago
Thomas Bruederli 2c7f3751ab Update localization files from Transifex 7 years ago
Thomas Bruederli 64a80bff8f Remove Git snapshot disclaimer 7 years ago
Thomas Bruederli e8379b8649 Fix phpunit version for testing in PHP < 5.6 7 years ago
Thomas Bruederli 7be09964f2 Update translations for new label 'automarkread'
issue #5952
7 years ago
Thomas Bruederli 92cbb771ad Add Travis CI configuration 7 years ago
Thomas Bruederli 9116583b30 Add Travis CI build status badge 7 years ago
Thomas Bruederli 3762dba408 Fix rcube_utils::random_bytes() to not throw exception for length=0 7 years ago
Thomas Bruederli 392f88afc1 Bump version to 1.3.2 7 years ago
Aleksander Machniak 46fe227565 Update changelog 7 years ago
Aleksander Machniak 6113300676 Prevent from ghost messages on list after fast delete of multiple messages one-by-one (#5941) 7 years ago
Aleksander Machniak c1d282ec54 Fix bug where removing the last subfolder did not hide toggle button on its parent record (#6007) 7 years ago
Aleksander Machniak eb62e15b22 Fix truncated folder name on messages list in multi-folder mode, for folders with non-ascii characters (#6004) 7 years ago
Aleksander Machniak 8ada6f08e7 Update changelog 7 years ago
Brendan Braybrook 6843668b2b fix: unknown content-disposition type should be treated as attachment (#6002) 7 years ago
Aleksander Machniak 5e31411819 Fix regression in qsearch() that skipped execution when called with no args
Some plugins would like to do search without value,
so we keep value != '' check to allow that use-case.
7 years ago
Aleksander Machniak 8ba12b0a8d Fix Edge encoding bug when pasting text into the HTML editor, update to TinyMCE 4.5.8 (#5885) 7 years ago
Aleksander Machniak 1bb97973b2 Fix issue caused by non-default session.cookie_lifetime setting (#5961) 7 years ago
Aleksander Machniak b07a5e539f Fix so untagged COPYUID responses are also supported according to RFC6851 (#5982) 7 years ago
Aleksander Machniak 0ad7e4c903 Fix bug where assets_path wasn't added to some watermark frames 7 years ago
Aleksander Machniak 305900b4c3 Fix bug where mail search could return empty result on servers without SORT capability (#5973) 7 years ago
Aleksander Machniak 972be07a41 Fix (again) bug where image data URIs in css style were treated as evil/remote in mail preview (#5580) 7 years ago
Aleksander Machniak 398a43e9a4 Fix missing cursor in HTML editor on mail reply (#5969) 7 years ago
Aleksander Machniak 0dc804a840 Fix decryption of messages encoded with non-ascii charset (#5962) 7 years ago
Aleksander Machniak cd8b91f3c9 Fix wording of "Mark previewed messages as read" to "Mark messages as read" (#5952)
Since we use the option not only for the preview frame the "previewed" word was confusing.
7 years ago
Aleksander Machniak 6dfa7ff419 Fix bug where HTML messages could have been rendered empty on some systems (#5957)
Consistently use $nodeName instead of $tagName property.
7 years ago
Aleksander Machniak 988ce31748 Fix PHP 7.2 error: count(): Parameter must be an array or an object that implements Countable 7 years ago
Aleksander Machniak ac5c9dd734 Fix invalid template loading on a message error in preview frame (#5941)
Broken in 1b4fa60a90.
7 years ago
Aleksander Machniak 5888ce7c28 Fix so files size/count limit is verified (client-side) also on drag-n-drop uploads (#5940) 7 years ago
Aleksander Machniak 4722563149 Update changelog 7 years ago
Drew Phillips f1e3254407 improve detection for Egde browser and add pointer event support (#5922)
add support for pointer events on list widget
use either pointer or touch events, not both
ensure bw.pointer is a boolean
7 years ago
Aleksander Machniak 9133a49894 Fix bug where pink image was used instead of a thumbnail when image resize fails (#5933)
Note GD and Imagick in INSTALL file and optional installer checks.
7 years ago
Thomas Bruederli b6132b2bcd Bump versions and year 7 years ago
Aleksander Machniak d0b99bd21d Fix sending message with "Too many public recipients" dialog buttons (#5924) 7 years ago
Thomas Bruederli ec948564da Updated localizations from Transifex 7 years ago
Aleksander Machniak 4829e2849f Enigma: Fix decrypting an encrypted+signed message when signature verification fails (#5914) 7 years ago
Aleksander Machniak ae35ccd2af Bring back rcmail_html_container_id global 7 years ago
Thomas Bruederli e8e07a9094 Update Changelog 7 years ago
Thomas Bruederli 2359f30b96 Modify links in html messages during Washtml DOM traversal
This is a more safe approach than using regex and mitigates
possible vulnerabilities using malformed html markup.
7 years ago