- Oct 13, 2015
-
-
Roeland Jago Douma authored
Fixes #13002 Move the cloud/users/{userid} code in total to the provisioning API.
-
- Oct 06, 2015
-
-
Morris Jobke authored
-
- Oct 05, 2015
-
-
Morris Jobke authored
-
- Sep 09, 2015
-
-
Robin McCorkell authored
-
- Aug 03, 2015
-
-
Thomas Müller authored
-
Thomas Müller authored
-
- Jun 25, 2015
-
-
Morris Jobke authored
-
- Apr 18, 2015
-
-
Joas Schilling authored
-
- Apr 09, 2015
-
-
Robin Appelman authored
-
- Apr 08, 2015
-
-
Joas Schilling authored
-
- Mar 26, 2015
-
-
Jenkins for ownCloud authored
-
- Mar 09, 2015
-
-
Thomas Müller authored
-
- Feb 26, 2015
-
-
Morris Jobke authored
This reverts commit 6a1a4880.
-
- Feb 23, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 16, 2015
-
-
Lukas Reschke authored
This changeset removes the static class `OC_Request` and moves the functions either into `IRequest` which is accessible via `\OC::$server::->getRequest()` or into a separated `TrustedDomainHelper` class for some helper methods which should not be publicly exposed. This changes only internal methods and nothing on the public API. Some public functions in `util.php` have been deprecated though in favour of the new non-static functions. Unfortunately some part of this code uses things like `__DIR__` and thus is not completely unit-testable. Where tests where possible they ahve been added though. Fixes https://github.com/owncloud/core/issues/13976 which was requested in https://github.com/owncloud/core/pull/13973#issuecomment-73492969
-
- Dec 04, 2014
-
-
Björn Schießle authored
-
- Jun 30, 2014
-
-
Vincent Petry authored
-
Vincent Petry authored
To prevent unexpected behavior, public.php and the OCS API calls will return 503 Service Unavailable when an upgrade is due.
-
- Apr 15, 2014
-
-
Thomas Müller authored
-
- Mar 12, 2014
-
-
Thomas Müller authored
-
- Mar 11, 2014
-
-
Thomas Müller authored
-
- Mar 10, 2014
-
-
Robin Appelman authored
-
- Feb 18, 2014
-
-
Thomas Müller 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.
-
- Oct 21, 2013
-
-
Thomas Müller authored
/ocs/cloud/user Response: <?xml version="1.0"?> <ocs> <meta> <status>ok</status> <statuscode>100</statuscode> <message/> </meta> <data> <id>thomas</id> <display-name>DeepDiver</display-name> <email>no-response@domain.tld</email> </data> </ocs>
-
- Aug 31, 2013
-
-
Frank Karlitschek authored
remove the activity call here. it is not implemented anyways. This will be provided by Activity app in the future.
-
- Aug 27, 2013
-
-
Tom Needham authored
-
- Aug 18, 2013
-
-
Christopher Schäpers authored
-
- Jun 28, 2013
-
-
Bart Visscher authored
-
- Apr 30, 2013
-
-
Florin Peter authored
revert changes to fbbc76f2 because master is very unstable right now
-
- Apr 27, 2013
-
-
Tom Needham authored
-
Tom Needham authored
-
Tom Needham authored
-
- Feb 09, 2013
-
-
Tom Needham authored
-
- 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.
-
- Jan 16, 2013
-
-
Tom Needham authored
-
- Jan 14, 2013
-
-
Thomas Müller authored
-
- Dec 14, 2012
-
-
Tom Needham authored
-
- Dec 12, 2012
-
-
Tom Needham authored
-
- 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.
-