summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-10Bump version to 0.8.3v0.8.3Thomas Bruederli
2012-11-08Fix AREA links handling (#1488792)Aleksander Machniak
Conflicts: CHANGELOG
2012-11-05Fixed rcube_imap_generic::uncompressMessageSet() result when argument is ↵Aleksander Machniak
empty. Added tests. Conflicts: tests/Framework/ImapGeneric.php
2012-11-03Fix count display after inserting a new contactThomas Bruederli
2012-10-31Merge pull request #41 from linagora/release-0.8Thomas B.
Grancefully handle SSO redirects on Ajax requests
2012-10-31Fix possible HTTP DoS on error in keep-alive requests (#1488782)Aleksander Machniak
Conflicts: CHANGELOG
2012-10-30Grancefully handle SSO redirections on Ajax requestsjkornobis
On some SSO systems, when the SSO session is expired, the system intercept HTTP requests and send a 302 "Found" HTTP code to the login page. This patch handle this case in Roundcube Ajax requests, to redirect to the SSO login page. Note that request.status don't have the 302 code (at least on Firefox), so we have to check the response headers for a Location field and redirect manually.
2012-10-29Update changelogAleksander Machniak
2012-10-29Merge pull request #40 from remicollet/track-1488779Aleksander Machniak
fix call to MDB2::isError for MDB2 2.5.0b4
2012-10-29fix call to MDB2::isError for MDB2 2.5.0b4Remi Collet
2012-10-25Add deprecated alias clear_mailbox()Aleksander Machniak
2012-10-22Convert all identity headers into the desired message charsetThomas Bruederli
2012-10-22Fix a bug where saving a message in INBOX wasn't possibleAleksander Machniak
2012-10-22Fix HTML part detection in messages with attachments (#1488769)Aleksander Machniak
2012-10-21Fixed undefined global variableAleksander Machniak
2012-10-20Fix bug where wrong words were highlighted on spell-before-send checkAleksander Machniak
Conflicts: CHANGELOG
2012-10-18Fixed filter activation/deactivation confirmation message (#1488765)Aleksander Machniak
Conflicts: plugins/managesieve/Changelog
2012-10-18Fix scrolling quirk in email preview frame using Opera 12 (#1488763)Aleksander Machniak
2012-10-17Fix the fix for empty text parts handling (#1488757)Aleksander Machniak
2012-10-16Fix post-filtering vlv results, fixes warning "mb_strtolower() expects ↵Aleksander Machniak
parameter 1 to be a string, array given" Conflicts: program/include/rcube_ldap.php
2012-10-15Better fix for headers decoding problem: fetch them as raw and let ↵Thomas Bruederli
rcube_mime::decode_address_list() do the job right
2012-10-15Fix header charset decoding when opening a draft messageThomas Bruederli
2012-10-12Fix displaying of multipart/alternative messages with empty parts (#1488750)Aleksander Machniak
Conflicts: CHANGELOG
2012-10-11Fix threaded list sorting on PHP < 5.2.9 (#1488748)Aleksander Machniak
Conflicts: CHANGELOG
2012-10-08Update changelogAleksander Machniak
2012-10-08Add 0.8.2 to releases listAleksander Machniak
2012-10-08Define RCMAIL_CHARSET to prevent PHP warnings (#1488744)Aleksander Machniak
2012-10-04Updated changelogv0.8.2Thomas Bruederli
2012-10-04Fix HTTP User-Agent XSS vulnerability (#1488737)Thomas Bruederli
2012-10-04Consider colspan attributes when adding table cells/rowsThomas Bruederli
2012-10-04Bump version for next releaseThomas Bruederli
2012-10-04Updated translations from launchpadThomas Bruederli
2012-10-03Add 0.7.3 and 0.8.1 to versions listAleksander Machniak
2012-10-02Fix login form size on IE7Thomas Bruederli
2012-10-02Backported commit 10467e8a5957 and other improvementsThomas Bruederli
2012-10-02Fix broken script after failed mergeThomas Bruederli
2012-10-02Let the skin limit the number of visible recipeints and place a link to show ↵Thomas Bruederli
them all in a dialog (better fix for #1488590)
2012-10-02Force fonts in compose fields to be all the same (#1488690)Thomas Bruederli
2012-10-01Backported commit dd525814ca27Thomas Bruederli
2012-10-01Avoid double-quoting of some message headers; wrap email address strings in ↵Thomas Bruederli
<span> for better styling
2012-10-01Fix handling vCard entries with TEL;TYPE=CELL (#1488728)Aleksander Machniak
Conflicts: CHANGELOG
2012-09-17Avoid saving composed FN values with only spaces (shows empty names in listing)Thomas Bruederli
2012-09-14Move date.timezone check to 'required' block, add date.timezone value validationAleksander Machniak
Conflicts: installer/check.php
2012-09-12Don't use charset aliases for destination charset - fixes e.g.Aleksander Machniak
converting to US-ASCII Conflicts: program/include/rcube_charset.php
2012-09-12Fix is_error() returns wrong result for empty result setAleksander Machniak
2012-09-11Fix error where session wasn't updated after folder rename/delete (#1488692)Aleksander Machniak
Conflicts: CHANGELOG
2012-09-11Init splitter in Preferences also when env.action is emptyAleksander Machniak
2012-09-09Fix PLAIN authentication for some IMAP servers (#1488674)Aleksander Machniak
2012-09-09Fix encoding vCard file when contains PHOTO;ENCODING=b (#1488683)Aleksander Machniak
Conflicts: tests/Framework/VCard.php
2012-09-04Fix focus issue in IE when selecting message row (#1488620)Aleksander Machniak
Conflicts: CHANGELOG