| Commit message (Expand) | Author | Age | Files | Lines |
* | routers/api: rename handlers to be unexported | Unknwon | 2016-08-04 | 1 | -19/+19 |
* | #2162 completely disable builtin issue tracker when enable external tracker | Unknwon | 2016-08-04 | 1 | -1/+8 |
* | #3290 better code structure and batch minor improvements | Unknwon | 2016-08-03 | 3 | -123/+52 |
* | Additional API support for labels (#3290) | lstahlman | 2016-08-03 | 4 | -1/+360 |
* | Added Full Name to CreateUser api call (#3333) | Richard Mahn | 2016-07-27 | 1 | -0/+1 |
* | #1384 add pagination for repositories | Unknwon | 2016-07-24 | 1 | -1/+1 |
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 12 | -36/+36 |
* | Use struct for UI settings | Unknwon | 2016-07-24 | 1 | -1/+1 |
* | api: fix panic if anonymous user request admin API | Unknwon | 2016-07-23 | 1 | -1/+1 |
* | Update locales and .gopmfile | Unknwon | 2016-07-17 | 1 | -1/+1 |
* | models/webhook: restrict deletion to be explicitly with repo and org ID | Unknwon | 2016-07-17 | 1 | -9/+9 |
* | api: delete repository webhooks (#3275) | Dennis Chen | 2016-07-17 | 2 | -3/+15 |
* | #3274 fix can't get webhook detail of organization | Unknwon | 2016-07-16 | 1 | -1/+1 |
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 | 2 | -7/+2 |
* | Add timestamps to repository api response (#3255) | lstahlman | 2016-07-12 | 1 | -0/+2 |
* | Extend the API to include more repository properties (#3249) | lstahlman | 2016-07-11 | 1 | -0/+5 |
* | #3057 retrieve webhook with repo_id | Unknwon | 2016-07-08 | 1 | -1/+1 |
* | #3058 #3059 support correct page size and link header | Unknwon | 2016-07-04 | 2 | -8/+23 |
* | #809 fix wrong closed issue count when create closed issue via API | Unknwon | 2016-05-27 | 1 | -1/+7 |
* | #809 able to set issue state to closed when create | Unknwon | 2016-05-11 | 1 | -0/+1 |
* | api/admin: add/remove organization team repository | Unknwon | 2016-04-04 | 2 | -18/+74 |
* | #1692 add admin APIs to add/remove a user from teams | Unknwon | 2016-03-25 | 4 | -24/+75 |
* | Fix status code | Unknwon | 2016-03-21 | 1 | -1/+1 |
* | Change list teams API to non-admin specific | Unknwon | 2016-03-21 | 4 | -22/+38 |
* | #1692 api: admin list and create team under organization | Unknwon | 2016-03-21 | 10 | -0/+69 |
* | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 | 13 | -63/+292 |
* | Convert all API handers to use *context.APIContext | Unknwon | 2016-03-13 | 16 | -170/+174 |
* | #13 finish user and repository search | Unknwon | 2016-03-11 | 3 | -26/+27 |
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 16 | -88/+88 |
* | Make markdown as an independent module | Unknwon | 2016-02-20 | 1 | -4/+4 |
* | Minor fix for #2506 | Unknwon | 2016-02-02 | 1 | -21/+16 |
* | Corrections following recommendations | Antoine GIRARD | 2016-01-28 | 3 | -30/+32 |
* | Handling error for the API request and add commments | Antoine GIRARD | 2016-01-28 | 1 | -6/+12 |
* | Update link for documentation (Temporary https://gist.github.com/sapk/df64347... | Antoine GIRARD | 2016-01-28 | 1 | -7/+4 |
* | Near ready | Antoine GIRARD | 2016-01-28 | 3 | -1/+77 |
* | require token for list my orgs | Unknwon | 2016-01-09 | 1 | -1/+1 |
* | fix #2360 | Unknwon | 2016-01-08 | 1 | -1/+1 |
* | #1692 APIs: Users Followers | Unknwon | 2015-12-21 | 2 | -3/+137 |
* | #1692 API: admin create repo | Unknwon | 2015-12-17 | 3 | -3/+27 |
* | #1692 add organization APIs | Unknwon | 2015-12-17 | 10 | -41/+185 |
* | #1692 add user email APIs | Unknwon | 2015-12-15 | 3 | -0/+89 |
* | rename import path | Unknwon | 2015-12-15 | 1 | -1/+1 |
* | #1938 #1374 disable password change for non-local users | Unknwon | 2015-12-10 | 1 | -1/+1 |
* | move out git module and #1573 send push hook | Unknwon | 2015-12-09 | 1 | -2/+3 |
* | #1984 Better mirror repo management | Unknwon | 2015-12-08 | 1 | -1/+1 |
* | #2063 Ability to delete repo from admin panel | Unknwon | 2015-12-05 | 1 | -0/+4 |
* | APIs: admin users | Unknwon | 2015-12-05 | 3 | -15/+168 |
* | fix #1829 and fix #890 | Unknwon | 2015-12-04 | 1 | -1/+1 |
* | fix panic for #2045 | Unknwon | 2015-12-04 | 1 | -2/+0 |
* | refactor API routes and some work for #976 | Unknwon | 2015-12-04 | 10 | -147/+368 |