Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update swagger documentation (#2899) | Ethan Koenig | 2017-11-13 | 9 | -333/+547 |
| | | | | | | | | | | | * Update swagger documentation Add docs for missing endpoints Add documentation for request parameters Make parameter naming consistent Fix response documentation * Restore delete comments | ||||
* | fix imports | Lunny Xiao | 2017-10-25 | 1 | -5/+4 |
| | |||||
* | some fixes | Lunny Xiao | 2017-10-25 | 1 | -1/+2 |
| | |||||
* | Hide unactive on explore users and some refactors (#2741) | Lunny Xiao | 2017-10-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | * hide unactive on explore users and some refactors * fix test for removed Organizations * fix test for removed Organizations * fix imports * fix logic bug * refactor the toConds * Rename TestOrganizations to TestSearchUsers and add tests for users * fix other tests * fix other tests * fix watchers tests * fix comments and remove unused code | ||||
* | Improve swagger doc (#2274) | Antoine GIRARD | 2017-08-21 | 8 | -36/+36 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | API: support '/orgs/:org/repos' (#2047) | Aaron Walker | 2017-07-13 | 1 | -0/+18 |
| | | | * API: support '/orgs/:org/repos' | ||||
* | Fix GET /users/:username/repos endpoint (#2125) | Ethan Koenig | 2017-07-10 | 1 | -30/+30 |
| | |||||
* | 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 |