0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-04 15:54:39 +01:00
gitea/routers/web/admin
Lunny Xiao 18033f49ba
Restrict email address validation (#17688)
This didn't follow the RFC but it's a subset of that. I think we should narrow the allowed chars at first and discuss more possibility in future PRs.
2022-03-14 18:39:54 +01:00
..
admin.go
admin_test.go
auths.go Prevent 500 when there is an error during new auth source post (#19041) 2022-03-10 23:40:43 +01:00
emails.go
hooks.go
main_test.go
notice.go
orgs.go
repos.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
users.go Restrict email address validation (#17688) 2022-03-14 18:39:54 +01:00
users_test.go