Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #1938 #1374 disable password change for non-local users | Unknwon | 2015-12-10 | 1 | -12/+12 |
| | |||||
* | LDAP: Optional user name attribute specification | Adam Strzelecki | 2015-12-02 | 1 | -15/+16 |
| | | | | | | | | | | | | | | | 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. | ||||
* | #1637 able to skip verify for LDAP | Unknwon | 2015-09-14 | 1 | -1/+2 |
| | |||||
* | #697 disable captcha and new admin create user UI | Unknwon | 2015-09-13 | 1 | -2/+2 |
| | |||||
* | #1625 remove auto_register and makes it default | Unknwon | 2015-09-12 | 1 | -6/+4 |
| | |||||
* | #1620 add allowed domains for SMTP auth | Unknwon | 2015-09-11 | 1 | -5/+6 |
| | |||||
* | finish new edit auth UI | Unknwon | 2015-09-11 | 1 | -95/+72 |
| | |||||
* | finish new add auth UI | Unknwon | 2015-09-10 | 1 | -9/+26 |
| | |||||
* | more minor fix on 1581 | Unknwon | 2015-09-10 | 1 | -2/+4 |
| | |||||
* | Added LDAP simple auth support. | Sergio Benitez | 2015-09-04 | 1 | -2/+8 |
| | |||||
* | #1542 A way to skip TLS verify for SMTP authentication | Unknwon | 2015-08-29 | 1 | -37/+39 |
| | |||||
* | Set IsAdmin using LDAP | Girish Ramakrishnan | 2015-08-18 | 1 | -0/+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 | -9/+9 |
| | |||||
* | Add PAM authentication | Paolo Borelli | 2015-04-24 | 1 | -0/+8 |
| | |||||
* | #1124 LDAP add and edit form are misleading | Unknwon | 2015-03-24 | 1 | -15/+15 |
| | |||||
* | Get username, name, surname and e-mail from LDAP server | Lauris BH | 2015-02-08 | 1 | -18/+24 |
| | |||||
* | Add suburl support | Unknwon | 2014-09-19 | 1 | -4/+4 |
| | |||||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 | 1 | -4/+5 |
| | | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go | ||||
* | Continue working on new admin pages | Unknwon | 2014-08-29 | 1 | -0/+211 |
| | |||||
* | In progress of name template name constant | Unknown | 2014-06-22 | 1 | -196/+0 |
| | |||||
* | Add tar.gz download button and other mirror updates | Unknown | 2014-06-08 | 1 | -9/+9 |
| | |||||
* | Make gmail auth work | Unknown | 2014-05-15 | 1 | -1/+1 |
| | |||||
* | bug fixed #193 | Lunny Xiao | 2014-05-15 | 1 | -0/+1 |
| | |||||
* | Merge pull request #192 from DerDackel/ldapssl | Lunny Xiao | 2014-05-15 | 1 | -0/+2 |
|\ | | | | | Add LDAP over SSL support | ||||
| * | Add LDAP over SSL support | Sebastian Jackel | 2014-05-15 | 1 | -0/+2 |
| | | |||||
* | | Fix edit auth page bug | Unknown | 2014-05-12 | 1 | -4/+4 |
|/ | |||||
* | Fix #173 | Unknown | 2014-05-11 | 1 | -6/+8 |
| | |||||
* | spell bug fixed | Lunny Xiao | 2014-05-11 | 1 | -2/+2 |
| | |||||
* | UI fix | Unknown | 2014-05-11 | 1 | -15/+13 |
| | |||||
* | add support for smtp authentication | Lunny Xiao | 2014-05-11 | 1 | -21/+62 |
| | |||||
* | fix code | Unknown | 2014-05-05 | 1 | -7/+12 |
| | |||||
* | basic authentications | Lunny Xiao | 2014-05-05 | 1 | -3/+88 |
| | |||||
* | ldap support | Lunny Xiao | 2014-05-03 | 1 | -0/+62 |