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/modules/context
Lunny Xiao fd7d83ace6
Move almost all functions' parameter db.Engine to context.Context (#19748)
* Move almost all functions' parameter db.Engine to context.Context
* remove some unnecessary wrap functions
3 years ago
..
access_log.go
api.go
api_org.go
api_test.go
auth.go
captcha.go
context.go
csrf.go
form.go
org.go Only show accessible teams in dashboard dropdown list (#19642) 3 years ago
package.go Fix org package owner permissions (#19742) 3 years ago
pagination.go
permission.go Move access and repo permission to models/perm/access (#19350) 3 years ago
private.go
repo.go Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
response.go
utils.go
xsrf.go
xsrf_test.go