0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-13 03:30:27 +01:00
gitea/routers/api/v1/user
Lunny Xiao df1e7d0067
Use db.Find instead of writing methods for every object (#28084)
For those simple objects, it's unnecessary to write the find and count
methods again and again.
2023-11-24 03:49:41 +00:00
..
action.go
app.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
avatar.go Penultimate round of db.DefaultContext refactor (#27414) 2023-10-11 04:24:07 +00:00
email.go
follower.go
gpg_key.go Final round of db.DefaultContext refactor (#27587) 2023-10-14 08:37:24 +00:00
helper.go
hook.go
key.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
repo.go Replace more db.DefaultContext (#27628) 2023-10-15 17:46:06 +02:00
settings.go
star.go
user.go Enable system users search via the API (#28013) 2023-11-13 15:31:38 +01:00
watch.go