gitea/routers
leonklingele 96b66e330b routers/user: ensure that decryption of cookie actually suceeds ()
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.
2019-07-06 23:47:09 +08:00
..
admin Shadow the password on cache and session config on admin panel () 2019-06-27 00:12:38 +08:00
api/v1 fix api route () 2019-07-03 06:31:29 +01:00
dev Make time diff translatable () 2017-06-28 13:43:28 +08:00
org Add golangci () 2019-06-12 15:41:28 -04:00
private Run hooks on merge/edit and cope with protected branches () 2019-07-01 09:18:13 +08:00
repo Add commit statuses reports on pull request view () 2019-06-30 08:57:59 +01:00
routes Add golangci () 2019-06-12 15:41:28 -04:00
user routers/user: ensure that decryption of cookie actually suceeds () 2019-07-06 23:47:09 +08:00
utils Slack webhook channel name cannot be empty or just contain an hashtag () 2018-09-10 10:31:08 -04:00
home.go Unifies pagination template usage () () 2019-04-20 00:15:19 -04:00
init.go Only check and config git on web subcommand but not others () 2019-06-19 19:53:37 +03:00
install.go Install page - Handle invalid administrator username better () 2019-05-28 07:18:40 +01:00
metrics.go Fix metrics auth token detection () 2019-02-09 00:58:31 -05:00
swagger_json.go Swagger.v1.json template () 2018-07-28 03:19:01 +03:00