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
Lunny Xiao 882e502327
Fix comment permissions (#28213)
This PR will fix some missed checks for private repositories' data on
web routes and API routes.
1 year ago
..
action.go Refactor secrets modification logic (#26873) 1 year ago
app.go Fix comment permissions (#28213) 1 year ago
avatar.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
email.go Reduce usage of `db.DefaultContext` (#27073) 1 year ago
follower.go Next round of `db.DefaultContext` refactor (#27089) 1 year ago
gpg_key.go Fix comment permissions (#28213) 1 year ago
helper.go Another round of `db.DefaultContext` refactor (#27103) 1 year ago
hook.go Fix comment permissions (#28213) 1 year ago
key.go Use db.Find instead of writing methods for every object (#28084) 1 year ago
repo.go Replace more db.DefaultContext (#27628) 1 year ago
settings.go Move `convert` package to services (#22264) 2 years ago
star.go More refactoring of `db.DefaultContext` (#27083) 1 year ago
user.go Enable system users search via the API (#28013) 1 year ago
watch.go More refactoring of `db.DefaultContext` (#27083) 1 year ago