nextcloud / user_usage_report

👱📈 User usage report
https://apps.nextcloud.com/apps/user_usage_report
GNU Affero General Public License v3.0
41 stars 11 forks source link

Groups #17

Open muwaka opened 6 years ago

muwaka commented 6 years ago

thanks for your work. how could one add groups of a user to the output? is this even possible since users can have multiple groups?

i started by adding this to AllUsers.php

$query = $this->connection->getQueryBuilder();
$query->select('gid')
    ->from('group_user');
$this->queries['groups'] = $query;

this is not finished at all..

nickvergessen commented 6 years ago

You want to add the list of groups the user is a member of to the output?

muwaka commented 6 years ago

Yes, that is what i want

samweisgamdschie commented 6 months ago

+1 We definitely need this feature! would be great if you can add the User's group list to the report! Sadly I'm not a PHP developer... :(

samweisgamdschie commented 2 months ago

Is it possible to add this feature? We really need this! + column with disabled state btw.