Browse Source

Rename files to be PSR-4 compliant

tags/v9.1.0beta1
Lukas Reschke 8 years ago
parent
commit
a4b19a5b1e
No account linked to committer's email address
58 changed files with 0 additions and 0 deletions
  1. 0
    0
      core/Command/App/CheckCode.php
  2. 0
    0
      core/Command/App/Disable.php
  3. 0
    0
      core/Command/App/Enable.php
  4. 0
    0
      core/Command/App/GetPath.php
  5. 0
    0
      core/Command/App/ListApps.php
  6. 0
    0
      core/Command/Background/Ajax.php
  7. 0
    0
      core/Command/Background/Base.php
  8. 0
    0
      core/Command/Background/Cron.php
  9. 0
    0
      core/Command/Background/WebCron.php
  10. 0
    0
      core/Command/Base.php
  11. 0
    0
      core/Command/Check.php
  12. 0
    0
      core/Command/Config/App/DeleteConfig.php
  13. 0
    0
      core/Command/Config/App/GetConfig.php
  14. 0
    0
      core/Command/Config/App/SetConfig.php
  15. 0
    0
      core/Command/Config/Import.php
  16. 0
    0
      core/Command/Config/ListConfigs.php
  17. 0
    0
      core/Command/Config/System/DeleteConfig.php
  18. 0
    0
      core/Command/Config/System/GetConfig.php
  19. 0
    0
      core/Command/Config/System/SetConfig.php
  20. 0
    0
      core/Command/Db/ConvertType.php
  21. 0
    0
      core/Command/Db/GenerateChangeScript.php
  22. 0
    0
      core/Command/Encryption/ChangeKeyStorageRoot.php
  23. 0
    0
      core/Command/Encryption/DecryptAll.php
  24. 0
    0
      core/Command/Encryption/Disable.php
  25. 0
    0
      core/Command/Encryption/Enable.php
  26. 0
    0
      core/Command/Encryption/EncryptAll.php
  27. 0
    0
      core/Command/Encryption/ListModules.php
  28. 0
    0
      core/Command/Encryption/SetDefaultModule.php
  29. 0
    0
      core/Command/Encryption/ShowKeyStorageRoot.php
  30. 0
    0
      core/Command/Encryption/Status.php
  31. 0
    0
      core/Command/Integrity/CheckApp.php
  32. 0
    0
      core/Command/Integrity/CheckCore.php
  33. 0
    0
      core/Command/Integrity/SignApp.php
  34. 0
    0
      core/Command/Integrity/SignCore.php
  35. 0
    0
      core/Command/L10n/CreateJs.php
  36. 0
    0
      core/Command/Log/Manage.php
  37. 0
    0
      core/Command/Log/OwnCloud.php
  38. 0
    0
      core/Command/Maintenance/Install.php
  39. 0
    0
      core/Command/Maintenance/Mimetype/UpdateDB.php
  40. 0
    0
      core/Command/Maintenance/Mimetype/UpdateJS.php
  41. 0
    0
      core/Command/Maintenance/Mode.php
  42. 0
    0
      core/Command/Maintenance/Repair.php
  43. 0
    0
      core/Command/Maintenance/SingleUser.php
  44. 0
    0
      core/Command/Security/ImportCertificate.php
  45. 0
    0
      core/Command/Security/ListCertificates.php
  46. 0
    0
      core/Command/Security/RemoveCertificate.php
  47. 0
    0
      core/Command/Status.php
  48. 0
    0
      core/Command/Upgrade.php
  49. 0
    0
      core/Command/User/Add.php
  50. 0
    0
      core/Command/User/Delete.php
  51. 0
    0
      core/Command/User/LastSeen.php
  52. 0
    0
      core/Command/User/Report.php
  53. 0
    0
      core/Command/User/ResetPassword.php
  54. 0
    0
      core/Controller/AvatarController.php
  55. 0
    0
      core/Controller/LostController.php
  56. 0
    0
      core/Controller/SetupController.php
  57. 0
    0
      core/Controller/UserController.php
  58. 0
    0
      core/Tags/Controller.php

core/command/app/checkcode.php → core/Command/App/CheckCode.php View File


core/command/app/disable.php → core/Command/App/Disable.php View File


core/command/app/enable.php → core/Command/App/Enable.php View File


core/command/app/getpath.php → core/Command/App/GetPath.php View File


core/command/app/listapps.php → core/Command/App/ListApps.php View File


core/command/background/ajax.php → core/Command/Background/Ajax.php View File


core/command/background/base.php → core/Command/Background/Base.php View File


core/command/background/cron.php → core/Command/Background/Cron.php View File


core/command/background/webcron.php → core/Command/Background/WebCron.php View File


core/command/base.php → core/Command/Base.php View File


core/command/check.php → core/Command/Check.php View File


core/command/config/app/deleteconfig.php → core/Command/Config/App/DeleteConfig.php View File


core/command/config/app/getconfig.php → core/Command/Config/App/GetConfig.php View File


core/command/config/app/setconfig.php → core/Command/Config/App/SetConfig.php View File


core/command/config/import.php → core/Command/Config/Import.php View File


core/command/config/listconfigs.php → core/Command/Config/ListConfigs.php View File


core/command/config/system/deleteconfig.php → core/Command/Config/System/DeleteConfig.php View File


core/command/config/system/getconfig.php → core/Command/Config/System/GetConfig.php View File


core/command/config/system/setconfig.php → core/Command/Config/System/SetConfig.php View File


core/command/db/converttype.php → core/Command/Db/ConvertType.php View File


core/command/db/generatechangescript.php → core/Command/Db/GenerateChangeScript.php View File


core/command/encryption/changekeystorageroot.php → core/Command/Encryption/ChangeKeyStorageRoot.php View File


core/command/encryption/decryptall.php → core/Command/Encryption/DecryptAll.php View File


core/command/encryption/disable.php → core/Command/Encryption/Disable.php View File


core/command/encryption/enable.php → core/Command/Encryption/Enable.php View File


core/command/encryption/encryptall.php → core/Command/Encryption/EncryptAll.php View File


core/command/encryption/listmodules.php → core/Command/Encryption/ListModules.php View File


core/command/encryption/setdefaultmodule.php → core/Command/Encryption/SetDefaultModule.php View File


core/command/encryption/showkeystorageroot.php → core/Command/Encryption/ShowKeyStorageRoot.php View File


core/command/encryption/status.php → core/Command/Encryption/Status.php View File


core/command/integrity/checkapp.php → core/Command/Integrity/CheckApp.php View File


core/command/integrity/checkcore.php → core/Command/Integrity/CheckCore.php View File


core/command/integrity/signapp.php → core/Command/Integrity/SignApp.php View File


core/command/integrity/signcore.php → core/Command/Integrity/SignCore.php View File


core/command/l10n/createjs.php → core/Command/L10n/CreateJs.php View File


core/command/log/manage.php → core/Command/Log/Manage.php View File


core/command/log/owncloud.php → core/Command/Log/OwnCloud.php View File


core/command/maintenance/install.php → core/Command/Maintenance/Install.php View File


core/command/maintenance/mimetype/updatedb.php → core/Command/Maintenance/Mimetype/UpdateDB.php View File


core/command/maintenance/mimetype/updatejs.php → core/Command/Maintenance/Mimetype/UpdateJS.php View File


core/command/maintenance/mode.php → core/Command/Maintenance/Mode.php View File


core/command/maintenance/repair.php → core/Command/Maintenance/Repair.php View File


core/command/maintenance/singleuser.php → core/Command/Maintenance/SingleUser.php View File


core/command/security/importcertificate.php → core/Command/Security/ImportCertificate.php View File


core/command/security/listcertificates.php → core/Command/Security/ListCertificates.php View File


core/command/security/removecertificate.php → core/Command/Security/RemoveCertificate.php View File


core/command/status.php → core/Command/Status.php View File


core/command/upgrade.php → core/Command/Upgrade.php View File


core/command/user/add.php → core/Command/User/Add.php View File


core/command/user/delete.php → core/Command/User/Delete.php View File


core/command/user/lastseen.php → core/Command/User/LastSeen.php View File


core/command/user/report.php → core/Command/User/Report.php View File


core/command/user/resetpassword.php → core/Command/User/ResetPassword.php View File


core/controller/avatarcontroller.php → core/Controller/AvatarController.php View File


core/controller/lostcontroller.php → core/Controller/LostController.php View File


core/controller/setupcontroller.php → core/Controller/SetupController.php View File


core/controller/usercontroller.php → core/Controller/UserController.php View File


core/tags/controller.php → core/Tags/Controller.php View File


Loading…
Cancel
Save