aboutsummaryrefslogtreecommitdiff
path: root/pkg/auth/auth.go
Commit message (Collapse)AuthorAge
* api: fix critical CSRF vulnerabilities on API routes (#5355)Unknwon2018-11-28
| | | | By explicitly requires token authentication.
* *: rename "gogits" to "gogs"Unknwon2018-05-27
|
* auth: support authentication source config file (#3142)Unknwon2018-04-12
|
* api: GitHub compliance (#4549)无闻2017-06-05
| | | | | | * Add undocumented endpoint for /repositories/:id * GitHub API Compliance
* 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