summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/remote.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into sabre-objecttreeRobin Appelman2013-07-241-1/+2
|\
| * use $defaults->getName() as webdav REALMJörn Friedrich Dreyer2013-07-231-1/+2
| |
* | use new ObjectTree in sabredavRobin Appelman2013-06-301-3/+4
|/
* add multiple domains reverse proxy supportStefan Herbrechtsmeier2013-01-311-0/+2
| | | | | | | | | | | | Add support for a reverse proxy that handles multiple domains via different web roots (http[s]://proxy.tld/domain.tld/owncloud). As the reverse proxy web root is transparent for the web server the REQUEST_URI and SCRIPT_NAME need manual adjustments. This patch replace the direct use of this _SERVER variables with function calls and extend this functions to overwrite the web root. Additionally it adds a Sabre request backend that extends the Sabre_HTTP_Request to use the same functions.
* webdav returns "503 Service Unavailable" in case the ownCloud server is ↵Thomas Mueller2013-01-091-0/+1
| | | | currently in maintenance mode.
* use new obEnd function instead of ob_end_cleanRobin Appelman2012-11-291-1/+1
|
* make sure the output buffer is closed when handeling webdavRobin Appelman2012-11-251-0/+2
|
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
|
* adapted comments to the code changesBjörn Schießle2012-11-011-1/+1
|
* load logging apps for webdav connectionsBjörn Schießle2012-11-011-1/+2
| | | | Backport of de1b95c
* fix checking quota in webdav, adding a sabredav pluginscambra2012-10-301-0/+1
|
* Use files remote webdav in compatibility files/webdav.phpBart Visscher2012-10-291-2/+2
|
* update copyrightFrank Karlitschek2012-05-261-1/+1
|
* selective app loading for remote/publicRobin Appelman2012-05-141-0/+1
|
* fix webdav, bloody merge conflictsGeorg Ehrke2012-05-071-1/+0
|
* fix merge conflictsGeorg Ehrke2012-05-071-3/+1
|\
| * Fix loading by apptype in webdavBart Visscher2012-05-051-4/+1
| |
* | Working remote.php with webdav and caldavBart Visscher2012-05-061-1/+1
| |
* | push changesGeorg Ehrke2012-05-051-4/+0
|/
* add require_once('../lib/base.php'); to webdav.phpGeorg Ehrke2012-05-021-0/+1
|
* create folder 'remote' for the remote services like caldav, carddav and webdavGeorg Ehrke2012-05-021-0/+51