Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Redirects for renamed repos (#807) | Ethan Koenig | 2017-02-05 | 1 | -1/+8 |
| | | | | | | * Redirects for renamed repos * Remove unused phrase from locales | ||||
* | Add units concept for modulable functions of a repository (#742) | Lunny Xiao | 2017-02-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * Add units concept for modulable functions of a repository * remove unused comment codes & fix lints and tests * remove unused comment codes * use struct config instead of map * fix lint * rm wrong files * fix tests | ||||
* | Remove unneeded database loads (#814) | Ethan Koenig | 2017-02-02 | 1 | -3/+1 |
| | | | Remove unnecessary calls to repo.GetOwner() in context handlers | ||||
* | Use handlers for API authorization (#723) | Ethan Koenig | 2017-01-26 | 1 | -14/+26 |
| | |||||
* | Fix crash caused by #647 (#708) | Bwko | 2017-01-20 | 1 | -1/+1 |
| | |||||
* | Fix permission bugs in team API (#647) | Ethan Koenig | 2017-01-20 | 1 | -19/+15 |
| | |||||
* | API Endpoints for organization members (#645) | Ethan Koenig | 2017-01-20 | 1 | -0/+10 |
| | |||||
* | Bug fixes for webhook API (#650) | Ethan Koenig | 2017-01-14 | 1 | -3/+41 |
| | |||||
* | API endpoint for subscribers (#598) | Ethan Koenig | 2017-01-07 | 1 | -0/+1 |
| | |||||
* | API endpoint for stargazers (#597) | Ethan Koenig | 2017-01-06 | 1 | -0/+1 |
| | |||||
* | Release API endpoints | Ethan Koenig | 2017-01-02 | 1 | -0/+7 |
| | |||||
* | API endpoints for forks (#509) | Ethan Koenig | 2016-12-31 | 1 | -0/+2 |
| | |||||
* | Repo permission bug fixes (#513) | Ethan Koenig | 2016-12-29 | 1 | -5/+3 |
| | |||||
* | Permissions bug fix for webhooks | Ethan Koenig | 2016-12-28 | 1 | -1/+1 |
| | |||||
* | API endpoints for organization teams (#370) | Ethan Koenig | 2016-12-28 | 1 | -0/+7 |
| | |||||
* | API Endpoints for collaborators (#375) | Ethan Koenig | 2016-12-26 | 1 | -1/+6 |
| | |||||
* | Organization webhook API endpoints | Ethan Koenig | 2016-12-25 | 1 | -1/+9 |
| | |||||
* | API Endpoint for watching (#191) | Ethan Koenig | 2016-12-24 | 1 | -0/+9 |
| | |||||
* | issue comment api fix (#449) | Kim "BKC" Carlbäcker | 2016-12-22 | 1 | -1/+6 |
| | | | | | | * ListAllInRepo & Delete Issue-Comments * Moar data in issue-comments | ||||
* | [API] Pull Requests (#248) | Kim "BKC" Carlbäcker | 2016-12-02 | 1 | -0/+15 |
| | |||||
* | Add undocumented endpoint for /repositories/:id | Kim "BKC" Carlbäcker | 2016-12-02 | 1 | -0/+2 |
| | |||||
* | API endpoints for stars | Ethan Koenig | 2016-11-16 | 1 | -1/+13 |
| | |||||
* | Fix import path of go-sdk (#141) | Sandro Santilli | 2016-11-11 | 1 | -1/+1 |
| | | | | 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 | 1 | -10/+10 |
| | | | | | | | - 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 | ||||
* | ACCESS_MODE_* -> AccessMode* | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | Replaced go-gogs-client with go-sdk imports | Thomas Boerger | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -8/+8 |
| | |||||
* | Support Editorconfig on web editor | Andrey Nering | 2016-08-30 | 1 | -0/+1 |
| | |||||
* | issues comment API : list, create, edit (#2966) | Iwan Budi Kusnanto | 2016-08-26 | 1 | -0/+6 |
| | | | add `since` query string support to list issue comment | ||||
* | #3383 code cleanup | Unknwon | 2016-08-24 | 1 | -9/+13 |
| | |||||
* | Additional API support for milestones (#3383) | lstahlman | 2016-08-24 | 1 | -0/+12 |
| | |||||
* | Fix #3391 | Unknwon | 2016-08-11 | 1 | -0/+1 |
| | |||||
* | Add AddCollaborator API Endpoint (#2780) | Robin Lambertz | 2016-08-11 | 1 | -0/+1 |
| | | | | | | | | * Add AddCollaborator API Endpoint * Add optional Permission to AddCollaborator endpoint * Use APIContext | ||||
* | 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 | 1 | -3/+3 |
| | |||||
* | Additional API support for labels (#3290) | lstahlman | 2016-08-03 | 1 | -1/+17 |
| | | | | | | | | | | * Add API support for labels. * Error handling for adding/replacing multiple issue labels * Revisions to function names and error handling. Use issue.ClearLabels in replace/clear functions * Additional code cleanup | ||||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | api: fix panic if anonymous user request admin API | Unknwon | 2016-07-23 | 1 | -1/+1 |
| | | | | Add sign in check before check user account level | ||||
* | Update locales and .gopmfile | Unknwon | 2016-07-17 | 1 | -1/+1 |
| | |||||
* | api: delete repository webhooks (#3275) | Dennis Chen | 2016-07-17 | 1 | -3/+6 |
| | | | | | | | | Allows the deletion of a webhook from a repository at the /:user/:repo/hooks/:id endpoint. Solves drone/drone issue #1603. Signed-off-by: Dennis Chen <barracks510@gmail.com> | ||||
* | api/admin: add/remove organization team repository | Unknwon | 2016-04-04 | 1 | -18/+25 |
| | |||||
* | #1692 add admin APIs to add/remove a user from teams | Unknwon | 2016-03-25 | 1 | -2/+44 |
| | |||||
* | Change list teams API to non-admin specific | Unknwon | 2016-03-21 | 1 | -2/+5 |
| | |||||
* | #1692 api: admin list and create team under organization | Unknwon | 2016-03-21 | 1 | -0/+4 |
| | |||||
* | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 | 1 | -11/+13 |
| | | | | | - Fix go-gogs-client#10 - Related to #809 | ||||
* | Convert all API handers to use *context.APIContext | Unknwon | 2016-03-13 | 1 | -9/+13 |
| | |||||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 1 | -9/+9 |
| | |||||
* | Corrections following recommendations | Antoine GIRARD | 2016-01-28 | 1 | -1/+1 |
| | |||||
* | Near ready | Antoine GIRARD | 2016-01-28 | 1 | -1/+4 |
| |