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.
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
..
home.go Make mirror feature more configurable (#16957) 3 years ago
members.go Add modals to Organization and Team remove/leave (#16471) 3 years ago
org.go Refactor routers directory (#15800) 3 years ago
org_labels.go Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 3 years ago
setting.go [API] generalize list header (#16551) 3 years ago
teams.go Add modals to Organization and Team remove/leave (#16471) 3 years ago