summaryrefslogtreecommitdiffstats
path: root/models/webhook.go
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant Unix timestamp method callUnknwon2016-07-231-5/+5
* models/webhook: restrict deletion to be explicitly with repo and org IDUnknwon2016-07-171-18/+39
* #3274 fix can't get webhook detail of organizationUnknwon2016-07-161-5/+17
* Ignore Response Body for Slack Hooks #3169 (#3256)Kim Carlbäcker2016-07-151-8/+0
* #3057 retrieve webhook with repo_idUnknwon2016-07-081-4/+4
* #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-091-4/+18
* Replace uuid module with original packageUnknwon2016-02-201-2/+2
* #2485 fix payloads mixed up for webhookUnknwon2016-02-101-2/+5
* Fixed Webhook URL-length Issue #2465Kim "BKC" Carlbäcker2016-01-271-1/+1
* update READMEUnknwon2015-12-051-0/+2
* fix #2105 and fix #1857Unknwon2015-12-051-6/+6
* fix #878Unknwon2015-11-181-2/+2
* New push to base repo of base branch: retest all corresponding patchesUnknwon2015-10-241-1/+8
* New push to head repo of head branch: regenerate patch and retest applyUnknwon2015-10-241-29/+46
* webhook APIsUnknwon2015-08-291-7/+21
* new create webhook eventUnknwon2015-08-281-66/+98
* add webhook recent deliveriesUnknwon2015-08-271-59/+161
* new webhooks list UIUnknwon2015-08-261-19/+39
* #835: Realtime webhooksUnknwon2015-07-251-59/+113
* #1064: X-Gogs-Event header is emptyUnknwon2015-03-181-1/+1
* better naming on #891Unknwon2015-02-111-1/+1
* able to allow insecure certification of webhook for #891Unknwon2015-02-101-6/+8
* Fix spelling errors in comments.Joseph Crail2014-12-061-1/+1
* support duoshuo mirror of gravatarUnknwon2014-11-161-0/+1
* #12, use go-gogs-clientUnknwon2014-11-141-0/+2
* #12, add/edit hookUnknwon2014-11-131-0/+32
* #12, API: list user repos, list repo hooksUnknwon2014-11-131-0/+20
* Webhook delivery locking & Hide repo for org members if they don't have accessUnknwon2014-10-091-1/+15
* clarify name/username/owner/pusher for webhookChristopher Brickley2014-09-171-3/+4
* fix https://github.com/go-xorm/xorm/issues/161Unknwon2014-09-121-5/+12
* Fix #452Unknwon2014-09-091-2/+2
* update specific hook_task, not allChristopher Brickley2014-09-091-1/+1
* add organization-level webhooksChristopher Brickley2014-09-051-0/+13
* add commit compare functionalityChristopher Brickley2014-09-011-5/+8
* add Slack API webhook supportChristopher Brickley2014-08-311-20/+66
* Merge branch 'master' of github.com:gogits/gogs into devUnknwon2014-08-311-1/+1
|\
* | Finish new web hook pagesUnknwon2014-08-091-7/+30
* | New UI merge in progressUnknwon2014-07-261-3/+3
|/
* Fix #165Unknown2014-06-211-9/+9
* Mirror fix on #242Unknown2014-06-081-4/+7
* Fix #242Unknown2014-06-081-12/+118
* Fix #98, support web hookUnknown2014-05-061-1/+14
* Finish edit and remove web hookUnknown2014-05-051-6/+35
* Finish add web hookUnknown2014-05-051-0/+58