Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | *: fix wrong format type | Unknwon | 2018-06-13 |
| | |||
* | *: rename "gogits" to "gogs" | Unknwon | 2018-05-27 |
| | |||
* | ldap: return valid LDAP string if user input lacks "%s" (#5171) | Josef Kemetmüller | 2018-04-16 |
| | | | | | If the user provides a string that does not contain "%s", fmt.Sprintf silently appends "%!(EXTRA type=value)" instead of failing loudly. This fixes #4375. | ||
* | auth: support authentication source config file (#3142) | Unknwon | 2018-04-12 |
| | |||
* | auth/ldap: allow placeholder %s for BindDN (#2526) | Unknwon | 2017-11-16 |
| | |||
* | api: GitHub compliance (#4549) | 无闻 | 2017-06-05 |
| | | | | | | * Add undocumented endpoint for /repositories/:id * GitHub API Compliance | ||
* | ldap: minor fix for PR #4398 | Unknwon | 2017-05-29 |
| | |||
* | ldap: add check for group membership (#4398) | aboron | 2017-05-29 |
| | | | | | | | | | * Add standard LDAP group membership checking. * Fix formatting, typo, grammer, and syntax errors * Debugging done. Gave up on locale file edits. | ||
* | Refactoring: rename pkg/base -> pkg/tool | Unknwon | 2017-04-05 |
| | |||
* | 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 |