Commit Graph

22 Commits (f3319f62949f873420d8ebe843b26cc66fc1314f)

Author SHA1 Message Date
Joas Schilling f3319f6294
Allow to call the files even when you are in another instance atm
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Joas Schilling ba87db3fcc
Fix others 8 years ago
Lukas Reschke aba539703c
Update license headers 8 years ago
Thomas Müller 682821c71e Happy new year! 8 years ago
Lukas Reschke 574f9b1e3f Use XMLWriter to generate response
Gets rid of manual XML generation.
9 years ago
Jenkins for ownCloud b585d87d9d Update license headers 9 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers"
This reverts commit 6a1a4880f0.
9 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 9 years ago
Lukas Reschke 8a2cd0355d Use the proper content-type
We should use the proper content-type `application/xml` instead of the default `text/html` here.

Backport requested.
10 years ago
Stefan Herbrechtsmeier ab2b79cda6 add multiple domains reverse proxy support
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.
11 years ago
Frank Karlitschek 6cb3774706 make it possible to manually override the hostname and protocol if the automatic detection from ownCloud fails. This can happen in reverse proxy situations or with loadbalancers setups. 12 years ago
Felix Moeller 02ec677e3c Style: The last two spaces 12 years ago
Felix Moeller a4b2ea586d Style: Remove all the dangling white spaces 12 years ago
Thomas Müller 3d74c5b3ec Respect coding style 12 years ago
Frank Karlitschek e7e1f234dd first part of the new new OCS CLOUD module. So far only quota is implemented.
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.
12 years ago
Jörn Friedrich Dreyer e59a1806cf remove superfluous ?> at the end of .php files (left out apps/*/templates) 12 years ago
Frank Karlitschek d4ea853fcf use our own serverHost call so that ownCloud works with reverse proxy servers 12 years ago
Frank Karlitschek a945fa10a6 update copyright 12 years ago
Klaas Freitag d3f6f618e6 fixed include for ocs 13 years ago
Jonathan Riddell d294c2f6bd Fix licencing, make headers refer to intended AGPL, include copy of AGPL 13 years ago
Martin T. H. Sandsmark 64d4d57615 fix permissions, start to implement private data api 14 years ago
Frank Karlitschek 7adbbfe05c add Open Collaboration API support. You can now connect your ownCloud with the KDE Social Desktop and push notifications to your Social News Plasmoid. This requires KDE trunk or KDE SV 4.5 14 years ago