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.
gitea/routers
Zisu Zhang 66923e02d2
Enhance USER_DISABLED_FEATURES to allow disabling change username or full name (#31959)
Fix #31958
Enhanced `USER_DISABLED_FEATURES`(also `EXTERNAL_USER_DISABLE_FEATURES`)
option in `[admin]` section.
Added following values:
- `change_username`: Disable change username
- `change_full_name`: Disable change full name
---

Progress:
- [x] Update code
- [x] Update translations
5 months ago
..
api Add support for searching users by email (#30908) 5 months ago
common Refactor route path normalization (#31381) 8 months ago
install Save initial signup information for users to aid in spam prevention (#31852) 6 months ago
private Support repo license (#24872) 5 months ago
utils Refactor external URL detection (#29973) 11 months ago
web Enhance USER_DISABLED_FEATURES to allow disabling change username or full name (#31959) 5 months ago
init.go Make oauth2 code clear. Move oauth2 provider code to their own packages/files (#32148) 5 months ago