mirror of https://github.com/go-gitea/gitea.git
* Remove `db.DefaultContext` usage in routers, use `ctx` directly * Use `ctx` directly if there is one, remove some `db.DefaultContext` in `services` * Use ctx instead of db.DefaultContext for `cmd` and some `modules` packages * fix incorrect context usage |
||
|---|---|---|
| .. | ||
| app.go | ||
| email.go | ||
| follower.go | ||
| gpg_key.go | ||
| helper.go | ||
| key.go | ||
| repo.go | ||
| settings.go | ||
| star.go | ||
| user.go | ||
| watch.go | ||