forgejo/templates
Gergely Nagy d3186ee5f4
[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)
2024-01-28 10:58:28 +01:00
..
admin [GITEA] add option for banning dots in usernames 2024-01-28 09:22:15 +01:00
api/packages/pypi
base [GITEA] Improve HTML title on repositories 2024-01-28 09:22:15 +01:00
code
custom [FEAT] Repository flags 2024-01-28 10:58:28 +01:00
devtest
explore
mail [GITEA] notifies admins on new user registration 2024-01-28 10:47:53 +01:00
org
package [GITEA] fix indentation in Maven package install instructions 2024-01-28 10:48:05 +01:00
projects
repo [FEAT] Repository flags 2024-01-28 10:58:28 +01:00
shared
status
swagger [GITEA] Make HTTPS schema default for Swagger 2024-01-28 10:54:59 +01:00
user [GITEA] Allow changing the email address before activation 2024-01-28 10:54:59 +01:00
webhook
home.tmpl
install.tmpl
post-install.tmpl