Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-17Add rewrite rule to disable access to /vendor/bin folder in .htaccess (#5630)Aleksander Machniak
2017-01-20Copy jsdeps.json file on update (#5598)Aleksander Machniak
2016-09-24Control search engine crawlers via X-Robots-Tag header instead of <meta> and ...Aleksander Machniak
2016-07-31Use SymLinksIfOwnerMatch in .htaccess instead of FollowSymLinks disabled on s...Aleksander Machniak
2016-07-29Remove code related to magic_quotes_* and register_globalsAleksander Machniak
2016-05-20Add note about need for module name change in IfModule when using PHP7 (#5249)Aleksander Machniak
2016-05-14Remove useless directivesAleksander Machniak
2016-05-09Move commented mod_headers settings to the end of the fileAleksander Machniak
2016-02-13add optional security header to .htaccessRotzbua
2015-12-22Fix .htaccess rewrite rules to not block .well-known URIs (#1490615)Aleksander Machniak
2015-09-08Improve randomness of security tokens (#1490529)Aleksander Machniak
2015-09-01Add example of setting CSP's no-referer policyAleksander Machniak
2015-07-18Support more secure hashing algorithms for auth cookie - configurable by PHP'...Aleksander Machniak
2015-02-06Enable FollowSymLinks option in .htaccess file which is required by rewrite r...Aleksander Machniak
2015-01-11Explicitly deny access to newly created "Dockerfile"Raoul Bhatia
2014-12-16Improve system security by using optional special URL with security tokenAleksander Machniak
2014-10-13Remove zend.ze1_compatibility_mode checks, it does not exist in PHP >= 5.3Aleksander Machniak
2014-05-04Support upload progress with session.upload_progress and PECL uploadprogress ...Aleksander Machniak
2014-04-23Convert tabs to spacesAleksander Machniak
2014-04-23Set register_globals=off in .htaccess file and add note to INSTALLAleksander Machniak
2013-12-13Fix security rules in .htaccess preventing access to base URL without the end...Aleksander Machniak
2013-11-05Keep all security rules in one place, support Apache 2.4 syntaxAleksander Machniak
2013-10-27Deny access to all files not containing a . (dot) to block access to differen...Raoul Bhatia
2013-07-28- Fix rewrite rule in .htaccess (#1489240)Aleksander Machniak
2013-07-19Update .htaccessDennis1993
2013-02-10Fix rewrite rule to actually prevent access to bin/ and SQL/ directoriesThomas Bruederli
2013-01-23prevent access to UPGRADING via .htaccessRaoul Bhatia
2012-08-09Replace some forgotten references to skins/default (#1488591)Thomas Bruederli
2012-05-23improve .htaccess security rules:Raoul Bhatia
2012-05-09Replace directory .svn/ by .git/ in security rulesAntoine Catton
2012-02-17- Escape dot in regexp (#1488357)alecpl
2011-12-25- Add ifModule statement for setting Options -Indexes in .htaccess file (#148...alecpl
2011-07-02Improve .htaccess rules to make it less easy to fingerprint roundcube versionalecpl
2010-02-18Add (inactive) session.cookie_path line to .htaccess as suggested in #1486456thomascube
2009-09-22- remove set_magic_quotes_runtime() call, use set_time_limit() with @ (#1486149)alecpl
2009-09-10 * using php_flag to turn it off (instead of php_value)till
2009-08-27Don't set php_value error_log in .htaccess by defaultthomascube
2009-07-02Remove access control from .htaccessthomascube
2009-06-19Use filemtime for cache busting + better etag for static filesthomascube
2009-06-02- disable zlib.output_compression in default configalecpl
2009-06-01- get rid of some hardcoded action names and move decission about output comp...alecpl
2009-05-29Speedup UI by using CSS sprites and etags/expires/deflate for static filesthomascube
2009-05-14- suhosin.session.encrypt breaks Session handling (#1485846)alecpl
2009-01-20* removed, .sh scripts are fixed, not necessary for .inctill
2009-01-09Deny access to .sh filesthomascube
2008-11-21#1485571: mbstring.func_overload forbiddenalecpl
2008-10-11#1485375, #1485491alecpl
2008-10-06#1485375: added favicon.ico redirectalecpl
2008-10-06#1485460: session.gc_* moved to main .htaccess filealecpl
2008-08-08#1485155: added zend.ze1_compatibility_mode check in installer and option dis...alecpl