Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-08 | Fix revocations query and UI | Niall Sheridan | |
Use `Exec` rather than `Query` to update revoked status `Query` works with MySQL but `Exec` is needed with sqlite Test that the key is revoked Correct column ordering | |||
2018-08-23 | Record request reason in the db instead of logging | Niall Sheridan | |
2018-08-07 | Updates to static content generation, docs and examples | Niall Sheridan | |
Static content generator finds the root of the git repo and executes from there. Packr will scan subdirs for boxes to be packed. | |||
2018-08-01 | Migrate from esc to packr for static files | Niall Sheridan | |
2017-10-17 | Support a message to be passed and logged from client to server (#67) | Bob Long | |
* Support a message to be passed and logged from client to server | |||
2016-09-11 | Invert check for revoked cert | Niall Sheridan | |
2016-09-11 | Add a toggle for unexpired certs | Niall Sheridan | |
2016-08-28 | Allow searching on keyID and principals | Niall Sheridan | |
2016-08-28 | Cosmetic changes | Niall Sheridan | |
2016-08-17 | Switch from bootstrap to skeleton | Niall Sheridan | |
2016-08-07 | Use bootstrap | Niall Sheridan | |
Move templates and static under server/ |