webhook create&delete
authorMichael Wallner <mike@php.net>
Mon, 4 May 2015 10:22:37 +0000 (12:22 +0200)
committerMichael Wallner <mike@php.net>
Mon, 4 May 2015 10:22:37 +0000 (12:22 +0200)
commit728020f863c8562d9c42e926b08ba1c7a390e53d
tree612dba683e49f2b2a242d2f5a3c1703780ab4d63
parent4c462ab66e6c65c15df7bd5fe6d2673884c639a0
webhook create&delete
14 files changed:
app/Controller/Github.php
app/Controller/Github/Repo/Hook.php [new file with mode: 0644]
app/Github/API.php
app/Github/Create.php [new file with mode: 0644]
app/Github/Create/Webhook.php [new file with mode: 0644]
app/Github/Delete.php [new file with mode: 0644]
app/Github/Delete/Webhook.php [new file with mode: 0644]
app/Github/Exception/UserFetchFailed.php
app/Github/Exception/WebhookCreateFailed.php [new file with mode: 0644]
app/Github/Exception/WebhookDeleteFailed.php [new file with mode: 0644]
app/Web.php
app/routes.ini
app/views/github/index.phtml
app/views/github/repo.phtml