forgejo/routers/web/user
KN4CK3R 4debb74eda
Fix wrong user in OpenID response (#16736)
* Fixed usage of wrong user.

* Added tests.
2021-08-19 12:11:30 -04:00
..
setting Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 2021-08-11 02:31:13 +02:00
auth.go Related refactors to ctx.FormX functions (#16567) 2021-08-11 18:08:52 +03:00
auth_openid.go Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 2021-08-11 02:31:13 +02:00
avatar.go
home.go Related refactors to ctx.FormX functions (#16567) 2021-08-11 18:08:52 +03:00
home_test.go
main_test.go
notification.go Related refactors to ctx.FormX functions (#16567) 2021-08-11 18:08:52 +03:00
oauth.go Fix wrong user in OpenID response (#16736) 2021-08-19 12:11:30 -04:00
oauth_test.go Fix wrong user in OpenID response (#16736) 2021-08-19 12:11:30 -04:00
profile.go Related refactors to ctx.FormX functions (#16567) 2021-08-11 18:08:52 +03:00
task.go