Aleksander Machniak
|
a451ad6599
|
Fix handling encoding of HTML tags in "inline" JSON output (#6207)
|
2018-03-07 17:40:12 +01:00 |
|
Aleksander Machniak
|
1556eb01c7
|
Use JSON_UNESCAPED_UNICODE only on PHP >= 7.1.0 (#6187)
|
2018-02-21 10:55:14 +01:00 |
|
Aleksander Machniak
|
4793ec753a
|
Remove double-quotes in filename* parameter of the Content-Disposition of downloads (#5857)
|
2018-01-14 10:10:20 +01:00 |
|
Aleksander Machniak
|
1235dcf321
|
Encode JSON with JSON_UNESCAPED_SLASHES and JSON_UNESCAPED_UNICODE options
|
2017-08-22 09:41:44 +02:00 |
|
Aleksander Machniak
|
bcc6405552
|
Fix various issues when downloading files with names containing non-ascii chars, use RFC 2231 (#5772)
|
2017-06-26 16:27:10 +02:00 |
|
Aleksander Machniak
|
f43f5bf93f
|
Use JSON_PRETTY_PRINT in devel_mode
This effectively makes PHP 5.4 a real requirement
|
2016-10-18 10:42:49 +02:00 |
|
Aleksander Machniak
|
58c036116b
|
Support type=password in rcube_output::get_edit_field()
|
2016-06-12 16:34:12 +02:00 |
|
Thomas Bruederli
|
4a408843b0
|
Protect download urls against CSRF using unique request tokens (#1490642)
Send X-Frame-Options headers with every HTTP response
|
2016-03-06 14:31:07 +01:00 |
|
Aleksander Machniak
|
a958748947
|
CS fixes
|
2015-06-07 15:26:33 +02:00 |
|
Aleksander Machniak
|
ba5c53e5c3
|
Send X-UA-Compatible as HTTP header instead of meta tag
|
2014-06-09 14:16:35 +02:00 |
|
Thomas Bruederli
|
b0ce5c62af
|
Make skin meta/hierarchy information accessible for plugins (#1488831)
|
2014-05-01 09:05:29 +02:00 |
|
Zou Guangxian
|
49311c55dd
|
* fixed: modsecurity warning: AppDefect: Cache-Control Response Header Missing 'no-store' flag. http://websecuritytool.codeplex.com/wikipage?title=Checks#http-cache-control-header-no-store
|
2013-05-04 23:15:28 +08:00 |
|
Aleksander Machniak
|
d2534c63f2
|
Cleanup, remove file paths from doc
|
2012-12-18 09:07:00 +01:00 |
|
Aleksander Machniak
|
63f130782c
|
Small fixes to last commits
|
2012-11-27 12:42:42 +01:00 |
|
Thomas Bruederli
|
60226a75d8
|
Separate the very application-specific output classes from the Roundcube framework; add autoloader for rmail* classes
|
2012-11-27 12:13:33 +01:00 |
|
Aleksander Machniak
|
a92beb6bdb
|
Define RCUBE_CHARSET in place of RCMAIL_CHARSET for naming consistency
|
2012-11-27 08:43:43 +01:00 |
|
Aleksander Machniak
|
ba6f21caeb
|
Framework files moved to lib/Roundcube
|
2012-11-21 19:52:03 +01:00 |
|