Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve swagger doc (#2274) | Antoine GIRARD | 2017-08-21 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | * Add swagger comment for adminCreateOrg * Add swagger comment for admin route * add hook swagger doc * Add tags * Add auth * Fix name of responses * Edit name method * Update vendor * make generate-swagger | ||||
* | Correct grammar in APIEmpty documentation (#1748) | Jonas Östanbäck | 2017-05-18 | 1 | -1/+1 |
| | | | | | | * Correct grammar in APIEmpty doc * Generate swagger.v1.json | ||||
* | Generate swagger json (#1402) | Antoine GIRARD | 2017-05-02 | 1 | -3/+31 |
| | | | | | | | - Generate swagger.json into public/ - Add swagger-ui auto-installation - Add footer link to local swagger-ui - Add /swagger url for using app url. - Fix Swagger-UI version via git tag | ||||
* | Fix typos in models/ and modules/ (#1248) | Ethan Koenig | 2017-03-15 | 1 | -1/+1 |
| | |||||
* | Repo permission bug fixes (#513) | Ethan Koenig | 2016-12-29 | 1 | -30/+0 |
| | |||||
* | [API] Pull Requests (#248) | Kim "BKC" Carlbäcker | 2016-12-02 | 1 | -0/+22 |
| | |||||
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 1 | -4/+4 |
| | | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket | ||||
* | Golint fixed for modules/context | Lunny Xiao | 2016-11-25 | 1 | -0/+2 |
| | |||||
* | API endpoints for stars | Ethan Koenig | 2016-11-16 | 1 | -0/+31 |
| | |||||
* | Normalize files with gofmt | Thibault Meyer | 2016-11-11 | 1 | -1/+1 |
| | |||||
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -3/+3 |
| | | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path | ||||
* | Set correct doc url for go-sdk | Thomas Boerger | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | Fix imports found by goimports. | Matthias Loibl | 2016-11-05 | 1 | -2/+1 |
| | |||||
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -3/+3 |
| | |||||
* | #1692 add admin APIs to add/remove a user from teams | Unknwon | 2016-03-25 | 1 | -0/+2 |
| | |||||
* | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 | 1 | -0/+26 |
| | | | | | - Fix go-gogs-client#10 - Related to #809 | ||||
* | Convert all API handers to use *context.APIContext | Unknwon | 2016-03-13 | 1 | -0/+23 |
| | |||||
* | Add APIContext | Unknwon | 2016-03-13 | 1 | -0/+22 |