| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 4 | -8/+4 |
* | fix wrong email when use gitea as OAuth2 provider (#7640) | renothing | 2019-07-27 | 2 | -3/+4 |
* | Fixes #7023 - API Org Visibility (#7028) | Richard Mahn | 2019-05-30 | 1 | -2/+12 |
* | Move sdk structs to modules/structs (#6905) | Lunny Xiao | 2019-05-11 | 4 | -4/+4 |
* | Fix team edit API panic (#6780) | ngourdon | 2019-04-27 | 1 | -1/+1 |
* | make sure units of a team are returned (#6379) | Lanre Adelowo | 2019-03-19 | 1 | -0/+5 |
* | Updates to API 404 responses (#6077) | John Olheiser | 2019-03-18 | 3 | -6/+6 |
* | Allow to set organization visibility (public, internal, private) (#1763) | Rémy Boulanouar | 2019-02-18 | 1 | -0/+4 |
* | api: Add missing GET teams endpoints (#5382) | Harshit Bansal | 2019-01-16 | 1 | -0/+65 |
* | Delete organization endpoint added (#5601) | Shashvat Kedia | 2018-12-27 | 1 | -0/+23 |
* | Fix route in swagger (#5598) | Shashvat Kedia | 2018-12-26 | 1 | -1/+1 |
* | fix permission check on api create org (#5523) | Lunny Xiao | 2018-12-11 | 1 | -1/+1 |
* | add tests for api user orgs (#5494) | Lunny Xiao | 2018-12-09 | 1 | -1/+1 |
* | Restrict permission check on repositories and fix some problems (#5314) | Lunny Xiao | 2018-11-28 | 1 | -3/+3 |
* | add api for user to create org (#5268) | Lunny Xiao | 2018-11-20 | 1 | -0/+51 |
* | Fix create team, update team missing units (#5188) | Lunny Xiao | 2018-11-10 | 1 | -0/+27 |
* | Fix Swagger JSON autogeneration issues. (#4845) | zeripath | 2018-10-20 | 3 | -14/+20 |
* | Fixes repo membership check in API (#4341) | Nicolas Da Mutten | 2018-07-05 | 1 | -1/+1 |
* | Fix swagger errors (#4220) | Antoine GIRARD | 2018-06-12 | 2 | -3/+52 |
* | swagger: add 'required: true' for params in URL (#4097) | stevegt | 2018-06-02 | 1 | -0/+1 |
* | don't reset team/repo count when updating team via API (#3831) | Morgan Bazalgette | 2018-04-29 | 1 | -7/+4 |
* | Fix ignored errors when checking if organization, team member (#3177) | Ethan Koenig | 2017-12-21 | 2 | -12/+35 |
* | Update swagger documentation (#2899) | Ethan Koenig | 2017-11-13 | 4 | -126/+432 |
* | Improve swagger doc (#2274) | Antoine GIRARD | 2017-08-21 | 2 | -0/+122 |
* | Only update needed columns when update user (#2296) | Lunny Xiao | 2017-08-12 | 1 | -1/+1 |
* | Bug fixes for org member API | Ethan Koenig | 2017-06-07 | 1 | -10/+23 |
* | Refactor and fix incorrect comment (#1247) | Ethan Koenig | 2017-03-15 | 1 | -3/+3 |
* | Use handlers for API authorization (#723) | Ethan Koenig | 2017-01-26 | 3 | -65/+74 |
* | Fix permission bugs in team API (#647) | Ethan Koenig | 2017-01-20 | 1 | -13/+121 |
* | API Endpoints for organization members (#645) | Ethan Koenig | 2017-01-20 | 1 | -0/+141 |
* | Bug fixes for webhook API (#650) | Ethan Koenig | 2017-01-14 | 1 | -1/+5 |
* | API endpoints for organization teams (#370) | Ethan Koenig | 2016-12-28 | 1 | -0/+38 |
* | Organization webhook API endpoints | Ethan Koenig | 2016-12-25 | 1 | -0/+65 |
* | golint fixed for routers (#208) | Lunny Xiao | 2016-11-24 | 2 | -4/+9 |
* | Fix import path of go-sdk (#141) | Sandro Santilli | 2016-11-11 | 2 | -2/+2 |
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 2 | -8/+8 |
* | Replaced go-gogs-client with go-sdk imports | Thomas Boerger | 2016-11-07 | 2 | -2/+2 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 2 | -6/+6 |
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -1/+1 |
* | #1692 add admin APIs to add/remove a user from teams | Unknwon | 2016-03-25 | 2 | -16/+3 |
* | Change list teams API to non-admin specific | Unknwon | 2016-03-21 | 1 | -0/+31 |
* | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 | 1 | -3/+3 |
* | Convert all API handers to use *context.APIContext | Unknwon | 2016-03-13 | 1 | -8/+8 |
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 1 | -6/+6 |
* | #1692 add organization APIs | Unknwon | 2015-12-17 | 1 | -0/+74 |