Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into sabre-objecttree | Robin Appelman | 2013-07-24 | 1 | -1/+2 |
|\ | |||||
| * | use $defaults->getName() as webdav REALM | Jörn Friedrich Dreyer | 2013-07-23 | 1 | -1/+2 |
| | | |||||
* | | use new ObjectTree in sabredav | Robin Appelman | 2013-06-30 | 1 | -3/+4 |
|/ | |||||
* | add multiple domains reverse proxy support | Stefan Herbrechtsmeier | 2013-01-31 | 1 | -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 Mueller | 2013-01-09 | 1 | -0/+1 |
| | | | | currently in maintenance mode. | ||||
* | use new obEnd function instead of ob_end_clean | Robin Appelman | 2012-11-29 | 1 | -1/+1 |
| | |||||
* | make sure the output buffer is closed when handeling webdav | Robin Appelman | 2012-11-25 | 1 | -0/+2 |
| | |||||
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | adapted comments to the code changes | Björn Schießle | 2012-11-01 | 1 | -1/+1 |
| | |||||
* | load logging apps for webdav connections | Björn Schießle | 2012-11-01 | 1 | -1/+2 |
| | | | | Backport of de1b95c | ||||
* | fix checking quota in webdav, adding a sabredav plugin | scambra | 2012-10-30 | 1 | -0/+1 |
| | |||||
* | Use files remote webdav in compatibility files/webdav.php | Bart Visscher | 2012-10-29 | 1 | -2/+2 |
| | |||||
* | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | selective app loading for remote/public | Robin Appelman | 2012-05-14 | 1 | -0/+1 |
| | |||||
* | fix webdav, bloody merge conflicts | Georg Ehrke | 2012-05-07 | 1 | -1/+0 |
| | |||||
* | fix merge conflicts | Georg Ehrke | 2012-05-07 | 1 | -3/+1 |
|\ | |||||
| * | Fix loading by apptype in webdav | Bart Visscher | 2012-05-05 | 1 | -4/+1 |
| | | |||||
* | | Working remote.php with webdav and caldav | Bart Visscher | 2012-05-06 | 1 | -1/+1 |
| | | |||||
* | | push changes | Georg Ehrke | 2012-05-05 | 1 | -4/+0 |
|/ | |||||
* | add require_once('../lib/base.php'); to webdav.php | Georg Ehrke | 2012-05-02 | 1 | -0/+1 |
| | |||||
* | create folder 'remote' for the remote services like caldav, carddav and webdav | Georg Ehrke | 2012-05-02 | 1 | -0/+51 |