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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-06Allow ico files to be served staticallyMorris Jobke
2015-12-11Merge pull request #20878 from owncloud/proper-htaccess-support-in-code-signi...Thomas Müller
2015-12-08Remove version check out of .htaccessLukas Reschke
2015-12-08Add DirectorySlash to dynamic .htaccess writeLukas Reschke
2015-12-07Allow .ico filesLukas Reschke
2015-12-07Add CSP header to static resourcesLukas Reschke
2015-12-02fix indentationMorris Jobke
2015-12-01Append PATH_INFO to ensure that file can be loaded on updateLukas Reschke
2015-12-01Disable MultiView + DirectorySlashLukas Reschke
2015-12-01Set "SetEnv" within base `.htaccess` fileLukas Reschke
2015-12-01Support pretty URLsLukas Reschke
2015-11-18Update .well-known redirects to the new dav endpointThomas Müller
2015-11-18Revert "Update .well-known redirects to the new dav endpoint"Thomas Müller
2015-11-18Update .well-known redirects to the new dav endpointThomas Müller
2015-10-15Remove legacy non-working rewrites in .htaccessRealRancor
2015-10-14Master is now 9.0.0 developmentJoas Schilling
2015-09-29Fix .htaccess: php_value should be integerRealRancor
2015-08-16properly indent .htaccessMorris Jobke
2015-07-01This will be 8.2 in the futureFrank Karlitschek
2015-03-30Merge pull request #15042 from wolfgangkarall/masterLukas Reschke
2015-03-27Add some generic default headers as well via PHPLukas Reschke
2015-03-19use permanent redirect for .well-known/(cal|card)dav, add 'L' flagWolfgang Karall
2015-03-02Let users configure security headers in their WebserverLukas Reschke
2015-02-28Fix version revLukas Reschke
2015-02-28This is 8.0.1 nowFrank Karlitschek
2015-02-23Use "off" and "off" instead of true booleansLukas Reschke
2015-02-21Add expected values to default config as wellLukas Reschke
2015-02-10Setting default charset to UTF-8 in .htaccess and .user.iniFernando Rodriguez Sela
2015-01-28Reference module with `.c`Lukas Reschke
2015-01-22Add check for `HTTP_RAW_POST_DATA` setting for >= 5.6Lukas Reschke
2015-01-08Add version to .htaccessLukas Reschke
2015-01-05escape . in htaccess regex for CSS and JS HTTP headersMorris Jobke
2014-11-27blocked 3rdparty instead of l10nRobert Jäckel
2014-11-27restrict access to public files onlyRobert Jäckel
2014-10-14adding cache control headers for css and js - fixes #11496Thomas Müller
2014-06-16That file was accidentally commited. Partially revert https://github.com/ownc...Lukas Reschke
2014-06-16Add deprecation notice to load* functionsLukas Reschke
2014-06-05Remove legacy routing codeLukas Reschke
2014-04-28Remove trailing tabFelix Eckhofer
2014-04-28Escape literal dots in mod_rewrite regexesFelix Eckhofer
2014-02-28Remove .htaccess creation codeLukas Reschke
2014-01-24remove css files from rewrite rule - there is no need to rewrite css any moreThomas Müller
2014-01-08turn off mod_pagespeedThomas Müller
2013-05-10disable mbstring.func_overloadThomas Tanghus
2013-04-24Try to prefer index.php over index.html in the same directoryDaniel Molkentin
2013-03-08remove php_valueMyles McNamara
2013-02-27Refix #1931Brice Maron
2013-02-27Merge pull request #1931 from owncloud/fastcgiThomas Müller
2013-02-26add cgi pathinfo when fcgi is enabled #1189Bernhard Posselt
2013-02-26added defaultcharset to utf-8 in htaccessBernhard Posselt