forgejo/services/user
Gergely Nagy 36147f580c
Allow users to hide all "Add more units..." hints
Repositories displaying an "Add more..." tab on the header is a neat way
to let people discover they can enable more units. However, displaying
it all the time for repository owners, even when they deliberately do
not want to enable more units gets noisy very fast.

As such, this patch introduces a new setting which lets people disable
this hint under the appearance settings.

Fixes #2378.

Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu>
2024-03-21 08:15:51 +01:00
..
avatar.go Unify user update methods (#28733) 2024-02-04 13:29:09 +00:00
block.go [MODERATION] User blocking 2024-02-05 15:56:45 +01:00
block_test.go [MODERATION] User blocking 2024-02-05 15:56:45 +01:00
delete.go [MODERATION] User blocking 2024-02-05 15:56:45 +01:00
email.go Skip email domain check when admins edit user emails (#29609) 2024-03-11 23:36:58 +07:00
email_test.go Skip email domain check when admins edit user emails (#29609) 2024-03-11 23:36:58 +07:00
update.go Allow users to hide all "Add more units..." hints 2024-03-21 08:15:51 +01:00
update_test.go Unify user update methods (#28733) 2024-02-04 13:29:09 +00:00
user.go Unify user update methods (#28733) 2024-02-04 13:29:09 +00:00
user_test.go Unify user update methods (#28733) 2024-02-04 13:29:09 +00:00