forgejo/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>
2021-11-20 11:13:24 +08:00
..
access_log.go
api.go
api_org.go Use a standalone struct name for Organization (#17632) 2021-11-19 19:41:40 +08:00
api_test.go
auth.go
captcha.go
context.go Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
csrf.go
form.go
org.go Fix correct usage of teams (#17732) 2021-11-20 11:13:24 +08:00
pagination.go
permission.go
private.go
repo.go Fixed commit count. (#17698) 2021-11-17 23:50:17 +00:00
response.go
xsrf.go
xsrf_test.go