Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: add check misspelling (#1877) | Bo-Yi Wu | 2017-06-05 | 1 | -1/+1 |
| | |||||
* | Generate swagger json (#1402) | Antoine GIRARD | 2017-05-02 | 8 | -14/+300 |
| | | | | | | | - 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 | ||||
* | bug fixed for API to get user's repos (#1622) | Lunny Xiao | 2017-04-29 | 1 | -4/+7 |
| | | | | | | | | * bug fixed for API to get user's repos * add tests and fix another place * test user2 since user1 has no repos | ||||
* | Migrate WatchInfo struct to api (#1492) | Antoine GIRARD | 2017-04-16 | 1 | -14/+2 |
| | | | | | | | | * Remove WatchInfo and link to api struct * Add vendor temporary update * Return to gitea vendor source | ||||
* | Implement GPG api (#710) | Antoine GIRARD | 2017-03-16 | 1 | -0/+102 |
| | | | | | | | | | | * Implement GPG API * Better handle error * Apply review recommendation + simplify database operations * Remove useless comments | ||||
* | Refactor and fix incorrect comment (#1247) | Ethan Koenig | 2017-03-15 | 2 | -10/+3 |
| | |||||
* | fix panic when get user repos from api (#1110) | Lunny Xiao | 2017-03-03 | 1 | -2/+2 |
| | |||||
* | API: support /users/:username/repos | awwalker | 2017-02-27 | 1 | -0/+62 |
| | | | | | | | | | | clean up fix arguments remove repeated token give admins listing rights | ||||
* | Fix go vet faults (#1060) | Ethan Koenig | 2017-02-26 | 1 | -2/+8 |
| | |||||
* | fix: trim the whitespaces for the search keyword (#893) | Bo-Yi Wu | 2017-02-11 | 1 | -1/+3 |
| | |||||
* | API Endpoint for watching (#191) | Ethan Koenig | 2016-12-24 | 1 | -0/+123 |
| | |||||
* | fixed vulnerabilities (#392) | Lunny Xiao | 2016-12-15 | 1 | -0/+1 |
| | |||||
* | Bug fixes for repo permissions in API | Ethan Koenig | 2016-12-07 | 1 | -1/+9 |
| | | | | Also move duplicated code into repo.APIFormat(..) | ||||
* | Fix breakage from vendor-update | Kim "BKC" Carlbäcker | 2016-11-29 | 1 | -1/+1 |
| | |||||
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 1 | -1/+1 |
| | | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket | ||||
* | golint fixed for routers (#208) | Lunny Xiao | 2016-11-24 | 5 | -19/+41 |
| | |||||
* | API endpoints for stars | Ethan Koenig | 2016-11-16 | 1 | -0/+76 |
| | |||||
* | Fix import path of go-sdk (#141) | Sandro Santilli | 2016-11-11 | 5 | -5/+5 |
| | | | | From code.gitea.io/go-sdk/gitea To code.gitea.io/sdk/gitea | ||||
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 5 | -20/+20 |
| | | | | | | | - 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 | ||||
* | And others | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | Replaced go-gogs-client with go-sdk imports | Thomas Boerger | 2016-11-07 | 5 | -5/+5 |
| | |||||
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 5 | -15/+15 |
| | |||||
* | Replace convert.To with APIFormat calls | Unknwon | 2016-08-14 | 2 | -5/+3 |
| | |||||
* | Fix #3391 | Unknwon | 2016-08-11 | 1 | -3/+6 |
| | |||||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 5 | -13/+13 |
| | |||||
* | #1692 api: admin list and create team under organization | Unknwon | 2016-03-21 | 2 | -0/+0 |
| | |||||
* | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 | 3 | -6/+6 |
| | | | | | - Fix go-gogs-client#10 - Related to #809 | ||||
* | Convert all API handers to use *context.APIContext | Unknwon | 2016-03-13 | 5 | -48/+48 |
| | |||||
* | #13 finish user and repository search | Unknwon | 2016-03-11 | 1 | -13/+14 |
| | | | | Both are possible on explore and admin panel | ||||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 5 | -33/+33 |
| | |||||
* | #1692 APIs: Users Followers | Unknwon | 2015-12-21 | 1 | -0/+121 |
| | | | | | - User profile un/follow - List user's followers/following | ||||
* | #1692 add organization APIs | Unknwon | 2015-12-17 | 2 | -10/+17 |
| | |||||
* | #1692 add user email APIs | Unknwon | 2015-12-15 | 1 | -0/+78 |
| | |||||
* | APIs: admin users | Unknwon | 2015-12-05 | 1 | -13/+6 |
| | |||||
* | refactor API routes and some work for #976 | Unknwon | 2015-12-04 | 3 | -0/+233 |