summaryrefslogtreecommitdiffstats
path: root/web/handlers.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-10348 Adding experimental hardened mode. (#8881)Christopher Speller2018-06-041-0/+10
| | | | | | * Adding experimental hardened mode. * Sanitizing all 500 errors.
* Adding mlog to context. (#8882)Christopher Speller2018-06-011-2/+10
|
* Refactor context out of API packages (#8755)Joram Wilander2018-05-141-0/+158
* Refactor context out of API packages * Update function names per feedback * Move webhook handlers to web and fix web tests * Move more webhook tests out of api package * Fix static handler