Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #1896 fatal when no needed update task | Unknwon | 2015-11-04 | 1 | -1/+1 |
| | |||||
* | Sanitizing input to LDAP authentication module. | Sergio Benitez | 2015-10-26 | 1 | -3/+39 |
| | |||||
* | revert simple LDAP userDN and update example | Unknwon | 2015-09-16 | 1 | -2/+2 |
| | |||||
* | #1637 able to skip verify for LDAP | Unknwon | 2015-09-14 | 1 | -6/+10 |
| | |||||
* | fix simple LDAP userDN | Unknwon | 2015-09-14 | 1 | -3/+2 |
| | |||||
* | Minor fixes to the LDAP module readme | Sergio Benitez | 2015-09-05 | 1 | -7/+8 |
| | |||||
* | Updated the LDAP auth module README. | Sergio Benitez | 2015-09-04 | 1 | -31/+67 |
| | |||||
* | Added LDAP simple auth support. | Sergio Benitez | 2015-09-04 | 1 | -5/+20 |
| | |||||
* | #1554 check adminFilter length before LDAP search | Unknwon | 2015-09-01 | 1 | -12/+14 |
| | |||||
* | Set IsAdmin using LDAP | Girish Ramakrishnan | 2015-08-18 | 1 | -7/+24 |
| | | | | | | | | | 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. | ||||
* | work on #986 and fix a LDAP crash | Unknwon | 2015-08-18 | 1 | -4/+4 |
| | |||||
* | Small style fixes to the LDAP module README | Sergio Benitez | 2015-08-16 | 1 | -3/+3 |
| | |||||
* | Merge branch 'develop' of https://github.com/SergioBenitez/gogs into develop | Unknwon | 2015-08-16 | 3 | -114/+135 |
|\ | | | | | | | | | # Conflicts: # modules/bindata/bindata.go | ||||
| * | Updated the LDAP module readme. | Sergio Benitez | 2015-08-12 | 1 | -29/+29 |
| | | |||||
| * | Significantly enhanced LDAP support in Gogs. | Sergio Benitez | 2015-08-12 | 3 | -101/+125 |
|/ | |||||
* | Get username, name, surname and e-mail from LDAP server | Lauris BH | 2015-02-08 | 1 | -21/+27 |
| | |||||
* | Fix spelling errors in comments. | Joseph Crail | 2014-12-06 | 1 | -2/+2 |
| | |||||
* | Remove ldap dep | Unknwon | 2014-09-07 | 1 | -6/+6 |
| | |||||
* | Removed trailing white spaces | Tristan Storch | 2014-08-30 | 1 | -1/+1 |
| | | | | | | | | | | Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork. | ||||
* | New UI merge in progress | Unknwon | 2014-07-26 | 1 | -1/+1 |
| | |||||
* | implicated error for ldap dial | Lunny Xiao | 2014-05-16 | 1 | -2/+1 |
| | |||||
* | Add LDAP over SSL support | Sebastian Jackel | 2014-05-15 | 1 | -3/+13 |
| | |||||
* | ignore broken tests | Unknown | 2014-05-11 | 1 | -27/+24 |
| | |||||
* | merge all login methods | Lunny Xiao | 2014-05-11 | 1 | -2/+2 |
|\ | |||||
* | | add login name for auth type | Lunny Xiao | 2014-05-11 | 1 | -0/+32 |
|/ | |||||
* | ldap support | Lunny Xiao | 2014-05-03 | 1 | -4/+5 |
| | |||||
* | initial support for LDAP authentication/MSAD | juju2013 | 2014-04-23 | 2 | -0/+129 |