0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-04 04:39:10 -05:00
forgejo/templates
Gergely Nagy 0157fb9b88
[GITEA] Configurable clone methods
Adds `[repository].DOWNLOAD_OR_CLONE_METHODS` (defaulting to
"download-zip,download-targz,download-bundle,vscode-clone"), which lets
an instance administrator override the additional clone methods
displayed on the repository home view.

This is purely display-only, the clone methods not listed here are still
available, unless disabled elsewhere. They're just not displayed.

Fixes #710.

Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu>
(cherry picked from commit 2aadcf4946)
(cherry picked from commit 42ac34fbf9)
(cherry picked from commit bd231b0245)
(cherry picked from commit 3d3366dbbe)
2024-01-22 18:13:42 +00:00
..
admin [GITEA] add option for banning dots in usernames 2024-01-22 14:35:03 +00:00
api/packages/pypi
base [GITEA] Improve HTML title on repositories 2024-01-22 18:13:33 +00:00
code Fix 500 error of searching commits (#28576) 2023-12-21 23:09:14 +00:00
custom
devtest Improve CSS helper naming (#28769) 2024-01-12 20:28:01 +08:00
explore Add support for sha256 repositories (#23894) 2024-01-19 17:05:02 +01:00
mail [GITEA] notifies admins on new user registration 2024-01-22 18:13:40 +00:00
org Fix button size in "attached header right" (#28770) 2024-01-12 14:43:40 +00:00
package [GITEA] fix indentation in Maven package install instructions 2024-01-22 18:13:40 +00:00
projects
repo [GITEA] Configurable clone methods 2024-01-22 18:13:42 +00:00
shared Revert adding htmx until we finaly decide to add it (#28879) 2024-01-21 21:42:35 +08:00
status
swagger [GITEA] Make HTTPS schema default for Swagger 2024-01-22 18:13:41 +00:00
user [GITEA] Allow changing the email address before activation 2024-01-22 18:13:41 +00:00
webhook
home.tmpl
install.tmpl
post-install.tmpl