summaryrefslogtreecommitdiffstats
path: root/gerrit-server/src/main/java/com/google/gerrit/server/account/AccountManager.java
Commit message (Expand)AuthorAgeFilesLines
* Postpone check for first account until adding an accountChristian Aistleitner2013-04-021-12/+15
* Added unlink identity to AccountManagerDeniz Turkoglu2012-04-131-0/+50
* Updated to gwtorm 1.4.Colby Ranger2012-03-071-8/+8
* Allow Realm to participate when linking an account identityShawn O. Pearce2012-01-171-1/+3
* Make administrator, create-project a global capabilityShawn O. Pearce2011-06-161-4/+16
* Use AccountGroup.UUID instead of Account.IdShawn O. Pearce2011-05-191-1/+3
* Let login fail if user name cannot be setEdwin Kempin2010-10-121-5/+53
* Add ability to deactivate a user when they leave the project.Martin Fick2010-08-121-4/+9
* Replace all transactions with single row updatesShawn O. Pearce2010-01-131-42/+39
* Move sshUserName from Account to AccountExternalIdShawn O. Pearce2010-01-131-12/+36
* Drop the lastUsedOn fields from AccountSshKeys, AccountExternalIdsShawn O. Pearce2009-12-281-6/+1
* Stop using AccountExternalId lastUsedOn for most recent loginShawn O. Pearce2009-12-281-11/+17
* Automatically make first user account administratorShawn O. Pearce2009-11-171-1/+29
* Automatically set preferred_email to first configured addressShawn O. Pearce2009-11-171-1/+13
* Rewrite our build as modular maven componentsShawn O. Pearce2009-11-111-0/+301