gitea/templates/repo
zeripath 1bf7b8d7c1
Fix signing.wont_sign.%!s(<nil>) if Require Signing commits but not signed in (#12581)
signing.wont_sign.%!s(<nil>) will be displayed if the repository needs signed
commits but the user is not logged in.

This is displayed because of complicated logic in the the template repo/issue/view_content/pull.tmpl
and a shortcut in the code of routers/repo/issue.go

This PR adds a default value of notsignedin if users are not signed in, which
although our templates will not show will prevent custom templates from showing
the above.

It also fixes the template to avoid showing signing errors if the user is not
authorized to sign.

Replaces #12564
Close #12564

Signed-off-by: Andrew Thornton <art27@cantab.net>
2020-08-23 22:59:41 +01:00
..
branch
diff Do not show arrows on comment diffs on pull comment pages (#12434) 2020-08-08 09:22:34 +08:00
editor Add loading spinners and mermaid error handling (#12358) 2020-08-04 20:56:37 +01:00
issue Fix signing.wont_sign.%!s(<nil>) if Require Signing commits but not signed in (#12581) 2020-08-23 22:59:41 +01:00
projects Hide 'New Project board' button for users that are not signed in (#12547) 2020-08-22 02:58:59 -04:00
pulls Prettify timeline 3 (#11139) 2020-05-14 15:15:21 -04:00
release Add compare link to releases (#11752) 2020-06-05 14:44:54 -04:00
settings Kanban board (#8346) 2020-08-16 23:07:38 -04:00
wiki Fix clone panel in wiki position not always align right (#12326) 2020-07-29 12:30:37 -04:00
activity.tmpl
blame.tmpl Server-side syntax highlighting for all code (#12047) 2020-07-01 00:34:03 +03:00
branch_dropdown.tmpl
commit_page.tmpl Match GH with Commit page (#12425) 2020-08-05 09:32:13 +08:00
commit_status.tmpl
commits_list_small.tmpl Fix message wrapping on PR commit list (#11616) 2020-06-03 09:30:34 +01:00
commits_list.tmpl Show full GPG commit status on PR commit history (#11702) 2020-06-02 20:22:26 -04:00
commits_table.tmpl
commits.tmpl
create.tmpl Global default branch setting (#11918) 2020-06-17 16:53:55 -04:00
empty.tmpl templates/repo/empty.tmpl : fix repo setup instructions (#12122) 2020-07-03 17:22:14 -04:00
forks.tmpl
graph.tmpl Render the git graph on the server (#12333) 2020-08-06 09:04:08 +01:00
header_icon.tmpl Update Octicons to v10 (#12240) 2020-07-17 18:15:12 +03:00
header.tmpl Kanban board (#8346) 2020-08-16 23:07:38 -04:00
home.tmpl Make copy/paste work for source code (#12191) 2020-07-08 22:02:38 +01:00
migrate.tmpl Allow site admin to disable mirrors (#11740) 2020-06-02 21:21:38 -04:00
migrating.tmpl
search.tmpl Server-side syntax highlighting for all code (#12047) 2020-07-01 00:34:03 +03:00
shabox_badge.tmpl Use custom SVGs for commit signing lock icon (#12017) 2020-06-28 00:05:50 -04:00
sub_menu.tmpl UI: Fix wrong closing tag (#11910) 2020-06-16 11:27:20 -04:00
user_cards.tmpl
view_file.tmpl Make copy/paste work for source code (#12191) 2020-07-08 22:02:38 +01:00
view_list.tmpl Increase clickable area on files table links (#12553) 2020-08-23 20:05:17 +01:00
watchers.tmpl