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 (Collapse)Author
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
Add JS redirect if that fails (HTTP-based redirects are disabled by default in more recent Firefox versions).
2013-03-08remove php_valueMyles McNamara
php_value can only be used with mod_php, using it with FCGI will cause 500 Internal Server errors.  This needs to be set in php.ini manually or set using ini_set().
2013-02-27Refix #1931Brice Maron
2013-02-27Merge pull request #1931 from owncloud/fastcgiThomas Müller
add cgi pathinfo when fcgi is enabled #1189
2013-02-26add cgi pathinfo when fcgi is enabled #1189Bernhard Posselt
2013-02-26added defaultcharset to utf-8 in htaccessBernhard Posselt
2012-11-11add /.well-known/host-meta.json to .htaccessMichiel de Jong
2012-11-09Fix WebDAV (and Android Client) not being able to authorize on Debian ↵Stefan Seidel
Squeeze + mod_fcgid installs.
2012-10-28add svg mimetype to default htaccessRobin Appelman
2012-06-06update translationsRobin Appelman
2012-05-16add caldav and carddav files in their old place for backward compatibility - ↵Georg Ehrke
add rewriterule for caldav and carddav
2012-05-14move auth.css and remoteStorage-big.png to assets folders From where they ↵Michiel de Jong
can be included
2012-05-14remove redirects in htaccess to improve compatibility with desktop clientGeorg Ehrke
2012-05-11trying to fix /.well-known/host-metaMichiel de Jong
2012-05-10remove empty line in .htaccessGeorg Ehrke
2012-05-07update htaccess file and remove remote folderGeorg Ehrke
2012-05-06Working remote.php with webdav and caldavBart Visscher
2012-05-03Better regex for old apps rewrite ruleBart Visscher
2012-05-02Catch old app paths, change them to new formBart Visscher
2012-05-02create folder 'remote' for the remote services like caldav, carddav and webdavGeorg Ehrke
2012-04-15Add well-known redirects to htaccessBart Visscher
Fixes: http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-232 http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-445
2012-03-25add error 403 siteGeorg Ehrke
2012-02-10bugfix for oc-236Stefan Göckeritz
2012-01-03don't try to use mod_rewrite when it isn't enabledRobin Appelman
having a broken web/card/caldav is much better as having no ownCloud at all :)
2011-12-21mergedBartek Przybylski
2011-11-05Removed if !mod_php5.c around RewriteRuleSean Leonard
Made things work on Dreamhost shared hosting
2011-10-27adjusting to new db "api", merge with masterBartek Przybylski
2011-10-13Merge branch 'master' into calendarGeorg Ehrke
2011-10-13webdav workaround for apache+php-cgiRobin Appelman
2011-10-02adding tmp icon for app, extending memory size for php in .htaccessBartek Przybylski
2011-10-02removing add new album button, removing logs, and unused codeBartek Przybylski
2011-09-28Implemented ace-edtior as an app. Basic file editing and saving supported.Tom Needham
2011-08-22fix .htaccess file crashing apache+php-cgiRobin Appelman
2011-08-12Set max upload size to something saneRobin Appelman
we cant use a very high value since some apache configurations dont seem to handle it properly
2011-08-11set default max upload size in the .htaccess file to something rediculousRobin Appelman
and don't show the max filesize message when the limit is over 10GB
2011-06-24fix 404Kamil Domanski
2011-06-24forbid indexesKamil Domanski
2011-06-04make fileactions extendable by pluginsRobin Appelman