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/services/user
Lunny Xiao f62f68cbdd
Move team related functions to service layer (#32537)
There are still some functions under `models` after last big refactor
about `models`. This change will move all team related functions to
service layer with no code change.
2 months ago
..
avatar.go Fix bug on avatar (#31008) 9 months ago
block.go Add user blocking (#29028) 11 months ago
block_test.go Add user blocking (#29028) 11 months ago
delete.go Enable more `revive` linter rules (#30608) 9 months ago
email.go Skip email domain check when admins edit user emails (#29609) 11 months ago
email_test.go Skip email domain check when admins edit user emails (#29609) 11 months ago
update.go Unify password changing and invalidate auth tokens (#27625) 1 year ago
update_test.go Resolve lint for unused parameter and unnecessary type arguments (#30750) 9 months ago
user.go Move team related functions to service layer (#32537) 2 months ago
user_test.go Move team related functions to service layer (#32537) 2 months ago