Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ldap: log two non-errors on Trace level (#5804) | Marco van Zwetselaar | 2019-09-18 |
| | |||
* | auth: coding style and glitches fixes for GitHub login source (#5340) | Unknwon | 2018-12-18 |
| | |||
* | auth: add new authentication source: GitHub, including GitHub Enterprise (#5340) | haixunlu | 2018-12-18 |
| | | | | | | * Add new Authentication Source: GitHub, including GitHub Enterprise. * Add vendor dependencies. | ||
* | api: fix critical CSRF vulnerabilities on API routes (#5355) | Unknwon | 2018-11-28 |
| | | | | By explicitly requires token authentication. | ||
* | ldap: grammar fix (#5493) | hopegolden | 2018-11-05 |
| | |||
* | ldap: fix group membership search handling when the group members are listed ↵ | aboron | 2018-10-23 |
| | | | | | by 'dn' (#4684) (#4688) Also, fixed typo in group member list return size check. | ||
* | *: 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 |