[Pkg-owncloud-commits] [owncloud] 41/172: Merge pull request #8504 from owncloud/cors-middleware
David Prévot
taffit at moszumanska.debian.org
Sun May 18 20:09:38 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 a252f59cd436d2c005755955bc93ab44544df766
Merge: b6d76e9 e05192a
Author: Bernhard Posselt <Raydiation at users.noreply.github.com>
Date: Sun May 11 16:54:34 2014 +0200
Merge pull request #8504 from owncloud/cors-middleware
Add cors middleware
.../dependencyinjection/dicontainer.php | 6 ++
.../middleware/security/corsmiddleware.php | 72 +++++++++++++++++
lib/public/appframework/apicontroller.php | 93 ++++++++++++++++++++++
lib/public/appframework/controller.php | 13 ++-
lib/public/appframework/http/response.php | 4 +
.../appframework/controller/ApiControllerTest.php | 55 +++++++++++++
.../lib/appframework/controller/ControllerTest.php | 4 +-
tests/lib/appframework/http/ResponseTest.php | 2 +-
.../middleware/security/CORSMiddlewareTest.php | 77 ++++++++++++++++++
9 files changed, 321 insertions(+), 5 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