diff --git a/pagure/templates/issues.html b/pagure/templates/issues.html index 41ac510..f3d91b8 100644 --- a/pagure/templates/issues.html +++ b/pagure/templates/issues.html @@ -57,7 +57,7 @@ {% endfor %} -
| # | @@ -124,4 +124,3 @@
|---|
| Git URLs | +more | | ++ + SSH Hostkey/Fingerprint + + | ++ |
|---|---|---|---|
| Project | +: | ++ {{ config.get('GIT_URL_SSH') }}{% if repo.parent %}forks/{% endif %}{{ repo.fullname }}.git + | ++ {{ config.get('GIT_URL_GIT') }}{% if repo.parent %}forks/{% endif %}{{ repo.fullname }}.git + | +
| Docs | +: | ++ {{ config.get('GIT_URL_SSH') }}docs/{{ repo.fullname }}.git + | ++ {{ config.get('GIT_URL_GIT') }}docs/{{ repo.fullname }}.git + | +
| Tickets | +: | ++ {{ config.get('GIT_URL_SSH') }}tickets/{{ repo.fullname }}.git + | ++ {{ config.get('GIT_URL_GIT') }}tickets/{{ repo.fullname }}.git + | +
| Requests | +: | ++ {{ config.get('GIT_URL_SSH') }}requests/{{ repo.fullname }}.git + | ++ {{ config.get('GIT_URL_GIT') }}requests/{{ repo.fullname }}.git + | +
| @@ -156,106 +243,26 @@ |
| Git URLs | -- {% if authenticated and repo_admin %} - more | | - {% endif %} -- - SSH Hostkey/Fingerprint - - | -- |
|---|---|---|---|
| Project | -: | -- {{ config.get('GIT_URL_SSH') }}{% if repo.parent %}forks/{% endif %}{{ repo.fullname }}.git - | -- {{ config.get('GIT_URL_GIT') }}{% if repo.parent %}forks/{% endif %}{{ repo.fullname }}.git - | -
| Docs | -: | -- {{ config.get('GIT_URL_SSH') }}docs/{{ repo.fullname }}.git - | -- {{ config.get('GIT_URL_GIT') }}docs/{{ repo.fullname }}.git - | -
| Tickets | -: | -- {{ config.get('GIT_URL_SSH') }}tickets/{{ repo.fullname }}.git - | -- {{ config.get('GIT_URL_GIT') }}tickets/{{ repo.fullname }}.git - | -
| Requests | -: | -- {{ config.get('GIT_URL_SSH') }}requests/{{ repo.fullname }}.git - | -- {{ config.get('GIT_URL_GIT') }}requests/{{ repo.fullname }}.git - | -
+ Each message sent to the web-hook are signed via hmac and SHA1 using + this private key. +
++ This key is private to your project, make sure to store in a safe place + and do not share it. +
++ API keys are tokens used to authenticate you on pagure. They can also + be used to grant access to 3rd party application to behave on this + project on your name. +
++ These keys are valid for 60 days. +
++ These keys are private to your project, make sure to store in a safe + place and do not share it. +
+- Each message sent to the web-hook are signed via hmac and SHA1 using - this private key. -
-- This key is private to your project, make sure to store in a safe place - and do not share it. -
-
- {{ repo.hook_token }}
-
-
- API keys are tokens used to authenticate you on pagure. They can also - be used to grant access to 3rd party application to behave on this - project on your name. -
-- These keys are valid for 60 days. -
-- These keys are private to your project, make sure to store in a safe - place and do not share it. -
- - {% if repo.tokens %} -| - {{ token.id }} - | -- {% if token.expired %} - Expired since {{ token.expiration.date() }} - {% else %} - until: {{ token.expiration.date() }} - {% endif %} - | -- ACLs - | -- - | -