- Oct 06, 2016
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Aug 28, 2016
-
-
Roeland Jago Douma authored
* Move routes to app * Move routes over to the AppFramework * Fix tests There is plenty of stuff to fix properly here. But out of scope for now.
-
- Aug 18, 2016
-
-
Roeland Jago Douma authored
-
- Aug 09, 2016
-
-
Roeland Jago Douma authored
-
Roeland Jago Douma authored
-
- Jul 22, 2016
-
-
Roeland Jago Douma authored
-
- Jul 21, 2016
-
-
Joas Schilling authored
-
Joas Schilling authored
-
- Jul 18, 2016
-
-
Lukas Reschke authored
-
Roeland Jago Douma authored
-
- Jul 14, 2016
-
-
Bjoern Schiessle authored
-
- 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.
-