forgejo/routers/web/user
Lunny Xiao 767e9634d3
Allow options to disable user deletion from the interface on app.ini ()
Extract from 

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>
(cherry picked from commit 3ef6252e06a1f3981f8b7d1717bfc581418b1dc5)

Conflicts:
	custom/conf/app.example.ini
	docs/content/administration/config-cheat-sheet.en-us.md
	modules/setting/admin.go
	context
2024-02-26 22:30:26 +01:00
..
setting Allow options to disable user deletion from the interface on app.ini () 2024-02-26 22:30:26 +01:00
avatar.go Replace -1 with GhostUserID () 2023-10-20 14:43:08 +00:00
code.go Penultimate round of db.DefaultContext refactor () 2023-10-11 04:24:07 +00:00
home.go Refactor locale&string&template related code () 2024-02-16 15:20:52 +01:00
home_test.go Include public repos in doer's dashboard for issue search () 2023-12-07 13:26:18 +08:00
main_test.go make writing main test easier () 2023-09-28 01:38:53 +00:00
notification.go Use db.Find instead of writing methods for every object () 2023-11-24 03:49:41 +00:00
package.go Fix some RPM registry flaws () 2024-01-19 11:37:10 +00:00
profile.go Unify organizations header () 2024-02-26 22:30:26 +01:00
search.go Reduce usage of db.DefaultContext () 2023-09-14 17:09:32 +00:00
stop_watch.go Final round of db.DefaultContext refactor () 2023-10-14 08:37:24 +00:00
task.go Refactor locale&string&template related code () 2024-02-16 15:20:52 +01:00