summaryrefslogtreecommitdiffstats
path: root/modules/context/auth.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor cookie (#24107)wxiaoguang2023-04-131-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Respond with a 401 on git push when password isn't changed yet (#20026)Wim2022-06-191-0/+5
* Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. (#...wxiaoguang2022-04-081-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-13/+13
* Refactor auth package (#17962)Lunny Xiao2022-01-021-3/+3
* Move twofactor to models/login (#17143)Lunny Xiao2021-09-251-3/+3
* Make LDAP be able to skip local 2FA (#16954)zeripath2021-09-171-0/+3
* [refactor] replace int with httpStatusCodes (#15282)65432021-04-051-11/+13
* Add SameSite setting for cookies (#14900)zeripath2021-03-071-3/+4
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-49/+80
* Move install pages out of main macaron routes (#13195)zeripath2020-10-191-6/+0
* Return sample message for login error in api context (#12994)赵智超2020-10-041-3/+23
* Prevent redirect back to /user/events (#12462)zeripath2020-08-081-3/+6
* When must change password only show Signout (#11600)zeripath2020-05-261-1/+3
* Use Req.URL.RequestURI() to cope with FCGI urls (#9473)zeripath2019-12-241-4/+4
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+3
* API OTP Context (#6674)techknowlogick2019-04-191-0/+24
* Clean up various use of escape/unescape functions for URL generation (#6334)mrsdizzie2019-03-181-5/+3
* fix display dashboard even if require to change password (#6214)Lunny Xiao2019-02-281-14/+10
* Fix prohibit login check on authorization (#6106)Lunny Xiao2019-02-191-2/+7
* modules/context/auth.go: fix redirect loop (#5965)xdch472019-02-171-1/+1
* Force user to change password (#4489)Lanre Adelowo2018-09-131-4/+25
* fix not respecting landing page setting (#4209)David Schneiderbauer2018-06-151-6/+0
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-8/+8
* Golint fixed for modules/contextLunny Xiao2016-11-251-0/+2
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-2/+2
* Fix imports found by goimports.Matthias Loibl2016-11-051-3/+2
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-2/+2
* Minor naming improvementUnknwon2016-08-171-2/+2
* #2937 able to prohibit user loginUnknwon2016-07-161-1/+8
* Convert all API handers to use *context.APIContextUnknwon2016-03-131-1/+3
* Rename module: middleware -> contextUnknwon2016-03-111-0/+85