Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 27 | -110/+110 |
| | | | | | | | - 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 others | Sandro Santilli | 2016-11-07 | 2 | -2/+2 |
| | |||||
* | More... | Sandro Santilli | 2016-11-07 | 2 | -2/+2 |
| | |||||
* | ACCESS_MODE_* -> AccessMode* | Sandro Santilli | 2016-11-07 | 2 | -3/+3 |
| | |||||
* | Use MixedCase constant names | Sandro Santilli | 2016-11-07 | 1 | -6/+6 |
| | | | | See https://github.com/golang/go/wiki/CodeReviewComments#mixed-caps | ||||
* | Replaced go-gogs-client with go-sdk imports | Thomas Boerger | 2016-11-07 | 24 | -24/+24 |
| | |||||
* | Replace gogits/git-module dependency with go-gitea/git (#94) | Sandro Santilli | 2016-11-06 | 2 | -2/+2 |
| | | | | | | | | * Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed) | ||||
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 27 | -82/+82 |
| | |||||
* | #3515 use alert instead 500 for duplicated login source name | Unknwon | 2016-08-31 | 1 | -1/+1 |
| | |||||
* | Support Editorconfig on web editor | Andrey Nering | 2016-08-30 | 2 | -0/+21 |
| | |||||
* | #3459 code quality improvement | Unknwon | 2016-08-29 | 1 | -1/+1 |
| | |||||
* | #2966 code cleanup | Unknwon | 2016-08-26 | 2 | -61/+21 |
| | |||||
* | issues comment API : list, create, edit (#2966) | Iwan Budi Kusnanto | 2016-08-26 | 2 | -0/+128 |
| | | | add `since` query string support to list issue comment | ||||
* | Web editor: improve code quality | Unknwon | 2016-08-24 | 1 | -1/+1 |
| | |||||
* | added support to set pull_request event from api (#3513) | Kurt Madel | 2016-08-24 | 1 | -2/+4 |
| | |||||
* | #3383 code cleanup | Unknwon | 2016-08-24 | 4 | -158/+32 |
| | |||||
* | Additional API support for milestones (#3383) | lstahlman | 2016-08-24 | 3 | -0/+238 |
| | |||||
* | Issues can be closed via API (#3170) (#3479) | Kim Carlbäcker | 2016-08-23 | 1 | -0/+6 |
| | | | | | | | | | | * Issues can be closed via API * Error-checking is nice xD * EditIssueOption.Status => State * Use const instead of string-literal | ||||
* | models/issue: improve quality and performance of NewIssue function | Unknwon | 2016-08-15 | 1 | -2/+2 |
| | |||||
* | Replace convert.To with APIFormat calls | Unknwon | 2016-08-14 | 8 | -131/+31 |
| | |||||
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 | 3 | -19/+14 |
| | |||||
* | Fix #3391 | Unknwon | 2016-08-11 | 2 | -3/+7 |
| | |||||
* | Add MaxRepoCreation to EditUser API (#2781) | Robin Lambertz | 2016-08-11 | 1 | -0/+3 |
| | |||||
* | #2780 code clean up | Unknwon | 2016-08-11 | 1 | -17/+6 |
| | |||||
* | Add AddCollaborator API Endpoint (#2780) | Robin Lambertz | 2016-08-11 | 2 | -0/+50 |
| | | | | | | | | * Add AddCollaborator API Endpoint * Add optional Permission to AddCollaborator endpoint * Use APIContext | ||||
* | Add committer information to API and Webhooks. Also fixes #3271 (#3414) | lstahlman | 2016-08-09 | 1 | -3/+19 |
| | |||||
* | 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 |
| | | | | | | | | | | * 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 | ||||
* | 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 |
| | | | | Add sign in check before check user account level | ||||
* | 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 |
| | | | | | | | | 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> | ||||
* | #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 |
| | | | Additional properties: created_at, updated_at | ||||
* | Extend the API to include more repository properties (#3249) | lstahlman | 2016-07-11 | 1 | -0/+5 |
| | | | | Adds description, stars_count, forks_count, watchers_count and open_issues_count. | ||||
* | #3057 retrieve webhook with repo_id | Unknwon | 2016-07-08 | 1 | -1/+1 |
| | | | | | This prevents user retrieve arbitrary webhook by changing URL to access webhook from other unauthorized repositories. | ||||
* | #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 |
| | | | | Add start count corrector for Repository.NumClosedIssues | ||||
* | #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 |
| |