summaryrefslogtreecommitdiffstats
path: root/java/com/google/gerrit/server/account/AccountManager.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-2.15' into stable-2.16David Pursehouse2019-03-141-4/+2
* Merge branch 'stable-2.15' into stable-2.16David Pursehouse2019-01-111-16/+0
* Merge branch 'stable-2.15' into stable-2.16David Pursehouse2018-10-251-2/+8
* Reformat all Java files with google-java-format 1.6David Pursehouse2018-06-061-32/+21
* Migrate server classes to FloggerEdwin Kempin2018-06-051-32/+39
* Merge branch 'stable-2.15'Hugo Arès2018-04-241-6/+8
* ExternalIds: Return Optional<ExternalId> from get methodsEdwin Kempin2018-04-091-20/+21
* AccountManager: Ensure unique emailsEdwin Kempin2018-04-041-9/+33
* Remove support for groups in ReviewDbEdwin Kempin2018-03-271-49/+42
* Merge branch 'stable-2.15'David Pursehouse2018-03-151-0/+16
* AccountCache: Rename maybeGet to getEdwin Kempin2018-02-051-2/+2
* Merge changes from topic "return-optional-from-currentuser"Edwin Kempin2018-01-261-7/+14
|\
| * com.google.gerrit.server.account.AuthRequest#getUserName: Return OptionalEdwin Kempin2018-01-251-7/+12
| * CurrentUser#getUserName: Return Optional<String> instead of nullable StringEdwin Kempin2018-01-251-3/+5
* | Replace factory classes of AccountsUpdate with annotationsAlice Kober-Sotzek2018-01-261-13/+15
|/
* AccountManager: Use AccountCache#maybeGet instead of AccountCache#getEdwin Kempin2018-01-241-5/+10
* AccountManager#update: Improve logging when username is not changed/setEdwin Kempin2018-01-231-5/+8
* AccountManager: Handle orphaned external ID explicitlyEdwin Kempin2018-01-231-2/+10
* Treat empty username as non-existing usernameEdwin Kempin2018-01-221-1/+1
* Replace custom eq methods with Objects.equalsEdwin Kempin2018-01-191-6/+3
* AccountsUpdate#update: Return Optional<AccountState> instead of AccountStateEdwin Kempin2018-01-181-10/+8
* AccountsUpdate: Return AccountState instead of AccountEdwin Kempin2018-01-181-5/+5
* Do not read external IDs to be deleted outside of account update transactionEdwin Kempin2018-01-181-17/+20
* AccountsUpdate: Provide AccountState instead of Account for account updatesEdwin Kempin2018-01-181-3/+5
* AccountManager: Use AccountsUpdate to delete ext IDs on update linkEdwin Kempin2018-01-091-5/+6
* AccountManager: Make unlinking ext IDs atomicEdwin Kempin2018-01-091-22/+12
* AccountManager: Create account and username atomicallyEdwin Kempin2018-01-091-72/+34
* AccountManager#link: Update account and external IDs atomicallyEdwin Kempin2017-12-191-18/+11
* AccountManager#create: Create account and external ID atomicallyEdwin Kempin2017-12-191-18/+17
* AccountManager#update: Update account and external IDs atomicallyEdwin Kempin2017-12-191-4/+5
* ChangeUserName: Use AccountsUpdate instead of ExternalIdsUpdateEdwin Kempin2017-12-191-1/+1
* Make Git history of user branches more useful by specific commit messagesEdwin Kempin2017-12-181-3/+15
* Add an InternalAccountUpdate class to prepare updates to accountsEdwin Kempin2017-12-181-13/+13
* Merge branch 'stable-2.15'David Pursehouse2017-11-241-22/+49
* Remove methods which add/remove members/subgroups from GroupsUpdateAlice Kober-Sotzek2017-11-081-8/+21
* Merge branch 'stable-2.15'David Pursehouse2017-11-071-10/+3
* Dissolve gerrit-server top-level directoryDavid Ostrovsky2017-10-311-0/+486