aboutsummaryrefslogtreecommitdiff
path: root/pkg/auth
Commit message (Collapse)AuthorAge
* internal: move packages under this directory (#5836)Unknwon2019-10-24
| | | | | | | | | | | | | | | | | | * Rename pkg -> internal * Rename routes -> route * Move route -> internal/route * Rename models -> db * Move db -> internal/db * Fix route2 -> route * Move cmd -> internal/cmd * Bump version
* Enable Go modules (#5835)Unknwon2019-10-23
| | | | | | | | | | | | | | | | * Remove vendor * Enable Go modules * ci: add command to fetch dependencies * ci: update setting * ci: update settings * Require Go 1.11 * Rename module name to gogs.io/gogs
* ldap: log two non-errors on Trace level (#5804)Marco van Zwetselaar2019-09-18
|
* auth: coding style and glitches fixes for GitHub login source (#5340)Unknwon2018-12-18
|
* auth: add new authentication source: GitHub, including GitHub Enterprise (#5340)haixunlu2018-12-18
| | | | | | * Add new Authentication Source: GitHub, including GitHub Enterprise. * Add vendor dependencies.
* api: fix critical CSRF vulnerabilities on API routes (#5355)Unknwon2018-11-28
| | | | By explicitly requires token authentication.
* ldap: grammar fix (#5493)hopegolden2018-11-05
|
* ldap: fix group membership search handling when the group members are listed ↵aboron2018-10-23
| | | | | by 'dn' (#4684) (#4688) Also, fixed typo in group member list return size check.
* *: fix wrong format typeUnknwon2018-06-13
|
* *: rename "gogits" to "gogs"Unknwon2018-05-27
|
* ldap: return valid LDAP string if user input lacks "%s" (#5171)Josef Kemetmüller2018-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)Unknwon2018-04-12
|
* auth/ldap: allow placeholder %s for BindDN (#2526)Unknwon2017-11-16
|
* api: GitHub compliance (#4549)无闻2017-06-05
| | | | | | * Add undocumented endpoint for /repositories/:id * GitHub API Compliance
* ldap: minor fix for PR #4398Unknwon2017-05-29
|
* ldap: add check for group membership (#4398)aboron2017-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/toolUnknwon2017-04-05
|
* Refactoring: rename modules -> pkgUnknwon2017-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