gerrit/gerrit-server/src/main/java/com/google/gerrit/server/account
David Pursehouse 4470d21fbe Merge branch 'stable-2.14' into stable-2.15
* stable-2.14:
  ProjectLevelConfig: Import Collectors.toList static
  Merge parent config values with child values
  Set version to 2.14.8-SNAPSHOT
  Fix the missing DB entry in Gerrit DB
  Fix unit test "addGroupAsReviewersWhenANotPerfectMatchedUserExist"

Change-Id: Iae2f6b4dfb8bebb2a817485330b92a2b7b8b8548
2018-03-14 22:06:01 +09:00
..
externalids LockFailureException: Expose ref names 2017-11-01 12:46:25 -04:00
AbstractGroupBackend.java Revert "Perform user.getEffectiveGroups() less eagerly" 2015-02-17 17:16:33 -08:00
AbstractRealm.java Move classes that are related to external IDs into an own package 2017-03-27 15:38:01 +02:00
AccountCache.java Remove accounts_byname cache 2017-08-25 13:50:44 +02:00
AccountCacheImpl.java Remove the dependency of the account cache on the group index 2018-02-21 08:08:10 +01:00
AccountConfig.java Store metaId in account 2017-08-17 17:32:07 +02:00
AccountControl.java Add accounts.visibility setting to ServerInfo 2017-08-31 11:43:33 +02:00
AccountDeactivator.java Exclude local gerrit accounts from scheduled deactivation task 2017-11-24 00:41:57 +00:00
AccountDirectory.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
AccountException.java Remove 'final' from method signatures across gerrit. 2017-06-14 09:18:42 +02:00
AccountLimits.java Move QueryProcessor and InternalQuery to gerrit-index 2017-08-16 08:20:39 -04:00
AccountLoader.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
AccountManager.java Merge branch 'stable-2.14' into stable-2.15 2018-03-14 22:06:01 +09:00
AccountResolver.java Remove unused ReviewDb from AccountResolver 2017-10-01 13:27:49 +01:00
AccountResource.java Remove dead AccountResource.Capability.has method 2017-02-20 18:21:07 +00:00
AccountState.java Remove the dependency of the account cache on the group index 2018-02-21 08:08:10 +01:00
AccountUserNameException.java Remove 'final' from method signatures across gerrit. 2017-06-14 09:18:42 +02:00
AccountVisibilityProvider.java Add accounts.visibility setting to ServerInfo 2017-08-31 11:43:33 +02:00
Accounts.java Remove "My Drafts" menu items from all user preferences 2017-09-30 10:05:56 -04:00
AccountsCollection.java Remove unused ReviewDb from AccountResolver 2017-10-01 13:27:49 +01:00
AccountsConsistencyChecker.java Remove support for reading accounts from ReviewDb 2017-08-29 10:39:53 +02:00
AccountsUpdate.java Remove support for writing accounts from ReviewDb 2017-08-29 14:49:00 +02:00
AddSshKey.java Convert administrateServer to PermissionBackend 2017-04-24 10:14:01 +02:00
AuthRequest.java Synchronize account inactive flag with LDAP auth 2017-10-01 11:28:15 +01:00
AuthResult.java Move classes that are related to external IDs into an own package 2017-03-27 15:38:01 +02:00
AuthenticationFailedException.java Organize imports 2015-08-20 11:29:39 +09:00
AuthorizedKeys.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
Capabilities.java Move PluginPermissions to extension API 2017-04-25 14:36:18 +02:00
CapabilityCollection.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
ChangeUserName.java Remove accounts_byname cache 2017-08-25 13:50:44 +02:00
CreateAccount.java ExternalIds NoteDb migration: Avoid intermediate migration state 2018-03-07 21:35:20 +01:00
CreateEmail.java ExternalIds NoteDb migration: Avoid intermediate migration state 2018-03-07 21:35:20 +01:00
CreateGroupArgs.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
DefaultRealm.java Remove usage of AccountByEmailCache 2017-08-08 14:17:18 +02:00
DeleteActive.java Change SetInactiveFlag to accept account id instead of IdentifiedUser 2017-10-01 11:27:48 +01:00
DeleteEmail.java ExternalIds NoteDb migration: Avoid intermediate migration state 2018-03-07 21:35:20 +01:00
DeleteExternalIds.java AccountManager: Allow unlinking of several external IDs at once 2017-06-29 17:04:08 +02:00
DeleteSshKey.java Convert administrateServer to PermissionBackend 2017-04-24 10:14:01 +02:00
DeleteWatchedProjects.java DeleteWatchedProjects: Ignore null values from input list 2017-10-12 07:58:38 +00:00
EmailExpander.java Remove 'final' from method signatures across gerrit. 2017-06-14 09:18:42 +02:00
Emails.java Return only exact matches from InternalAccountQuery#byPreferredEmail 2017-08-24 16:07:52 +02:00
EmailsCollection.java Correct use of generics in AcceptsCreate#create 2017-09-14 13:46:07 +02:00
FakeRealm.java Account.FieldName: Move to extension API as AccountFieldName 2016-08-23 10:28:45 +09:00
GeneralPreferencesLoader.java Discontinue draft workflow 2017-09-30 15:47:14 +02:00
GetAccount.java Replace account.AccountInfo with extensions.common.AccountInfo 2014-11-26 11:44:56 -05:00
GetActive.java GetActive: Return Response<String> instead of BinaryResponse 2016-09-02 17:27:01 +09:00
GetAgreements.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
GetAvatar.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
GetAvatarChangeUrl.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
GetCapabilities.java Rename CapabilityControl to AccountLimits 2017-06-29 12:23:42 +00:00
GetDetail.java AccountDetailInfo: Include flag if account is inactive 2017-06-29 12:02:41 +02:00
GetDiffPreferences.java Convert administrateServer to PermissionBackend 2017-04-24 10:14:01 +02:00
GetEditPreferences.java Convert modifyAccount to PermissionBackend 2017-04-18 10:28:00 +02:00
GetEmail.java AccountApi: Add methods to get emails and delete email 2017-02-08 13:42:46 +01:00
GetEmails.java AccountApi: Add methods to get emails and delete email 2017-02-08 13:42:46 +01:00
GetExternalIds.java Finish moving ACCESS_DATABASE checks to PermissionBackend 2017-06-16 14:03:35 +09:00
GetGroups.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
GetName.java Move REST endpoints to singleton scope 2014-05-28 16:33:12 -07:00
GetOAuthToken.java Allow running without gerrit.canonicalWebUrl 2017-08-10 10:31:16 +00:00
GetPreferences.java Convert modifyAccount to PermissionBackend 2017-04-18 10:28:00 +02:00
GetSshKey.java Extract SshKeyInfo from GetSshKeys to extension API 2016-03-16 19:14:53 +09:00
GetSshKeys.java Convert modifyAccount to PermissionBackend 2017-04-18 10:28:00 +02:00
GetStatus.java Add API portion of account status 2017-01-31 10:58:03 -08:00
GetUsername.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
GetWatchedProjects.java Convert administrateServer to PermissionBackend 2017-04-24 10:14:01 +02:00
GroupBackend.java Reduce usage of ProjectControl 2017-08-30 10:17:32 +02:00
GroupBackends.java Reduce usage of ProjectControl 2017-08-30 10:17:32 +02:00
GroupCache.java GroupCache: Remove all() method 2017-09-27 16:13:09 +02:00
GroupCacheImpl.java Fix check for group index in GroupCacheImpl.ByIdLoader 2017-10-21 01:54:03 +00:00
GroupControl.java Perform group lookups by AccountGroup.Id from the group index 2017-09-21 15:48:55 +02:00
GroupIncludeCache.java Improve naming of group caches 2018-02-21 08:10:43 +01:00
GroupIncludeCacheImpl.java GroupIncludeCacheImpl: Remove unnecessarily nested else clauses 2018-02-22 19:14:56 +01:00
GroupMembers.java Use the term 'subgroup' instead of 'includes' where possible 2017-09-13 14:57:46 +02:00
GroupMembership.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
GroupUUID.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
HashedPassword.java gerrit-server: use hashed passwords for HTTP. 2017-02-28 09:09:33 +01:00
IncludingGroupMembership.java Cache groups by member outside of the account cache 2018-02-21 08:10:41 +01:00
Index.java Merge branch 'stable-2.14' into stable-2.15 2018-01-26 08:55:41 +09:00
InternalAccountDirectory.java Move classes that are related to external IDs into an own package 2017-03-27 15:38:01 +02:00
InternalGroupBackend.java Fix provisioning of ReviewDb in InternalGroupBackend 2017-09-30 15:13:31 +00:00
InvalidUserNameException.java Move InvalidUserNameException to com.google.gerrit.server.account 2016-02-18 17:59:45 +09:00
ListGroupMembership.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
Module.java Also find accounts by preferred email 2017-08-08 14:06:53 +02:00
PostWatchedProjects.java Convert parsing projects to use PermissionBackend 2017-04-24 08:28:24 +00:00
PutAccount.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
PutActive.java Change SetInactiveFlag to accept account id instead of IdentifiedUser 2017-10-01 11:27:48 +01:00
PutAgreement.java Throw an exception when a referenced group is not found 2017-08-03 10:27:47 +02:00
PutEmail.java Move CreateEmail.Input to EmailInput in extension API 2015-05-28 16:05:40 +09:00
PutHttpPassword.java ExternalIds NoteDb migration: Avoid intermediate migration state 2018-03-07 21:35:20 +01:00
PutName.java Remove support for writing accounts from ReviewDb 2017-08-29 14:49:00 +02:00
PutPreferred.java Remove support for writing accounts from ReviewDb 2017-08-29 14:49:00 +02:00
PutStatus.java Remove support for writing accounts from ReviewDb 2017-08-29 14:49:00 +02:00
PutUsername.java Migrate external IDs to NoteDb (part 3) 2017-05-10 08:51:44 +02:00
QueryAccounts.java Add accounts.visibility setting to ServerInfo 2017-08-31 11:43:33 +02:00
Realm.java Exclude local gerrit accounts from scheduled deactivation task 2017-11-24 00:41:57 +00:00
SetDiffPreferences.java Convert modifyAccount to PermissionBackend 2017-04-18 10:28:00 +02:00
SetEditPreferences.java Convert modifyAccount to PermissionBackend 2017-04-18 10:28:00 +02:00
SetInactiveFlag.java Change SetInactiveFlag to accept account id instead of IdentifiedUser 2017-10-01 11:27:48 +01:00
SetPreferences.java SetPreferences: Trim input for my menus 2018-01-03 08:10:13 +01:00
SshKeys.java Convert modifyAccount to PermissionBackend 2017-04-18 10:28:00 +02:00
StarredChanges.java Make IllegalLabelException a checked Exception 2017-09-18 17:07:12 +02:00
Stars.java Hide ChangeControl#isVisible and migrate callers to PermissionBackend 2017-08-07 16:03:02 +02:00
UniversalGroupBackend.java Reduce usage of ProjectControl 2017-08-30 10:17:32 +02:00
VersionedAccountDestinations.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
VersionedAccountPreferences.java Remove "My Drafts" menu items from all user preferences 2017-09-30 10:05:56 -04:00
VersionedAccountQueries.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
VersionedAuthorizedKeys.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
WatchConfig.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00