| Commit message (Expand) | Author | Age | Files | Lines |
* | Move code from module to service (#24287) | KN4CK3R | 2023-04-23 | 1 | -194/+0 |
* | Refactor cookie (#24107) | wxiaoguang | 2023-04-13 | 1 | -2/+2 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Respond with a 401 on git push when password isn't changed yet (#20026) | Wim | 2022-06-19 | 1 | -0/+5 |
* | Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. (#... | wxiaoguang | 2022-04-08 | 1 | -1/+1 |
* | Renamed ctx.User to ctx.Doer. (#19161) | KN4CK3R | 2022-03-22 | 1 | -13/+13 |
* | Refactor auth package (#17962) | Lunny Xiao | 2022-01-02 | 1 | -3/+3 |
* | Move twofactor to models/login (#17143) | Lunny Xiao | 2021-09-25 | 1 | -3/+3 |
* | Make LDAP be able to skip local 2FA (#16954) | zeripath | 2021-09-17 | 1 | -0/+3 |
* | [refactor] replace int with httpStatusCodes (#15282) | 6543 | 2021-04-05 | 1 | -11/+13 |
* | Add SameSite setting for cookies (#14900) | zeripath | 2021-03-07 | 1 | -3/+4 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 1 | -49/+80 |
* | Move install pages out of main macaron routes (#13195) | zeripath | 2020-10-19 | 1 | -6/+0 |
* | Return sample message for login error in api context (#12994) | 赵智超 | 2020-10-04 | 1 | -3/+23 |
* | Prevent redirect back to /user/events (#12462) | zeripath | 2020-08-08 | 1 | -3/+6 |
* | When must change password only show Signout (#11600) | zeripath | 2020-05-26 | 1 | -1/+3 |
* | Use Req.URL.RequestURI() to cope with FCGI urls (#9473) | zeripath | 2019-12-24 | 1 | -4/+4 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -2/+3 |
* | API OTP Context (#6674) | techknowlogick | 2019-04-19 | 1 | -0/+24 |
* | Clean up various use of escape/unescape functions for URL generation (#6334) | mrsdizzie | 2019-03-18 | 1 | -5/+3 |
* | fix display dashboard even if require to change password (#6214) | Lunny Xiao | 2019-02-28 | 1 | -14/+10 |
* | Fix prohibit login check on authorization (#6106) | Lunny Xiao | 2019-02-19 | 1 | -2/+7 |
* | modules/context/auth.go: fix redirect loop (#5965) | xdch47 | 2019-02-17 | 1 | -1/+1 |
* | Force user to change password (#4489) | Lanre Adelowo | 2018-09-13 | 1 | -4/+25 |
* | fix not respecting landing page setting (#4209) | David Schneiderbauer | 2018-06-15 | 1 | -6/+0 |
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 1 | -8/+8 |
* | Golint fixed for modules/context | Lunny Xiao | 2016-11-25 | 1 | -0/+2 |
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -2/+2 |
* | Fix imports found by goimports. | Matthias Loibl | 2016-11-05 | 1 | -3/+2 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -2/+2 |
* | Minor naming improvement | Unknwon | 2016-08-17 | 1 | -2/+2 |
* | #2937 able to prohibit user login | Unknwon | 2016-07-16 | 1 | -1/+8 |
* | Convert all API handers to use *context.APIContext | Unknwon | 2016-03-13 | 1 | -1/+3 |
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 1 | -0/+85 |