Commit Graph

56 Commits (884acf8295500aa5387295bea2dd83b0bf841b9a)

Author SHA1 Message Date
Unknwon d62ab49978 retrieve webhook with repo_id
This prevents user retrieve arbitrary webhook by changing URL to
access webhook from other unauthorized repositories.
Unknwon 514382e2eb Rename module: middleware -> context
Unknwon d5ca913b2f add branch prefix for test webhook
Unknwon 2765b5c7cf fix wrong user avatar link in webhook
Was using the wrong method and now uses the method which checks if
the avatar link is relative or not.
Unknwon dce2a9e7e1 fix wrong slack webhook payload URL
Unknwon 404867f206 fix and fix