[Pkg-owncloud-commits] [owncloud] 55/172: Merge pull request #8477 from owncloud/better-controllers
David Prévot
taffit at moszumanska.debian.org
Sun May 18 20:09:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 649999547411cef63c5488a2b859fdf4ae150dd8
Merge: 7a6ff56 63f2f16
Author: Morris Jobke <hey at morrisjobke.de>
Date: Mon May 12 01:07:49 2014 +0200
Merge pull request #8477 from owncloud/better-controllers
Better appframework controllers
lib/private/appframework/app.php | 2 +-
lib/private/appframework/core/api.php | 2 +-
.../dependencyinjection/dicontainer.php | 24 ++-
lib/private/appframework/http.php | 2 +-
lib/private/appframework/http/dispatcher.php | 89 ++++++++++-
lib/private/appframework/http/request.php | 2 +
.../middleware/middlewaredispatcher.php | 2 +-
.../middleware/security/corsmiddleware.php | 13 +-
.../middleware/security/securityexception.php | 2 +-
.../middleware/security/securitymiddleware.php | 23 +--
...ionreader.php => controllermethodreflector.php} | 52 ++++++-
lib/private/appframework/utility/timefactory.php | 2 +-
lib/public/appframework/controller.php | 67 ++++++++-
lib/public/appframework/http.php | 2 +-
lib/public/appframework/http/downloadresponse.php | 2 +-
.../appframework/http/iresponseserializer.php} | 25 +---
lib/public/appframework/http/jsonresponse.php | 2 +-
lib/public/appframework/http/redirectresponse.php | 2 +-
lib/public/appframework/http/response.php | 2 +-
lib/public/appframework/http/templateresponse.php | 12 +-
lib/public/appframework/iapi.php | 2 +-
lib/public/appframework/middleware.php | 2 +-
tests/lib/app.php | 2 +-
tests/lib/appframework/AppTest.php | 2 +-
.../lib/appframework/controller/ControllerTest.php | 57 ++++++-
.../dependencyinjection/DIContainerTest.php | 4 +-
tests/lib/appframework/http/DispatcherTest.php | 166 +++++++++++++++++++--
.../lib/appframework/http/DownloadResponseTest.php | 2 +-
tests/lib/appframework/http/HttpTest.php | 2 +-
tests/lib/appframework/http/JSONResponseTest.php | 4 +-
.../lib/appframework/http/RedirectResponseTest.php | 2 +-
tests/lib/appframework/http/ResponseTest.php | 2 +-
.../lib/appframework/http/TemplateResponseTest.php | 48 +++---
.../middleware/MiddlewareDispatcherTest.php | 2 +-
.../lib/appframework/middleware/MiddlewareTest.php | 2 +-
.../middleware/security/CORSMiddlewareTest.php | 20 ++-
.../middleware/security/SecurityMiddlewareTest.php | 35 +++--
.../utility/ControllerMethodReflectorTest.php | 115 ++++++++++++++
.../utility/MethodAnnotationReaderTest.php | 55 -------
tests/lib/group.php | 4 +-
tests/lib/template.php | 2 +-
41 files changed, 662 insertions(+), 197 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list