Aleksander Machniak
c76153e752
Fix PHP warning: "array_merge(): Expected parameter 2 to be an array, null given in sendmail.inc ( #7003 )
5 years ago
Jack Cherng
45e099b0be
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
c25a6cf09b
Fix bug in miemetype name comparator
...
The code was removing the first matching prefix (x- or x-ms-), which
caused 'x-ms-bmp' to end up as 'ms-bmp'. It should be 'bmp'. Fixed by
reverting the order of tokens in the regexp.
5 years ago
Aleksander Machniak
77c2c8155a
Fix bug where selection of columns on messages list wasn't working
6 years ago
Aleksander Machniak
8b649420ff
Fix regexp
6 years ago
Aleksander Machniak
9cb1912553
Fix bug where bmp images couldn't be displayed on some systems ( #6728 )
6 years ago
Mario Harjac
d87d628601
Fix missing CSRF token in message download ( #6621 )
6 years ago
Aleksander Machniak
102fbf1169
Fix CSS issue in handling invalid style tag content ( #6410 )
6 years ago
Aleksander Machniak
e5050f8087
Fix bug where after "mark all folders as read" action message counters were not reset ( #6307 )
...
also fixed one PHP 7.2 warning
7 years ago
Aleksander Machniak
16b5a345e0
Fix bug where some forbidden characters on Cyrus-IMAP were not prevented from use in folder names
...
Conflicts:
plugins/archive/archive.php
7 years ago
Aleksander Machniak
e3dd5b66d2
Fix check_request() bypass in places using get_uids() [CVE-2018-9846] ( #6238 )
7 years ago
Aleksander Machniak
8565b51059
Added 9pt and 11pt to the list of font sizes in HTML editor
7 years ago
Aleksander Machniak
78d896d469
Fix PHP 7.2 warning: count(): Parameter must be an array or an object that implements Countable
7 years ago
Aleksander Machniak
d15c6872cb
Fix PHP 7.2: count(): Parameter must be an array or an object that implements Countable ( #6098 )
7 years ago
Aleksander Machniak
1c10231b26
Fix bug where contacts export by selection returned no more than 10 entries ( #6103 )
7 years ago
Aleksander Machniak
6be149655f
Fix PHP Warning: Use of undefined constant 'href'
7 years ago
Aleksander Machniak
a9170f652c
Fix decoding of mailto: links with + character in HTML messages ( #6020 )
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
eb62e15b22
Fix truncated folder name on messages list in multi-folder mode, for folders with non-ascii characters ( #6004 )
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
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
Aleksander Machniak
ae35ccd2af
Bring back rcmail_html_container_id global
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
Aleksander Machniak
c1285a0fe7
Remove non-printable characters from filenames on download/display ( #5880 )
7 years ago
Aleksander Machniak
02c7c9fc53
Fix duplicate messages on the list after deleting messages on the next to the last page ( #5862 )
...
... also when deleting via 'mark' and 'archive' actions
7 years ago
Aleksander Machniak
74e7f90673
Fix duplicate messages on the list after deleting messages on the next to the last page ( #5862 )
7 years ago
Aleksander Machniak
cc2eb8d7ec
CS fix
8 years ago
Philippe 'Peep' Chaintreuil
9d4155bfaa
Disable qrcode if Endroid QrCode library is missing
...
Treat a missing QrCode library the same as roundcube treats a missing
php-gd library. Hide the button to disallow access.
Requested by distributions that don't use composer and don't yet have
packages for the QrCode library.
8 years ago
Aleksander Machniak
16e979e9d5
Fix c/p issue
8 years ago
Aleksander Machniak
3f820d76fa
Add Preferences > Mailbox View > Main Options > Layout ( #5829 )
8 years ago
Aleksander Machniak
bf6440c3dc
Fix POST parameter reflection in default_charset selector ( #5768 )
8 years ago
AndrolGenhald
4e379e9f89
Fix prevention from using % and * characters in folder name ( #5762 )
8 years ago
Aleksander Machniak
41c70e162b
Fix conflict with _gid cookie of Google Analytics ( #5748 )
...
TODO: Review the whole code base and don't use INPUT_GPC when it's not really needed,
in most cases we should not read $_COOKIE.
8 years ago
Aleksander Machniak
67479579e5
Fix bug where invalid recipients could be silently discareded ( #5739 )
8 years ago
Aleksander Machniak
3e53ac7491
Remove note about mail() function
8 years ago
Aleksander Machniak
34446e00ca
Fix bug where namespace prefix could not be truncated on folders list if show_real_foldernames=true ( #5695 )
8 years ago
dfukagaw28
89a4134064
Add support for DelSp=Yes messages ( #5702 )
8 years ago
Aleksander Machniak
5a53d521c8
Fix permission of temporary files and removal of them when generating thumbnails
8 years ago
Aleksander Machniak
6271b88bab
Fix so settings/upload.inc could not be used by plugins ( #5694 )
8 years ago
ka7
9a35768c26
spelling fixes ( #5690 )
8 years ago
Aleksander Machniak
ad83610a5e
Rename $sql_arr variable to $record as it's not about sql only
8 years ago
Aleksander Machniak
61bec3efa4
Fix regression where groups with email address were resolved to its members' addresses
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
79950630fa
Increase limit of group members when expanding a group from autocomplete ( #5604 )
8 years ago
Aleksander Machniak
f789cb53b2
Fix bug where drag-n-drop element could be empty after check-recent action
8 years ago
Aleksander Machniak
f4b57bad31
Fix missing thread expand icon on search result in widescreen mode ( #5613 )
8 years ago
Aleksander Machniak
5b57043cbf
Small code improvements
8 years ago
Aleksander Machniak
700fbd4066
Fix PHP error on update of a contact with multiple email addresses when using PHP 7.1 ( #5587 )
8 years ago
Aleksander Machniak
3bb12e75f7
Add class attribute for preferences sections list
8 years ago