forgejo/templates/repo/pulls
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
..
commits.tmpl Refactor i18n to locale (#20153) 2022-06-27 15:58:46 -05:00
files.tmpl Revert increased width on pull pages (#21470) 2022-10-19 15:48:29 +01:00
fork.tmpl Add option to prohibit fork if user reached maximum limit of repositories (#21848) 2022-12-27 15:21:14 -06:00
status.tmpl fix: PR status layout on mobile (#21547) 2022-10-28 09:49:42 -04:00
tab_menu.tmpl Refactor i18n to locale (#20153) 2022-06-27 15:58:46 -05:00