You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/web/user
6543 c5193a8481
In Render tolerate not being passed a context (#16842) (#16858)
* In Render tolerate not being passed a context

It is possible for RenderString to be passed to an external renderer if markdown
is set to be rendered by an external renderer. No context is currently sent to these
meaning that this will error out.

Fix #16835

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Add Context to Repo calls for RenderString

All calls from routers can easily add the context - so add it.

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: zeripath <art27@cantab.net>
4 years ago
..
setting Fix activation of primary email addresses (#16385) 4 years ago
auth.go Fix activation of primary email addresses (#16385) 4 years ago
auth_openid.go Refactor routers directory (#15800) 4 years ago
avatar.go Refactor routers directory (#15800) 4 years ago
home.go In Render tolerate not being passed a context (#16842) (#16858) 4 years ago
home_test.go Refactor routers directory (#15800) 4 years ago
main_test.go Refactor routers directory (#15800) 4 years ago
notification.go Update notification table with only latest data (#16445) (#16469) 4 years ago
oauth.go Fix wrong user in OpenID response (#16736) (#16741) 4 years ago
oauth_test.go Fix wrong user in OpenID response (#16736) (#16741) 4 years ago
profile.go In Render tolerate not being passed a context (#16842) (#16858) 4 years ago
task.go Add Status Updates whilst Gitea migrations are occurring (#15076) 4 years ago