1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-03 16:45:46 +00:00
gitea/routers/user
mrsdizzie 3ce195115b Don't Unescape redirect_to cookie value (#6399) (#6401)
redirect_to holds a value that we want to redirect back to after login.
This value can be a path with intentonally escaped values and we
should not unescape it.

Fixes #4475
2019-03-21 08:58:49 +02:00
..
setting Add regenerate secret feature for oauth2 (#6291) 2019-03-09 17:29:58 +01:00
auth_openid.go Don't Unescape redirect_to cookie value (#6399) (#6401) 2019-03-21 08:58:49 +02:00
auth.go Don't Unescape redirect_to cookie value (#6399) (#6401) 2019-03-21 08:58:49 +02:00
home_test.go hide issues from org private repos w/o team assignment (#4034) 2018-06-21 12:00:13 -04:00
home.go Allow to set organization visibility (public, internal, private) (#1763) 2019-02-18 18:00:27 +02:00
main_test.go Unit tests for wiki routers (#3022) 2017-11-30 17:52:15 +02:00
notification.go Handle refactor (#3339) 2018-01-10 23:34:17 +02:00
oauth.go Add support for client basic auth for exchanging access tokens (#6293) 2019-03-11 10:54:59 +08:00
profile.go Show email if the authenticated user owns the profile page being requested for (#4981) 2019-02-19 09:11:50 -05:00