aboutsummaryrefslogtreecommitdiff
path: root/models/webhook_slack.go
Commit message (Expand)AuthorAge
* internal: move packages under this directory (#5836)Unknwon2019-10-24
* Enable Go modules (#5835)Unknwon2019-10-23
* *: use jsoniter to replace encoding/jsonUnknwon2018-06-09
* *: rename "gogits" to "gogs"Unknwon2018-05-27
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
* Refactoring: rename modules -> pkgUnknwon2017-04-04
* webhook: add Release event (#2387)Unknwon2017-03-11
* webhook: add issue comment eventUnknwon2017-03-09
* webhook: support Issues event (#2319)Unknwon2017-03-09
* webhook: add fork eventUnknwon2017-02-27
* webhook: able to detect delete branch or tag (#2315)Unknwon2017-02-27
* webhook: send secret with SHA256 HMAC hex digest (#3692)Unknwon2017-02-24
* webhook: add native Discord supportUnknwon2017-02-18
* webhook: remove bad characters of Slack-type webhook for Discord (#4088)Unknwon2017-02-11
* Replace convert.To with APIFormat callsUnknwon2016-08-14
* #2246 fully support of webhooks for pull requestUnknwon2016-08-14
* rename import pathUnknwon2015-12-15
* move out git module and #1573 send push hookUnknwon2015-12-09
* #2045 have fallback but empty valueUnknwon2015-12-04
* #2045 move fallback to empty stringUnknwon2015-12-04
* more fixes on #2045Unknwon2015-12-04
* #2045 add short version as fallback to Slack payloadUnknwon2015-12-01
* webhook APIsUnknwon2015-08-29
* slack JSON indentUnknwon2015-08-28
* new create webhook eventUnknwon2015-08-28
* new create webhook UIUnknwon2015-08-27