Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | APIs: admin users | Unknwon | 2015-12-05 | 1 | -2/+2 |
| | |||||
* | LDAP: Optional user name attribute specification | Adam Strzelecki | 2015-12-02 | 1 | -22/+23 |
| | | | | | | | | | | | | | | | 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. | ||||
* | fix import path, fix #1782 | Unknwon | 2015-10-15 | 1 | -2/+2 |
| | |||||
* | #1625 remove auto_register and makes it default | Unknwon | 2015-09-12 | 1 | -23/+22 |
| | |||||
* | #1620 add allowed domains for SMTP auth | Unknwon | 2015-09-11 | 1 | -0/+1 |
| | |||||
* | finish new edit auth UI | Unknwon | 2015-09-11 | 1 | -1/+0 |
| | |||||
* | finish new add auth UI | Unknwon | 2015-09-10 | 1 | -12/+12 |
| | |||||
* | Added LDAP simple auth support. | Sergio Benitez | 2015-09-04 | 1 | -0/+1 |
| | |||||
* | #1542 A way to skip TLS verify for SMTP authentication | Unknwon | 2015-08-29 | 1 | -1/+2 |
| | |||||
* | Set IsAdmin using LDAP | Girish Ramakrishnan | 2015-08-18 | 1 | -0/+1 |
| | | | | | | | | | 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 | -5/+4 |
| | |||||
* | Add PAM authentication | Paolo Borelli | 2015-04-24 | 1 | -0/+1 |
| | |||||
* | #1124 LDAP add and edit form are misleading | Unknwon | 2015-03-24 | 1 | -16/+16 |
| | |||||
* | Get username, name, surname and e-mail from LDAP server | Lauris BH | 2015-02-08 | 1 | -1/+4 |
| | |||||
* | Use binding middleware | Unknwon | 2014-10-15 | 1 | -5/+3 |
| | |||||
* | New UI merge in progress | Unknwon | 2014-07-26 | 1 | -0/+36 |