summaryrefslogtreecommitdiffstats
path: root/gerrit-server/src/main/java/com/google/gerrit/server/group
Commit message (Expand)AuthorAgeFilesLines
* Resolve non-internal group ownersShawn Pearce2013-03-121-5/+6
* For external group fail with 405 if group endpoint expects internal groupEdwin Kempin2013-03-121-3/+3
* Ignore unknown groups when listing groups for projectsEdwin Kempin2013-03-111-5/+3
* For external group fail with 405 if group endpoint expects internal groupEdwin Kempin2013-03-113-6/+11
* Return 422 if entity from request body cannot be processedEdwin Kempin2013-03-119-130/+106
* Ignore non-visible included groups when listing members recursivelyEdwin Kempin2013-03-089-48/+36
* When listing groups don't try to include members for external groupsEdwin Kempin2013-03-087-23/+26
* Fix compile errors caused by MethodNotAllowedExceptionShawn Pearce2013-03-078-12/+20
* For external group fail with 405 if group endpoint expects internal groupEdwin Kempin2013-03-062-4/+6
* Remove unused importsDavid Pursehouse2013-03-061-1/+0
* Add direct members and directly included groups to GroupInfoEdwin Kempin2013-03-0510-35/+170
* Drop MemberInfo and use AccountInfo insteadEdwin Kempin2013-03-054-53/+26
* Merge "Support 'self' for REST endpoints to get/add/delete a group member"Shawn Pearce2013-03-013-27/+41
|\
| * Support 'self' for REST endpoints to get/add/delete a group memberEdwin Kempin2013-02-273-27/+41
* | Return 204 No Content if project/group description was deleted by PUTEdwin Kempin2013-02-281-7/+4
* | Return 409 if group creation/rename fails because name is already in useEdwin Kempin2013-02-272-6/+6
|/
* Accept group UUID and group ID as input for adding a group as reviewerEdwin Kempin2013-02-261-1/+1
* Fix build error in ListMembersShawn Pearce2013-02-221-1/+2
* Do not try to list members of external groupsEdwin Kempin2013-02-221-0/+3
* Include name of owner group into GroupInfoEdwin Kempin2013-02-2110-76/+124
* Accept group UUID and group ID as input for setting group owner via RESTEdwin Kempin2013-02-151-12/+12
* Merge "Group rename should fail with 412 if group with this name already exists"David Pursehouse2013-02-151-3/+3
|\
| * Group rename should fail with 412 if group with this name already existsEdwin Kempin2013-02-141-3/+3
* | Let group creation fail with 412 if group already existsEdwin Kempin2013-02-152-0/+28
|/
* Remove kind field from GroupOptionsInfoEdwin Kempin2013-02-131-1/+0
* Merge "Support managing visible external groups within internal groups"Shawn Pearce2013-02-085-55/+57
|\
| * Support managing visible external groups within internal groupsShawn Pearce2013-02-085-55/+57
* | Merge "Support to check via REST if a group is owned by the calling user"Shawn Pearce2013-02-081-19/+62
|\ \ | |/ |/|
| * Support to check via REST if a group is owned by the calling userEdwin Kempin2013-02-081-19/+62
* | Remove isVisibleToAll from GroupDescriptionShawn Pearce2013-02-071-1/+3
|/
* Rename 'is_visible_to_all' in GroupOptionsInfo to 'visible_to_all'Edwin Kempin2013-02-052-7/+7
* Merge "Support changing of group options via REST"David Pursehouse2013-02-015-2/+134
|\
| * Support changing of group options via RESTEdwin Kempin2013-01-315-2/+134
* | Fix: Exception when editing group name to same name from WebUIDavid Pursehouse2013-02-011-1/+6
* | Fix handling of UUID on delete of included groupEdwin Kempin2013-01-311-1/+1
|/
* Merge "Support removing of groups from a group via REST"Shawn Pearce2013-01-312-0/+166
|\
| * Support removing of groups from a group via RESTEdwin Kempin2013-01-302-0/+166
* | Support rename of groups via RESTEdwin Kempin2013-01-303-0/+96
* | Merge "Support changing the group owner via REST"Shawn Pearce2013-01-313-0/+144
|\ \
| * | Support changing the group owner via RESTEdwin Kempin2013-01-303-0/+144
| |/
* / Fix wrong AuthException in PutDescriptionEdwin Kempin2013-01-301-1/+1
|/
* Cleanup MemberResource and IncludedGroupResourceShawn Pearce2013-01-2915-143/+127
* Support changing of group description through RESTEdwin Kempin2013-01-293-0/+116
* Use IdString to wrap encoded strings in REST API callsShawn Pearce2013-01-284-23/+24
* Move Url utility class to restapi packageShawn Pearce2013-01-285-5/+5
* URL decode new group names before creating themShawn Pearce2013-01-281-2/+4
* Support including of groups into a group via RESTEdwin Kempin2013-01-283-2/+206
* Merge "Change group creation to be PUT /groups/{name}"Edwin Kempin2013-01-263-47/+76
|\
| * Change group creation to be PUT /groups/{name}Shawn Pearce2013-01-263-47/+76
* | Merge "Accept POST /groups/{id}/members"Edwin Kempin2013-01-261-0/+1
|\ \ | |/ |/|