aboutsummaryrefslogtreecommitdiff
path: root/modules/context/api.go
Commit message (Collapse)AuthorAge
* 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
* api/repo: fix cannot reponse branch with slashes (#4198)Unknwon2017-03-10
|
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
|
* #1692 add admin APIs to add/remove a user from teamsUnknwon2016-03-25
|
* #1692 add CRUD issue APIsUnknwon2016-03-13
| | | | | - Fix go-gogs-client#10 - Related to #809
* Convert all API handers to use *context.APIContextUnknwon2016-03-13
|
* Add APIContextUnknwon2016-03-13