summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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-23- Improvements for filters popup windowalec
git-svn-id: https://svn.roundcube.net/trunk@5472 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-23Set selected state on task buttons; increase display time of ↵thomasb
messages/notifications git-svn-id: https://svn.roundcube.net/trunk@5470 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-23- Fixed javascript error in IE8alec
git-svn-id: https://svn.roundcube.net/trunk@5469 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-23- Add version markersalec
git-svn-id: https://svn.roundcube.net/trunk@5468 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-23- Save Samba password hashes in capital letters (#1488197)alec
git-svn-id: https://svn.roundcube.net/trunk@5467 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-22- Update es_ES localizationalec
git-svn-id: https://svn.roundcube.net/trunk@5466 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-22- Fix action when toggling prefer_html option statealec
git-svn-id: https://svn.roundcube.net/trunk@5465 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-22- Code improvementsalec
git-svn-id: https://svn.roundcube.net/trunk@5464 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-22- Add more package.xml filesalec
git-svn-id: https://svn.roundcube.net/trunk@5463 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-22- Remove test for HTML inputs existance, now they are allowedalec
git-svn-id: https://svn.roundcube.net/trunk@5462 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-22- Fixed bug where session ID's length was limited to 40 characters. Since ↵alec
PHP5.3 it's possible to set session.hash_function to any hash algorithm that would produce strings up to 128 characters long (#1488196) git-svn-id: https://svn.roundcube.net/trunk@5460 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-21- More package.xml filesalec
git-svn-id: https://svn.roundcube.net/trunk@5459 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-21Fit watermark background in about boxthomasb
git-svn-id: https://svn.roundcube.net/trunk@5458 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-21Show configurable support link in about page; refer on <srcuri> for download ↵thomasb
link; no link to roundcube.net to avoid tons of support requests git-svn-id: https://svn.roundcube.net/trunk@5457 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-21- Add more package.xml filesalec
git-svn-id: https://svn.roundcube.net/trunk@5456 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-20- Small style improvementsalec
git-svn-id: https://svn.roundcube.net/trunk@5454 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-19- Use channel/uri as possible source locationsalec
- Handle dependent/required plugins git-svn-id: https://svn.roundcube.net/trunk@5453 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-18- Added About tab in Settingsalec
git-svn-id: https://svn.roundcube.net/trunk@5450 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-18- Don't show notifications on user actionalec
git-svn-id: https://svn.roundcube.net/trunk@5449 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-18- Update and validate package.xml filesalec
git-svn-id: https://svn.roundcube.net/trunk@5448 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-18- Added package.xml for managesieve pluginalec
git-svn-id: https://svn.roundcube.net/trunk@5447 208e9e7b-5314-0410-a742-e7e81cd9613c