You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/services
6543 63d7cbcef1
Make mirror feature more configurable (#16957)
Rename`[repository]` `DISABLE_MIRRORS` to `[mirror]` `DISABLE_NEW_PULL`  and add `ENABLED` and `DISABLE_NEW_PUSH` with the below meanings:

- `ENABLED`: **true**: Enables the mirror functionality. Set to **false** to disable all mirrors.
- `DISABLE_NEW_PULL`: **false**: Disable the creation of **new** mirrors. Pre-existing mirrors remain valid.
- `DISABLE_NEW_PUSH`: **false**: Disable the creation of **new** push mirrors. Pre-existing mirrors remain valid.


Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: delvh <dev.lh@web.de>
3 years ago
..
agit Fix spelling of HookProcReceiveResult (#16690) 3 years ago
archiver Add bundle download for repository (#14538) 3 years ago
auth Allow BASIC authentication access to /:owner/:repo/releases/download/* (#16916) 3 years ago
comments Enhance Ghost comment mitigation Settings (#14392) 3 years ago
externalaccount Allow externalID to be UUID (#8551) 5 years ago
forms Added introspection endpoint. (#16752) 3 years ago
gitdiff Prevent panic on diff generation (#16950) 3 years ago
issue Fix various documentation, user-facing, and source comment typos (#16367) 3 years ago
lfs Test if LFS object is accessible (#16865) 3 years ago
mailer Send registration email on user autoregistration (#16523) 3 years ago
mirror Make mirror feature more configurable (#16957) 3 years ago
pull Add option to update pull request by `rebase` (#16125) 3 years ago
release Fix dump and restore respository (#16698) 3 years ago
repository Refactor the fork service slightly to take ForkRepoOptions (#16744) 3 years ago
webhook Add proxy settings and support for migration and webhook (#16704) 3 years ago
wiki Fix 500 on first wiki page (#16586) 3 years ago