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
2015-07-238.0.6 beta1v8.0.6beta1C Montero-Luque
2015-06-23Changed version to 8.0.5v8.0.5betaC Montero-Luque
2015-05-298.0.4v8.0.4RC1Frank Karlitschek
2015-03-27Increment versionLukas Reschke
Fixes https://github.com/owncloud/core/issues/15273
2015-03-26Synchronize PHP settings with masterLukas Reschke
Fixes https://github.com/owncloud/core/issues/15044
2015-03-098.0.2v8.0.2Frank Karlitschek
2015-02-28this is actually 8.0.1 RC1v8.0.1RC1Frank Karlitschek
2015-01-28Reference module with `.c`Lukas Reschke
Fixes https://github.com/owncloud/core/issues/13657
2015-01-22Add check for `HTTP_RAW_POST_DATA` setting for >= 5.6Lukas Reschke
PHP 5.6 otherwise throws notices for perfectly valid code which results in broken endpoints. Fixes https://github.com/owncloud/core/issues/13592
2015-01-08Add version to .htaccessLukas Reschke
Currently if a user does not replace the .htaccess file with the new update this can lead to serious problems in case Apache is used as webserver. This commit adds the version to the .htaccess file and the update routine fails in case not the newest version is specified in there. This obviously means that every release has to update the version specified in .htaccess as well. But I see no better solution for it. Conflicts: lib/private/updater.php
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
use mod_rewrite to pretend theese files are not existend for security purposes
2014-10-14adding cache control headers for css and js - fixes #11496Thomas Müller
2014-06-16That file was accidentally commited. Partially revert ↵Lukas Reschke
https://github.com/owncloud/core/commit/f2fc214ce0455ce9a9def36bd09285e82b5eabec
2014-06-16Add deprecation notice to load* functionsLukas Reschke
This functions are deprecated and/or removed since ownCloud 7. Additionally a issubdirectory check has been added here to prevent developers to use this function in a potentially insecure way. Port of https://github.com/owncloud/core/pull/9033
2014-06-05Remove legacy routing codeLukas Reschke
The getfile routing code was absolutely legacy and not needed anymore. Additionally \OC::$REQUESTEDAPP was never set to the actually accessed application. This commit removes the legacy routing code and ensures that $REQUESTEDAPP is always set so that other applications (e.g. the firewall or a two-factor authentication) can intercept the currently accessed app. Testplan: [x] Installation works [x] Login with DB works [x] Logout works [x] Login with alternate backend works (tested with user_webdavauth) [x] Other apps are accessible [x] Redirect on login works (e.g. index.php?redirect_url=%2Fcore%2Findex.php%2Fsettings%2Fapps%3Finstalled) [x] Personal settings are accessible [x] Admin settings are accessible [x] Sharing files works [x] DAV works [x] OC::$REQUESTEDAPP contains the requested application and can be intercepted by other applications
2014-04-28Remove trailing tabFelix Eckhofer
2014-04-28Escape literal dots in mod_rewrite regexesFelix Eckhofer
2014-02-28Remove .htaccess creation codeLukas Reschke
1. We're maintaining the same code twice which leads inevitably to problems as this one. The createHtaccess routine is only used to use the correct paths to the 404 and 403 document. 2. Updating the ownCloud instance as described in our documentation (`Delete everything from your ownCloud installation directory, except data and config.`) will break the links to the ErrorDocuments anyways and show the default error handlers if ownCloud is not installed in the root directory.
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