You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to display a list of the names of the installed apps in the serverinfo/api.
I see that the list is already used to only display apps thats have an available update.
// load all apps$apps = $this->appManager->getInstalledApps();
$info['num_installed'] = \count($apps);
I'm not sure why this chapter is in the user management section of the Admin Manual. I think it got added a million years ago alongside user management API. Probably should get moved to the Apps Management section...
Enhancement request
It would be great to display a list of the names of the installed apps in the serverinfo/api.
I see that the list is already used to only display apps thats have an available update.
An exemple output will be like :
This way it would allow us to carry out an audit of the applications installed of any instance base on the serverinfo/api.
The text was updated successfully, but these errors were encountered: