0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00
caddy/middleware
xenolf b4780a41d3 Added webhook functionality to the git middleware.
The webhook providers reside behind a small interface which determines if
a provider should run. If a provider should run it delegates
responsibility of the request to the provider.
ghdeploy initial commit

Added webhook functionality to the git middleware.
The webhook providers reside behind a small interface which determines if a provider should run. If a provider should run it delegates responsibility of the request to the provider.

Add tests

Remove old implementation

Fix inconsistency with git interval pulling.

Remove '\n' from logging statements and put the initial pull into a startup function
2015-06-04 03:24:16 +02:00
..
basicauth basicauth: Patch timing vulnerability 2015-06-01 20:33:07 -06:00
browse Fix more lint warnings 2015-05-24 22:52:34 -04:00
errors errors: Log includes file and line number of panics 2015-05-05 15:48:10 -06:00
extensions Fix more lint warnings 2015-05-24 22:52:34 -04:00
fastcgi Fix more lint warnings 2015-05-24 22:52:34 -04:00
git Added webhook functionality to the git middleware. 2015-06-04 03:24:16 +02:00
gzip Fix more lint warnings 2015-05-24 22:52:34 -04:00
headers headers: Initial test for Headers 2015-05-09 21:47:02 +02:00
internal Fix more lint warnings 2015-05-24 22:52:34 -04:00
log Fix more lint warnings 2015-05-24 22:52:34 -04:00
markdown Fix more lint warnings 2015-05-24 22:52:34 -04:00
proxy proxy: Added tests for reverse websocket proxy 2015-06-01 22:39:53 -06:00
redirect Check if the Next handler was called unexpectedly 2015-05-09 20:07:29 +02:00
rewrite Fix lint warnings in middleware/rewrite 2015-05-24 21:00:54 -04:00
templates Expanded index file support to other middlewares (fixes #27) 2015-05-05 15:50:42 -06:00
websockets Fix lint warnings for middleware/websockets 2015-05-24 21:04:03 -04:00
commands.go New startup and shutdown directives 2015-03-26 09:52:03 -06:00
middleware.go Expanded index file support to other middlewares (fixes #27) 2015-05-05 15:50:42 -06:00
path.go Fix more lint warnings 2015-05-24 22:52:34 -04:00
recorder.go Latency now available with recorder and replacer 2015-04-23 13:35:56 -06:00
replacer.go Export Replacer type 2015-05-03 12:43:50 -07:00