diff --git a/lib/private/integritycheck/checker.php b/lib/private/IntegrityCheck/Checker.php similarity index 99% rename from lib/private/integritycheck/checker.php rename to lib/private/IntegrityCheck/Checker.php index d7867936887..c3d6aefb829 100644 --- a/lib/private/integritycheck/checker.php +++ b/lib/private/IntegrityCheck/Checker.php @@ -25,7 +25,7 @@ use OC\IntegrityCheck\Exceptions\InvalidSignatureException; use OC\IntegrityCheck\Helpers\AppLocator; use OC\IntegrityCheck\Helpers\EnvironmentHelper; use OC\IntegrityCheck\Helpers\FileAccessHelper; -use OC\Integritycheck\Iterator\ExcludeFileByNameFilterIterator; +use OC\IntegrityCheck\Iterator\ExcludeFileByNameFilterIterator; use OC\IntegrityCheck\Iterator\ExcludeFoldersByPathFilterIterator; use OCP\App\IAppManager; use OCP\ICache; diff --git a/lib/private/integritycheck/exceptions/invalidsignatureexception.php b/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php similarity index 100% rename from lib/private/integritycheck/exceptions/invalidsignatureexception.php rename to lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php diff --git a/lib/private/integritycheck/helpers/applocator.php b/lib/private/IntegrityCheck/Helpers/AppLocator.php similarity index 100% rename from lib/private/integritycheck/helpers/applocator.php rename to lib/private/IntegrityCheck/Helpers/AppLocator.php diff --git a/lib/private/integritycheck/helpers/environmenthelper.php b/lib/private/IntegrityCheck/Helpers/EnvironmentHelper.php similarity index 100% rename from lib/private/integritycheck/helpers/environmenthelper.php rename to lib/private/IntegrityCheck/Helpers/EnvironmentHelper.php diff --git a/lib/private/integritycheck/helpers/fileaccesshelper.php b/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php similarity index 100% rename from lib/private/integritycheck/helpers/fileaccesshelper.php rename to lib/private/IntegrityCheck/Helpers/FileAccessHelper.php diff --git a/lib/private/integritycheck/iterator/excludefilebynamefilteriterator.php b/lib/private/IntegrityCheck/Iterator/ExcludeFileByNameFilterIterator.php similarity index 100% rename from lib/private/integritycheck/iterator/excludefilebynamefilteriterator.php rename to lib/private/IntegrityCheck/Iterator/ExcludeFileByNameFilterIterator.php diff --git a/lib/private/integritycheck/iterator/excludefoldersbypathfilteriterator.php b/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php similarity index 100% rename from lib/private/integritycheck/iterator/excludefoldersbypathfilteriterator.php rename to lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php