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
Gusted 9f14fe43c6
Fix correct usage of teams (#17732)
- `.Teams` isn't a field on the User type, thus using the seperate
loaded teams.
- Add a space between `PathEscape` and argument.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
3 years ago
..
access_log.go
api.go
api_org.go Use a standalone struct name for Organization (#17632) 3 years ago
api_test.go
auth.go
captcha.go
context.go Multiple Escaping Improvements (#17551) 3 years ago
csrf.go
form.go
org.go Fix correct usage of teams (#17732) 3 years ago
pagination.go
permission.go Move unit into models/unit/ (#17576) 3 years ago
private.go
repo.go Fixed commit count. (#17698) 3 years ago
response.go
xsrf.go
xsrf_test.go