Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactoring: rename modules -> pkg | Unknwon | 2017-04-04 |
| | | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory | ||
* | Minor fixes to the LDAP module readme | Sergio Benitez | 2015-09-05 |
| | |||
* | Updated the LDAP auth module README. | Sergio Benitez | 2015-09-04 |
| | |||
* | Small style fixes to the LDAP module README | Sergio Benitez | 2015-08-16 |
| | |||
* | Updated the LDAP module readme. | Sergio Benitez | 2015-08-12 |
| | |||
* | Significantly enhanced LDAP support in Gogs. | Sergio Benitez | 2015-08-12 |
| | |||
* | Removed trailing white spaces | Tristan Storch | 2014-08-30 |
| | | | | | | | | | | 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. | ||
* | initial support for LDAP authentication/MSAD | juju2013 | 2014-04-23 |