gitea/routers/user
mrsdizzie 6f2e1bd23a Don't Unescape redirect_to cookie value (#6399)
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-20 22:06:16 -04:00
..
setting Add bio field for user (#6113) 2019-03-18 22:28:10 -04:00
auth.go Don't Unescape redirect_to cookie value (#6399) 2019-03-20 22:06:16 -04:00
auth_openid.go Don't Unescape redirect_to cookie value (#6399) 2019-03-20 22:06:16 -04:00
home.go Allow to set organization visibility (public, internal, private) (#1763) 2019-02-18 18:00:27 +02:00
home_test.go hide issues from org private repos w/o team assignment (#4034) 2018-06-21 12:00:13 -04: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