This website works better with JavaScript.
Home
Explore
Help
Sign In
Mirrors
/
nextcloud-server
mirror of
https://github.com/nextcloud/server
Watch
3
Star
0
Fork
0
Code
Releases
Activity
Browse Source
Rename files to be PSR-4 compliant
remotes/origin/fetchallappconfig
Lukas Reschke
10 years ago
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
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
0
core/Command/App/CheckCode.php
0
core/Command/App/Disable.php
0
core/Command/App/Enable.php
0
core/Command/App/GetPath.php
0
core/Command/App/ListApps.php
0
core/Command/Background/Ajax.php
0
core/Command/Background/Base.php
0
core/Command/Background/Cron.php
0
core/Command/Background/WebCron.php
0
core/Command/Base.php
0
core/Command/Check.php
0
core/Command/Config/App/DeleteConfig.php
0
core/Command/Config/App/GetConfig.php
0
core/Command/Config/App/SetConfig.php
0
core/Command/Config/Import.php
0
core/Command/Config/ListConfigs.php
0
core/Command/Config/System/DeleteConfig.php
0
core/Command/Config/System/GetConfig.php
0
core/Command/Config/System/SetConfig.php
0
core/Command/Db/ConvertType.php
0
core/Command/Db/GenerateChangeScript.php
0
core/Command/Encryption/ChangeKeyStorageRoot.php
0
core/Command/Encryption/DecryptAll.php
0
core/Command/Encryption/Disable.php
0
core/Command/Encryption/Enable.php
0
core/Command/Encryption/EncryptAll.php
0
core/Command/Encryption/ListModules.php
0
core/Command/Encryption/SetDefaultModule.php
0
core/Command/Encryption/ShowKeyStorageRoot.php
0
core/Command/Encryption/Status.php
0
core/Command/Integrity/CheckApp.php
0
core/Command/Integrity/CheckCore.php
0
core/Command/Integrity/SignApp.php
0
core/Command/Integrity/SignCore.php
0
core/Command/L10n/CreateJs.php
0
core/Command/Log/Manage.php
0
core/Command/Log/OwnCloud.php
0
core/Command/Maintenance/Install.php
0
core/Command/Maintenance/Mimetype/UpdateDB.php
0
core/Command/Maintenance/Mimetype/UpdateJS.php
0
core/Command/Maintenance/Mode.php
0
core/Command/Maintenance/Repair.php
0
core/Command/Maintenance/SingleUser.php
0
core/Command/Security/ImportCertificate.php
0
core/Command/Security/ListCertificates.php
0
core/Command/Security/RemoveCertificate.php
0
core/Command/Status.php
0
core/Command/Upgrade.php
0
core/Command/User/Add.php
0
core/Command/User/Delete.php
0
core/Command/User/LastSeen.php
0
core/Command/User/Report.php
0
core/Command/User/ResetPassword.php
0
core/Controller/AvatarController.php
0
core/Controller/LostController.php
0
core/Controller/SetupController.php
0
core/Controller/UserController.php
0
core/Tags/Controller.php
0
core/command/app/checkcode.php → core/Command/App/CheckCode.php
View File
0
core/command/app/disable.php → core/Command/App/Disable.php
View File
0
core/command/app/enable.php → core/Command/App/Enable.php
View File
0
core/command/app/getpath.php → core/Command/App/GetPath.php
View File
0
core/command/app/listapps.php → core/Command/App/ListApps.php
View File
0
core/command/background/ajax.php → core/Command/Background/Ajax.php
View File
0
core/command/background/base.php → core/Command/Background/Base.php
View File
0
core/command/background/cron.php → core/Command/Background/Cron.php
View File
0
core/command/background/webcron.php → core/Command/Background/WebCron.php
View File
0
core/command/base.php → core/Command/Base.php
View File
0
core/command/check.php → core/Command/Check.php
View File
0
core/command/config/app/deleteconfig.php → core/Command/Config/App/DeleteConfig.php
View File
0
core/command/config/app/getconfig.php → core/Command/Config/App/GetConfig.php
View File
0
core/command/config/app/setconfig.php → core/Command/Config/App/SetConfig.php
View File
0
core/command/config/import.php → core/Command/Config/Import.php
View File
0
core/command/config/listconfigs.php → core/Command/Config/ListConfigs.php
View File
0
core/command/config/system/deleteconfig.php → core/Command/Config/System/DeleteConfig.php
View File
0
core/command/config/system/getconfig.php → core/Command/Config/System/GetConfig.php
View File
0
core/command/config/system/setconfig.php → core/Command/Config/System/SetConfig.php
View File
0
core/command/db/converttype.php → core/Command/Db/ConvertType.php
View File
0
core/command/db/generatechangescript.php → core/Command/Db/GenerateChangeScript.php
View File
0
core/command/encryption/changekeystorageroot.php → core/Command/Encryption/ChangeKeyStorageRoot.php
View File
0
core/command/encryption/decryptall.php → core/Command/Encryption/DecryptAll.php
View File
0
core/command/encryption/disable.php → core/Command/Encryption/Disable.php
View File
0
core/command/encryption/enable.php → core/Command/Encryption/Enable.php
View File
0
core/command/encryption/encryptall.php → core/Command/Encryption/EncryptAll.php
View File
0
core/command/encryption/listmodules.php → core/Command/Encryption/ListModules.php
View File
0
core/command/encryption/setdefaultmodule.php → core/Command/Encryption/SetDefaultModule.php
View File
0
core/command/encryption/showkeystorageroot.php → core/Command/Encryption/ShowKeyStorageRoot.php
View File
0
core/command/encryption/status.php → core/Command/Encryption/Status.php
View File
0
core/command/integrity/checkapp.php → core/Command/Integrity/CheckApp.php
View File
0
core/command/integrity/checkcore.php → core/Command/Integrity/CheckCore.php
View File
0
core/command/integrity/signapp.php → core/Command/Integrity/SignApp.php
View File
0
core/command/integrity/signcore.php → core/Command/Integrity/SignCore.php
View File
0
core/command/l10n/createjs.php → core/Command/L10n/CreateJs.php
View File
0
core/command/log/manage.php → core/Command/Log/Manage.php
View File
0
core/command/log/owncloud.php → core/Command/Log/OwnCloud.php
View File
0
core/command/maintenance/install.php → core/Command/Maintenance/Install.php
View File
0
core/command/maintenance/mimetype/updatedb.php → core/Command/Maintenance/Mimetype/UpdateDB.php
View File
0
core/command/maintenance/mimetype/updatejs.php → core/Command/Maintenance/Mimetype/UpdateJS.php
View File
0
core/command/maintenance/mode.php → core/Command/Maintenance/Mode.php
View File
0
core/command/maintenance/repair.php → core/Command/Maintenance/Repair.php
View File
0
core/command/maintenance/singleuser.php → core/Command/Maintenance/SingleUser.php
View File
0
core/command/security/importcertificate.php → core/Command/Security/ImportCertificate.php
View File
0
core/command/security/listcertificates.php → core/Command/Security/ListCertificates.php
View File
0
core/command/security/removecertificate.php → core/Command/Security/RemoveCertificate.php
View File
0
core/command/status.php → core/Command/Status.php
View File
0
core/command/upgrade.php → core/Command/Upgrade.php
View File
0
core/command/user/add.php → core/Command/User/Add.php
View File
0
core/command/user/delete.php → core/Command/User/Delete.php
View File
0
core/command/user/lastseen.php → core/Command/User/LastSeen.php
View File
0
core/command/user/report.php → core/Command/User/Report.php
View File
0
core/command/user/resetpassword.php → core/Command/User/ResetPassword.php
View File
0
core/controller/avatarcontroller.php → core/Controller/AvatarController.php
View File
0
core/controller/lostcontroller.php → core/Controller/LostController.php
View File
0
core/controller/setupcontroller.php → core/Controller/SetupController.php
View File
0
core/controller/usercontroller.php → core/Controller/UserController.php
View File
0
core/tags/controller.php → core/Tags/Controller.php
View File
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
Mirrors/nextcloud-server
Title
Body
Create Issue