Commit Graph

1394 Commits (a411d8cb87414c4cd61b7653fdff2be8cfac580d)

Author SHA1 Message Date
Aleksander Machniak a411d8cb87 Fix PHP warnings on dummy QUOTA responses in Courier-IMAP 4.17.1 (#6374) 8 years ago
Thomas Bruederli 9f79a7ae6f Bump version to 1.3.7 8 years ago
Aleksander Machniak 2e3648b24f Fix bug where some HTML comments could have been malformed by HTML parser (#6333) 8 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
8 years ago
Aleksander Machniak e8de88ac74 Fix bug where unicode contact names could have been broken/emptied or caused DB errors (#6299) 8 years ago
Aleksander Machniak 53f93944c0 Merge branch 'release-1.3' of github.com:roundcube/roundcubemail into release-1.3 8 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
8 years ago
Aleksander Machniak 616e130bc4 Add sanity check when auto-unsubscribing non-existing folders 8 years ago
Aleksander Machniak d9eed3625b Fix bug where some escape sequences in html styles could bypass security checks 8 years ago
Edgaras L 7dfbb62b78 Parse all quotas from GETQUOTAROOT (#6280) 8 years ago
Aleksander Machniak 8477b881e5 Fix PHP Warning: Use of undefined constant IDNA_DEFAULT on systems without php-intl (#6244) 8 years ago
Thomas Bruederli 357f9380c3 Bump version to 1.3.6 8 years ago
Aleksander Machniak c278b8796f Fix bug where usernames without domain part could be malformed or converted to lower-case on logon (#6224) 8 years ago
Aleksander Machniak dc9c9c36a8 Fix regression in compressMessageSet() (#6235) 8 years ago
Aleksander Machniak 77d447ff7c Fix possible IMAP command injection and type juggling vulnerabilities (#6229) 8 years ago
Aleksander Machniak 9efd534fe1 Fix PHP 7.2: count(): Parameter must be an array in enchant-based spellchecker (#6234) 8 years ago
Aleksander Machniak 60902de521 Fix parsing date strings (e.g. from a Date: mail header) with comments (#6216) 8 years ago
Thomas Bruederli 8922e3e076 Bump version to 1.3.5 8 years ago
Aleksander Machniak f55724d1e8 Fix bug where some unix timestamps were not handled correctly by rcube_utils::anytodatetime() (#6212) 8 years ago
Aleksander Machniak e5b7bcd207 Fix handling encoding of HTML tags in "inline" JSON output (#6207) 8 years ago
Aleksander Machniak b8e51b9d2f Remove redundant trim() 8 years ago
Aleksander Machniak 24dcdb5414 Fix bug in remote content blocking on HTML image and style tags (#6178) 8 years ago
Aleksander Machniak 96f792c1f2 Fix PHP Warning: exif_read_data(...): Illegal IFD size (#6169) 8 years ago
Aleksander Machniak 0f06f58e52 Fix possible information leak - add more strict sql error check on user creation (#6125) 8 years ago
Aleksander Machniak 2eeb2c75df Fix bug where contacts search could skip some records (#6130)
Conflicts:
	CHANGELOG
8 years ago
Thomas Bruederli 917ae1c199 Bump version to 1.3.4 8 years ago
Richard Hillmann b9c038ca63 Fix preg_match in guess_type function (#6123) 8 years ago
Aleksander Machniak 55ba350102 - Fix searching contacts by address in LDAP source (#6084) 8 years ago
Aleksander Machniak 472e48ff0d Fix possible performance issue when parsing malformed and long Date header (#6087) 8 years ago
Aleksander Machniak cdf7a88b3e Fix PHP Warning: Use of undefined constant INTL_IDNA_VARIANT_UTS46 on servers without php-intl extension 8 years ago
Aleksander Machniak a315f2b16d Fix PHP warning "idn_to_utf8(): INTL_IDNA_VARIANT_2003 is deprecated" with PHP 7.2 (#6075) 8 years ago
Aleksander Machniak 1765e855c9 Fix untagged COPYUID responses handling - again (#5982) 8 years ago
Aleksander Machniak 0c56b5d4c0 Fix broken long filenames when using imap4d server - workaround server bug (#6048) 8 years ago
Thomas Bruederli d84391d2c8 Bump version + add CVE ID 8 years ago
Aleksander Machniak 46faac4a6e Fix mangled non-ASCII characters in links in HTML messages (#6028) 8 years ago
Thomas Bruederli 3762dba408 Fix rcube_utils::random_bytes() to not throw exception for length=0 8 years ago
Thomas Bruederli 392f88afc1 Bump version to 1.3.2 8 years ago
Brendan Braybrook 6843668b2b fix: unknown content-disposition type should be treated as attachment (#6002) 8 years ago
Aleksander Machniak 1bb97973b2 Fix issue caused by non-default session.cookie_lifetime setting (#5961) 8 years ago
Aleksander Machniak b07a5e539f Fix so untagged COPYUID responses are also supported according to RFC6851 (#5982) 8 years ago
Aleksander Machniak 305900b4c3 Fix bug where mail search could return empty result on servers without SORT capability (#5973) 8 years ago
Aleksander Machniak 972be07a41 Fix (again) bug where image data URIs in css style were treated as evil/remote in mail preview (#5580) 8 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.
8 years ago
Aleksander Machniak 988ce31748 Fix PHP 7.2 error: count(): Parameter must be an array or an object that implements Countable 8 years ago
Thomas Bruederli b6132b2bcd Bump versions and year 8 years ago
Thomas Bruederli 74e0852db2 Escape textarea contents in Washtml 8 years ago
Aleksander Machniak b6298429f1 Fix bug where last character of a filename extracted from TNEF could be truncated (#5799) 9 years ago
Aleksander Machniak 2c8657b120 Fix bug where messages count was not updated after delete when imap_cache is set (#5872) 9 years ago
Aleksander Machniak 67f9b2d65f Don't ignore (global) userlogins/sendmail logs in per_user_logging mode 9 years ago
Aleksander Machniak e24b6c11e7 Fix PHP 7.2 warnings on count() use (#5845) 9 years ago