Merge pull request '[DOCS] RELEASE-NOTES: Prohibit fork if user reached maximum' (#461) from earl-warren/forgejo:wip-1.19-release-notes-fork into forgejo-development

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/461
This commit is contained in:
Earl Warren 2023-03-02 00:10:33 +00:00
commit df7a2906d7

View file

@ -117,7 +117,9 @@ The first version of the [Forgejo documentation](https://forgejo.org/docs/latest
#### [Option to prohibit fork if user reached maximum limit of repositories](https://codeberg.org/forgejo/forgejo/commit/7cc7db73b) #### [Option to prohibit fork if user reached maximum limit of repositories](https://codeberg.org/forgejo/forgejo/commit/7cc7db73b)
* (description) It is possible for a user to create as many fork as they want, even when a quota on the number of repositories is imposed. The new `ALLOW_FORK_WITHOUT_MAXIMUM_LIMIT` setting can now be set to `false` so forks are prohibited if that means exceeding the quota.
[Read more about repository configurations](https://forgejo.org/docs/admin/config-cheat-sheet/#repository-repository)
#### [Scoped labels](https://codeberg.org/forgejo/forgejo/commit/6221a6fd5) #### [Scoped labels](https://codeberg.org/forgejo/forgejo/commit/6221a6fd5)