summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
AgeCommit message (Collapse)Author
2011-12-13- Improve convert_criteria() so string literals will be not used if ↵alec
possible, to workaround issues with some buggy IMAP servers git-svn-id: https://svn.roundcube.net/trunk@5598 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-11Make string for unread count configureable by skin; add file type classes to ↵thomasb
attachments list git-svn-id: https://svn.roundcube.net/trunk@5592 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-10Better CSS url() validationthomasb
git-svn-id: https://svn.roundcube.net/trunk@5589 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-09Allow clean background:url(...) styles in safe mode. This will make ↵thomasb
Roundcube pass the Email Standards Acid Test git-svn-id: https://svn.roundcube.net/trunk@5586 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-09Allow custom content (from config dir) showing up on the about pagethomasb
git-svn-id: https://svn.roundcube.net/trunk@5583 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-08- Microoptimizationsalec
git-svn-id: https://svn.roundcube.net/trunk@5576 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-08- More documentation + cleanupalec
git-svn-id: https://svn.roundcube.net/trunk@5575 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-07- Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL insteadalec
git-svn-id: https://svn.roundcube.net/trunk@5564 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-07- Remove deprecated global $IMAP variable usage (#1488148)alec
git-svn-id: https://svn.roundcube.net/trunk@5563 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-07- Add option to set default font for HTML message (#1484137) alec
git-svn-id: https://svn.roundcube.net/trunk@5562 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-07- Cleanup + perf. improvement (substr_count() is really fast!)alec
git-svn-id: https://svn.roundcube.net/trunk@5561 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-07- Fixed issues with big memory allocation of IMAP results, improved a lot of ↵alec
rcube_imap class git-svn-id: https://svn.roundcube.net/trunk@5557 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-07Remove unused codethomasb
git-svn-id: https://svn.roundcube.net/trunk@5555 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-04Accept contact IDs as array or comma-separated stringthomasb
git-svn-id: https://svn.roundcube.net/trunk@5539 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-02New template object to control HTML doctypethomasb
git-svn-id: https://svn.roundcube.net/trunk@5532 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-02- Reset error flag when connecting to (another) databasealec
git-svn-id: https://svn.roundcube.net/trunk@5529 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-02- Fallback to write-master when readonly database failsalec
git-svn-id: https://svn.roundcube.net/trunk@5528 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-02- Improved handling of some malformed values encoded with quoted-printable ↵alec
(#1488232) git-svn-id: https://svn.roundcube.net/trunk@5525 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-01- Fix issue where "S: Error: Success" was printed to debug logalec
git-svn-id: https://svn.roundcube.net/trunk@5524 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-01- Remove debug code from last commit alec
git-svn-id: https://svn.roundcube.net/trunk@5523 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-01- Fix so connection to LDAP will be properly closedalec
git-svn-id: https://svn.roundcube.net/trunk@5522 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-01- Simplified compose session data handling, no need for session->cleanup()alec
git-svn-id: https://svn.roundcube.net/trunk@5521 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-30- Fix parse error from last commit (grrrrr, do tests before commit!)alec
git-svn-id: https://svn.roundcube.net/trunk@5517 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-30- Add possibility to do LDAP bind before searching for bind DN.alec
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. git-svn-id: https://svn.roundcube.net/trunk@5515 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-30Enable buttons having an inner <span> for better CSS styling capabilitiesthomasb
git-svn-id: https://svn.roundcube.net/trunk@5513 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-30- Set sizelimit of main search function for vlv_search to page_size.alec
It was requested as performance improvement, but I wasn't able to confirm this. However it doesn't break anything. git-svn-id: https://svn.roundcube.net/trunk@5512 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-29Content filter for embedded attachments to protect from XSS on IE<=8 (#1487895)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5509 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-29- Fix identationalec
git-svn-id: https://svn.roundcube.net/trunk@5508 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-28Improve check of attribute changes when updating a contactthomasb
git-svn-id: https://svn.roundcube.net/trunk@5506 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-28Fix saving of composite fields in LDAPthomasb
git-svn-id: https://svn.roundcube.net/trunk@5505 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-28Set (empty) value of member attribute when creating a new groupthomasb
git-svn-id: https://svn.roundcube.net/trunk@5504 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-28- Use strpos() instead of strstr() when possible (#1488211)alec
git-svn-id: https://svn.roundcube.net/trunk@5498 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-27- Fix handling of invalid characters in request (#1488124)alec
git-svn-id: https://svn.roundcube.net/trunk@5495 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-26- Fix merging some configuration options in update.sh script (#1485864)alec
git-svn-id: https://svn.roundcube.net/trunk@5494 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-25- Prevent from memory_limit exceeding when trying to parse big messages ↵alec
bodies (#1487424): don't try to parse it, display notice with a link to download it directly git-svn-id: https://svn.roundcube.net/trunk@5490 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-25- Add some debug and error handling around vlv_searchalec
git-svn-id: https://svn.roundcube.net/trunk@5489 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-24- Performance improvementsalec
git-svn-id: https://svn.roundcube.net/trunk@5486 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-24- Add possibility to add SASL mechanisms for SMTP in smtp_connect hook ↵alec
(#1487937) git-svn-id: https://svn.roundcube.net/trunk@5485 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-24- Change version number to 0.8-svnalec
git-svn-id: https://svn.roundcube.net/trunk@5480 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-23Improve clickjacking protection: bust frame or disable all form elements and ↵thomasb
abort UI initialization git-svn-id: https://svn.roundcube.net/trunk@5476 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-23- Fixed bug where similiar folder names were highlighted wrong (#1487860)alec
git-svn-id: https://svn.roundcube.net/trunk@5473 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-23Improve task switching for tasks added by pluginsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5471 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-22- Fixed bug in handling link with '!' character in it (#1488195)alec
git-svn-id: https://svn.roundcube.net/trunk@5461 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-20- Added TinyMCE localizationsalec
git-svn-id: https://svn.roundcube.net/trunk@5455 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-18- Fix typo in _list_unsubscribed() (#1488186)alec
git-svn-id: https://svn.roundcube.net/trunk@5451 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-16- Fix typoalec
git-svn-id: https://svn.roundcube.net/trunk@5431 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-15- Fix commit r5424 + preformance microoptimizationsalec
git-svn-id: https://svn.roundcube.net/trunk@5425 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-15- Fix listing of folders in hidden namespaces (#1486796)alec
git-svn-id: https://svn.roundcube.net/trunk@5424 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-14- Don't consider \Noselect flag when building folders tree (#1488004)alec
git-svn-id: https://svn.roundcube.net/trunk@5423 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-14- Small improvements in rcmail_render_folder_tree_html()alec
git-svn-id: https://svn.roundcube.net/trunk@5422 208e9e7b-5314-0410-a742-e7e81cd9613c