aboutsummaryrefslogtreecommitdiff
path: root/modules/git_webhooks
Commit message (Expand)AuthorAgeFilesLines
* Add system to have multiple url shorteners and chose which to useGravatar jesopo2019-06-252-1/+6
* 'sucess_message' -> 'success_message'Gravatar jesopo2019-06-241-1/+1
* 'web hooks' -> 'webhooks'Gravatar jesopo2019-06-241-1/+1
* Add missing `import re`Gravatar jesopo2019-06-241-1/+1
* Don't show webhook notifications for private reposGravatar jesopo2019-06-243-0/+13
* set git_webhooks _name to something nicer ("Webhooks")Gravatar jesopo2019-06-241-0/+2
* remove use of _short_url in gitea.pyGravatar jesopo2019-06-241-12/+3
* gitea `create` hooks have no urlGravatar jesopo2019-06-241-2/+1
* 'forced' pushes do not exist in gitea webhooksGravatar jesopo2019-06-241-5/+4
* Actually pass gitea handler for gitea hooksGravatar jesopo2019-06-241-1/+1
* use pusher 'login' not 'name' - gitea doesn't have 'name'Gravatar jesopo2019-06-241-1/+1
* gitea.GitHub -> gitea.GiteaGravatar jesopo2019-06-241-1/+1
* Add gitea.py, fix some consts being in the wrong fileGravatar jesopo2019-06-243-2/+258
* Add missing 'utils' importGravatar jesopo2019-06-241-0/+2
* Add missing colors.py fileGravatar jesopo2019-06-241-0/+6
* 'webhooks' -> 'git-webhooks'. move all 'webhooks' settings to 'git-webhooks'Gravatar jesopo2019-06-242-0/+582