summaryrefslogtreecommitdiffstats
path: root/routers/repo/webhook.go
Commit message (Expand)AuthorAgeFilesLines
* Add support for MS Teams webhooks (#6632)Daniel Grier2019-04-191-0/+72
* Telegram webhook (#4227)techknowlogick2019-04-181-0/+91
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* Implement Default Webhooks (#4299)Russell Aunger2019-03-181-20/+39
* Slack webhook channel name cannot be empty or just contain an hashtag (#4786)Lanre Adelowo2018-09-101-2/+14
* Fix webhook type conflation. (#4285)Russell Aunger2018-06-211-1/+1
* fix bugs caused by #3929 (#3999)Lunny Xiao2018-05-231-1/+1
* Add more webhooks support and refactor webhook templates directory (#3929)Lunny Xiao2018-05-161-7/+12
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-36/+36
* Fix guide link for webhooks in repository settings (#3291) (#3292)Elouan Martinet2018-01-031-1/+1
* Add dingtalk webhook (#2777)Lunny Xiao2017-11-211-6/+73
* fix panic on gogs webhook creation (#2675)David Schneiderbauer2017-10-081-2/+2
* Webhooks for repo creation/deletion (#1663)Ethan Koenig2017-09-031-0/+1
* fix webhook test (#2415)Lunny Xiao2017-08-291-2/+10
* fix missing orgnization discord webhook (#2414)Lunny Xiao2017-08-291-1/+0
* Implementation of discord webhook (#2402)Lunny Xiao2017-08-281-5/+106
* Add Gitea Webhook (#1755)Rémy Boulanouar2017-05-291-2/+91
* 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