- Dec 12, 2017
-
-
Roeland Jago Douma authored
Just to avoid users from trying this with a to new (untested) php version * Moved the check logic to 1 place * All directly callable scripts just require this on top * exit hard (-1) so we know scripts won't continue * Return status 500 so no sync clients will try fancy stuff Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Nov 06, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Aug 01, 2017
-
-
Lukas Reschke authored
Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- Oct 06, 2016
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Jul 21, 2016
-
-
Joas Schilling authored
-
- May 26, 2016
-
-
Lukas Reschke authored
-
- Jan 12, 2016
-
-
Thomas Müller authored
-
- Nov 30, 2015
-
-
Lukas Reschke authored
Gets rid of manual XML generation.
-
- Mar 26, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 26, 2015
-
-
Morris Jobke authored
This reverts commit 6a1a4880.
-
- Feb 23, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 17, 2014
-
-
Lukas Reschke authored
We should use the proper content-type `application/xml` instead of the default `text/html` here. Backport requested.
-
- Jan 31, 2013
-
-
Stefan Herbrechtsmeier authored
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.
-
- Nov 22, 2012
-
-
Frank Karlitschek authored
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.
-
- Nov 04, 2012
-
-
Felix Moeller authored
-
Felix Moeller authored
-
- Oct 28, 2012
-
-
Tom Needham authored
-
- Oct 16, 2012
-
-
Sam Tuke authored
-
- Sep 04, 2012
-
-
Thomas Müller authored
-
- Jul 23, 2012
-
-
Frank Karlitschek authored
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.
-
- Jul 09, 2012
-
-
Jörn Friedrich Dreyer authored
-
- May 31, 2012
-
-
Frank Karlitschek authored
-
Frank Karlitschek authored
-
- May 26, 2012
-
-
Frank Karlitschek authored
-
- Apr 18, 2012
-
-
Georg Ehrke authored
-
Georg Ehrke authored
-
- Sep 12, 2011
-
-
Klaas Freitag authored
-
- Aug 13, 2011
-
-
Frank Karlitschek authored
-
- Feb 09, 2011
-
-
Jonathan Riddell authored
-
- Jul 16, 2010
-
-
Martin Sandsmark authored
-
- Apr 14, 2010
-
-
Frank Karlitschek authored
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
-
- Mar 18, 2010
-
-
Robin Appelman authored
-
- Mar 16, 2010
-
-
Robin Appelman authored
-
root authored
-
- Mar 14, 2010
-
-
CharlyCoste authored
<br /> is not a valid strict xhtml1.0 tag. Not semantic. Replacing it by CSS instructions on semantic tags.
-
CharlyCoste authored
center is not a valid strict xhtml1.0 tag (not semantic). At least, replacing it by a div with "center" class.
-
- Mar 10, 2010
-
-
Frank Karlitschek authored
-