owncloud / core

:cloud: ownCloud web server core (Files, DAV, etc.)
https://owncloud.com
GNU Affero General Public License v3.0
8.37k stars 2.06k forks source link

[8.1.0] Enabled apps appears as disabled #18974

Closed cdamken closed 9 years ago

cdamken commented 9 years ago

I was wondering when I write: sudo -u www-data php ./occ app:list

Shows me this list:


Enabled:
 - activity: 2.0.1
 - files: 1.1.9
 - files_external: 0.2.3
 - files_locking:
 - files_markdown: 0.1
 - files_mv: 0.8.1a
 - files_sharing: 0.6.2
 - files_trashbin: 0.6.3
 - files_versions: 1.0.6
 - firstrunwizard: 1.1
 - provisioning_api: 0.2
 - registration: 0.0.6
 - templateeditor: 0.1
 - updater: 0.6
Disabled:
 - bookmarks
 - calendar
 - contacts
 - delete_confirmation
 - direct_menu
 - encryption
 - external
 - files_antivirus
 - files_pdfviewer
 - files_texteditor
 - files_videoviewer
 - gallery
 - mail
 - ownnote
 - sharelinks
 - tasks
 - user_external
 - user_ldap
 - user_webdavauth

I have this apps enable only for certain groups:

 - bookmarks
 - calendar
 - contacts
 - delete_confirmation
 - direct_menu
 - external
 - files_pdfviewer
 - files_texteditor
 - files_videoviewer
 - gallery
 - ownnote
 - sharelinks
 - tasks

Why is shown as disabled?

@MorrisJobke

ghost commented 9 years ago

Maybe because of this https://github.com/owncloud/core/issues/18690?

cdamken commented 9 years ago

@RealRancor Your are right :+1:

Duplicated from https://github.com/owncloud/core/issues/18690