summaryrefslogtreecommitdiffstats
path: root/models/login_source.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-11/+3
* Replace deprecated Id method with ID (#2655)Ethan Koenig2017-10-051-5/+5
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-011-8/+4
* Fix lint errors (#2547)Ethan Koenig2017-09-191-4/+1
* Use created & updated instead BeforeInsert & BeforeUpdate (#2482)Lunny Xiao2017-09-131-13/+2
* Replace calls to xorm UseBool with Where (#2237)G2017-08-011-1/+1
* fix bug not to trim space of login username (#1796)Lunny Xiao2017-05-251-1/+6
* LDAP user synchronization (#1478)Lauris BH2017-05-101-18/+23
* gofmt (#1662)Ethan Koenig2017-05-041-1/+1
* Additional OAuth2 providers (#1010)Willem van Dreumel2017-05-011-85/+31
* fix some typos (#1082)Lunny Xiao2017-02-281-1/+1
* fix 500 when use a duplicat email instead of giving an error tip (#1040)Lunny Xiao2017-02-251-11/+21
* Oauth2 consumer (#679)Willem van Dreumel2017-02-221-13/+147
* Create missing database indexes (#596)Andrey Nering2017-01-061-3/+3
* Correction LDAP validation (#342)Denis Denisov2016-12-121-2/+2
* golint fixed for modules/authLunny Xiao2016-11-271-1/+1
* Merge pull request #246 from Bwko/fix/typoThomas Boerger2016-11-251-6/+6
|\
| * Fix typosBwko2016-11-211-6/+6
* | Lint models/login_source.goSandro Santilli2016-11-241-8/+48
|/
* fixed bug #151 caused Find should be Get (#153)Lunny Xiao2016-11-121-7/+7
* Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queriesThibault Meyer2016-11-101-3/+3
|\
| * Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-3/+3
* | Rewrite XORM queriesThibault Meyer2016-11-101-1/+1
|/
* Fix type in unused constant name (#111)Sandro Santilli2016-11-071-34/+34
* Security protocolsSandro Santilli2016-11-071-5/+5
* More mixageSandro Santilli2016-11-071-22/+22
* More...Sandro Santilli2016-11-071-15/+15
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-3/+3
* Fix panic when attempt login with non-exist userUnknwon2016-09-011-1/+1
* models/login_source: code improvementUnknwon2016-08-311-0/+558