summaryrefslogtreecommitdiffstats
path: root/gerrit-server/src/main/java/com/google/gerrit/server/account
Commit message (Expand)AuthorAgeFilesLines
* Trim username in authentication request.Tomas Daarstad2014-06-201-2/+2
* Allow administrators to see all groupsDoug Kelly2013-06-281-1/+6
* Include project object during group name suggestionv2.7-rc0Dariusz Luksza2013-05-064-10/+47
* Merge branch 'stable-2.6'Shawn Pearce2013-04-251-0/+2
|\
| * Allow InternalUser (aka plugins) to see any internal groupShawn Pearce2013-04-231-0/+2
* | Display avatar and a link to change the avatar in the profile screenEdwin Kempin2013-04-252-0/+48
* | Introduce StreamEvents capabilityEd Bartosh2013-04-152-0/+8
* | Extract option setting utils for REST endpointsDave Borowitz2013-04-091-10/+2
* | Postpone check for first account until adding an accountChristian Aistleitner2013-04-021-12/+15
* | Add support to set diff preferences via RESTEdwin Kempin2013-03-262-0/+131
* | Add support to retrieve the account diff preferences via RESTEdwin Kempin2013-03-222-0/+79
|/
* Merge "Support to retrieve an account via REST"Shawn Pearce2013-03-212-0/+25
|\
| * Support to retrieve an account via RESTEdwin Kempin2013-03-202-0/+25
* | Add SSH command to run Git garbage collectionEdwin Kempin2013-03-202-0/+8
* | Permit adding all users to reviews and groupsShawn Pearce2013-03-202-9/+4
|/
* When resolving an account by ID check that it actually existsEdwin Kempin2013-03-121-2/+16
* Return 422 if entity from request body cannot be processedEdwin Kempin2013-03-111-5/+30
* Ignore non-visible included groups when listing members recursivelyEdwin Kempin2013-03-081-3/+1
* When listing groups don't try to include members for external groupsEdwin Kempin2013-03-081-2/+1
* Merge "Split off raw SQL access into its own permission"Shawn Pearce2013-03-072-0/+8
|\
| * Split off raw SQL access into its own permissionChad Horohoe2013-03-072-0/+8
* | Fix compile errors caused by MethodNotAllowedExceptionShawn Pearce2013-03-071-1/+2
* | Add direct members and directly included groups to GroupInfoEdwin Kempin2013-03-051-1/+4
* | Drop MemberInfo and use AccountInfo insteadEdwin Kempin2013-03-051-0/+123
|/
* Support 'self' for REST endpoints to get/add/delete a group memberEdwin Kempin2013-02-271-3/+8
* Include name of owner group into GroupInfoEdwin Kempin2013-02-211-3/+6
* Move GroupMembers binding to GerritGlobalModuleDave Borowitz2013-02-211-4/+5
* Add used name to thrown NameAlreadyUsedExceptionChristian Aistleitner2013-02-183-3/+3
* Merge "Fix returning of 'Email Reviewers' capability via REST"David Pursehouse2013-02-151-0/+2
|\
| * Fix returning of 'Email Reviewers' capability via RESTEdwin Kempin2013-02-141-0/+2
* | Fix error handling on group creation if group already existsEdwin Kempin2013-02-151-10/+13
|/
* Protect against nulls in GroupMembers.getGroupMembers()Chad Horohoe2013-02-121-1/+1
* Merge "Support managing visible external groups within internal groups"Shawn Pearce2013-02-081-7/+7
|\
| * Support managing visible external groups within internal groupsShawn Pearce2013-02-081-7/+7
* | Merge "Support to check via REST if a group is owned by the calling user"Shawn Pearce2013-02-081-0/+22
|\ \ | |/ |/|
| * Support to check via REST if a group is owned by the calling userEdwin Kempin2013-02-081-0/+22
* | Remove isVisibleToAll from GroupDescriptionShawn Pearce2013-02-071-2/+5
|/
* Add a /changes option to include detailed account infoDave Borowitz2013-02-062-0/+6
* Use new REST API to show and add included groups in WebUIEdwin Kempin2013-02-012-17/+0
* Use IdString to wrap encoded strings in REST API callsShawn Pearce2013-01-282-8/+10
* Move Url utility class to restapi packageShawn Pearce2013-01-281-1/+1
* Support creation of groups via RESTEdwin Kempin2013-01-261-2/+2
* Merge VisibleGroups into ListGroupsEdwin Kempin2013-01-221-116/+0
* Fix memberIn() operator for non-internal groupsShawn Pearce2013-01-181-6/+1
* Query all external groups for internal group membershipsShawn Pearce2013-01-183-2/+66
* Fix nested group expansionShawn Pearce2013-01-185-56/+148
* Add intersection to GroupMembershipShawn Pearce2013-01-184-9/+58
* Use contains() from containsAnyOf() for single groupsShawn Pearce2013-01-181-20/+27
* Delete dead code in VisibleGroupsShawn Pearce2013-01-181-24/+0
* Implement /groups/?user=* in terms of /accounts/*/groupsShawn Pearce2013-01-171-1/+1