]> source.dussan.org Git - nextcloud-server.git/commit
Move core apps from private to public functions
authorRoeland Jago Douma <roeland@famdouma.nl>
Wed, 1 Apr 2015 10:06:04 +0000 (12:06 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Wed, 1 Apr 2015 10:06:04 +0000 (12:06 +0200)
commit2b81d0f237fbfb573568a204b8fcacfc6f63d24d
tree15d17b05b820384692b035ee02203061fbcc8914
parentf5c7ba6b817c2cd2094fc9a89c966b8ae93bc903
Move core apps from private to public functions

Apps still use OC_Helper and OC_Util functions even when public ones are
already available. Sometimes the public one is even used in the same
file.
apps/files/templates/appnavigation.php
apps/files_encryption/lib/helper.php
apps/files_encryption/settings-personal.php
apps/files_encryption/templates/invalid_private_key.php
apps/files_sharing/lib/sharedstorage.php
apps/files_trashbin/lib/trashbin.php
apps/user_webdavauth/appinfo/app.php