summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube
AgeCommit message (Collapse)Author
2014-08-11wrong type returned for gifbrendan braybrook
2014-08-07- Implemented 'storage_connected' API hook after successful IMAP login ↵Thomas Bruederli
(#1490025) - Added config option 'imap_log_session' to enable Roundcube <-> IMAP session ID logging - Added config option 'log_session_id' to control the lengh of the session identifer in logs
2014-08-07Add default location for mime.types with nginxThomas Bruederli
2014-08-06Overwrite Net_LDAP3's normalize_entry() method to behave as the old oneAleksander Machniak
2014-08-06CS fix after PR mergeAleksander Machniak
2014-08-06Merge pull request #209 from bbraybrook/header_array_fixAleksander Machniak
Fix stringify problem when multiple headers values exist to be returned
2014-08-06fix stringify problem when multiple headers values exist to be returnedbrendan braybrook
2014-08-05Merge pull request #207 from kanarip/dev/net_ldap3Aleksander Machniak
Merge Net_LDAP3
2014-08-03List all plugins which have been attempted to load (#1488871)Thomas Bruederli
2014-08-02Correct reference to old function get_dn()Jeroen van Meeuwen (Kolab Systems)
2014-08-02Use Net_LDAP3Jeroen van Meeuwen (Kolab Systems)
2014-08-02Support password encryption using openssl extension (#1489989)Aleksander Machniak
2014-08-01Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-08-01Fix various iCloud vCard issues, added fallback for external photos (#1489993)Aleksander Machniak
2014-07-31Add optional timezone argument for date conversionThomas Bruederli
2014-07-30Remove redundant folder check when using search setAleksander Machniak
2014-07-28Fix bug where $Forwarded flag was being set even if server didn't support it ↵Aleksander Machniak
(#1490000)
2014-07-24Support allowfullscreen attribute on iframe elementsAleksander Machniak
2014-07-23Reset $value in a loopAleksander Machniak
2014-07-14Fix "Illegal offset type" error (#1489985)Aleksander Machniak
2014-07-11Fix sorting messages by size on servers without SORT capability (#1489981)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-03Added 'contact_search_name' option to define autocompletion entry formatAleksander Machniak
2014-06-28Get rid of some rcube_config::all() callsAleksander Machniak
2014-06-24Extend get_quota() so it's possible to specify GETQUOTAROOT folder and ↵Aleksander Machniak
return full quota info (including all roots and types, e.g. MESSAGE) - for future use
2014-06-22Support LIST-MYRIGHTS extension in rcube_imap_generic (#1489665)Aleksander Machniak
2014-06-16Add config option to specify IMAP connection socket parameters - ↵Aleksander Machniak
imap_conn_options (#1489948)
2014-06-10Fix "PHP Fatal error: Cannot break/continue 1 level" when ldap_start_tls() failsAleksander Machniak
2014-06-09Send X-UA-Compatible as HTTP header instead of meta tagAleksander Machniak
2014-06-05Fix check for data-* attributes after merge with dev-accessibilityThomas Bruederli
2014-06-05Merge branch 'dev-accessibility'Thomas Bruederli
Conflicts: program/include/rcmail_output_html.php program/js/app.js program/js/treelist.js program/lib/Roundcube/html.php skins/larry/styles.css skins/larry/templates/compose.html
2014-06-04Improved video support, all tinymce related resources moved to ↵Aleksander Machniak
program/js/tinymce/roundcube dir
2014-06-04Use <th> tags for table headers as suggested by the WCAG 2.0 GuidelinesThomas Bruederli
2014-06-04Fix folders sorting in case when special folders are subfolders of INBOXAleksander Machniak
2014-06-01Change private method to protectedAleksander Machniak
2014-06-01Change private vars/methods to protectedAleksander Machniak
2014-05-28Merge branch 'tinymce4'Aleksander Machniak
Conflicts: program/js/app.js program/js/editor.js program/js/tiny_mce/tiny_mce.js program/steps/utils/spell_html.inc
2014-05-28Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2014-05-28Small code improvementsAleksander Machniak
2014-05-28Fix UTF7-IMAP encoding detection (fixes folders list sorting)Aleksander Machniak
2014-05-27Use public property instead of setter method to improve compatibilityThomas Bruederli
2014-05-27Fix unintentional line-height style modification in HTML messages (#1489917)Aleksander Machniak
2014-05-27Fix broken normalize_string(), add support for ISO-8859-2Aleksander Machniak
2014-05-25Silence PHP Warning: strtolower() expects parameter 1 to be stringAleksander Machniak
2014-05-22Bring back forcing of string type for folders list items (removed ↵Aleksander Machniak
unintentionally by last commit)
2014-05-22Improve performance of sort_folder_list() method.Aleksander Machniak
Now sorting 25k folders takes around 3 seconds.
2014-05-22Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2014-05-22Add option to suppress session data writes to DBThomas Bruederli
2014-05-22Fix debug outputThomas Bruederli