aboutsummaryrefslogtreecommitdiffstats
path: root/models/login.go
Commit message (Collapse)AuthorAgeFilesLines
* Set IsAdmin using LDAPGirish Ramakrishnan2015-08-181-1/+2
| | | | | | | | | The IsAdmin flag is set based on whether the admin filter returned any result. The admin filter is applied with the user dn as the search root. In the future, we should update IsAdmin as well on each login. Alternately, we can have a periodic sync operation.
* Significantly enhanced LDAP support in Gogs.Sergio Benitez2015-08-121-4/+4
|
* allow anonymous SSH cloneUnknwon2015-08-051-6/+6
|
* Merge pull request #1226 from nice-software/wip/pamLunny Xiao2015-04-241-0/+61
|\ | | | | Add PAM authentication
| * Add PAM authenticationPaolo Borelli2015-04-241-0/+61
| |
* | typo fixDustin Willis Webber2015-04-161-1/+1
|/
* #1124 lower_name of LDAP user not assignedUnknwon2015-03-231-0/+1
|
* fix HTTP/HTTPS push update func call panic #1037 and `http: multiple ↵Unknwon2015-03-121-4/+2
| | | | response.WriteHeader calls`
* routers/repo/setting.go: fix LDAP cannot validate password #1006Unknwon2015-03-051-45/+43
|
* Get username, name, surname and e-mail from LDAP serverLauris BH2015-02-081-1/+2
|
* Fix spelling errors in comments.Joseph Crail2014-12-061-3/+3
|
* work on #672Unknwon2014-12-051-8/+11
|
* Fix fork repo and macaron API brokenUnknwon2014-10-241-1/+1
|
* Fix SMTP auth logicUnknwon2014-10-031-6/+2
|
* New UI merge in progressUnknwon2014-07-261-13/+14
|
* Add create organizationUnknown2014-06-251-2/+2
|
* Fix #165Unknown2014-06-211-9/+9
|
* Add tar.gz download button and other mirror updatesUnknown2014-06-081-45/+38
|
* Code conventionUnknown2014-06-051-2/+2
|
* Finish create new labelUnknown2014-05-181-3/+2
|
* Clean old LDAP codeUnknown2014-05-151-1/+1
|
* Make gmail auth workUnknown2014-05-151-16/+21
|
* bug fixed #193Lunny Xiao2014-05-151-3/+7
|
* Fix edit auth page bugUnknown2014-05-121-2/+5
|
* spell bug fixedLunny Xiao2014-05-111-2/+2
|
* smtp login bug fixedLunny Xiao2014-05-111-18/+23
|
* add support for smtp authenticationLunny Xiao2014-05-111-12/+11
|
* add smtp authenticationLunny Xiao2014-05-111-4/+125
|
* merge all login methodsLunny Xiao2014-05-111-8/+120
|
* fix codeUnknown2014-05-051-1/+6
|
* basic authenticationsLunny Xiao2014-05-051-13/+60
|
* ldap supportLunny Xiao2014-05-031-9/+46
|
* add login.goLunny Xiao2014-04-261-0/+33