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