nextcloud / nextcloud/server

Display the enabled groups for an app when occ command to list apps is used

Open
#61,376 0 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

2. developing enhancement feature: occ good first issue
Dominant language
PHP
Stars
36.9k
Forks
5.2k
Avg merge
2d 3h
Merged PRs (30d)
713

Description

[!TIP]

Help move this idea forward
  • Use the 👍 reaction to show support for this feature.
  • Avoid commenting unless you have relevant information to add; unnecessary comments create noise for subscribers.
  • Subscribe to receive notifications about status changes and new comments.

Is your feature request related to a problem? Please describe.

  • Yes, I would like to see as an admin the groups that my apps are enabled for when using occ app:list

Describe the solution you'd like

  • When version 1.0.0 of app myapp is enabled for group mygroup, I currently see myapp: 1.0.0 under the enabled list of apps
  • I want to see `myapp: 1.0.0 (enabled for mygroup)

Describe alternatives you've considered

  • Login and check groups via admin UI
  • Do a database query to check groups that an app is enabled for

Additional context

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by running the occ app:list command and trace the code behind this entry point to see how enabled apps are formatted. Update the listing so group-enabled apps show the relevant group names, then verify that the output distinguishes normal app enablement from enablement for specific groups.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.