1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-25 20:55:47 +00:00
gitea/routers/api/v1/user
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
..
app.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
email.go Restrict email address validation (#17688) 2022-03-14 18:39:54 +01:00
follower.go Move user related model into models/user (#17781) 2021-11-24 17:49:20 +08:00
gpg_key.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
helper.go Move user related model into models/user (#17781) 2021-11-24 17:49:20 +08:00
key.go Move keys to models/asymkey (#17917) 2021-12-10 16:14:24 +08:00
repo.go API: Return primary language and repository language stats API URL (#18396) 2022-01-25 08:33:40 +02:00
settings.go Fix database inconsistent when admin change user email (#17549) 2021-11-25 20:56:16 -05:00
star.go Add missing X-Total-Count and fix some related bugs (#17968) 2021-12-15 13:39:34 +08:00
user.go Move user related model into models/user (#17781) 2021-11-24 17:49:20 +08:00
watch.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00