Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-01 | Migrate from esc to packr for static files | Niall Sheridan | |
2018-06-20 | Update versionsv1.0.0 | Niall Sheridan | |
2018-06-20 | use mysql.NewConfig() to set defaults correctly | Niall Sheridan | |
2018-06-20 | Update dependencies | Niall Sheridan | |
2017-10-19 | Warn when not using a persistent datastore | Niall Sheridan | |
2017-10-19 | Move database config to the server section | Niall Sheridan | |
2017-10-18 | allow whitespace in message (#68) | Bob Long | |
2017-10-18 | Update Go version | Niall Sheridan | |
2017-10-18 | Update dependencies | 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 | |||
2017-08-14 | Use bold text | Niall Sheridan | |
2017-08-14 | Add a note about the dangers of relying on dropping privs in Go | Niall Sheridan | |
2017-06-17 | Disable grpc multiplexer | Niall Sheridan | |
2017-06-17 | Set the textarea height | Niall Sheridan | |
2017-06-05 | Saving private keys (#61) | fuero | |
* enables saving private keys * renames public_file_prefix to key_file_prefix and updates its docs to better reflect the changes | |||
2017-04-15 | Revoke multiple certs in a single call | Niall Sheridan | |
2017-04-10 | enable race detection | Niall Sheridan | |
2017-04-10 | remove calls to t.Parallel() | Niall Sheridan | |
2017-04-10 | update dependencies | Niall Sheridan | |
2017-04-10 | add a healthcheck handler | Niall Sheridan | |
2017-04-10 | obtain the username before revoking the token | Niall Sheridan | |
2017-04-10 | Add comment for exported method | Niall Sheridan | |
2017-04-10 | override the json marshaller's time format | Niall Sheridan | |
2017-04-10 | fix behaviour of SQLStore.List | Niall Sheridan | |
2017-04-10 | Populate all fields during test | Niall Sheridan | |
2017-04-10 | Add indexes | Niall Sheridan | |
2017-04-10 | don't log timestamps | Niall Sheridan | |
2017-04-10 | Ensure resp.Body is closed | Niall Sheridan | |
2017-03-02 | Add Go to client requirements | Niall Sheridan | |
2017-02-20 | Split the servers out of main | Niall Sheridan | |
2017-02-19 | update dependencies | Niall Sheridan | |
2017-02-19 | Add grpc signer | Niall Sheridan | |
2017-02-19 | Ignore generated .idea directory | Niall Sheridan | |
2017-02-16 | Test against 1.8 and tip | Niall Sheridan | |
2017-02-12 | Update dependencies | Niall Sheridan | |
2017-02-12 | Minor fixups | Niall Sheridan | |
Correct some flag strings and some format strings Don't fatal when the client config file is missing Make keysigner, certstore and authprovider package-level | |||
2017-02-12 | Initial pass at prometheus support. (#56) | Kevin Lyda | |
2017-02-11 | Revert "Remove the oauth_callback_url config option" | Niall Sheridan | |
2017-02-11 | no-op commit | Niall Sheridan | |
2017-02-09 | Remove the oauth_callback_url config option | Niall Sheridan | |
Infer the redirect url from the request instead | |||
2017-01-27 | Remove datastore | Kevin Lyda | |
2017-01-27 | Remove DatastoreConversion test | Niall Sheridan | |
It's going away | |||
2017-01-27 | Remove mongo support | Kevin Lyda | |
Resolves #40 | |||
2017-01-27 | Move tests out of travis config to a standalone script | Kevin Lyda | |
Can also be used as a pre-commit hook. | |||
2017-01-27 | Add a public_file_prefix option to cashier.conf | Kevin Lyda | |
Allow the client to save the public key and public cert to files that start with public_file_prefix and end with .pub and -cert.pub respectively. This is the naming scheme the ssh IdentityFile config option supported for certs starting in version 5.4p1. Starting in version 7.2p1, an additional option, CertificateFile, was added, but the IdentityFile-only method with those names still works. Used in conjunction with a user's ~/.ssh/config file setting IdentitiesOnly and IdentityFile, this change will allow for multiple ssh CAs for different services. Note that this will resolve #49 . | |||
2017-01-27 | Use latest releases | Niall Sheridan | |
2017-01-27 | Reduce the font size | Niall Sheridan | |
Google tokens grew in length and on smaller screens the token doesn't fix within the visible textarea | |||
2017-01-25 | Return a concrete type | Niall Sheridan | |
2017-01-25 | Building against tip is slow. Don't count rc as failures. | Niall Sheridan | |
2017-01-25 | Remove newClient function (and calls). | Kevin Lyda | |