Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -2/+2 |
| | |||||
* | Remove redundant Unix timestamp method call | Unknwon | 2016-07-23 | 1 | -2/+2 |
| | | | | Unix() already uses UTC as timezone | ||||
* | #3295 fix wrong logic judgement | Unknwon | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | #2709 validate username attribute fetched from LDAP | Unknwon | 2016-07-12 | 1 | -16/+22 |
| | |||||
* | Use SecurityProtocol to replace UseSSL in LDAP config | Unknwon | 2016-07-08 | 1 | -6/+22 |
| | | | | Initially proposed by #2376 and fixes #3068 as well. | ||||
* | #2302 Replace time.Time with Unix Timestamp (int64) | Unknwon | 2016-03-09 | 1 | -2/+23 |
| | |||||
* | Minor fix for #2634 | Unknwon | 2016-02-20 | 1 | -6/+6 |
| | | | | Add AttributesInBind option in new auth source form. | ||||
* | #2349 fix convert type | Unknwon | 2016-01-11 | 1 | -3/+3 |
| | |||||
* | #2349 try to handle []int8 case | Unknwon | 2016-01-11 | 1 | -1/+12 |
| | |||||
* | #2152 fix SMTP authentication makes invalid assumption on protocol | Unknwon | 2015-12-11 | 1 | -1/+6 |
| | |||||
* | #1938 #1374 disable password change for non-local users | Unknwon | 2015-12-10 | 1 | -32/+32 |
| | |||||
* | APIs: admin users | Unknwon | 2015-12-05 | 1 | -2/+2 |
| | |||||
* | LDAP: Optional user name attribute specification | Adam Strzelecki | 2015-12-02 | 1 | -6/+22 |
| | | | | | | | | | | | | | | | Consider following LDAP search query example: (&(objectClass=Person)(|(uid=%s)(mail=%s))) Right now on first login attempt Gogs will use the text supplied on login form as the newly created user name. In example query above the text matches against both e-mail or user name. So if user puts the e-mail then the new Gogs user name will be e-mail which may be undesired. Using optional user name attribute setting we can explicitly say we want Gogs user name to be certain LDAP attribute eg. `uid`, so even user will use e-mail to login 1st time, the new account will receive correct user name. | ||||
* | some fix to #2026 | Unknwon | 2015-11-23 | 1 | -4/+3 |
| | |||||
* | minor fix on #1694 | Unknwon | 2015-11-21 | 1 | -4/+3 |
| | |||||
* | #1637 able to skip verify for LDAP | Unknwon | 2015-09-14 | 1 | -4/+15 |
| | |||||
* | #1635 PAM return error bug | Unknwon | 2015-09-14 | 1 | -1/+1 |
| | |||||
* | #697 disable captcha and new admin create user UI | Unknwon | 2015-09-13 | 1 | -1/+1 |
| | |||||
* | #1625 remove auto_register and makes it default | Unknwon | 2015-09-12 | 1 | -80/+99 |
| | |||||
* | #1625 LDAP not working | Unknwon | 2015-09-12 | 1 | -5/+4 |
| | |||||
* | clean log | Unknwon | 2015-09-11 | 1 | -1/+0 |
| | |||||
* | #1620 add allowed domains for SMTP auth | Unknwon | 2015-09-11 | 1 | -6/+18 |
| | |||||
* | finish new edit auth UI | Unknwon | 2015-09-11 | 1 | -5/+34 |
| | |||||
* | finish new add auth UI | Unknwon | 2015-09-10 | 1 | -6/+4 |
| | |||||
* | more minor fix on 1581 | Unknwon | 2015-09-10 | 1 | -0/+6 |
| | |||||
* | minor fix on #1581 | Unknwon | 2015-09-10 | 1 | -7/+4 |
| | |||||
* | Added LDAP simple auth support. | Sergio Benitez | 2015-09-04 | 1 | -58/+54 |
| | |||||
* | #1542 A way to skip TLS verify for SMTP authentication | Unknwon | 2015-08-29 | 1 | -40/+45 |
| | |||||
* | Set IsAdmin using LDAP | Girish Ramakrishnan | 2015-08-18 | 1 | -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 Benitez | 2015-08-12 | 1 | -4/+4 |
| | |||||
* | allow anonymous SSH clone | Unknwon | 2015-08-05 | 1 | -6/+6 |
| | |||||
* | Merge pull request #1226 from nice-software/wip/pam | Lunny Xiao | 2015-04-24 | 1 | -0/+61 |
|\ | | | | | Add PAM authentication | ||||
| * | Add PAM authentication | Paolo Borelli | 2015-04-24 | 1 | -0/+61 |
| | | |||||
* | | typo fix | Dustin Willis Webber | 2015-04-16 | 1 | -1/+1 |
|/ | |||||
* | #1124 lower_name of LDAP user not assigned | Unknwon | 2015-03-23 | 1 | -0/+1 |
| | |||||
* | fix HTTP/HTTPS push update func call panic #1037 and `http: multiple ↵ | Unknwon | 2015-03-12 | 1 | -4/+2 |
| | | | | response.WriteHeader calls` | ||||
* | routers/repo/setting.go: fix LDAP cannot validate password #1006 | Unknwon | 2015-03-05 | 1 | -45/+43 |
| | |||||
* | Get username, name, surname and e-mail from LDAP server | Lauris BH | 2015-02-08 | 1 | -1/+2 |
| | |||||
* | Fix spelling errors in comments. | Joseph Crail | 2014-12-06 | 1 | -3/+3 |
| | |||||
* | work on #672 | Unknwon | 2014-12-05 | 1 | -8/+11 |
| | |||||
* | Fix fork repo and macaron API broken | Unknwon | 2014-10-24 | 1 | -1/+1 |
| | |||||
* | Fix SMTP auth logic | Unknwon | 2014-10-03 | 1 | -6/+2 |
| | |||||
* | New UI merge in progress | Unknwon | 2014-07-26 | 1 | -13/+14 |
| | |||||
* | Add create organization | Unknown | 2014-06-25 | 1 | -2/+2 |
| | |||||
* | Fix #165 | Unknown | 2014-06-21 | 1 | -9/+9 |
| | |||||
* | Add tar.gz download button and other mirror updates | Unknown | 2014-06-08 | 1 | -45/+38 |
| | |||||
* | Code convention | Unknown | 2014-06-05 | 1 | -2/+2 |
| | |||||
* | Finish create new label | Unknown | 2014-05-18 | 1 | -3/+2 |
| | |||||
* | Clean old LDAP code | Unknown | 2014-05-15 | 1 | -1/+1 |
| | |||||
* | Make gmail auth work | Unknown | 2014-05-15 | 1 | -16/+21 |
| |