aboutsummaryrefslogtreecommitdiff
path: root/cmd/cashierd/handlers_test.go
AgeCommit message (Collapse)Author
2016-09-30Use json.NewDecoder to decode json from httpNiall Sheridan
2016-08-20Run some tests in parallelNiall Sheridan
2016-08-01Fix and enable handers testNiall Sheridan
2016-07-24Add a page for revoking certsNiall Sheridan
Add a template for revocation Use DATETIME type to store created/expires times Require auth for the /admin and /revoke endpoints
2016-07-17Add some handlers testsNiall Sheridan