summaryrefslogtreecommitdiff
path: root/CHANGELOG
AgeCommit message (Collapse)Author
2014-09-27Updated Changelog + bump versionThomas Bruederli
2014-09-26Update ChangelogThomas Bruederli
2014-09-13Fix validation of email addresses with IDNA domains (#1490067)Aleksander Machniak
2014-09-04Fix error in MSSQL update script 2013061000.sql (#1490061)Aleksander Machniak
2014-09-01Add config option to specify IMAP connection socket parameters - ↵Aleksander Machniak
imap_conn_options (#1489948) Conflicts: CHANGELOG
2014-08-22Fix comm_path update on task switch (#1490041)Aleksander Machniak
2014-08-21Fix handling of email addresses with quoted domain part (#1490040)Aleksander Machniak
2014-08-17Fix contacts list update after adding/deleting/moving a contact (#1490028, ↵Aleksander Machniak
#1490033)
2014-08-13Cleanup after PR merge, updated changelogAleksander Machniak
2014-08-10Fix errors when adding/updating contacts in active search (#1490015)Aleksander Machniak
2014-08-05Fix invalid Content-Type header when send_format_flowed=false (#1489992)Aleksander Machniak
2014-08-01Fix various iCloud vCard issues, added fallback for external photos (#1489993)Aleksander Machniak
Conflicts: program/steps/addressbook/func.inc
2014-07-31Backported option to set default message list mode - default_list_mode ↵Aleksander Machniak
(#1487312)
2014-07-28Fix bug where $Forwarded flag was being set even if server didn't support it ↵Aleksander Machniak
(#1490000)
2014-07-23Fix errors when using localStorage in Safari's private browsing mode (#1489996)Aleksander Machniak
Conflicts: program/js/app.js
2014-07-23Enable contextmenu plugin for TinyMCE editor (#1487014)Aleksander Machniak
2014-07-22Fix some mime-type to extension mapping checks in Installer (#1489983)Aleksander Machniak
Conflicts: CHANGELOG
2014-07-20Update Changelog and bump version1.0.2Thomas Bruederli
2014-07-11Fix sorting messages by size on servers without SORT capability (#1489981)Aleksander Machniak
2014-07-09Revert "Fix bug where compose storage wasn't cleared on page unload (#1489818)"Aleksander Machniak
This reverts commit 8437d76389773571ba61d1a50cecba6b72d701c6.
2014-07-08Fix bug where compose storage wasn't cleared on page unload (#1489818)Aleksander Machniak
2014-07-07Fix images import from various vCard formats (#1489977)Aleksander Machniak
2014-07-05Fix bug where contacts with no email address were listed on compose ↵Aleksander Machniak
addressbook (#1489970)
2014-07-05- Fix Delete button state after deleting identity/response (#1489972)Aleksander Machniak
2014-07-05Fix security issue in delete-response action - allow only ajax request.Aleksander Machniak
Unify code for identities and responses deletion. Conflicts: program/steps/settings/func.inc
2014-06-26Fix incorrect label translation in return receipt (#1489963)Aleksander Machniak
2014-06-20Fix so address format errors are ignored when saving a draft (#1489954)Aleksander Machniak
2014-06-17Fix redundant horizontal scrollbar in HTML editor (#1489950)Aleksander Machniak
2014-06-15Fix list reload after sending message in another window (#1489931) - use ↵Aleksander Machniak
checkmail instead of list command
2014-06-13Fix malformed recipient name when composing a message by clicking on mailto ↵Aleksander Machniak
link (#1489942)
2014-06-11Fix PHP error in Preferences when default_folders was in dont_override ↵Aleksander Machniak
(#1489940)
2014-06-03Fix so message list and counters are updated when a message is opened in new ↵Aleksander Machniak
window (#1489919)
2014-05-28Support csv contacts import in German localization (#1489920)Aleksander Machniak
2014-05-27Update changelogAleksander Machniak
2014-05-27Fix unintentional line-height style modification in HTML messages (#1489917)Aleksander Machniak
2014-05-26Fix so responses menu hides on click in classic skin (#1489915)Aleksander Machniak
2014-05-21Fix so current page is reset on list-mode change (#1489907)Aleksander Machniak
Conflicts: program/steps/mail/func.inc
2014-05-20Fix incorrect handling of HTML comments in messages sanitization code (#1489904)Aleksander Machniak
2014-05-16Fix handling unicode characters in links (#1489898)Aleksander Machniak
2014-05-14Fix malformed References: header in send/saved mail (#1489891) - update ↵Aleksander Machniak
Mail_mime to 1.8.9 version
2014-05-12Fix unintentional draft autosave request if autosave is disabled (#1489882)Aleksander Machniak
Conflicts: CHANGELOG
2014-05-12Add configurable LDAP_OPT_DEREF option (#1489864) - patch from Stuart C. NaifehAleksander Machniak
Conflicts: CHANGELOG
2014-05-02Fix IMAP connection test in installer so it is aware of imap_auth_type ↵Aleksander Machniak
(#1489746)
2014-04-30Add changelog line removed by mistake in last commitAleksander Machniak
2014-04-30Support 'error' and 'body_file' return attribs in 'message_before_send' hook ↵Aleksander Machniak
(#1489595) Conflicts: CHANGELOG
2014-04-30Fix invalid host validation on login (#1489841)Aleksander Machniak
2014-04-29Fix redundant warning when switching from html to text in empty editor ↵Aleksander Machniak
(#1489819) We also skip ajax request in such a case. We assume "empty" here means "with no text excluding whitespace". Conflicts: program/js/app.js
2014-04-29Fix too small length of users.preferences column data type on MySQLAleksander Machniak
2014-04-29Fix varius db_prefix issues (#1489839)Aleksander Machniak
- Move DDL script execution code to rcube_db class(es). - Improve prefix replacement code, so index names are also modified
2014-04-28Fix identities_level=4 handling in new_user_dialog plugin (#1489840)Aleksander Machniak