summaryrefslogtreecommitdiffstats
path: root/templates/admin/hook_new.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Fix adding default Telegram webhook (#7972)Gary Kim2019-08-261-0/+3
| | | | | | | | | | | | * Fix adding default Telegram webhook Fixes #7932 Signed-off-by: Gary Kim <gary@garykim.dev> * Run goimports Signed-off-by: Gary Kim <gary@garykim.dev>
* Add support for MS Teams webhooks (#6632)Daniel Grier2019-04-191-0/+3
|
* Implement Default Webhooks (#4299)Russell Aunger2019-03-181-0/+37
Partially implement #770. Add "Default Webhooks" page in site admin UI. Persist to the existing webhooks table, but store with RepoID=0 and OrgID=0. Upon repo creation, copy the set of default webhooks into the new repo.