forgejo/routers/web/user
Lunny Xiao 8ce1b539b1
Use conditions but not repo ids as query condition (#16839)
* Use conditions but not repo ids as query condition

* Improve the performance of pulls/issue

* Remove duplicated code

* fix lint

* Fix bug

* Fix stats

* More fixes

* Fix build

* Fix lint

* Fix test

* Fix build

* Adjust the logic

* Merge

* Fix conflicts

* improve the performance

* Add comments for the query conditions functions

* Some improvements
2021-12-29 21:02:12 +08:00
..
setting
auth.go Reset Session ID on login (#18018) 2021-12-20 22:12:26 +08:00
auth_openid.go Reset Session ID on login (#18018) 2021-12-20 22:12:26 +08:00
avatar.go
home.go Use conditions but not repo ids as query condition (#16839) 2021-12-29 21:02:12 +08:00
home_test.go
main_test.go
notification.go
oauth.go
oauth_test.go
profile.go Move POST /{username}/action/{action} to simply POST /{username} (#18045) 2021-12-20 17:18:26 +00:00
task.go