Commit Graph

4565 Commits (release-0.7)
 

Author SHA1 Message Date
Aleksander Machniak 1972037274 Fix vulnerability in handling _session argument of utils/save-prefs (#1489382)
Conflicts:

	CHANGELOG
	program/lib/Roundcube/rcube_plugin_api.php
	program/steps/utils/save_pref.inc
11 years ago
Aleksander Machniak 6a0eed5066 Update changelog 11 years ago
Thomas Bruederli 6233a6911f Complete list of previous versions 11 years ago
Thomas Bruederli ce0c1f44a3 Bump version for 0.7.4 release 11 years ago
Thomas Bruederli 95ac3e217a Sanity check the file path for generic message footer before adding it 11 years ago
Aleksander Machniak 395b74051c Whitelist configuration options (user preferences) that can be changed using 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
11 years ago
Aleksander Machniak 268a28efb2 Don't force 'stop' action on last rule in a script 12 years ago
Aleksander Machniak 377793d67c Fix XSS vulnerability in handling of text/enriched messages (#1488806)
Conflicts:

	CHANGELOG
12 years ago
Thomas Bruederli a5c8786a34 Merge branch 'release-0.7' of github.com:roundcube/roundcubemail into release-0.7 12 years ago
Thomas Bruederli f9a25bd418 Backported commit 1078a6f099 to 0.7 release branch 12 years ago
Aleksander Machniak b1263ab253 Update changelog 12 years ago
Remi Collet ccbf0da6eb fix call to MDB2::isError for MDB2 2.5.0b4 12 years ago
Aleksander Machniak b39e8e4174 Remove duplicates from get_col_values() result in flat mode 12 years ago
Aleksander Machniak 76d3b47145 Workaround possible PHP Fatal error: Class 'PEAR' not found 12 years ago
Aleksander Machniak 639a825b2e Fix post-filtering vlv results, fixes warning "mb_strtolower() expects parameter 1 to be a string, array given"
Conflicts:

	program/include/rcube_ldap.php
12 years ago
Aleksander Machniak 9bfaf5f070 Lower the limit of folders list size (to 100, 25 for IE) when the names abbreviation is in action 12 years ago
Aleksander Machniak 1ff03fb29d Fix lower-casing email address on replies (#1488598)
Conflicts:

	CHANGELOG
12 years ago
Aleksander Machniak c2c162c240 Fix so subscribed non-existing/non-accessible shared folder can be unsubscribed
Conflicts:

	CHANGELOG
12 years ago
Thomas Bruederli da0c480b9d Merge branch 'release-0.7' of github.com:roundcube/roundcubemail into release-0.7 12 years ago
Thomas Bruederli d063993a4b Update changelog & bump version 12 years ago
Aleksander Machniak 872d209bcd Fixed issue with DBMail bug [http://pear.php.net/bugs/bug.php?id=19077] (#1488594)
Conflicts:

	plugins/managesieve/Changelog
12 years ago
Thomas Bruederli bf73e037d6 Add fix for http://pear.php.net/bugs/bug.php?id=18819 12 years ago
Aleksander Machniak 51fcb01f0a Added separate From and To columns apart from smart From/To column (#1486891)
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
12 years ago
Thomas Bruederli a8e478c07c Merge branch 'release-0.7' of github.com:roundcube/roundcubemail into release-0.7 12 years ago
Thomas Bruederli 4e6e3b64c0 Backported some recent improvements to LDAP addressbook 12 years ago
Aleksander Machniak d098e205a0 - Fix (workaround) delete operations with some versions of memcache (#1488592)
Conflicts:

	CHANGELOG
	program/include/rcube_session.php
12 years ago
Thomas Bruederli 2c89ca7298 Backporting: Fix HTML entities handling in HTML editor (#1488483) 12 years ago
Aleksander Machniak e8cab44de0 Set some php ini settings if possible 12 years ago
Aleksander Machniak 358b0f8bbc Fix wrong compose screen elements focus in IE9 (#1488541)
Conflicts:

	CHANGELOG
12 years ago
Aleksander Machniak cc57dad1cd Fix last merge 12 years ago
Aleksander Machniak 9899abc36c Fix handling of MYRIGHTS on private namespace roots - fixes issue where
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
12 years ago
alecpl 77799d87ba - Applied some fixes from trunk 12 years ago
alecpl cba69dd977 - Merge r6014 from trunk 12 years ago
alecpl f451a1ca5e - Merge r6012 from trunk 12 years ago
alecpl fe22e87d29 - Merge r6009 from trunk 12 years ago
alecpl a8d90bd175 - Fix counting of messages search results (on refresh when search filter is in use) 12 years ago
thomascube 315993ef0f Bump version to 0.7.2 12 years ago
alecpl 7190667885 - Merge fix r5990 from trunk 12 years ago
alecpl ab5036eef7 - Merge r5969 from trunk 12 years ago
alecpl 053538bf60 - Merge r5966 from trunk (#1488375) 12 years ago
alecpl b1a8dabb1f - Fix displaying of HTML messages from Disqus (#1488372) 12 years ago
alecpl b1fa85b7e8 - Disable E_STRICT warnings on PHP 5.4 12 years ago
alecpl 4ffa559227 - Apply fixes from trunk 12 years ago
alecpl 0411ae5a29 - Fix PHP Fatal error: Using $this when not in object context 12 years ago
thomascube 2d3f635a97 Describe 'scope' option for LDAP groups in config template 12 years ago
thomascube 249303d441 Fix message cache expunge after config options changed 12 years ago
thomascube b8e6ba1908 Backported r5878 to 0.7 release branch 12 years ago
thomascube 4dc22dd634 Backported r5871 to 0.7 release branch 12 years ago
thomascube ba36dd03f6 Backported r5850 to 0.7 branch 12 years ago
alecpl 5ea6e16036 - Fix inconsistent line endings (#1488303) 12 years ago