summaryrefslogtreecommitdiffstats
path: root/routers/user/auth_openid.go
Commit message (Expand)AuthorAgeFilesLines
* 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-201-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