You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/api/v1/user
delvh f3d41c61eb
Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076)
Now, the only remaining usages of `models.db.DefaultContext` are in
  - `modules`
  - `models`
  - `services`
2 years ago
..
app.go
avatar.go Add API for changing Avatars (#25369) 2 years ago
email.go
follower.go
gpg_key.go
helper.go
hook.go
key.go Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076) 2 years ago
repo.go Fix `Permission` in API returned repository struct (#25388) 2 years ago
settings.go
star.go Fix `Permission` in API returned repository struct (#25388) 2 years ago
user.go Replace `interface{}` with `any` (#25686) 2 years ago
watch.go Fix `Permission` in API returned repository struct (#25388) 2 years ago