summaryrefslogtreecommitdiffstats
path: root/ocs/providers.php
Commit message (Collapse)AuthorAgeFilesLines
* add multiple domains reverse proxy supportStefan Herbrechtsmeier2013-01-311-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 Karlitschek2012-11-221-1/+1
| | | | automatic detection from ownCloud fails. This can happen in reverse proxy situations or with loadbalancers setups.
* Style: The last two spacesFelix Moeller2012-11-041-1/+1
|
* Style: Remove all the dangling white spacesFelix Moeller2012-11-041-8/+8
|
* Respect coding styleThomas Müller2012-09-041-2/+2
|
* first part of the new new OCS CLOUD module. So far only quota is implemented.Frank Karlitschek2012-07-231-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 Dreyer2012-07-091-3/+0
|
* use our own serverHost call so that ownCloud works with reverse proxy serversFrank Karlitschek2012-05-311-1/+1
|
* update copyrightFrank Karlitschek2012-05-261-1/+1
|
* fixed include for ocsKlaas Freitag2011-09-121-1/+1
|
* Fix licencing, make headers refer to intended AGPL, include copy of AGPLJonathan Riddell2011-02-091-1/+1
|
* fix permissions, start to implement private data apiMartin T. H. Sandsmark2010-07-161-0/+0
|
* add Open Collaboration API support. You can now connect your ownCloud with ↵Frank Karlitschek2010-04-141-0/+45
the KDE Social Desktop and push notifications to your Social News Plasmoid. This requires KDE trunk or KDE SV 4.5