gitea/templates
Lunny Xiao 2782c14396
Supports wildcard protected branch ()
This PR introduce glob match for protected branch name. The separator is
`/` and you can use `*` matching non-separator chars and use `**` across
separator.

It also supports input an exist or non-exist branch name as matching
condition and branch name condition has high priority than glob rule.

Should fix  and 

screenshots

<img width="1160" alt="image"
src="https://user-images.githubusercontent.com/81045/205651179-ebb5492a-4ade-4bb4-a13c-965e8c927063.png">

Co-authored-by: zeripath <art27@cantab.net>
..
admin Use dynamic package type list ()
api/packages/pypi Add Package Registry ()
base fix wrong theme class when logged out if default theme is changed ()
code Run `make fmt` ()
custom Add footer extra links template ()
explore improve explore relevancy note ()
mail Add team member invite by email ()
org Secrets storage with SecretKey encrypted ()
package Use dynamic package type list ()
repo Supports wildcard protected branch ()
shared Timeline and color tweaks ()
status Remove fomantic image module ()
swagger Supports wildcard protected branch ()
user Fix key signature error page ()
home.tmpl fix(web): add `alt` for logo in home page ()
install.tmpl Clean up formatting on install page ()
post-install.tmpl Rename StaticUrlPrefix to AssetUrlPrefix ()