diff --git a/controller/admincontroller.php b/controller/AdminController.php similarity index 100% rename from controller/admincontroller.php rename to controller/AdminController.php diff --git a/controller/credentialcontroller.php b/controller/CredentialController.php similarity index 100% rename from controller/credentialcontroller.php rename to controller/CredentialController.php diff --git a/controller/filecontroller.php b/controller/FileController.php similarity index 100% rename from controller/filecontroller.php rename to controller/FileController.php diff --git a/controller/iconcontroller.php b/controller/IconController.php similarity index 100% rename from controller/iconcontroller.php rename to controller/IconController.php diff --git a/controller/internalcontroller.php b/controller/InternalController.php similarity index 100% rename from controller/internalcontroller.php rename to controller/InternalController.php diff --git a/controller/pagecontroller.php b/controller/PageController.php similarity index 100% rename from controller/pagecontroller.php rename to controller/PageController.php diff --git a/controller/settingscontroller.php b/controller/SettingsController.php similarity index 100% rename from controller/settingscontroller.php rename to controller/SettingsController.php diff --git a/controller/sharecontroller.php b/controller/ShareController.php similarity index 100% rename from controller/sharecontroller.php rename to controller/ShareController.php diff --git a/controller/translationcontroller.php b/controller/TranslationController.php similarity index 100% rename from controller/translationcontroller.php rename to controller/TranslationController.php diff --git a/controller/vaultcontroller.php b/controller/VaultController.php similarity index 100% rename from controller/vaultcontroller.php rename to controller/VaultController.php diff --git a/middleware/apimiddleware.php b/middleware/APIMiddleware.php similarity index 100% rename from middleware/apimiddleware.php rename to middleware/APIMiddleware.php diff --git a/middleware/sharemiddleware.php b/middleware/ShareMiddleware.php similarity index 100% rename from middleware/sharemiddleware.php rename to middleware/ShareMiddleware.php diff --git a/migration/serversideencryption.php b/migration/ServerSideEncryption.php similarity index 100% rename from migration/serversideencryption.php rename to migration/ServerSideEncryption.php