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/user
guillep2k 600bb545f3 When must change password only show Signout (#11600) (#11637)
When "Must Change Password" simplify the navbar header to only show the
signout button as all other links will redirect back. This prevents the
notifications icon from showing preventing initialization of the
event-source and hence preventing redirect_to being set, however in
addition do not set the redirect_to cookie if we are looking at the
/user/events page.

Fix #11554

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

Co-authored-by: zeripath <art27@cantab.net>
5 years ago
..
setting Whenever the ctx.Session is updated, release it to save it before sending the redirect (#11456) 5 years ago
auth.go When must change password only show Signout (#11600) (#11637) 5 years ago
auth_openid.go Whenever the ctx.Session is updated, release it to save it before sending the redirect (#11456) 5 years ago
avatar.go
home.go Fix ref links in issue overviews for tags (#8742) 5 years ago
home_test.go
main_test.go
notification.go Use AJAX for notifications table (#10961) 5 years ago
oauth.go Whenever the ctx.Session is updated, release it to save it before sending the redirect (#11456) 5 years ago
profile.go