0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-03 04:58:29 +01:00
gitea/modules/context
Lunny Xiao baed01f247
Remove unnecessary attributes of User struct (#17745)
* Remove unnecessary functions of User struct

* Move more database methods out of user struct

* Move more database methods out of user struct

* Fix template failure

* Fix bug

* Remove finished FIXME

* remove unnecessary code
2021-11-22 23:21:55 +08:00
..
access_log.go
api_org.go Use a standalone struct name for Organization (#17632) 2021-11-19 19:41:40 +08:00
api_test.go
api.go Reset locale on login (#17734) 2021-11-20 21:32:37 +00:00
auth.go Move twofactor to models/login (#17143) 2021-09-25 15:00:12 +02:00
captcha.go
context.go Reset locale on login (#17734) 2021-11-20 21:32:37 +00:00
csrf.go
form.go Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 2021-08-11 02:31:13 +02:00
org.go Remove unnecessary attributes of User struct (#17745) 2021-11-22 23:21:55 +08:00
pagination.go
permission.go Move unit into models/unit/ (#17576) 2021-11-09 20:57:58 +01:00
private.go
repo.go Remove unnecessary attributes of User struct (#17745) 2021-11-22 23:21:55 +08:00
response.go
xsrf_test.go
xsrf.go