gitea/routers
Lunny Xiao 3ef6252e06
Allow options to disable user deletion from the interface on app.ini (#29275)
Extract from #20549

This PR added a new option on app.ini `[admin]USER_DISABLED_FEATURES` to
allow the site administrator to disable users visiting deletion user
interface or allow.
This options are also potentially allowed to define more features in
future PRs.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-02-23 07:24:04 +00:00
..
api Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329) 2024-02-23 02:18:33 +00:00
common Rework markup link rendering (#26745) 2024-01-15 08:49:24 +00:00
install Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329) 2024-02-23 02:18:33 +00:00
private Simplify how git repositories are opened (#28937) 2024-01-27 21:09:51 +01:00
utils Improve user search display name (#29002) 2024-02-01 17:10:16 +00:00
web Allow options to disable user deletion from the interface on app.ini (#29275) 2024-02-23 07:24:04 +00:00
init.go Support SAML authentication (#25165) 2024-02-23 00:08:17 +00:00