- Jun 16, 2016
-
-
Christoph Wurst authored
* load authentication apps first * load session apps before all other apps
-
- May 26, 2016
-
-
Lukas Reschke authored
-
- May 20, 2016
-
-
Björn Schießle authored
-
Björn Schießle authored
correctly accross share owner and share initiator
-
Björn Schießle authored
-
Björn Schießle authored
-
- Apr 22, 2016
-
-
Björn Schießle authored
-
- Mar 01, 2016
-
-
Lukas Reschke authored
Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
-
- Jan 26, 2016
-
-
Joas Schilling authored
-
- Jan 12, 2016
-
-
Thomas Müller authored
-
- Nov 30, 2015
-
-
Lukas Reschke authored
Gets rid of manual XML generation.
-
- 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
-