summaryrefslogtreecommitdiffstats
path: root/gerrit-gpg
Commit message (Expand)AuthorAgeFilesLines
* PublicKeyStoreTest: Fix order of expected and actual resultsEdwin Kempin2016-08-181-1/+1
* ChangeJson: Ignore PUSH_CERTIFICATES if GPG API is disabledDave Borowitz2016-08-122-0/+10
* AccountCacheImpl#ByNameLoader: Use account index to lookup usernamesEdwin Kempin2016-07-201-6/+1
* Use account index to check if GPG key is used by another accountEdwin Kempin2016-07-201-8/+58
* GerritPublicKeyChecker: Resolve external ID via account indexEdwin Kempin2016-07-071-5/+33
* Evict account from cache on post/delete of GPG keyEdwin Kempin2016-07-072-2/+12
* Merge "Implement Bazel build"Edwin Kempin2016-06-241-0/+58
|\
| * Implement Bazel buildDavid Ostrovsky2016-06-141-0/+58
* | Reindex account whenever account is evicted from cacheEdwin Kempin2016-06-221-1/+2
|/
* Enable and fix 'Statement unnecessarily nested within else clause' warningsDavid Pursehouse2016-06-022-5/+3
* Bazel: Fix MisusedWeekYear error detected by ErrorProneDavid Ostrovsky2016-05-302-3/+3
* Remove unused dbProvider field from IdentifiedUserAndrew Bonventre2016-05-162-3/+3
* Buck: Remove jgit cellDavid Ostrovsky2016-04-201-2/+2
* Remove redundant 'final' modifiersDavid Pursehouse2016-04-121-1/+1
* Replace usages of CharMatcher constantsDave Borowitz2016-02-232-3/+3
* Merge "Buck: Emulate real JGit project structure in its own cell"Saša Živkov2016-02-181-2/+2
|\
| * Buck: Emulate real JGit project structure in its own cellDavid Ostrovsky2016-02-141-2/+2
* | Merge changes from topic 'abstract-notes-migration'Dave Borowitz2016-02-161-1/+3
|\ \ | |/ |/|
| * Use different NotesMigration implementation for testingDave Borowitz2016-02-111-1/+3
* | Buck: Allow to consume JGit from its own cellDavid Ostrovsky2016-02-091-3/+3
|/
* Eclipse: Warn on incomplete switch cases even when default existsDavid Pursehouse2016-01-224-0/+28
* Fix deprecation warnings from latest JGit updateDave Borowitz2016-01-061-1/+1
* GpgKeys: Only expose to the current userDave Borowitz2015-12-182-5/+18
* Merge "Add project config boolean to require signed push on a project"Dave Borowitz2015-10-262-5/+29
|\
| * Add project config boolean to require signed push on a projectDave Borowitz2015-10-212-5/+29
* | Distinguish between assertProblems and assertNoProblemsDave Borowitz2015-10-233-27/+67
* | PublicKeyStore: Use {@code null} in JavadocDave Borowitz2015-10-231-2/+2
* | PublicKeyChecker: Support checking at a given effective dateDave Borowitz2015-10-235-19/+418
* | PublicKeyChecker: Fix revocation check (mostly)Dave Borowitz2015-10-2311-80/+572
* | PushCertificateChecker: Convert to a builder patternDave Borowitz2015-10-235-13/+20
* | PublicKeyChecker: Convert to a builder patternDave Borowitz2015-10-239-128/+168
* | TestKeys: Use descriptive namesDave Borowitz2015-10-225-46/+56
|/
* Rename getCurrentUser to getUserDave Borowitz2015-10-191-1/+1
* Allow disabling GPG key editing while leaving signed push enabledDave Borowitz2015-10-091-1/+3
* Factor API parts of GpgModule into a GpgApiModuleDave Borowitz2015-10-092-63/+93
* Add PUSH_CERTIFICATES option to output push certs in REST APIDave Borowitz2015-10-097-39/+112
* PushCertificateChecker: Optionally skip nonce checkDave Borowitz2015-10-094-7/+22
* Use GerritPublicKeyChecker in REST API handlersDave Borowitz2015-10-092-13/+23
* Factor out Gerrit-specific PushCertificateCheckerDave Borowitz2015-10-093-26/+61
* Return problems and key status enum in GpgKeyInfoDave Borowitz2015-10-092-7/+33
* Allow magic branch pushes with certs from untrusted keysDave Borowitz2015-10-091-1/+24
* Distinguish case where a public key must match a specific userDave Borowitz2015-10-096-69/+413
* Move test keys to their own classesDave Borowitz2015-10-098-1569/+1642
* Rewrite CheckResult to use an enum for statusDave Borowitz2015-10-094-79/+181
* Merge "PushCertificateChecker: Refactor to use Joiner in signature check"Edwin Kempin2015-10-061-7/+6
|\
| * PushCertificateChecker: Refactor to use Joiner in signature checkDavid Pursehouse2015-09-241-7/+6
* | Expose acceptance test framework as new plugin artifactDavid Ostrovsky2015-09-251-26/+20
|/
* Allow configuring trusted keys during signed push checkingDave Borowitz2015-09-091-0/+21
* PublicKeyChecker: Add web-of-trust checksDave Borowitz2015-09-097-16/+1387
* PublicKeyStore: Add method to choose a valid signerDave Borowitz2015-09-092-43/+50