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
leonklingele 96b66e330b routers/user: ensure that decryption of cookie actually suceeds (#7363)
Previously, only the first return value of ctx.GetSuperSecureCookie
was used to check whether decryption of the auth cookie succeeded.
ctx.GetSuperSecureCookie also returns a second value, a boolean,
indicating success or not. That value should be checked first to
be on the safe side and not rely on internal logic of the encryption
and decryption blackbox.
6 years ago
..
setting Add golangci (#6418) 6 years ago
auth.go routers/user: ensure that decryption of cookie actually suceeds (#7363) 6 years ago
auth_openid.go Add golangci (#6418) 6 years ago
home.go SearchRepositoryByName improvements and unification (#6897) 6 years ago
home_test.go hide issues from org private repos w/o team assignment (#4034) 7 years ago
main_test.go Unit tests for wiki routers (#3022) 7 years ago
notification.go Unifies pagination template usage (#6531) (#6533) 6 years ago
oauth.go fix drone build bug (#7192) 6 years ago
profile.go Add golangci (#6418) 6 years ago