Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | API endpoint for stargazers (#597) | Ethan Koenig | 2017-01-06 | 2 | -0/+26 | |
| | ||||||
* | build failed by deleting release by API (#562) | Lunny Xiao | 2017-01-03 | 1 | -1/+1 | |
| | ||||||
* | Release API endpoints | Ethan Koenig | 2017-01-02 | 2 | -0/+193 | |
| | ||||||
* | API endpoints for forks (#509) | Ethan Koenig | 2016-12-31 | 2 | -0/+63 | |
| | ||||||
* | Repo permission bug fixes (#513) | Ethan Koenig | 2016-12-29 | 2 | -5/+7 | |
| | ||||||
* | Permissions bug fix for webhooks | Ethan Koenig | 2016-12-28 | 1 | -1/+1 | |
| | ||||||
* | API endpoints for organization teams (#370) | Ethan Koenig | 2016-12-28 | 3 | -0/+70 | |
| | ||||||
* | Remove redundant query in collaborator API (#516) | Ethan Koenig | 2016-12-28 | 1 | -24/+4 | |
| | ||||||
* | API Endpoints for collaborators (#375) | Ethan Koenig | 2016-12-26 | 2 | -1/+99 | |
| | ||||||
* | Organization webhook API endpoints | Ethan Koenig | 2016-12-25 | 4 | -134/+316 | |
| | ||||||
* | Added sorting to the labels & milestones page (#199) | Bwko | 2016-12-24 | 1 | -1/+1 | |
| | ||||||
* | API Endpoint for watching (#191) | Ethan Koenig | 2016-12-24 | 2 | -0/+132 | |
| | ||||||
* | issue comment api fix (#449) | Kim "BKC" Carlbäcker | 2016-12-22 | 2 | -1/+53 | |
| | | | | | | * ListAllInRepo & Delete Issue-Comments * Moar data in issue-comments | |||||
* | Fix random string generator (#384) | Denis Denisov | 2016-12-20 | 1 | -1/+5 | |
| | | | | | | | | | | | * Remove unused custom-alphabet feature of random string generator Fix random string generator Random string generator should return error if it fails to read random data via crypto/rand * Fixes variable (un)initialization mixed assign Update test GetRandomString | |||||
* | fixed vulnerabilities (#392) | Lunny Xiao | 2016-12-15 | 1 | -0/+1 | |
| | ||||||
* | Bug fix for edit-hook API endpoint | Ethan Koenig | 2016-12-09 | 1 | -2/+8 | |
| | ||||||
* | Bug fixes for repo permissions in API | Ethan Koenig | 2016-12-07 | 2 | -11/+25 | |
| | | | | Also move duplicated code into repo.APIFormat(..) | |||||
* | [API] Pull Requests (#248) | Kim "BKC" Carlbäcker | 2016-12-02 | 2 | -0/+448 | |
| | ||||||
* | Linting | Kim "BKC" Carlbäcker | 2016-12-02 | 1 | -2/+2 | |
| | ||||||
* | GitHub API Compliance (& linting) | Kim "BKC" Carlbäcker | 2016-12-02 | 3 | -8/+31 | |
| | ||||||
* | Add undocumented endpoint for /repositories/:id | Kim "BKC" Carlbäcker | 2016-12-02 | 2 | -0/+17 | |
| | ||||||
* | Fix breakage from vendor-update | Kim "BKC" Carlbäcker | 2016-11-29 | 3 | -3/+3 | |
| | ||||||
* | golint fixed for modules/auth | Lunny Xiao | 2016-11-27 | 1 | -2/+2 | |
| | ||||||
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 2 | -2/+2 | |
| | | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket | |||||
* | Golint fixed for modules/context | Lunny Xiao | 2016-11-25 | 1 | -1/+1 | |
| | ||||||
* | golint fixed for routers (#208) | Lunny Xiao | 2016-11-24 | 25 | -48/+144 | |
| | ||||||
* | API endpoints for stars | Ethan Koenig | 2016-11-16 | 3 | -34/+92 | |
| | ||||||
* | Fix import path of go-sdk (#141) | Sandro Santilli | 2016-11-11 | 24 | -24/+24 | |
| | | | | 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 | 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 | |
| |