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
techknowlogick f183783baa
Save initial signup information for users to aid in spam prevention (#31852)
This will allow instance admins to view signup pattern patterns for
public instances. It is modelled after discourse, mastodon, and
MediaWiki's approaches.

Note: This has privacy implications, but as the above-stated open-source
projects take this approach, especially MediaWiki, which I have no doubt
looked into this thoroughly, it is likely okay for us, too. However, I
would be appreciative of any feedback on how this could be improved.

---------

Co-authored-by: Giteabot <teabot@gitea.io>
5 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 Refactor DeleteInactiveUsers, fix bug and add tests (#30206) 10 months ago
user_test.go Save initial signup information for users to aid in spam prevention (#31852) 5 months ago