0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-01 13:27:32 +01:00
gitea/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 Add support for ssh commit signing (#17743) 2021-12-19 00:37:18 -05:00
auth_openid.go Reset Session ID on login (#18018) 2021-12-20 22:12:26 +08:00
auth.go Reset Session ID on login (#18018) 2021-12-20 22:12:26 +08:00
avatar.go
home_test.go
home.go Use conditions but not repo ids as query condition (#16839) 2021-12-29 21:02:12 +08:00
main_test.go
notification.go
oauth_test.go
oauth.go Simplify parameter types (#18006) 2021-12-20 04:41:31 +00:00
profile.go Move POST /{username}/action/{action} to simply POST /{username} (#18045) 2021-12-20 17:18:26 +00:00
task.go