Commit Graph

1604 Commits (3d4e8a9069fda3b63acabcae8ed6094eef7cea86)

Author SHA1 Message Date
alecpl 3d4e8a9069 - Microoptimizations 14 years ago
alecpl e361bfe24b - More documentation + cleanup 14 years ago
alecpl a90ad2840f - Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL instead 14 years ago
alecpl b6da0b76af - Remove deprecated global $IMAP variable usage (#1488148) 14 years ago
alecpl 7e263ea204 - Add option to set default font for HTML message (#1484137) 14 years ago
alecpl 889665f575 - Cleanup + perf. improvement (substr_count() is really fast!) 14 years ago
alecpl 40c45e9de9 - Fixed issues with big memory allocation of IMAP results, improved a lot of rcube_imap class 14 years ago
thomascube 2acbc8e64c Remove unused code 14 years ago
thomascube 5d692ba85c Accept contact IDs as array or comma-separated string 14 years ago
thomascube f230739a13 New template object to control HTML doctype 14 years ago
alecpl 8b8512fd98 - Reset error flag when connecting to (another) database 14 years ago
alecpl 69f00be516 - Fallback to write-master when readonly database fails 14 years ago
alecpl 4f8be46f38 - Improved handling of some malformed values encoded with quoted-printable (#1488232) 14 years ago
alecpl a505dd2ebf - Fix issue where "S: Error: Success" was printed to debug log 14 years ago
alecpl ad33280950 - Remove debug code from last commit 14 years ago
alecpl 14b342b03a - Fix so connection to LDAP will be properly closed 14 years ago
alecpl 72ff6ae884 - Simplified compose session data handling, no need for session->cleanup() 14 years ago
alecpl 03e520f1ba - Fix parse error from last commit (grrrrr, do tests before commit!) 14 years ago
alecpl 2d08ec91ca - Add possibility to do LDAP bind before searching for bind DN.
In deployments where anonymous binds to and/or searches on an LDAP tree are not
  allowed, and where the LDAP address book(s) have been configured to use the
  user-specific bind credentials, rcube_ldap.php needs to bind using service
  credentials in order to be able to find the user's bind dn.
14 years ago
thomascube 5587b34cfa Enable buttons having an inner <span> for better CSS styling capabilities 14 years ago
alecpl 7f79e22eb4 - Set sizelimit of main search function for vlv_search to page_size.
It was requested as performance improvement, but I wasn't able to confirm this. However it doesn't break anything.
14 years ago
thomascube 57486f6e58 Content filter for embedded attachments to protect from XSS on IE<=8 (#1487895) 14 years ago
alecpl 6bddd9ba44 - Fix identation 14 years ago
thomascube 1803f83a4b Improve check of attribute changes when updating a contact 14 years ago
thomascube d6aafdce3b Fix saving of composite fields in LDAP 14 years ago
thomascube b4b3777c92 Set (empty) value of member attribute when creating a new group 14 years ago
alecpl 6e0fdedfce - Use strpos() instead of strstr() when possible (#1488211) 14 years ago
alecpl 2cf55f4096 - Fix handling of invalid characters in request (#1488124) 14 years ago
alecpl 0829b76598 - Fix merging some configuration options in update.sh script (#1485864) 14 years ago
alecpl e0960f6365 - Prevent from memory_limit exceeding when trying to parse big messages bodies (#1487424):
don't try to parse it, display notice with a link to download it directly
14 years ago
alecpl 9b33118bf5 - Add some debug and error handling around vlv_search 14 years ago
alecpl e4a4ca1948 - Performance improvements 14 years ago
alecpl 3875eb6813 - Add possibility to add SASL mechanisms for SMTP in smtp_connect hook (#1487937) 14 years ago
alecpl 80216d0b79 - Change version number to 0.8-svn 14 years ago
thomascube 10e2dbbb9c Improve clickjacking protection: bust frame or disable all form elements and abort UI initialization 14 years ago
alecpl fb6d86b9ad - Fixed bug where similiar folder names were highlighted wrong (#1487860) 14 years ago
thomascube ef22eee5ac Improve task switching for tasks added by plugins 14 years ago
alecpl ae7ac91c31 - Fixed bug in handling link with '!' character in it (#1488195) 14 years ago
alecpl b1867b8f19 - Added TinyMCE localizations 14 years ago
alecpl e37e7dda37 - Fix typo in _list_unsubscribed() (#1488186) 14 years ago
alecpl 4f1c0a5d89 - Fix typo 14 years ago
alecpl 305b366bb0 - Fix commit r5424 + preformance microoptimizations 14 years ago
alecpl 89dcf54071 - Fix listing of folders in hidden namespaces (#1486796) 14 years ago
alecpl 485c69d812 - Don't consider \Noselect flag when building folders tree (#1488004) 14 years ago
alecpl 854fbf6d23 - Small improvements in rcmail_render_folder_tree_html() 14 years ago
alecpl bd34cad1f6 - Add option to set session name (#1486433) 14 years ago
alecpl 1cb0d640ec - Fix mailbox_status() so first run returns proper (empty) result 14 years ago
thomascube 8c2b883bf0 Fix: decode session data into superglobals after re-reading 14 years ago
alecpl bed577e414 - Fix handling of type separator in get_col_values() 14 years ago
alecpl 46cdbf074e - Fix inconsistent behaviour of Compose button in Drafts folder, add Edit button for drafts 14 years ago