forgejo/services/forms
Gergely Nagy 6aba69ce85
Enable user pronoun editing from the admin ui
While users can edit their own pronouns, the admin UI enables an admin
to edit *any* user setting. As such, pronouns should be editable here,
too.

For the sake of simplicity, the input here is a simple text input field,
rather than a dropdown.

Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu>
2024-04-03 15:18:02 -05:00
..
admin.go Enable user pronoun editing from the admin ui 2024-04-03 15:18:02 -05:00
auth_form.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
org.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
package_form.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
repo_branch_form.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
repo_form.go [FEAT] Configure if protected branch rule should apply to admins 2024-03-29 00:21:49 +01:00
repo_form_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
repo_tag_form.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
runner.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
user_form.go add pronoun field to user profiles 2024-04-03 15:11:17 -05:00
user_form_auth_openid.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
user_form_hidden_comments.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
user_form_test.go Redesign Scoped Access Tokens (#24767) 2023-06-04 20:57:16 +02:00