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
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