gitea/templates
Xinyu Zhou 7cc7db73b9
Add option to prohibit fork if user reached maximum limit of repositories (#21848)
If user has reached the maximum limit of repositories:

- Before
  - disallow create
  - allow fork without limit
- This patch:
  - disallow create
  - disallow fork
- Add option `ALLOW_FORK_WITHOUT_MAXIMUM_LIMIT` (Default **true**) :
enable this allow user fork repositories without maximum number limit

fixed https://github.com/go-gitea/gitea/issues/21847

Signed-off-by: Xinyu Zhou <i@sourcehut.net>
2022-12-27 15:21:14 -06:00
..
admin Fix sorting admin user list by last login (#22081) 2022-12-11 18:00:17 -06:00
api/packages/pypi
base
code
custom
explore
mail
org Secrets storage with SecretKey encrypted (#22142) 2022-12-20 17:07:13 +08:00
package Fix container layer display overflow (#22208) 2022-12-22 12:33:17 +02:00
repo Add option to prohibit fork if user reached maximum limit of repositories (#21848) 2022-12-27 15:21:14 -06:00
shared
status
swagger
user Fix margin and alignment in dashboard repolist (#22120) 2022-12-17 09:58:57 +08:00
home.tmpl
install.tmpl
post-install.tmpl