summaryrefslogtreecommitdiff
path: root/program/include
AgeCommit message (Collapse)Author
2011-12-07- Fixed issues with big memory allocation of IMAP results, improved a lot of ↵alecpl
rcube_imap class
2011-12-07Remove unused codethomascube
2011-12-04Accept contact IDs as array or comma-separated stringthomascube
2011-12-02New template object to control HTML doctypethomascube
2011-12-02- Reset error flag when connecting to (another) databasealecpl
2011-12-02- Fallback to write-master when readonly database failsalecpl
2011-12-02- Improved handling of some malformed values encoded with quoted-printable ↵alecpl
(#1488232)
2011-12-01- Fix issue where "S: Error: Success" was printed to debug logalecpl
2011-12-01- Remove debug code from last commit alecpl
2011-12-01- Fix so connection to LDAP will be properly closedalecpl
2011-12-01- Simplified compose session data handling, no need for session->cleanup()alecpl
2011-11-30- Fix parse error from last commit (grrrrr, do tests before commit!)alecpl
2011-11-30- Add possibility to do LDAP bind before searching for bind DN.alecpl
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.
2011-11-30Enable buttons having an inner <span> for better CSS styling capabilitiesthomascube
2011-11-30- Set sizelimit of main search function for vlv_search to page_size.alecpl
It was requested as performance improvement, but I wasn't able to confirm this. However it doesn't break anything.
2011-11-29Content filter for embedded attachments to protect from XSS on IE<=8 (#1487895)thomascube
2011-11-29- Fix identationalecpl
2011-11-28Improve check of attribute changes when updating a contactthomascube
2011-11-28Fix saving of composite fields in LDAPthomascube
2011-11-28Set (empty) value of member attribute when creating a new groupthomascube
2011-11-28- Use strpos() instead of strstr() when possible (#1488211)alecpl
2011-11-27- Fix handling of invalid characters in request (#1488124)alecpl
2011-11-26- Fix merging some configuration options in update.sh script (#1485864)alecpl
2011-11-25- Prevent from memory_limit exceeding when trying to parse big messages ↵alecpl
bodies (#1487424): don't try to parse it, display notice with a link to download it directly
2011-11-25- Add some debug and error handling around vlv_searchalecpl
2011-11-24- Performance improvementsalecpl
2011-11-24- Add possibility to add SASL mechanisms for SMTP in smtp_connect hook ↵alecpl
(#1487937)
2011-11-24- Change version number to 0.8-svnalecpl
2011-11-23Improve clickjacking protection: bust frame or disable all form elements and ↵thomascube
abort UI initialization
2011-11-23- Fixed bug where similiar folder names were highlighted wrong (#1487860)alecpl
2011-11-23Improve task switching for tasks added by pluginsthomascube
2011-11-22- Fixed bug in handling link with '!' character in it (#1488195)alecpl
2011-11-20- Added TinyMCE localizationsalecpl
2011-11-18- Fix typo in _list_unsubscribed() (#1488186)alecpl
2011-11-16- Fix typoalecpl
2011-11-15- Fix commit r5424 + preformance microoptimizationsalecpl
2011-11-15- Fix listing of folders in hidden namespaces (#1486796)alecpl
2011-11-14- Don't consider \Noselect flag when building folders tree (#1488004)alecpl
2011-11-14- Small improvements in rcmail_render_folder_tree_html()alecpl
2011-11-13- Add option to set session name (#1486433)alecpl
2011-11-12- Fix mailbox_status() so first run returns proper (empty) resultalecpl
2011-11-11Fix: decode session data into superglobals after re-readingthomascube
2011-11-10- Fix handling of type separator in get_col_values()alecpl
2011-11-10- Fix inconsistent behaviour of Compose button in Drafts folder, add Edit ↵alecpl
button for drafts
2011-11-10- Add option to define matching method for addressbook search (#1486564, ↵alecpl
#1487907)
2011-11-09Consider replication delays in session storagethomascube
2011-11-08- Improved _listMailboxes() performance and small parseResponse() ↵alecpl
improvement (#1488134)
2011-11-08- Make $name property to be public (#1488140)alecpl
2011-11-08- Fix so folders with \Noinferiors attribute aren't listed in parent selectoralecpl
- Add LIST result and folder attributes cache - rcmail_render_folder_tree_select(): fix 'exceptions' parameter, add 'skip_noinferiors' option
2011-11-08Implement common setters for debug modethomascube