summaryrefslogtreecommitdiffstats
path: root/modules/context/auth.go
Commit message (Expand)AuthorAgeFilesLines
* When must change password only show Signout (#11600) (#11637)guillep2k2020-05-271-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