]> source.dussan.org Git - nextcloud-server.git/commit
moving response classes over to OCP
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 20 Aug 2013 23:00:26 +0000 (01:00 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 20 Aug 2013 23:00:26 +0000 (01:00 +0200)
commit911bd3c16f508eb8f3cb9b03a5a21e2aa72ebf79
treea62c95caaeee6749e68123aa28af395eed36c2fe
parente39083c36f7de22de78fb5bb51656111653ea42b
moving response classes over to OCP
15 files changed:
lib/appframework/controller/controller.php
lib/appframework/http/dispatcher.php
lib/appframework/http/downloadresponse.php
lib/appframework/http/http.php
lib/appframework/http/jsonresponse.php [deleted file]
lib/appframework/http/redirectresponse.php
lib/appframework/http/response.php [deleted file]
lib/appframework/http/templateresponse.php [deleted file]
lib/appframework/middleware/middleware.php
lib/appframework/middleware/middlewaredispatcher.php
lib/appframework/middleware/security/securitymiddleware.php
lib/public/appframework/http/http.php [new file with mode: 0644]
lib/public/appframework/http/jsonresponse.php [new file with mode: 0644]
lib/public/appframework/http/response.php [new file with mode: 0644]
lib/public/appframework/http/templateresponse.php [new file with mode: 0644]