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/routers/web/admin
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
..
admin.go Add cache test for admins (#31265) 8 months ago
admin_test.go Improve reverse proxy documents and clarify the AppURL guessing behavior (#31003) 9 months ago
applications.go Move context from modules to services (#29440) 12 months ago
auths.go Refactor names (#31405) 8 months ago
config.go Add cache test for admins (#31265) 8 months ago
diagnosis.go Move context from modules to services (#29440) 12 months ago
emails.go Support delete user email in admin panel (#31690) 7 months ago
hooks.go Remove urls from translations (#31950) 6 months ago
main_test.go make writing main test easier (#27270) 1 year ago
notice.go Move context from modules to services (#29440) 12 months ago
orgs.go Update misspell to 0.5.1 and add `misspellings.csv` (#30573) 10 months ago
packages.go remove util.OptionalBool and related functions (#29513) 12 months ago
queue.go Refactor names (#31405) 8 months ago
queue_tester.go Improve queue and logger context (#24924) 2 years ago
repos.go Add missed return after `ctx.ServerError` (#31130) 9 months ago
runners.go Move context from modules to services (#29440) 12 months ago
stacktrace.go Refactor names (#31405) 8 months ago
users.go Save initial signup information for users to aid in spam prevention (#31852) 5 months ago
users_test.go Move context from modules to services (#29440) 12 months ago