aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/user
Commit message (Collapse)AuthorAgeFilesLines
* feat: add check misspelling (#1877)Bo-Yi Wu2017-06-051-1/+1
|
* Generate swagger json (#1402)Antoine GIRARD2017-05-028-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 Xiao2017-04-291-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 GIRARD2017-04-161-14/+2
| | | | | | | | * Remove WatchInfo and link to api struct * Add vendor temporary update * Return to gitea vendor source
* Implement GPG api (#710)Antoine GIRARD2017-03-161-0/+102
| | | | | | | | | | * Implement GPG API * Better handle error * Apply review recommendation + simplify database operations * Remove useless comments
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-152-10/+3
|
* fix panic when get user repos from api (#1110)Lunny Xiao2017-03-031-2/+2
|
* API: support /users/:username/reposawwalker2017-02-271-0/+62
| | | | | | | | | | clean up fix arguments remove repeated token give admins listing rights
* Fix go vet faults (#1060)Ethan Koenig2017-02-261-2/+8
|
* fix: trim the whitespaces for the search keyword (#893)Bo-Yi Wu2017-02-111-1/+3
|
* API Endpoint for watching (#191)Ethan Koenig2016-12-241-0/+123
|
* fixed vulnerabilities (#392)Lunny Xiao2016-12-151-0/+1
|
* Bug fixes for repo permissions in APIEthan Koenig2016-12-071-1/+9
| | | | Also move duplicated code into repo.APIFormat(..)
* Fix breakage from vendor-updateKim "BKC" Carlbäcker2016-11-291-1/+1
|
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-1/+1
| | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket
* golint fixed for routers (#208)Lunny Xiao2016-11-245-19/+41
|
* API endpoints for starsEthan Koenig2016-11-161-0/+76
|
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-115-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 Santilli2016-11-105-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 othersSandro Santilli2016-11-071-1/+1
|
* Replaced go-gogs-client with go-sdk importsThomas Boerger2016-11-075-5/+5
|
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-035-15/+15
|
* Replace convert.To with APIFormat callsUnknwon2016-08-142-5/+3
|
* Fix #3391Unknwon2016-08-111-3/+6
|
* Refactor User.Id to User.IDUnknwon2016-07-245-13/+13
|
* #1692 api: admin list and create team under organizationUnknwon2016-03-212-0/+0
|
* #1692 add CRUD issue APIsUnknwon2016-03-133-6/+6
| | | | | - Fix go-gogs-client#10 - Related to #809
* Convert all API handers to use *context.APIContextUnknwon2016-03-135-48/+48
|
* #13 finish user and repository searchUnknwon2016-03-111-13/+14
| | | | Both are possible on explore and admin panel
* Rename module: middleware -> contextUnknwon2016-03-115-33/+33
|
* #1692 APIs: Users FollowersUnknwon2015-12-211-0/+121
| | | | | - User profile un/follow - List user's followers/following
* #1692 add organization APIsUnknwon2015-12-172-10/+17
|
* #1692 add user email APIsUnknwon2015-12-151-0/+78
|
* APIs: admin usersUnknwon2015-12-051-13/+6
|
* refactor API routes and some work for #976Unknwon2015-12-043-0/+233