diff options
author | Lukas Reschke <lukas@owncloud.com> | 2016-04-06 10:40:55 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-04-06 11:00:52 +0200 |
commit | a4b19a5b1e4079752e33d6eb75c72a47ce048bde (patch) | |
tree | db63cde4a4c0c69fd7c284331ba84367a93279f6 | |
parent | 046506dd146f823499098d0d2b0042072e436469 (diff) | |
download | nextcloud-server-a4b19a5b1e4079752e33d6eb75c72a47ce048bde.tar.gz nextcloud-server-a4b19a5b1e4079752e33d6eb75c72a47ce048bde.zip |
Rename files to be PSR-4 compliant
-rw-r--r-- | core/Command/App/CheckCode.php (renamed from core/command/app/checkcode.php) | 0 | ||||
-rw-r--r-- | core/Command/App/Disable.php (renamed from core/command/app/disable.php) | 0 | ||||
-rw-r--r-- | core/Command/App/Enable.php (renamed from core/command/app/enable.php) | 0 | ||||
-rw-r--r-- | core/Command/App/GetPath.php (renamed from core/command/app/getpath.php) | 0 | ||||
-rw-r--r-- | core/Command/App/ListApps.php (renamed from core/command/app/listapps.php) | 0 | ||||
-rw-r--r-- | core/Command/Background/Ajax.php (renamed from core/command/background/ajax.php) | 0 | ||||
-rw-r--r-- | core/Command/Background/Base.php (renamed from core/command/background/base.php) | 0 | ||||
-rw-r--r-- | core/Command/Background/Cron.php (renamed from core/command/background/cron.php) | 0 | ||||
-rw-r--r-- | core/Command/Background/WebCron.php (renamed from core/command/background/webcron.php) | 0 | ||||
-rw-r--r-- | core/Command/Base.php (renamed from core/command/base.php) | 0 | ||||
-rw-r--r-- | core/Command/Check.php (renamed from core/command/check.php) | 0 | ||||
-rw-r--r-- | core/Command/Config/App/DeleteConfig.php (renamed from core/command/config/app/deleteconfig.php) | 0 | ||||
-rw-r--r-- | core/Command/Config/App/GetConfig.php (renamed from core/command/config/app/getconfig.php) | 0 | ||||
-rw-r--r-- | core/Command/Config/App/SetConfig.php (renamed from core/command/config/app/setconfig.php) | 0 | ||||
-rw-r--r-- | core/Command/Config/Import.php (renamed from core/command/config/import.php) | 0 | ||||
-rw-r--r-- | core/Command/Config/ListConfigs.php (renamed from core/command/config/listconfigs.php) | 0 | ||||
-rw-r--r-- | core/Command/Config/System/DeleteConfig.php (renamed from core/command/config/system/deleteconfig.php) | 0 | ||||
-rw-r--r-- | core/Command/Config/System/GetConfig.php (renamed from core/command/config/system/getconfig.php) | 0 | ||||
-rw-r--r-- | core/Command/Config/System/SetConfig.php (renamed from core/command/config/system/setconfig.php) | 0 | ||||
-rw-r--r-- | core/Command/Db/ConvertType.php (renamed from core/command/db/converttype.php) | 0 | ||||
-rw-r--r-- | core/Command/Db/GenerateChangeScript.php (renamed from core/command/db/generatechangescript.php) | 0 | ||||
-rw-r--r-- | core/Command/Encryption/ChangeKeyStorageRoot.php (renamed from core/command/encryption/changekeystorageroot.php) | 0 | ||||
-rw-r--r-- | core/Command/Encryption/DecryptAll.php (renamed from core/command/encryption/decryptall.php) | 0 | ||||
-rw-r--r-- | core/Command/Encryption/Disable.php (renamed from core/command/encryption/disable.php) | 0 | ||||
-rw-r--r-- | core/Command/Encryption/Enable.php (renamed from core/command/encryption/enable.php) | 0 | ||||
-rw-r--r-- | core/Command/Encryption/EncryptAll.php (renamed from core/command/encryption/encryptall.php) | 0 | ||||
-rw-r--r-- | core/Command/Encryption/ListModules.php (renamed from core/command/encryption/listmodules.php) | 0 | ||||
-rw-r--r-- | core/Command/Encryption/SetDefaultModule.php (renamed from core/command/encryption/setdefaultmodule.php) | 0 | ||||
-rw-r--r-- | core/Command/Encryption/ShowKeyStorageRoot.php (renamed from core/command/encryption/showkeystorageroot.php) | 0 | ||||
-rw-r--r-- | core/Command/Encryption/Status.php (renamed from core/command/encryption/status.php) | 0 | ||||
-rw-r--r-- | core/Command/Integrity/CheckApp.php (renamed from core/command/integrity/checkapp.php) | 0 | ||||
-rw-r--r-- | core/Command/Integrity/CheckCore.php (renamed from core/command/integrity/checkcore.php) | 0 | ||||
-rw-r--r-- | core/Command/Integrity/SignApp.php (renamed from core/command/integrity/signapp.php) | 0 | ||||
-rw-r--r-- | core/Command/Integrity/SignCore.php (renamed from core/command/integrity/signcore.php) | 0 | ||||
-rw-r--r-- | core/Command/L10n/CreateJs.php (renamed from core/command/l10n/createjs.php) | 0 | ||||
-rw-r--r-- | core/Command/Log/Manage.php (renamed from core/command/log/manage.php) | 0 | ||||
-rw-r--r-- | core/Command/Log/OwnCloud.php (renamed from core/command/log/owncloud.php) | 0 | ||||
-rw-r--r-- | core/Command/Maintenance/Install.php (renamed from core/command/maintenance/install.php) | 0 | ||||
-rw-r--r-- | core/Command/Maintenance/Mimetype/UpdateDB.php (renamed from core/command/maintenance/mimetype/updatedb.php) | 0 | ||||
-rw-r--r-- | core/Command/Maintenance/Mimetype/UpdateJS.php (renamed from core/command/maintenance/mimetype/updatejs.php) | 0 | ||||
-rw-r--r-- | core/Command/Maintenance/Mode.php (renamed from core/command/maintenance/mode.php) | 0 | ||||
-rw-r--r-- | core/Command/Maintenance/Repair.php (renamed from core/command/maintenance/repair.php) | 0 | ||||
-rw-r--r-- | core/Command/Maintenance/SingleUser.php (renamed from core/command/maintenance/singleuser.php) | 0 | ||||
-rw-r--r-- | core/Command/Security/ImportCertificate.php (renamed from core/command/security/importcertificate.php) | 0 | ||||
-rw-r--r-- | core/Command/Security/ListCertificates.php (renamed from core/command/security/listcertificates.php) | 0 | ||||
-rw-r--r-- | core/Command/Security/RemoveCertificate.php (renamed from core/command/security/removecertificate.php) | 0 | ||||
-rw-r--r-- | core/Command/Status.php (renamed from core/command/status.php) | 0 | ||||
-rw-r--r-- | core/Command/Upgrade.php (renamed from core/command/upgrade.php) | 0 | ||||
-rw-r--r-- | core/Command/User/Add.php (renamed from core/command/user/add.php) | 0 | ||||
-rw-r--r-- | core/Command/User/Delete.php (renamed from core/command/user/delete.php) | 0 | ||||
-rw-r--r-- | core/Command/User/LastSeen.php (renamed from core/command/user/lastseen.php) | 0 | ||||
-rw-r--r-- | core/Command/User/Report.php (renamed from core/command/user/report.php) | 0 | ||||
-rw-r--r-- | core/Command/User/ResetPassword.php (renamed from core/command/user/resetpassword.php) | 0 | ||||
-rw-r--r-- | core/Controller/AvatarController.php (renamed from core/controller/avatarcontroller.php) | 0 | ||||
-rw-r--r-- | core/Controller/LostController.php (renamed from core/controller/lostcontroller.php) | 0 | ||||
-rw-r--r-- | core/Controller/SetupController.php (renamed from core/controller/setupcontroller.php) | 0 | ||||
-rw-r--r-- | core/Controller/UserController.php (renamed from core/controller/usercontroller.php) | 0 | ||||
-rw-r--r-- | core/Tags/Controller.php (renamed from core/tags/controller.php) | 0 |
58 files changed, 0 insertions, 0 deletions
diff --git a/core/command/app/checkcode.php b/core/Command/App/CheckCode.php index 78f4390e70a..78f4390e70a 100644 --- a/core/command/app/checkcode.php +++ b/core/Command/App/CheckCode.php diff --git a/core/command/app/disable.php b/core/Command/App/Disable.php index 743a78cb88d..743a78cb88d 100644 --- a/core/command/app/disable.php +++ b/core/Command/App/Disable.php diff --git a/core/command/app/enable.php b/core/Command/App/Enable.php index 0f6ce51fe8f..0f6ce51fe8f 100644 --- a/core/command/app/enable.php +++ b/core/Command/App/Enable.php diff --git a/core/command/app/getpath.php b/core/Command/App/GetPath.php index 33a3f64c53d..33a3f64c53d 100644 --- a/core/command/app/getpath.php +++ b/core/Command/App/GetPath.php diff --git a/core/command/app/listapps.php b/core/Command/App/ListApps.php index d7546b3c0c7..d7546b3c0c7 100644 --- a/core/command/app/listapps.php +++ b/core/Command/App/ListApps.php diff --git a/core/command/background/ajax.php b/core/Command/Background/Ajax.php index e9cd1405ebd..e9cd1405ebd 100644 --- a/core/command/background/ajax.php +++ b/core/Command/Background/Ajax.php diff --git a/core/command/background/base.php b/core/Command/Background/Base.php index 48fee818d0a..48fee818d0a 100644 --- a/core/command/background/base.php +++ b/core/Command/Background/Base.php diff --git a/core/command/background/cron.php b/core/Command/Background/Cron.php index 434e88893b2..434e88893b2 100644 --- a/core/command/background/cron.php +++ b/core/Command/Background/Cron.php diff --git a/core/command/background/webcron.php b/core/Command/Background/WebCron.php index 23dbe98e635..23dbe98e635 100644 --- a/core/command/background/webcron.php +++ b/core/Command/Background/WebCron.php diff --git a/core/command/base.php b/core/Command/Base.php index 7538effd74a..7538effd74a 100644 --- a/core/command/base.php +++ b/core/Command/Base.php diff --git a/core/command/check.php b/core/Command/Check.php index c2e92f7a8da..c2e92f7a8da 100644 --- a/core/command/check.php +++ b/core/Command/Check.php diff --git a/core/command/config/app/deleteconfig.php b/core/Command/Config/App/DeleteConfig.php index cccd92ea3d6..cccd92ea3d6 100644 --- a/core/command/config/app/deleteconfig.php +++ b/core/Command/Config/App/DeleteConfig.php diff --git a/core/command/config/app/getconfig.php b/core/Command/Config/App/GetConfig.php index abe71e57d8c..abe71e57d8c 100644 --- a/core/command/config/app/getconfig.php +++ b/core/Command/Config/App/GetConfig.php diff --git a/core/command/config/app/setconfig.php b/core/Command/Config/App/SetConfig.php index 097fde6ba95..097fde6ba95 100644 --- a/core/command/config/app/setconfig.php +++ b/core/Command/Config/App/SetConfig.php diff --git a/core/command/config/import.php b/core/Command/Config/Import.php index 7f1e09d2c95..7f1e09d2c95 100644 --- a/core/command/config/import.php +++ b/core/Command/Config/Import.php diff --git a/core/command/config/listconfigs.php b/core/Command/Config/ListConfigs.php index afebe4c4c07..afebe4c4c07 100644 --- a/core/command/config/listconfigs.php +++ b/core/Command/Config/ListConfigs.php diff --git a/core/command/config/system/deleteconfig.php b/core/Command/Config/System/DeleteConfig.php index 374f5ac69b7..374f5ac69b7 100644 --- a/core/command/config/system/deleteconfig.php +++ b/core/Command/Config/System/DeleteConfig.php diff --git a/core/command/config/system/getconfig.php b/core/Command/Config/System/GetConfig.php index b76474112a0..b76474112a0 100644 --- a/core/command/config/system/getconfig.php +++ b/core/Command/Config/System/GetConfig.php diff --git a/core/command/config/system/setconfig.php b/core/Command/Config/System/SetConfig.php index c7f206b05d1..c7f206b05d1 100644 --- a/core/command/config/system/setconfig.php +++ b/core/Command/Config/System/SetConfig.php diff --git a/core/command/db/converttype.php b/core/Command/Db/ConvertType.php index 864499dcce0..864499dcce0 100644 --- a/core/command/db/converttype.php +++ b/core/Command/Db/ConvertType.php diff --git a/core/command/db/generatechangescript.php b/core/Command/Db/GenerateChangeScript.php index 85436b02d65..85436b02d65 100644 --- a/core/command/db/generatechangescript.php +++ b/core/Command/Db/GenerateChangeScript.php diff --git a/core/command/encryption/changekeystorageroot.php b/core/Command/Encryption/ChangeKeyStorageRoot.php index 801a08b42a8..801a08b42a8 100644 --- a/core/command/encryption/changekeystorageroot.php +++ b/core/Command/Encryption/ChangeKeyStorageRoot.php diff --git a/core/command/encryption/decryptall.php b/core/Command/Encryption/DecryptAll.php index 0a126db5b17..0a126db5b17 100644 --- a/core/command/encryption/decryptall.php +++ b/core/Command/Encryption/DecryptAll.php diff --git a/core/command/encryption/disable.php b/core/Command/Encryption/Disable.php index 0e08a314473..0e08a314473 100644 --- a/core/command/encryption/disable.php +++ b/core/Command/Encryption/Disable.php diff --git a/core/command/encryption/enable.php b/core/Command/Encryption/Enable.php index 273320e6155..273320e6155 100644 --- a/core/command/encryption/enable.php +++ b/core/Command/Encryption/Enable.php diff --git a/core/command/encryption/encryptall.php b/core/Command/Encryption/EncryptAll.php index 02f74a9dea4..02f74a9dea4 100644 --- a/core/command/encryption/encryptall.php +++ b/core/Command/Encryption/EncryptAll.php diff --git a/core/command/encryption/listmodules.php b/core/Command/Encryption/ListModules.php index 9c061b6e764..9c061b6e764 100644 --- a/core/command/encryption/listmodules.php +++ b/core/Command/Encryption/ListModules.php diff --git a/core/command/encryption/setdefaultmodule.php b/core/Command/Encryption/SetDefaultModule.php index e9978536201..e9978536201 100644 --- a/core/command/encryption/setdefaultmodule.php +++ b/core/Command/Encryption/SetDefaultModule.php diff --git a/core/command/encryption/showkeystorageroot.php b/core/Command/Encryption/ShowKeyStorageRoot.php index 402352c4bcf..402352c4bcf 100644 --- a/core/command/encryption/showkeystorageroot.php +++ b/core/Command/Encryption/ShowKeyStorageRoot.php diff --git a/core/command/encryption/status.php b/core/Command/Encryption/Status.php index b97ea8833fa..b97ea8833fa 100644 --- a/core/command/encryption/status.php +++ b/core/Command/Encryption/Status.php diff --git a/core/command/integrity/checkapp.php b/core/Command/Integrity/CheckApp.php index 643af5285b4..643af5285b4 100644 --- a/core/command/integrity/checkapp.php +++ b/core/Command/Integrity/CheckApp.php diff --git a/core/command/integrity/checkcore.php b/core/Command/Integrity/CheckCore.php index 460a78e4da7..460a78e4da7 100644 --- a/core/command/integrity/checkcore.php +++ b/core/Command/Integrity/CheckCore.php diff --git a/core/command/integrity/signapp.php b/core/Command/Integrity/SignApp.php index 53df9619c6d..53df9619c6d 100644 --- a/core/command/integrity/signapp.php +++ b/core/Command/Integrity/SignApp.php diff --git a/core/command/integrity/signcore.php b/core/Command/Integrity/SignCore.php index e5c2de73e00..e5c2de73e00 100644 --- a/core/command/integrity/signcore.php +++ b/core/Command/Integrity/SignCore.php diff --git a/core/command/l10n/createjs.php b/core/Command/L10n/CreateJs.php index c2cfc5d0934..c2cfc5d0934 100644 --- a/core/command/l10n/createjs.php +++ b/core/Command/L10n/CreateJs.php diff --git a/core/command/log/manage.php b/core/Command/Log/Manage.php index 1d65d7ed0d8..1d65d7ed0d8 100644 --- a/core/command/log/manage.php +++ b/core/Command/Log/Manage.php diff --git a/core/command/log/owncloud.php b/core/Command/Log/OwnCloud.php index 7213f6726a2..7213f6726a2 100644 --- a/core/command/log/owncloud.php +++ b/core/Command/Log/OwnCloud.php diff --git a/core/command/maintenance/install.php b/core/Command/Maintenance/Install.php index b1b63b9b3bd..b1b63b9b3bd 100644 --- a/core/command/maintenance/install.php +++ b/core/Command/Maintenance/Install.php diff --git a/core/command/maintenance/mimetype/updatedb.php b/core/Command/Maintenance/Mimetype/UpdateDB.php index 9532f9e1cd9..9532f9e1cd9 100644 --- a/core/command/maintenance/mimetype/updatedb.php +++ b/core/Command/Maintenance/Mimetype/UpdateDB.php diff --git a/core/command/maintenance/mimetype/updatejs.php b/core/Command/Maintenance/Mimetype/UpdateJS.php index a87f50e32de..a87f50e32de 100644 --- a/core/command/maintenance/mimetype/updatejs.php +++ b/core/Command/Maintenance/Mimetype/UpdateJS.php diff --git a/core/command/maintenance/mode.php b/core/Command/Maintenance/Mode.php index 28f4fb2f7f1..28f4fb2f7f1 100644 --- a/core/command/maintenance/mode.php +++ b/core/Command/Maintenance/Mode.php diff --git a/core/command/maintenance/repair.php b/core/Command/Maintenance/Repair.php index 95e2b872227..95e2b872227 100644 --- a/core/command/maintenance/repair.php +++ b/core/Command/Maintenance/Repair.php diff --git a/core/command/maintenance/singleuser.php b/core/Command/Maintenance/SingleUser.php index 2e6f1f136e7..2e6f1f136e7 100644 --- a/core/command/maintenance/singleuser.php +++ b/core/Command/Maintenance/SingleUser.php diff --git a/core/command/security/importcertificate.php b/core/Command/Security/ImportCertificate.php index 6aae7ad1d9f..6aae7ad1d9f 100644 --- a/core/command/security/importcertificate.php +++ b/core/Command/Security/ImportCertificate.php diff --git a/core/command/security/listcertificates.php b/core/Command/Security/ListCertificates.php index 91deb2d340a..91deb2d340a 100644 --- a/core/command/security/listcertificates.php +++ b/core/Command/Security/ListCertificates.php diff --git a/core/command/security/removecertificate.php b/core/Command/Security/RemoveCertificate.php index 68e409aee1c..68e409aee1c 100644 --- a/core/command/security/removecertificate.php +++ b/core/Command/Security/RemoveCertificate.php diff --git a/core/command/status.php b/core/Command/Status.php index 6bc9c28d4d1..6bc9c28d4d1 100644 --- a/core/command/status.php +++ b/core/Command/Status.php diff --git a/core/command/upgrade.php b/core/Command/Upgrade.php index cbb1f26f938..cbb1f26f938 100644 --- a/core/command/upgrade.php +++ b/core/Command/Upgrade.php diff --git a/core/command/user/add.php b/core/Command/User/Add.php index 6c7e3a47231..6c7e3a47231 100644 --- a/core/command/user/add.php +++ b/core/Command/User/Add.php diff --git a/core/command/user/delete.php b/core/Command/User/Delete.php index b9a0a0e3950..b9a0a0e3950 100644 --- a/core/command/user/delete.php +++ b/core/Command/User/Delete.php diff --git a/core/command/user/lastseen.php b/core/Command/User/LastSeen.php index 6bb45a87875..6bb45a87875 100644 --- a/core/command/user/lastseen.php +++ b/core/Command/User/LastSeen.php diff --git a/core/command/user/report.php b/core/Command/User/Report.php index df9f7e41620..df9f7e41620 100644 --- a/core/command/user/report.php +++ b/core/Command/User/Report.php diff --git a/core/command/user/resetpassword.php b/core/Command/User/ResetPassword.php index f3f2d5b0630..f3f2d5b0630 100644 --- a/core/command/user/resetpassword.php +++ b/core/Command/User/ResetPassword.php diff --git a/core/controller/avatarcontroller.php b/core/Controller/AvatarController.php index adfe38ab2db..adfe38ab2db 100644 --- a/core/controller/avatarcontroller.php +++ b/core/Controller/AvatarController.php diff --git a/core/controller/lostcontroller.php b/core/Controller/LostController.php index 0e0932b288b..0e0932b288b 100644 --- a/core/controller/lostcontroller.php +++ b/core/Controller/LostController.php diff --git a/core/controller/setupcontroller.php b/core/Controller/SetupController.php index f25c6f39a0b..f25c6f39a0b 100644 --- a/core/controller/setupcontroller.php +++ b/core/Controller/SetupController.php diff --git a/core/controller/usercontroller.php b/core/Controller/UserController.php index 72193761022..72193761022 100644 --- a/core/controller/usercontroller.php +++ b/core/Controller/UserController.php diff --git a/core/tags/controller.php b/core/Tags/Controller.php index 9798a59d56f..9798a59d56f 100644 --- a/core/tags/controller.php +++ b/core/Tags/Controller.php |