From e47b186d5117b56eb73a9d6c6f95d4d78ddd6084 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Fri, 6 May 2016 20:38:34 +0200 Subject: [PATCH] Move \OCP\AppFramework to PSR-4 --- .../apicontroller.php => AppFramework/ApiController.php} | 0 lib/public/{appframework/app.php => AppFramework/App.php} | 0 .../{appframework/controller.php => AppFramework/Controller.php} | 0 .../Db/DoesNotExistException.php} | 0 .../{appframework/db/entity.php => AppFramework/Db/Entity.php} | 0 .../{appframework/db/mapper.php => AppFramework/Db/Mapper.php} | 0 .../Db/MultipleObjectsReturnedException.php} | 0 lib/public/{appframework/http.php => AppFramework/Http.php} | 0 .../Http/ContentSecurityPolicy.php} | 0 .../Http/DataDisplayResponse.php} | 0 .../Http/DataDownloadResponse.php} | 0 .../http/dataresponse.php => AppFramework/Http/DataResponse.php} | 0 .../Http/DownloadResponse.php} | 0 .../Http/EmptyContentSecurityPolicy.php} | 0 .../Http/ICallbackResponse.php} | 0 .../http/ioutput.php => AppFramework/Http/IOutput.php} | 0 .../http/jsonresponse.php => AppFramework/Http/JSONResponse.php} | 0 .../Http/NotFoundResponse.php} | 0 .../http/ocsresponse.php => AppFramework/Http/OCSResponse.php} | 0 .../Http/RedirectResponse.php} | 0 .../http/response.php => AppFramework/Http/Response.php} | 0 .../streamresponse.php => AppFramework/Http/StreamResponse.php} | 0 .../Http/TemplateResponse.php} | 0 lib/public/{appframework/iapi.php => AppFramework/IApi.php} | 0 .../iappcontainer.php => AppFramework/IAppContainer.php} | 0 .../{appframework/middleware.php => AppFramework/Middleware.php} | 0 .../ocscontroller.php => AppFramework/OCSController.php} | 0 .../queryexception.php => AppFramework/QueryException.php} | 0 .../Utility/IControllerMethodReflector.php} | 0 .../itimefactory.php => AppFramework/Utility/ITimeFactory.php} | 0 30 files changed, 0 insertions(+), 0 deletions(-) rename lib/public/{appframework/apicontroller.php => AppFramework/ApiController.php} (100%) rename lib/public/{appframework/app.php => AppFramework/App.php} (100%) rename lib/public/{appframework/controller.php => AppFramework/Controller.php} (100%) rename lib/public/{appframework/db/doesnotexistexception.php => AppFramework/Db/DoesNotExistException.php} (100%) rename lib/public/{appframework/db/entity.php => AppFramework/Db/Entity.php} (100%) rename lib/public/{appframework/db/mapper.php => AppFramework/Db/Mapper.php} (100%) rename lib/public/{appframework/db/multipleobjectsreturnedexception.php => AppFramework/Db/MultipleObjectsReturnedException.php} (100%) rename lib/public/{appframework/http.php => AppFramework/Http.php} (100%) rename lib/public/{appframework/http/contentsecuritypolicy.php => AppFramework/Http/ContentSecurityPolicy.php} (100%) rename lib/public/{appframework/http/datadisplayresponse.php => AppFramework/Http/DataDisplayResponse.php} (100%) rename lib/public/{appframework/http/datadownloadresponse.php => AppFramework/Http/DataDownloadResponse.php} (100%) rename lib/public/{appframework/http/dataresponse.php => AppFramework/Http/DataResponse.php} (100%) rename lib/public/{appframework/http/downloadresponse.php => AppFramework/Http/DownloadResponse.php} (100%) rename lib/public/{appframework/http/emptycontentsecuritypolicy.php => AppFramework/Http/EmptyContentSecurityPolicy.php} (100%) rename lib/public/{appframework/http/icallbackresponse.php => AppFramework/Http/ICallbackResponse.php} (100%) rename lib/public/{appframework/http/ioutput.php => AppFramework/Http/IOutput.php} (100%) rename lib/public/{appframework/http/jsonresponse.php => AppFramework/Http/JSONResponse.php} (100%) rename lib/public/{appframework/http/notfoundresponse.php => AppFramework/Http/NotFoundResponse.php} (100%) rename lib/public/{appframework/http/ocsresponse.php => AppFramework/Http/OCSResponse.php} (100%) rename lib/public/{appframework/http/redirectresponse.php => AppFramework/Http/RedirectResponse.php} (100%) rename lib/public/{appframework/http/response.php => AppFramework/Http/Response.php} (100%) rename lib/public/{appframework/http/streamresponse.php => AppFramework/Http/StreamResponse.php} (100%) rename lib/public/{appframework/http/templateresponse.php => AppFramework/Http/TemplateResponse.php} (100%) rename lib/public/{appframework/iapi.php => AppFramework/IApi.php} (100%) rename lib/public/{appframework/iappcontainer.php => AppFramework/IAppContainer.php} (100%) rename lib/public/{appframework/middleware.php => AppFramework/Middleware.php} (100%) rename lib/public/{appframework/ocscontroller.php => AppFramework/OCSController.php} (100%) rename lib/public/{appframework/queryexception.php => AppFramework/QueryException.php} (100%) rename lib/public/{appframework/utility/icontrollermethodreflector.php => AppFramework/Utility/IControllerMethodReflector.php} (100%) rename lib/public/{appframework/utility/itimefactory.php => AppFramework/Utility/ITimeFactory.php} (100%) diff --git a/lib/public/appframework/apicontroller.php b/lib/public/AppFramework/ApiController.php similarity index 100% rename from lib/public/appframework/apicontroller.php rename to lib/public/AppFramework/ApiController.php diff --git a/lib/public/appframework/app.php b/lib/public/AppFramework/App.php similarity index 100% rename from lib/public/appframework/app.php rename to lib/public/AppFramework/App.php diff --git a/lib/public/appframework/controller.php b/lib/public/AppFramework/Controller.php similarity index 100% rename from lib/public/appframework/controller.php rename to lib/public/AppFramework/Controller.php diff --git a/lib/public/appframework/db/doesnotexistexception.php b/lib/public/AppFramework/Db/DoesNotExistException.php similarity index 100% rename from lib/public/appframework/db/doesnotexistexception.php rename to lib/public/AppFramework/Db/DoesNotExistException.php diff --git a/lib/public/appframework/db/entity.php b/lib/public/AppFramework/Db/Entity.php similarity index 100% rename from lib/public/appframework/db/entity.php rename to lib/public/AppFramework/Db/Entity.php diff --git a/lib/public/appframework/db/mapper.php b/lib/public/AppFramework/Db/Mapper.php similarity index 100% rename from lib/public/appframework/db/mapper.php rename to lib/public/AppFramework/Db/Mapper.php diff --git a/lib/public/appframework/db/multipleobjectsreturnedexception.php b/lib/public/AppFramework/Db/MultipleObjectsReturnedException.php similarity index 100% rename from lib/public/appframework/db/multipleobjectsreturnedexception.php rename to lib/public/AppFramework/Db/MultipleObjectsReturnedException.php diff --git a/lib/public/appframework/http.php b/lib/public/AppFramework/Http.php similarity index 100% rename from lib/public/appframework/http.php rename to lib/public/AppFramework/Http.php diff --git a/lib/public/appframework/http/contentsecuritypolicy.php b/lib/public/AppFramework/Http/ContentSecurityPolicy.php similarity index 100% rename from lib/public/appframework/http/contentsecuritypolicy.php rename to lib/public/AppFramework/Http/ContentSecurityPolicy.php diff --git a/lib/public/appframework/http/datadisplayresponse.php b/lib/public/AppFramework/Http/DataDisplayResponse.php similarity index 100% rename from lib/public/appframework/http/datadisplayresponse.php rename to lib/public/AppFramework/Http/DataDisplayResponse.php diff --git a/lib/public/appframework/http/datadownloadresponse.php b/lib/public/AppFramework/Http/DataDownloadResponse.php similarity index 100% rename from lib/public/appframework/http/datadownloadresponse.php rename to lib/public/AppFramework/Http/DataDownloadResponse.php diff --git a/lib/public/appframework/http/dataresponse.php b/lib/public/AppFramework/Http/DataResponse.php similarity index 100% rename from lib/public/appframework/http/dataresponse.php rename to lib/public/AppFramework/Http/DataResponse.php diff --git a/lib/public/appframework/http/downloadresponse.php b/lib/public/AppFramework/Http/DownloadResponse.php similarity index 100% rename from lib/public/appframework/http/downloadresponse.php rename to lib/public/AppFramework/Http/DownloadResponse.php diff --git a/lib/public/appframework/http/emptycontentsecuritypolicy.php b/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php similarity index 100% rename from lib/public/appframework/http/emptycontentsecuritypolicy.php rename to lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php diff --git a/lib/public/appframework/http/icallbackresponse.php b/lib/public/AppFramework/Http/ICallbackResponse.php similarity index 100% rename from lib/public/appframework/http/icallbackresponse.php rename to lib/public/AppFramework/Http/ICallbackResponse.php diff --git a/lib/public/appframework/http/ioutput.php b/lib/public/AppFramework/Http/IOutput.php similarity index 100% rename from lib/public/appframework/http/ioutput.php rename to lib/public/AppFramework/Http/IOutput.php diff --git a/lib/public/appframework/http/jsonresponse.php b/lib/public/AppFramework/Http/JSONResponse.php similarity index 100% rename from lib/public/appframework/http/jsonresponse.php rename to lib/public/AppFramework/Http/JSONResponse.php diff --git a/lib/public/appframework/http/notfoundresponse.php b/lib/public/AppFramework/Http/NotFoundResponse.php similarity index 100% rename from lib/public/appframework/http/notfoundresponse.php rename to lib/public/AppFramework/Http/NotFoundResponse.php diff --git a/lib/public/appframework/http/ocsresponse.php b/lib/public/AppFramework/Http/OCSResponse.php similarity index 100% rename from lib/public/appframework/http/ocsresponse.php rename to lib/public/AppFramework/Http/OCSResponse.php diff --git a/lib/public/appframework/http/redirectresponse.php b/lib/public/AppFramework/Http/RedirectResponse.php similarity index 100% rename from lib/public/appframework/http/redirectresponse.php rename to lib/public/AppFramework/Http/RedirectResponse.php diff --git a/lib/public/appframework/http/response.php b/lib/public/AppFramework/Http/Response.php similarity index 100% rename from lib/public/appframework/http/response.php rename to lib/public/AppFramework/Http/Response.php diff --git a/lib/public/appframework/http/streamresponse.php b/lib/public/AppFramework/Http/StreamResponse.php similarity index 100% rename from lib/public/appframework/http/streamresponse.php rename to lib/public/AppFramework/Http/StreamResponse.php diff --git a/lib/public/appframework/http/templateresponse.php b/lib/public/AppFramework/Http/TemplateResponse.php similarity index 100% rename from lib/public/appframework/http/templateresponse.php rename to lib/public/AppFramework/Http/TemplateResponse.php diff --git a/lib/public/appframework/iapi.php b/lib/public/AppFramework/IApi.php similarity index 100% rename from lib/public/appframework/iapi.php rename to lib/public/AppFramework/IApi.php diff --git a/lib/public/appframework/iappcontainer.php b/lib/public/AppFramework/IAppContainer.php similarity index 100% rename from lib/public/appframework/iappcontainer.php rename to lib/public/AppFramework/IAppContainer.php diff --git a/lib/public/appframework/middleware.php b/lib/public/AppFramework/Middleware.php similarity index 100% rename from lib/public/appframework/middleware.php rename to lib/public/AppFramework/Middleware.php diff --git a/lib/public/appframework/ocscontroller.php b/lib/public/AppFramework/OCSController.php similarity index 100% rename from lib/public/appframework/ocscontroller.php rename to lib/public/AppFramework/OCSController.php diff --git a/lib/public/appframework/queryexception.php b/lib/public/AppFramework/QueryException.php similarity index 100% rename from lib/public/appframework/queryexception.php rename to lib/public/AppFramework/QueryException.php diff --git a/lib/public/appframework/utility/icontrollermethodreflector.php b/lib/public/AppFramework/Utility/IControllerMethodReflector.php similarity index 100% rename from lib/public/appframework/utility/icontrollermethodreflector.php rename to lib/public/AppFramework/Utility/IControllerMethodReflector.php diff --git a/lib/public/appframework/utility/itimefactory.php b/lib/public/AppFramework/Utility/ITimeFactory.php similarity index 100% rename from lib/public/appframework/utility/itimefactory.php rename to lib/public/AppFramework/Utility/ITimeFactory.php