summaryrefslogtreecommitdiffstats
path: root/models/login_source.go
Commit message (Expand)AuthorAgeFilesLines
* [Refactor] Passwort Hash/Set (#14282)65432021-01-101-2/+4
* Custom icons for OAuth sources (#14161)Timo Ley2020-12-281-0/+1
* migrate from com.* to alternatives (#14103)65432020-12-251-4/+7
* Use ID or Where to instead directly use Get when load object from database (#...Lunny Xiao2020-06-171-1/+1
* Upgrade xorm to v1.0.0 (#10646)Lunny Xiao2020-03-221-10/+10
* Add restricted user filter to LDAP authentication (#10600)Lauris BH2020-03-051-16/+27
* Various fixes in login sources (#10428)guillep2k2020-02-231-14/+13
* Do not try to recreate ldap user if they are already created (#9900)zeripath2020-01-211-12/+12
* Check user != nil before checking values (#9881)zeripath2020-01-191-7/+15
* Add single sign-on support via SSPI on Windows (#8463)QuaSoft2019-11-231-2/+68
* Drop Admin attribute based on LDAP when login (continue #1743) (#8849)65432019-11-141-0/+14
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-7/+7
* Add additional password hash algorithms (closes #5859) (#6023)EpicCoder2019-07-071-0/+10
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-231-1/+1
* Add golangci (#6418)kolaente2019-06-121-9/+12
* Remove macaron dependent on models (#6940)Lunny Xiao2019-05-141-2/+6
* fix bug when user login and want to resend register confirmation email (#6482)Lunny Xiao2019-04-021-6/+6
* Fix prohibit login check on authorization (#6106)Lunny Xiao2019-02-191-4/+23
* Only allow local login if password is non-empty (#5906)zeripath2019-01-301-1/+1
* Synchronize SSH keys on login with LDAP + Fix SQLite deadlock on ldap ssh key...zeripath2018-12-271-1/+14
* 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