]> source.dussan.org Git - nextcloud-server.git/commit
Fix namespace for OCP\Appframework\Http
authorThomas Tanghus <thomas@tanghus.net>
Wed, 23 Oct 2013 03:57:34 +0000 (05:57 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Wed, 23 Oct 2013 03:57:34 +0000 (05:57 +0200)
commitad017285e15b077bf0ca3457f05a7b082abea6b0
tree56445784a888c80d163b190c0a1c73a6382971f9
parent064fd5ae53b4f3384d040ddf2dcb648cc3c7445f
Fix namespace for OCP\Appframework\Http

To avoid having to use OCP\Appframework\Http\Http in the public - and stable
- API OCP\Appframework\Http is now both a class and a namespace.
15 files changed:
lib/private/appframework/dependencyinjection/dicontainer.php
lib/private/appframework/http.php [new file with mode: 0644]
lib/private/appframework/http/dispatcher.php
lib/private/appframework/http/http.php [deleted file]
lib/private/appframework/http/redirectresponse.php
lib/private/appframework/middleware/security/securitymiddleware.php
lib/public/appframework/http.php [new file with mode: 0644]
lib/public/appframework/http/http.php [deleted file]
lib/public/appframework/http/jsonresponse.php
lib/public/appframework/http/response.php
tests/lib/appframework/http/DispatcherTest.php
tests/lib/appframework/http/HttpTest.php
tests/lib/appframework/http/RedirectResponseTest.php
tests/lib/appframework/http/ResponseTest.php
tests/lib/appframework/middleware/security/SecurityMiddlewareTest.php