Sign in
gerrit
/
gerrit
/
042e88947b32974dc0e8ba8ef713457b8d1b7097
/
gerrit-gpg
276b8a8
Migrate external IDs to NoteDb (part 3)
by Edwin Kempin
· 8 years ago
f7d4995
Merge branch 'stable-2.14'
by David Pursehouse
· 8 years ago
c5f8066
Don't ship bouncycastle libraries in plugin API
by David Ostrovsky
· 8 years ago
c07c18a
Migrate external IDs to NoteDb (part 2)
by Edwin Kempin
· 8 years ago
c9694da
Move classes that are related to external IDs into an own package
by Edwin Kempin
· 8 years ago
2b9574c
Adapt the use of @Inject and @AssistedInject
by Patrick Hiesel
· 8 years ago
7655308
Merge changes from topic 'http-password'
by ekempin
· 8 years ago
744d2b8
Migrate external IDs to NoteDb (part 1)
by Edwin Kempin
· 8 years ago
2208a5f
Make static fields in GpgKeys and PreviewSubmit final
by Edwin Kempin
· 8 years ago
1111684
Squash redundant string concatenations introduced by google-java-format
by David Pursehouse
· 8 years ago
6471e8a
Ship BouncyCastle in the .war files.
by Han-Wen Nienhuys
· 8 years ago
292fa15
Format all Java files with google-java-format
by Dave Borowitz
· 8 years ago
79e63a3
Revert external ID cache
by Edwin Kempin
· 8 years ago
20e5507
ExternalIdCache: Add method to get external IDs by account ID + scheme
by Edwin Kempin
· 8 years ago
fdbfcad
Remove Buck based build
by David Ostrovsky
· 8 years ago
2869caa
Add cache for external ids
by Edwin Kempin
· 8 years ago
10aa4e2
Require account index and remove fallbacks
by Edwin Kempin
· 9 years ago
3432193
Merge "Remove test prefix from test methods"
by David Pursehouse
· 8 years ago
fa18907
Bazel: Reformat build files
by David Ostrovsky
· 8 years ago
a02a5c0
Remove test prefix from test methods
by Patrick Hiesel
· 8 years ago
f868659
bazel: mark test only libraries as such.
by Han-Wen Nienhuys
· 8 years ago
098b7d4
Bump bouncy castle to 1.55
by David Ostrovsky
· 8 years ago
74dd282
GerritPublicKeyChecker: Use ternary instead of MoreObjects.firstNonNull
by David Pursehouse
· 8 years ago
dc84781
Move code to send emails into 'mail.send' package
by Patrick Hiesel
· 8 years ago
e45363d
Use some Java 8 features
by Dave Borowitz
· 9 years ago
0b774c4
Update Buck to latest version
by David Ostrovsky
· 9 years ago
157277c
PublicKeyStoreTest: Fix order of expected and actual results
by Edwin Kempin
· 9 years ago
d373a09
ChangeJson: Ignore PUSH_CERTIFICATES if GPG API is disabled
by Dave Borowitz
· 9 years ago
0ef5913
AccountCacheImpl#ByNameLoader: Use account index to lookup usernames
by Edwin Kempin
· 9 years ago
fb21fba
Use account index to check if GPG key is used by another account
by Edwin Kempin
· 9 years ago
8d1a554
GerritPublicKeyChecker: Resolve external ID via account index
by Edwin Kempin
· 9 years ago
3f68a6c
Evict account from cache on post/delete of GPG key
by Edwin Kempin
· 9 years ago
b644ff8
Merge "Implement Bazel build"
by Edwin Kempin
· 9 years ago
94732bf
Reindex account whenever account is evicted from cache
by Edwin Kempin
· 9 years ago
b81b4f7
Implement Bazel build
by David Ostrovsky
· 9 years ago
3232472
Enable and fix 'Statement unnecessarily nested within else clause' warnings
by David Pursehouse
· 9 years ago
436ac12
Bazel: Fix MisusedWeekYear error detected by ErrorProne
by David Ostrovsky
· 9 years ago
0f8b411
Remove unused dbProvider field from IdentifiedUser
by Andrew Bonventre
· 9 years ago
08ea694
Buck: Remove jgit cell
by David Ostrovsky
· 9 years ago
e7996de
Remove redundant 'final' modifiers
by David Pursehouse
· 9 years ago
d1e498f
Replace usages of CharMatcher constants
by Dave Borowitz
· 9 years ago
72c1fe3
Merge "Buck: Emulate real JGit project structure in its own cell"
by Saša Živkov
· 9 years ago
b6d60b1
Merge changes from topic 'abstract-notes-migration'
by Dave Borowitz
· 9 years ago
64d4bdf
Buck: Emulate real JGit project structure in its own cell
by David Ostrovsky
· 9 years ago
ed92a5d
Use different NotesMigration implementation for testing
by Dave Borowitz
· 9 years ago
17bb3db
Buck: Allow to consume JGit from its own cell
by David Ostrovsky
· 9 years ago
0b7517a
Eclipse: Warn on incomplete switch cases even when default exists
by David Pursehouse
· 9 years ago
f83c424
Fix deprecation warnings from latest JGit update
by Dave Borowitz
· 9 years ago
67febdd
GpgKeys: Only expose to the current user
by Dave Borowitz
· 9 years ago
12d81af
Merge "Add project config boolean to require signed push on a project"
by Dave Borowitz
· 9 years ago
a278b95
Distinguish between assertProblems and assertNoProblems
by Dave Borowitz
· 9 years ago
6ad5d8b
PublicKeyStore: Use {@code null} in Javadoc
by Dave Borowitz
· 9 years ago
5ed1144
PublicKeyChecker: Support checking at a given effective date
by Dave Borowitz
· 9 years ago
0f8480d
PublicKeyChecker: Fix revocation check (mostly)
by Dave Borowitz
· 9 years ago
674844f
PushCertificateChecker: Convert to a builder pattern
by Dave Borowitz
· 9 years ago
2737821
PublicKeyChecker: Convert to a builder pattern
by Dave Borowitz
· 9 years ago
9db0d89
TestKeys: Use descriptive names
by Dave Borowitz
· 9 years ago
0543c73
Add project config boolean to require signed push on a project
by Dave Borowitz
· 9 years ago
85f0487
Rename getCurrentUser to getUser
by Dave Borowitz
· 9 years ago
a17a984
Allow disabling GPG key editing while leaving signed push enabled
by Dave Borowitz
· 10 years ago
e8ecb9b
Factor API parts of GpgModule into a GpgApiModule
by Dave Borowitz
· 10 years ago
6f58dbe
Add PUSH_CERTIFICATES option to output push certs in REST API
by Dave Borowitz
· 10 years ago
5ad43bb
PushCertificateChecker: Optionally skip nonce check
by Dave Borowitz
· 9 years ago
7913766
Use GerritPublicKeyChecker in REST API handlers
by Dave Borowitz
· 9 years ago
aa4f161
Factor out Gerrit-specific PushCertificateChecker
by Dave Borowitz
· 9 years ago
36b35b9
Return problems and key status enum in GpgKeyInfo
by Dave Borowitz
· 10 years ago
c7d6d8e
Allow magic branch pushes with certs from untrusted keys
by Dave Borowitz
· 10 years ago
47a462d
Distinguish case where a public key must match a specific user
by Dave Borowitz
· 10 years ago
e8589c8
Move test keys to their own classes
by Dave Borowitz
· 9 years ago
7135442
Rewrite CheckResult to use an enum for status
by Dave Borowitz
· 10 years ago
d9f7a80
Merge "PushCertificateChecker: Refactor to use Joiner in signature check"
by Edwin Kempin
· 9 years ago
947b5e5
Expose acceptance test framework as new plugin artifact
by David Ostrovsky
· 9 years ago
d66feee
PushCertificateChecker: Refactor to use Joiner in signature check
by David Pursehouse
· 10 years ago
1bb4949
Allow configuring trusted keys during signed push checking
by Dave Borowitz
· 10 years ago
8e28957
PublicKeyChecker: Add web-of-trust checks
by Dave Borowitz
· 10 years ago
833a8d8
PublicKeyStore: Add method to choose a valid signer
by Dave Borowitz
· 10 years ago
83125ba
PublicKeyChecker: Remove expected key ID checks
by Dave Borowitz
· 10 years ago
cbb09f8
gerrit-gpg: Minor cleanups
by Dave Borowitz
· 10 years ago
251b157
Add notification when adding keys
by Doug Kelly
· 10 years ago
948089a
GerritPublicKeyChecker: Fix possible null dereference
by Dave Borowitz
· 10 years ago
26afaa4
Move REFS_GPG_KEYS to PublicKeyStore
by Dave Borowitz
· 10 years ago
8a55df0
PushCertificateChecker: Don't throw exceptions
by Dave Borowitz
· 10 years ago
102db5f
PushCertificateChecker: Tweak some error messages
by Dave Borowitz
· 10 years ago
b8336f1
Move most GPG-related code to a gerrit-gpg module
by Dave Borowitz
· 10 years ago