summaryrefslogtreecommitdiffstats
path: root/routers/user/auth_openid.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-450/+0
* Make modules/context.Context a context.Context (#16031)zeripath2021-05-311-2/+2
* Use single shared random string generation function (#15741)silverwind2021-05-101-2/+2
* Allow only internal registration (#15795)65432021-05-091-1/+8
* OAuth2 auto-register (#5123)Martin Michaelis2021-04-141-48/+4
* Move modules/forms to services/forms (#15305)zeripath2021-04-061-10/+10
* [refactor] replace int with httpStatusCodes (#15282)65432021-04-051-5/+6
* Add SameSite setting for cookies (#14900)zeripath2021-03-071-2/+3
* Honor REGISTER_MANUAL_CONFIRM when doing openid registration (#14548)Michel Ganguin2021-02-051-1/+1
* Fix captcha (#14488)Lunny Xiao2021-01-271-0/+2
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-10/+11
* hCaptcha Support (#12594)John Olheiser2020-10-031-3/+15
* Whenever the ctx.Session is updated, release it to save it before sending the...zeripath2020-05-171-13/+15
* Various fixes in login sources (#10428)guillep2k2020-02-231-0/+4
* Move all mail related codes from models to services/mailer (#7200)Lunny Xiao2019-09-241-1/+3
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-1/+2
* Make captcha and password optional for external accounts (#6606)AJ ONeal2019-07-061-11/+15
* Add golangci (#6418)kolaente2019-06-121-7/+25
* refactor: append, build variable and type switch (#4940)Bo-Yi Wu2019-05-281-4/+4
* Allow Recaptcha service url to be configured (#6820)zeripath2019-05-021-0/+2
* Better logging (#6038) (#6095)zeripath2019-04-021-6/+6
* Don't Unescape redirect_to cookie value (#6399)mrsdizzie2019-03-211-1/+1
* Do not display the raw OpenID error in the UI (#5705)zeripath2019-01-121-1/+2
* Make cookies HttpOnly and obey COOKIE_SECURE flag (#4706)SagePtr2018-08-141-2/+2
* Add Recaptcha functionality to Gitea (#4044)Fluf2018-07-051-1/+16
* Refactor and simplify redirect to url (#3674)Lauris BH2018-03-151-6/+2
* Implements generator cli for secrets (#3531)Codruț Constantin Gușoi2018-02-181-1/+2
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-6/+6
* Add OpenID configuration in install page (#2276)Sandro Santilli2017-08-191-8/+1
* Only update needed columns when update user (#2296)Lunny Xiao2017-08-121-1/+2
* Make time diff translatable (#2057)Lauris BH2017-06-281-1/+1
* xxx_active_code_live setting in printed in hours and minutes instead … (#1814)Jonas Östanbäck2017-05-291-1/+1
* Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (#1369)Sandro Santilli2017-03-291-10/+10
* Run "make fmt" with go-1.6 (#1333)Sandro Santilli2017-03-211-19/+22
* Add captcha support to OpenID based signupSandro Santilli2017-03-201-4/+5
* Login via OpenID-2.0 (#618)Sandro Santilli2017-03-171-0/+426