Skip to content

More occ user management commands - #390

Merged
rullzer merged 4 commits into
masterfrom
occ-user
Jul 20, 2016
Merged

More occ user management commands#390
rullzer merged 4 commits into
masterfrom
occ-user

Conversation

@icewind1991

Copy link
Copy Markdown
Member

Adds the following occ commands

  • occ user:info <user>: Show user details
  • occ user:list [--limit <limit>] [--offset <offset>: List users
  • occ group:list [--limit <limit>] [--offset <offset>: List groups
  • occ group:adduser <group> <user>: Add a user to a group
  • occ group:removeuser <group> <user>: Remove a user from a group

@icewind1991icewind1991 added the 3. to review Waiting for reviews label Jul 13, 2016
@icewind1991icewind1991 added this to the Nextcloud Next milestone Jul 13, 2016
Comment threadcore/Command/Group/AddUser.php Outdated
/**
* @author Robin Appelman <robin@icewind.nl>
*
* @copyright Copyright (c) 2016, ownCloud, Inc.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

@icewind1991

Copy link
Copy Markdown
MemberAuthor

@LukasReschke fixed the headers

Comment threadcore/Command/Group/AddUser.php Outdated
/**
* @author Robin Appelman <robin@icewind.nl>
*
* @license AGPL-3.0

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@MorrisJobke

Copy link
Copy Markdown
Member

Tested and works 👍

(I rebased this to resolve the conflict)

@blizzz@schiessle@nickvergessen@LukasReschke Please review

@MorrisJobke

Copy link
Copy Markdown
Member

@blizzz@schiessle@nickvergessen@LukasReschke Please review

and @rullzer mind to review?

@rullzer

Copy link
Copy Markdown
Member

👍

@rullzer
rullzer merged commit 1088916 into masterJul 20, 2016
@rullzer
rullzer deleted the occ-user branch July 20, 2016 18:36
@rullzerrullzer mentioned this pull request Sep 12, 2019
4 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@icewind1991@MorrisJobke@rullzer@nickvergessen@LukasReschke