summaryrefslogtreecommitdiffstats
path: root/routers/repo/webhook.go
Commit message (Expand)AuthorAgeFilesLines
* update code.gitea.io/git (#450)Lunny Xiao2016-12-221-2/+2
* Bug fixes for repo permissions in APIEthan Koenig2016-12-071-1/+1
* Fixes typosBwko2016-11-271-1/+1
* golint fixed for routers (#208)Lunny Xiao2016-11-241-5/+15
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-111-2/+2
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-9/+9
* Fix type in unused constant name (#111)Sandro Santilli2016-11-071-9/+9
* And othersSandro Santilli2016-11-071-7/+7
* More MixedCase constsSandro Santilli2016-11-071-4/+4
* Use MixedCase constant namesSandro Santilli2016-11-071-1/+1
* Replaced go-gogs-client with go-sdk importsThomas Boerger2016-11-071-1/+1
* Fixed links to sdk docsThomas Boerger2016-11-071-1/+1
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-061-1/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-5/+5
* #2246 add HTMLURL to webhook typeUnknwon2016-08-161-1/+1
* Fix empty repository panic on send test webhookUnknwon2016-08-151-9/+21
* Replace convert.To with APIFormat callsUnknwon2016-08-141-13/+6
* #2246 fully support of webhooks for pull requestUnknwon2016-08-141-2/+3
* Add committer information to API and Webhooks. Also fixes #3271 (#3414)lstahlman2016-08-091-0/+4
* Refactor User.Id to User.IDUnknwon2016-07-241-3/+3
* models/webhook: restrict deletion to be explicitly with repo and org IDUnknwon2016-07-171-2/+2
* #3274 fix can't get webhook detail of organizationUnknwon2016-07-161-1/+6
* models/repo: remove redundant info for some repo methodsUnknwon2016-07-151-1/+1
* #3057 retrieve webhook with repo_idUnknwon2016-07-081-1/+1
* Rename module: middleware -> contextUnknwon2016-03-111-13/+13
* #2639 add branch prefix for test webhookUnknwon2016-02-171-1/+2
* #2630 fix wrong user avatar link in webhookUnknwon2016-02-151-1/+1
* fix wrong slack webhook payload URLUnknwon2015-12-061-1/+6
* fix #2105 and fix #1857Unknwon2015-12-051-0/+385