Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add multiple domains reverse proxy support | Stefan Herbrechtsmeier | 2013-01-31 | 1 | -1/+1 |
| | | | | | | | | | | | | 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. | ||||
* | make it possible to manually override the hostname and protocol if the ↵ | Frank Karlitschek | 2012-11-22 | 1 | -1/+1 |
| | | | | automatic detection from ownCloud fails. This can happen in reverse proxy situations or with loadbalancers setups. | ||||
* | Style: The last two spaces | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | Style: Remove all the dangling white spaces | Felix Moeller | 2012-11-04 | 1 | -8/+8 |
| | |||||
* | Respect coding style | Thomas Müller | 2012-09-04 | 1 | -2/+2 |
| | |||||
* | first part of the new new OCS CLOUD module. So far only quota is implemented. | Frank Karlitschek | 2012-07-23 | 1 | -1/+3 |
| | | | | | | | | The specification is developed here: http://www.freedesktop.org/wiki/Specifications/open-collaboration-services-1.7#CLOUD will be moved to http://www.freedesktop.org/wiki/Specifications/open-collaboration-services as soon as everything is done. | ||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 1 | -3/+0 |
| | |||||
* | use our own serverHost call so that ownCloud works with reverse proxy servers | Frank Karlitschek | 2012-05-31 | 1 | -1/+1 |
| | |||||
* | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | fixed include for ocs | Klaas Freitag | 2011-09-12 | 1 | -1/+1 |
| | |||||
* | Fix licencing, make headers refer to intended AGPL, include copy of AGPL | Jonathan Riddell | 2011-02-09 | 1 | -1/+1 |
| | |||||
* | fix permissions, start to implement private data api | Martin T. H. Sandsmark | 2010-07-16 | 1 | -0/+0 |
| | |||||
* | add Open Collaboration API support. You can now connect your ownCloud with ↵ | Frank Karlitschek | 2010-04-14 | 1 | -0/+45 |
the KDE Social Desktop and push notifications to your Social News Plasmoid. This requires KDE trunk or KDE SV 4.5 |