1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-25 20:55:47 +00:00
gitea/routers/api/v1/user
KN4CK3R 044c754ea5
Add context.Context to more methods (#21546)
This PR adds a context parameter to a bunch of methods. Some helper
`xxxCtx()` methods got replaced with the normal name now.

Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-11-19 16:12:33 +08:00
..
app.go Record OAuth client type at registration (#21316) 2022-10-24 15:59:24 +08:00
email.go Go 1.19 format (#20758) 2022-08-30 21:15:45 -05:00
follower.go Only show Followers that current user can access (#20220) 2022-07-05 16:47:45 +01:00
gpg_key.go Pad GPG Key ID with preceding zeroes (#20878) 2022-08-21 02:50:15 -04:00
helper.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
key.go Fix DELETE request for non-existent public key (#19443) 2022-04-21 03:08:30 +02:00
repo.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
settings.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
star.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
user.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
watch.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00