summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-02- Add $_SESSION['mailto'] variable cleanupalec
git-svn-id: https://svn.roundcube.net/trunk@5531 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-02- Fix compose from addressbook, broken in r5521alec
git-svn-id: https://svn.roundcube.net/trunk@5530 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- Remove wrong checkalec
git-svn-id: https://svn.roundcube.net/trunk@5526 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-12-01- Remove unused resultalec
git-svn-id: https://svn.roundcube.net/trunk@5520 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-30More work on new skinthomasb
git-svn-id: https://svn.roundcube.net/trunk@5519 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-30- Fix handling of empty <U> tags in HTML messages (#1488225)alec
git-svn-id: https://svn.roundcube.net/trunk@5511 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-29Convert to UTF-8thomasb
git-svn-id: https://svn.roundcube.net/trunk@5510 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-28Script to export Roundcube (PHP) localization files to gettext .po(t) formatthomasb
git-svn-id: https://svn.roundcube.net/trunk@5507 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- Close file tag (#1488214)alec
git-svn-id: https://svn.roundcube.net/trunk@5503 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-28- Reset messages list page when clicking on logo (#1487757)alec
git-svn-id: https://svn.roundcube.net/trunk@5502 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-28- Fix get_realm() by removing debug code (shame on me)alec
git-svn-id: https://svn.roundcube.net/trunk@5500 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-28- Fix handling HTML entities when converting HTML to text (#1488212)alec
git-svn-id: https://svn.roundcube.net/trunk@5497 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-27- Fix fit_string_to_size() renders browser and ui unresponsive (#1488207):alec
1) improve its performance by half, 2) don't call it on UI init, it's called after getunread action 3) don't call it for big number of folders (limit is 100 for IE and 500 for others) git-svn-id: https://svn.roundcube.net/trunk@5496 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-26- Fix so TEXT key will remove all HEADER keys in IMAP SEARCH (#1488208)alec
git-svn-id: https://svn.roundcube.net/trunk@5493 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-25- Fix handling contact photo url with https:// prefix (#1488202)alec
git-svn-id: https://svn.roundcube.net/trunk@5492 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-25- Unmark folder after unseen count has been changed to zeroalec
git-svn-id: https://svn.roundcube.net/trunk@5488 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-25- gl_ES update (#1488205)alec
git-svn-id: https://svn.roundcube.net/trunk@5487 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- Mark folder as recent only when it contains unseen messagesalec
git-svn-id: https://svn.roundcube.net/trunk@5484 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-24- Mark (with different color) folders with recent messages (#1486234)alec
git-svn-id: https://svn.roundcube.net/trunk@5483 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-24- Mark read (lrs) rights by default for new ACL entryalec
git-svn-id: https://svn.roundcube.net/trunk@5482 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-24- Fix possible infinite redirect on attachment preview (#1488199)alec
git-svn-id: https://svn.roundcube.net/trunk@5479 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-23- Fix get_folder_li() usage after recent changes in corealec
git-svn-id: https://svn.roundcube.net/trunk@5478 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-23Updated changelogthomasb
git-svn-id: https://svn.roundcube.net/trunk@5477 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- Small optimisationsalec
git-svn-id: https://svn.roundcube.net/trunk@5475 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-23Started with the new skin, codename 'Larry'thomasb
git-svn-id: https://svn.roundcube.net/trunk@5474 208e9e7b-5314-0410-a742-e7e81cd9613c