This website requires JavaScript.
Explore
Help
Register
Sign In
mbk-lab
/
nextcloud
Watch
2
Star
0
Fork
You've already forked nextcloud
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Rename files to be PSR-4 compliant
Browse Source
...
This commit is contained in:
Lukas Reschke
2016-04-06 10:40:55 +02:00
parent
046506dd14
commit
a4b19a5b1e
No known key found for this signature in database
GPG Key ID:
9AB0ADB949B6898C
58 changed files
with
0 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
0
core/command/app/checkcode.php → core/Command/App/CheckCode.php
Unescape
Escape
View File
0
core/command/app/disable.php → core/Command/App/Disable.php
Unescape
Escape
View File
0
core/command/app/enable.php → core/Command/App/Enable.php
Unescape
Escape
View File
0
core/command/app/getpath.php → core/Command/App/GetPath.php
Unescape
Escape
View File
0
core/command/app/listapps.php → core/Command/App/ListApps.php
Unescape
Escape
View File
0
core/command/background/ajax.php → core/Command/Background/Ajax.php
Unescape
Escape
View File
0
core/command/background/base.php → core/Command/Background/Base.php
Unescape
Escape
View File
0
core/command/background/cron.php → core/Command/Background/Cron.php
Unescape
Escape
View File
0
core/command/background/webcron.php → core/Command/Background/WebCron.php
Unescape
Escape
View File
0
core/command/base.php → core/Command/Base.php
Unescape
Escape
View File
0
core/command/check.php → core/Command/Check.php
Unescape
Escape
View File
0
core/command/config/app/deleteconfig.php → core/Command/Config/App/DeleteConfig.php
Unescape
Escape
View File
0
core/command/config/app/getconfig.php → core/Command/Config/App/GetConfig.php
Unescape
Escape
View File
0
core/command/config/app/setconfig.php → core/Command/Config/App/SetConfig.php
Unescape
Escape
View File
0
core/command/config/import.php → core/Command/Config/Import.php
Unescape
Escape
View File
0
core/command/config/listconfigs.php → core/Command/Config/ListConfigs.php
Unescape
Escape
View File
0
core/command/config/system/deleteconfig.php → core/Command/Config/System/DeleteConfig.php
Unescape
Escape
View File
0
core/command/config/system/getconfig.php → core/Command/Config/System/GetConfig.php
Unescape
Escape
View File
0
core/command/config/system/setconfig.php → core/Command/Config/System/SetConfig.php
Unescape
Escape
View File
0
core/command/db/converttype.php → core/Command/Db/ConvertType.php
Unescape
Escape
View File
0
core/command/db/generatechangescript.php → core/Command/Db/GenerateChangeScript.php
Unescape
Escape
View File
0
core/command/encryption/changekeystorageroot.php → core/Command/Encryption/ChangeKeyStorageRoot.php
Unescape
Escape
View File
0
core/command/encryption/decryptall.php → core/Command/Encryption/DecryptAll.php
Unescape
Escape
View File
0
core/command/encryption/disable.php → core/Command/Encryption/Disable.php
Unescape
Escape
View File
0
core/command/encryption/enable.php → core/Command/Encryption/Enable.php
Unescape
Escape
View File
0
core/command/encryption/encryptall.php → core/Command/Encryption/EncryptAll.php
Unescape
Escape
View File
0
core/command/encryption/listmodules.php → core/Command/Encryption/ListModules.php
Unescape
Escape
View File
0
core/command/encryption/setdefaultmodule.php → core/Command/Encryption/SetDefaultModule.php
Unescape
Escape
View File
0
core/command/encryption/showkeystorageroot.php → core/Command/Encryption/ShowKeyStorageRoot.php
Unescape
Escape
View File
0
core/command/encryption/status.php → core/Command/Encryption/Status.php
Unescape
Escape
View File
0
core/command/integrity/checkapp.php → core/Command/Integrity/CheckApp.php
Unescape
Escape
View File
0
core/command/integrity/checkcore.php → core/Command/Integrity/CheckCore.php
Unescape
Escape
View File
0
core/command/integrity/signapp.php → core/Command/Integrity/SignApp.php
Unescape
Escape
View File
0
core/command/integrity/signcore.php → core/Command/Integrity/SignCore.php
Unescape
Escape
View File
0
core/command/l10n/createjs.php → core/Command/L10n/CreateJs.php
Unescape
Escape
View File
0
core/command/log/manage.php → core/Command/Log/Manage.php
Unescape
Escape
View File
0
core/command/log/owncloud.php → core/Command/Log/OwnCloud.php
Unescape
Escape
View File
0
core/command/maintenance/install.php → core/Command/Maintenance/Install.php
Unescape
Escape
View File
0
core/command/maintenance/mimetype/updatedb.php → core/Command/Maintenance/Mimetype/UpdateDB.php
Unescape
Escape
View File
0
core/command/maintenance/mimetype/updatejs.php → core/Command/Maintenance/Mimetype/UpdateJS.php
Unescape
Escape
View File
0
core/command/maintenance/mode.php → core/Command/Maintenance/Mode.php
Unescape
Escape
View File
0
core/command/maintenance/repair.php → core/Command/Maintenance/Repair.php
Unescape
Escape
View File
0
core/command/maintenance/singleuser.php → core/Command/Maintenance/SingleUser.php
Unescape
Escape
View File
0
core/command/security/importcertificate.php → core/Command/Security/ImportCertificate.php
Unescape
Escape
View File
0
core/command/security/listcertificates.php → core/Command/Security/ListCertificates.php
Unescape
Escape
View File
0
core/command/security/removecertificate.php → core/Command/Security/RemoveCertificate.php
Unescape
Escape
View File
0
core/command/status.php → core/Command/Status.php
Unescape
Escape
View File
0
core/command/upgrade.php → core/Command/Upgrade.php
Unescape
Escape
View File
0
core/command/user/add.php → core/Command/User/Add.php
Unescape
Escape
View File
0
core/command/user/delete.php → core/Command/User/Delete.php
Unescape
Escape
View File
0
core/command/user/lastseen.php → core/Command/User/LastSeen.php
Unescape
Escape
View File
0
core/command/user/report.php → core/Command/User/Report.php
Unescape
Escape
View File
0
core/command/user/resetpassword.php → core/Command/User/ResetPassword.php
Unescape
Escape
View File
0
core/controller/avatarcontroller.php → core/Controller/AvatarController.php
Unescape
Escape
View File
0
core/controller/lostcontroller.php → core/Controller/LostController.php
Unescape
Escape
View File
0
core/controller/setupcontroller.php → core/Controller/SetupController.php
Unescape
Escape
View File
0
core/controller/usercontroller.php → core/Controller/UserController.php
Unescape
Escape
View File
0
core/tags/controller.php → core/Tags/Controller.php
Unescape
Escape
View File
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
mbk-lab/nextcloud
Title
Body
Create Issue