From 3f0c024754047d92e8ce4aa4ecf93a06865f8448 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 31 Jul 2012 18:37:30 -0500 Subject: PGP key handling updates * Import signatures for all known keys, not just active developers * Ensure we are only showing and accounting for active developers on the master keys page * Add a new table showing signatures between developers Signed-off-by: Dan McGee --- templates/public/keys.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'templates/public/keys.html') diff --git a/templates/public/keys.html b/templates/public/keys.html index 1fed3c1..1b02720 100644 --- a/templates/public/keys.html +++ b/templates/public/keys.html @@ -89,6 +89,33 @@ + +
+

Developer Cross-Signatures

+ +

This table lists signatures directly between developer keys.

+ + + + + + + + + + + + {% for sig in cross_signatures %} + + + + + + + {% endfor %} + +
SignerSigneeCreatedExpires
{% user_pgp_key_link active_users sig.signer %}{% user_pgp_key_link active_users sig.signee %}{{ sig.created }}{{ sig.expires|default:"" }}
+
{% load cdn %}{% jquery %}{% jquery_tablesorter %} {% endblock %} -- cgit v1.2.3-24-g4f1b