Commit Graph

36 Commits

Author SHA1 Message Date
sthen
9bc7907818 update to roundcube 0.8.4, rolling in previously patched bug in compose
screen. also fixes an XSS vulnerability in handling of text/enriched messages.
2012-11-14 21:26:15 +00:00
sthen
160605830d Patch to fix a bug (compose screen randomly reloading) introduced in
the recent Roundcube 0.8.3 release.
2012-11-14 11:42:26 +00:00
sthen
86137a1ac1 update to Roundcube 0.8.2 2012-10-07 11:15:44 +00:00
sthen
523e27e78b bugfix update to roundcube 0.8.1 2012-08-18 21:34:56 +00:00
sthen
0ca27f6cac update to Roundcube 0.8.0
- note that there is a new default UI 'larry', for now you can revert to
the old one by changing the option in the config file to 'classic'

- thanks Daniel, Vijay and william@ for testing.
2012-08-10 15:25:48 +00:00
sthen
1e43185cb4 bugfix update to roundcube 0.7.1 2012-01-11 02:35:49 +00:00
sthen
fe4ec7779a - fix dropdown list in install.php for updates, from upstream
- upstream has the sql fixes too; mention the commit in a comment
2011-12-14 21:56:56 +00:00
sthen
be318a6517 bleh, sqlite.update.sql has the same bug as I just fixed in sqlite.initial.sql 2011-12-14 21:44:09 +00:00
sthen
b2b2910d06 fix sqlite db creation script 2011-12-14 21:30:14 +00:00
sthen
900dfdbb3c regen patch 2011-12-14 21:28:30 +00:00
sthen
2ed6f0740c update to Roundcube 0.7
- lots of bugfixes and improvements including rewritten message caching
2011-12-14 15:24:45 +00:00
sthen
5a19f2d5e5 update to roundcube 0.6; lots of bug fixes and improvements
- fixup path to php binary using MODPHP_BIN for various cli scripts
2011-10-11 22:04:28 +00:00
sthen
d9c199c2d5 Bugfix update to roundcubemail-0.5.3 2011-06-03 19:17:44 +00:00
sthen
af26913e8e avoid log spam with tls, http://trac.roundcube.net/ticket/1487901 2011-05-04 13:03:40 +00:00
sthen
b58af53d5c - update to 0.5.2: various bug fixes and robustness improvements, updated
tinymce (compatible with ie9)

- remove unnecessary patch

- add a hint to roundcubemail.conf suggesting that people may need
to adjust the timezone value if they have problems with invalid sessions
2011-04-22 15:11:08 +00:00
sthen
f87f7e4c7c update roundcube to 0.5.1. while there, move php_value date.timezone
UTC to the <directory> section in supplied .conf as req by ajacoutot@.
2011-03-02 08:38:01 +00:00
sthen
abb863255b update roundcubemail to 0.5; similar diff from LEVAI Daniel 2011-01-14 09:38:48 +00:00
sthen
d4df5554b0 update roundcube to 0.4.1 2010-09-29 20:55:39 +00:00
sthen
981dc9d1e7 - setting suhosin.session.encrypt per-dir doesn't seem to work
(even with suhosin.perdir set), so just force it in roundcubemail.conf
and remove the program/include/iniset.php patch.

- adjust permissions so the web-based installer can be used as pointed
out by aja, this used to be dangerous but is now controlled by the main
config file and defaults to 'off'.

- bump, adjust MESSAGE
2010-08-22 19:39:43 +00:00
sthen
c88a60ecd4 - fix path in roundcubemail.conf and set a few more required php options
- allow the upgrade script to work without disabling session.encrypt on the
whole server
- note in UPGRADING that virtusertable moved to a plugin, found the hard
way by ajacoutot
- in the mysql schema update script, uncomment a workaround for mysql bug
46293 which affects the in-tree mysql
- bump
2010-08-22 14:09:27 +00:00
sthen
ee24d15b97 - update roundcubemail to 0.4
- simpler installation procedure, req by marco
2010-08-22 12:37:14 +00:00
sthen
cb52906187 Remove patch-program_include_session_inc which was previously needed
to allow attachments to be downloaded by https, but doesn't seem necessary
now and has caused caching problems for IE users (including displaying a
logged-out user's inbox).  Reported by Ibrahim Khalifa, discussed with
ajacoutot.
2010-01-09 12:05:20 +00:00
sthen
ad8c0d4ec9 update to 0.3.1 2009-11-02 17:20:10 +00:00
sthen
88ebbf7724 - update to an svn snapshot of roundcube, it has numerous fixes over the
last stable release.

- add an explicit note about AllowOverride, you get some strange problems
if this is set incorrectly which robert@ ran into.

ok ajacoutot@
2009-10-13 17:00:59 +00:00
sthen
619acf1b3b update to 0.3; thanks to ajacoutot@ and Manuel Pata for testing
the release candidate.
2009-09-05 15:46:24 +00:00
sthen
e8dd94a739 maintenance update to 0.2.2 2009-05-19 13:27:43 +00:00
sthen
cb630ed693 maintenance update to 0.2.1 2009-03-11 00:12:24 +00:00
sthen
2a68a2a250 Fix log spam, from upstream repo. Regen patches while there. 2009-01-27 10:55:41 +00:00
sthen
509ee3de36 Update to 0.2beta: bugfixes and new features. ok ajacoutout. 2008-09-22 13:53:02 +00:00
sthen
89ee0b1fcf missed this file with previous commit.
SECURITY update to 0.2-alpha, "Replace our crappy html sanitization
with the dom-based washtml script" from their commit log gives you
some idea ... http://secunia.com/advisories/30734/ (advisory pointed
out by viq, thanks!). Lots of other bugs fixed too. Based on a diff
from Bruno Bigras.

N.B. Upgrading users need to read /var/www/roundcubemail/UPGRADING
2008-06-20 10:32:47 +00:00
sthen
3db2d38185 SECURITY update to 0.2-alpha, "Replace our crappy html sanitization
with the dom-based washtml script" from their commit log gives you
some idea ... http://secunia.com/advisories/30734/ (advisory pointed
out by viq, thanks!). Lots of other bugs fixed too. Based on a diff
from Bruno Bigras.

N.B. Upgrading users need to read /var/www/roundcubemail/UPGRADING
2008-06-20 10:31:35 +00:00
sthen
22b3679264 update roundcube to 0.1. from pea at raveland.org with a few tweaks.
ok ajacoutot
2008-03-19 01:38:46 +00:00
sthen
ff9c107c33 update roundcube to 0.1rc2
ok ajacoutot@
2007-10-29 09:24:43 +00:00
ajacoutot
c1386052dd - add a patch to make downloading attachments over HTTPS work
- add a patch to correctly get user timezone (from sthen@)

ok sthen@
2007-09-17 11:45:26 +00:00
steven
ee4157815d improve the documentation a bit
from maintainer Stuart Henderson
2007-06-01 10:24:30 +00:00
steven
1349c4811a import roundcubemail, an imap4 webmail client
from Stuart Henderson <stu at spacehopper.org>
2007-05-30 14:30:23 +00:00