Aleksander Machniak
27b9448d6c
Fix bug where next row wasn't selected after deleting a collapsed thread ( #6655 )
6 years ago
Aleksander Machniak
1dbf187a45
Fix bug when aborting dragging with ESC key didn't stop the move action ( #6623 )
...
+ small code improvements
+ focus the list on drag start to make sure it's focused state is up-to-date
which is needed for proper keypress handling (e.g. ESC key on drag action)
6 years ago
Mario Harjac
d87d628601
Fix missing CSRF token in message download ( #6621 )
6 years ago
Aleksander Machniak
52d80f2467
Fix so mime_content_type check in Installer uses files that should always be available (i.e. from program/resources) ( #6599 )
6 years ago
Aleksander Machniak
1d7b488841
Fix so ANY record is not used for email domain validation, use A, MX, CNAME, AAAA instead ( #6581 )
6 years ago
Aleksander Machniak
1418812c89
Fix bug in parsing some IMAP command responses that include unsolicited replies ( #6577 )
6 years ago
Aleksander Machniak
eec0d76360
Fix regression in vcard parser
6 years ago
Aleksander Machniak
8dec8fb60a
Fix handling of empty entries in vCard import ( #6564 )
6 years ago
Aleksander Machniak
4619f030f2
Fix bug where a message/rfc822 part without a filename wasn't listed on the attachments list ( #6494 )
6 years ago
Thomas Bruederli
b1a8a4b627
Bump version to 1.3.8
6 years ago
Aleksander Machniak
a34a206b60
Fix session issue on long running requests ( #6470 )
6 years ago
Stefanos Petrakis
e3f6d4184f
Fix multiple VCard field search ( #6466 )
6 years ago
Aleksander Machniak
c22c177e53
Fix bug where valid content between HTML comments could have been skipped in some cases ( #6464 )
6 years ago
Fedor A. Fetisov
4f683c26e1
Fix support for "allow-from X" in "x_frame_options" config option ( #6449 )
6 years ago
Aleksander Machniak
4303c59467
New_user_identity: Fix %fu/%u vars substitution in user specific LDAP params ( #6419 )
6 years ago
Aleksander Machniak
102fbf1169
Fix CSS issue in handling invalid style tag content ( #6410 )
6 years ago
Aleksander Machniak
8b6da9a65a
Fix invalid regular expressions that throw warnings on PHP 7.3 ( #6398 )
6 years ago
Aleksander Machniak
d8a1f99db9
Fix so fallback from BINARY to BODY FETCH is used also on [PARSE] errors in dovecot 2.3 ( #6383 )
6 years ago
Aleksander Machniak
a411d8cb87
Fix PHP warnings on dummy QUOTA responses in Courier-IMAP 4.17.1 ( #6374 )
6 years ago
Thomas Bruederli
9f79a7ae6f
Bump version to 1.3.7
6 years ago
Aleksander Machniak
2e3648b24f
Fix bug where some HTML comments could have been malformed by HTML parser ( #6333 )
7 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
e8de88ac74
Fix bug where unicode contact names could have been broken/emptied or caused DB errors ( #6299 )
7 years ago
Aleksander Machniak
53f93944c0
Merge branch 'release-1.3' of github.com:roundcube/roundcubemail into release-1.3
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
616e130bc4
Add sanity check when auto-unsubscribing non-existing folders
7 years ago
Aleksander Machniak
d9eed3625b
Fix bug where some escape sequences in html styles could bypass security checks
7 years ago
Edgaras L
7dfbb62b78
Parse all quotas from GETQUOTAROOT ( #6280 )
7 years ago
Aleksander Machniak
8477b881e5
Fix PHP Warning: Use of undefined constant IDNA_DEFAULT on systems without php-intl ( #6244 )
7 years ago
Thomas Bruederli
357f9380c3
Bump version to 1.3.6
7 years ago
Aleksander Machniak
c278b8796f
Fix bug where usernames without domain part could be malformed or converted to lower-case on logon ( #6224 )
7 years ago
Aleksander Machniak
e3dd5b66d2
Fix check_request() bypass in places using get_uids() [CVE-2018-9846] ( #6238 )
7 years ago
Aleksander Machniak
dc9c9c36a8
Fix regression in compressMessageSet() ( #6235 )
7 years ago
Aleksander Machniak
77d447ff7c
Fix possible IMAP command injection and type juggling vulnerabilities ( #6229 )
7 years ago
Aleksander Machniak
9efd534fe1
Fix PHP 7.2: count(): Parameter must be an array in enchant-based spellchecker ( #6234 )
7 years ago
Aleksander Machniak
60902de521
Fix parsing date strings (e.g. from a Date: mail header) with comments ( #6216 )
7 years ago
Thomas Bruederli
8922e3e076
Bump version to 1.3.5
7 years ago
Aleksander Machniak
f55724d1e8
Fix bug where some unix timestamps were not handled correctly by rcube_utils::anytodatetime() ( #6212 )
7 years ago
Aleksander Machniak
e5b7bcd207
Fix handling encoding of HTML tags in "inline" JSON output ( #6207 )
7 years ago
Aleksander Machniak
8565b51059
Added 9pt and 11pt to the list of font sizes in HTML editor
7 years ago
Aleksander Machniak
b8e51b9d2f
Remove redundant trim()
7 years ago
Aleksander Machniak
24dcdb5414
Fix bug in remote content blocking on HTML image and style tags ( #6178 )
7 years ago
Aleksander Machniak
96f792c1f2
Fix PHP Warning: exif_read_data(...): Illegal IFD size ( #6169 )
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
0f06f58e52
Fix possible information leak - add more strict sql error check on user creation ( #6125 )
7 years ago
Aleksander Machniak
2eeb2c75df
Fix bug where contacts search could skip some records ( #6130 )
...
Conflicts:
CHANGELOG
7 years ago
Thomas Bruederli
917ae1c199
Bump version to 1.3.4
7 years ago
Aleksander Machniak
6fb6a0b885
Update localization
7 years ago
Aleksander Machniak
f9c590621b
Remove x_frame_options env
7 years ago
Aleksander Machniak
65da434867
Fix X-Frame-Options:ALLOW-FROM support, remove custom click-jacking protection ( #6057 )
7 years ago