summaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-162-7/+2
* Add timestamps to repository api response (#3255)lstahlman2016-07-121-0/+2
* Extend the API to include more repository properties (#3249)lstahlman2016-07-111-0/+5
* #3057 retrieve webhook with repo_idUnknwon2016-07-081-1/+1
* #3058 #3059 support correct page size and link headerUnknwon2016-07-042-8/+23
* #809 fix wrong closed issue count when create closed issue via APIUnknwon2016-05-271-1/+7
* #809 able to set issue state to closed when createUnknwon2016-05-111-0/+1
* api/admin: add/remove organization team repositoryUnknwon2016-04-042-18/+74
* #1692 add admin APIs to add/remove a user from teamsUnknwon2016-03-254-24/+75
* Fix status codeUnknwon2016-03-211-1/+1
* Change list teams API to non-admin specificUnknwon2016-03-214-22/+38
* #1692 api: admin list and create team under organizationUnknwon2016-03-2110-0/+69
* #1692 add CRUD issue APIsUnknwon2016-03-1313-63/+292
* Convert all API handers to use *context.APIContextUnknwon2016-03-1316-170/+174
* #13 finish user and repository searchUnknwon2016-03-113-26/+27
* Rename module: middleware -> contextUnknwon2016-03-1116-88/+88
* Make markdown as an independent moduleUnknwon2016-02-201-4/+4
* Minor fix for #2506Unknwon2016-02-021-21/+16
* Corrections following recommendationsAntoine GIRARD2016-01-283-30/+32
* Handling error for the API request and add commmentsAntoine GIRARD2016-01-281-6/+12
* Update link for documentation (Temporary https://gist.github.com/sapk/df64347...Antoine GIRARD2016-01-281-7/+4
* Near readyAntoine GIRARD2016-01-283-1/+77
* require token for list my orgsUnknwon2016-01-091-1/+1
* fix #2360Unknwon2016-01-081-1/+1
* #1692 APIs: Users FollowersUnknwon2015-12-212-3/+137
* #1692 API: admin create repoUnknwon2015-12-173-3/+27
* #1692 add organization APIsUnknwon2015-12-1710-41/+185
* #1692 add user email APIsUnknwon2015-12-153-0/+89
* rename import pathUnknwon2015-12-151-1/+1
* #1938 #1374 disable password change for non-local usersUnknwon2015-12-101-1/+1
* move out git module and #1573 send push hookUnknwon2015-12-091-2/+3
* #1984 Better mirror repo managementUnknwon2015-12-081-1/+1
* #2063 Ability to delete repo from admin panelUnknwon2015-12-051-0/+4
* APIs: admin usersUnknwon2015-12-053-15/+168
* fix #1829 and fix #890Unknwon2015-12-041-1/+1
* fix panic for #2045Unknwon2015-12-041-2/+0
* refactor API routes and some work for #976Unknwon2015-12-0410-147/+368
* fix #976Unknwon2015-12-037-26/+155
* finish wikiUnknwon2015-11-301-4/+1
* Wiki: UI for page newUnknwon2015-11-251-5/+1
* allow admin to migrate for any user/orgUnknwon2015-11-251-2/+3
* fix #878Unknwon2015-11-182-3/+122
* fix #1448Unknwon2015-11-171-1/+1
* fix #1302Unknwon2015-11-131-2/+2
* #1511 Allow local import only for admin usersUnknwon2015-11-031-17/+16
* #1657 allow forcing all private reposUnknwon2015-10-251-1/+7
* add get repo APIUnknwon2015-10-221-7/+25
* unified API error responseUnknwon2015-10-086-51/+44
* added repository remove option to apiSteven Oud2015-10-041-0/+36
* fix migrate apiUnknwon2015-09-031-1/+1