summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-27Complete list of previous versionsv0.7.40.7.4Thomas Bruederli
2013-03-27Bump version for 0.7.4 releaseThomas Bruederli
2013-03-27Sanity check the file path for generic message footer before adding itThomas Bruederli
2013-03-27Whitelist configuration options (user preferences) that can be changed using ↵Aleksander Machniak
save-pref command Conflicts: program/lib/Roundcube/rcube_plugin.php program/lib/Roundcube/rcube_plugin_api.php Conflicts: CHANGELOG program/steps/utils/save_pref.inc
2012-12-21Don't force 'stop' action on last rule in a scriptAleksander Machniak
2012-11-14Fix XSS vulnerability in handling of text/enriched messages (#1488806)Aleksander Machniak
Conflicts: CHANGELOG
2012-11-06Merge branch 'release-0.7' of github.com:roundcube/roundcubemail into ↵Thomas Bruederli
release-0.7
2012-11-06Backported commit 1078a6f0993a4243efe5205f79cbace97baa2463 to 0.7 release branchThomas Bruederli
2012-10-29Update changelogAleksander Machniak
2012-10-29fix call to MDB2::isError for MDB2 2.5.0b4Remi Collet
2012-10-17Remove duplicates from get_col_values() result in flat modeAleksander Machniak
2012-10-16Workaround possible PHP Fatal error: Class 'PEAR' not foundAleksander Machniak
2012-10-16Fix post-filtering vlv results, fixes warning "mb_strtolower() expects ↵Aleksander Machniak
parameter 1 to be a string, array given" Conflicts: program/include/rcube_ldap.php
2012-10-10Lower the limit of folders list size (to 100, 25 for IE) when the names ↵Aleksander Machniak
abbreviation is in action
2012-10-10Fix lower-casing email address on replies (#1488598)Aleksander Machniak
Conflicts: CHANGELOG
2012-08-24Fix so subscribed non-existing/non-accessible shared folder can be unsubscribedAleksander Machniak
Conflicts: CHANGELOG
2012-08-15Merge branch 'release-0.7' of github.com:roundcube/roundcubemail into ↵v0.7.3Thomas Bruederli
release-0.7
2012-08-14Update changelog & bump versionThomas Bruederli
2012-08-14Fixed issue with DBMail bug [http://pear.php.net/bugs/bug.php?id=19077] ↵Aleksander Machniak
(#1488594) Conflicts: plugins/managesieve/Changelog
2012-08-13Add fix for http://pear.php.net/bugs/bug.php?id=18819Thomas Bruederli
2012-08-11Added separate From and To columns apart from smart From/To column (#1486891)Aleksander Machniak
Conflicts: CHANGELOG program/steps/mail/check_recent.inc program/steps/mail/func.inc program/steps/mail/list.inc program/steps/mail/mark.inc program/steps/mail/move_del.inc program/steps/mail/pagenav.inc program/steps/mail/search.inc skins/larry/mail.css skins/larry/templates/mail.html skins/larry/ui.js
2012-08-09Merge branch 'release-0.7' of github.com:roundcube/roundcubemail into ↵Thomas Bruederli
release-0.7
2012-08-09Backported some recent improvements to LDAP addressbookThomas Bruederli
2012-08-09- Fix (workaround) delete operations with some versions of memcache (#1488592)Aleksander Machniak
Conflicts: CHANGELOG program/include/rcube_session.php
2012-08-08Backporting: Fix HTML entities handling in HTML editor (#1488483)Thomas Bruederli
2012-07-30Set some php ini settings if possibleAleksander Machniak
2012-06-30Fix wrong compose screen elements focus in IE9 (#1488541)Aleksander Machniak
Conflicts: CHANGELOG
2012-06-28Fix last mergeAleksander Machniak
2012-06-28Fix handling of MYRIGHTS on private namespace roots - fixes issue whereAleksander Machniak
in ACL plugin it wasn't possible to share INBOX folder (when it was a namespace prefix). Conflicts: program/include/rcube_imap.php Conflicts: plugins/acl/acl.php plugins/acl/package.xml program/include/rcube_imap.php
2012-04-27- Applied some fixes from trunkalecpl
2012-03-15- Merge r6014 from trunkalecpl
2012-03-15- Merge r6012 from trunkalecpl
2012-03-14- Merge r6009 from trunkalecpl
2012-03-13- Fix counting of messages search results (on refresh when search filter is ↵alecpl
in use)
2012-03-11Bump version to 0.7.2thomascube
2012-03-09- Merge fix r5990 from trunkalecpl
2012-03-06- Merge r5969 from trunkalecpl
2012-03-05- Merge r5966 from trunk (#1488375)alecpl
2012-03-05- Fix displaying of HTML messages from Disqus (#1488372)alecpl
2012-03-04- Disable E_STRICT warnings on PHP 5.4alecpl
2012-03-03- Apply fixes from trunkalecpl
2012-03-02- Fix PHP Fatal error: Using $this when not in object contextalecpl
2012-02-29Describe 'scope' option for LDAP groups in config templatethomascube
2012-02-21Fix message cache expunge after config options changedthomascube
2012-02-15Backported r5878 to 0.7 release branchthomascube
2012-02-11Backported r5871 to 0.7 release branchthomascube
2012-02-11Backported r5850 to 0.7 branchthomascube
2012-02-08- Fix inconsistent line endings (#1488303)alecpl
2012-02-07- Backported r5859 fixalecpl
2012-02-07- Applied fix from trunkalecpl