-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
More occ user management commands #390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
core/Command/Group/AddUser.php
Outdated
| /** | ||
| * @author Robin Appelman <[email protected]> | ||
| * | ||
| * @copyright Copyright (c) 2016, ownCloud, Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
|
@LukasReschke fixed the headers |
core/Command/Group/AddUser.php
Outdated
| /** | ||
| * @author Robin Appelman <[email protected]> | ||
| * | ||
| * @license AGPL-3.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use the same header everyone else is using:
https://github.com/nextcloud/server/blob/master/apps/theming/tests/lib/TemplateTest.php#L2-L20
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
|
Tested and works 👍 (I rebased this to resolve the conflict) @blizzz @schiessle @nickvergessen @LukasReschke Please review |
and @rullzer mind to review? |
|
👍 |
Adds the following occ commands
occ user:info <user>: Show user detailsocc user:list [--limit <limit>] [--offset <offset>: List usersocc group:list [--limit <limit>] [--offset <offset>: List groupsocc group:adduser <group> <user>: Add a user to a groupocc group:removeuser <group> <user>: Remove a user from a group