forgejo/templates/custom
Gergely Nagy 36f7c162e2
[FEAT] Repository flags
This implements "repository flags", a way for instance administrators to
assign custom flags to repositories. The idea is that custom templates
can look at these flags, and display banners based on them, Forgejo does
not provide anything built on top of it, just the foundation. The
feature is optional, and disabled by default. To enable it, set
`[repository].ENABLE_FLAGS = true`.

On the UI side, instance administrators will see a new "Manage flags"
tab on repositories, and a list of enabled tags (if any) on the
repository home page. The "Manage flags" page allows them to remove
existing flags, or add any new ones that are listed in
`[repository].SETTABLE_FLAGS`.

The model does not enforce that only the `SETTABLE_FLAGS` are present.
If the setting is changed, old flags may remain present in the database,
and anything that uses them, will still work. The repository flag
management page will allow an instance administrator to remove them, but
not set them, once removed.

Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu>
(cherry picked from commit ba735ce222)
(cherry picked from commit f09f6e029b)
(cherry picked from commit 2f8b041489)
(cherry picked from commit d3186ee5f4)
2024-02-05 16:09:42 +01:00
..
body_inner_post.tmpl Add more additional template snippets (#3286) 2018-01-02 11:32:41 +01:00
body_inner_pre.tmpl Add more additional template snippets (#3286) 2018-01-02 11:32:41 +01:00
body_outer_post.tmpl Add more additional template snippets (#3286) 2018-01-02 11:32:41 +01:00
body_outer_pre.tmpl Add more additional template snippets (#3286) 2018-01-02 11:32:41 +01:00
extra_links.tmpl Templates for extra links in top navbar and repo tool tabs. (#3308) 2018-01-10 08:19:50 +02:00
extra_links_footer.tmpl Add footer extra links template (#9576) 2020-01-03 20:41:56 +02:00
extra_tabs.tmpl Templates for extra links in top navbar and repo tool tabs. (#3308) 2018-01-10 08:19:50 +02:00
footer.tmpl Reduce overhead of upgrades for users with custom stylesheets/JS (#3051) 2017-12-03 02:26:06 +02:00
header.tmpl Reduce overhead of upgrades for users with custom stylesheets/JS (#3051) 2017-12-03 02:26:06 +02:00
repo_flag_banners.tmpl [FEAT] Repository flags 2024-02-05 16:09:42 +01:00