1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 01:15:48 +00: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_test.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
admin.go Pause queues (#15928) 2022-01-22 21:22:14 +00:00
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 format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
hooks.go Move webhook into models/webhook/ (#17579) 2021-11-10 13:13:16 +08:00
main_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
notice.go Move user functions into user.go (#17659) 2021-11-18 13:58:42 +08:00
orgs.go Move user related model into models/user (#17781) 2021-11-24 17:49:20 +08:00
repos.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
users_test.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
users.go Restrict email address validation (#17688) 2022-03-14 18:39:54 +01:00