aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-29Replace json examples with hcl examplesNiall Sheridan
2016-05-29Ignore new default config file.Niall Sheridan
2016-05-29Switch from json to hcl configsNiall Sheridan
2016-05-29Merge pull request #7 from nsheridan/client_configNiall Sheridan
2016-05-29Merge pull request #11 from nsheridan/go_versionsNiall Sheridan
2016-05-29Run more CI checksNiall Sheridan
2016-05-29Use flags as defaults, allow them to override config fileNiall Sheridan
2016-05-29Remove unneeded template_dirNiall Sheridan
2016-05-29Mention GO15VENDOREXPERIMENTNiall Sheridan
2016-05-29fix client_test.go invocations of send methodPatrick O'Doherty
2016-05-29Add validate_tls_certificate option to client configPatrick O'Doherty
2016-05-29Fix testsNiall Sheridan
2016-05-29Use a simple config file for configuring the client.Niall Sheridan
2016-05-28Merge pull request #9 from nsheridan/github_authNiall Sheridan
2016-05-28Set expiry time in the github auth packageNiall Sheridan
2016-05-28Define the token tmpl as a stringNiall Sheridan
2016-05-25Fix key name in example config.Patrick O'Doherty
2016-05-24Merge pull request #4 from patrickod/patrickod/fail-open-open-configPatrick O'Doherty
2016-05-24Don't allow wide-open Google or Github configsPatrick O'Doherty
2016-05-22Update READMENiall Sheridan
2016-05-22update readmeNiall Sheridan
2016-05-22Make template directory configurableNiall Sheridan
2016-05-22updateNiall Sheridan
2016-05-22Move binaries into cmd/ directoryNiall Sheridan
2016-05-22unusedNiall Sheridan
2016-05-22Move server/main.go to top-level server.goNiall Sheridan
2016-05-22Make 2048 the default key size.Niall Sheridan
2016-05-22Drop go 1.5Niall Sheridan
2016-05-22Use govendorNiall Sheridan
2016-05-22fix testNiall Sheridan
2016-05-22Open the browser automaticallyNiall Sheridan
2016-05-21Log the issuing of new certsNiall Sheridan
2016-05-21Remove database config. Not needed.Niall Sheridan
2016-05-18Mention Ed25519 keysNiall Sheridan
2016-05-18miscNiall Sheridan
2016-05-18Don't use jwt, it doesn't buy a whole lot for this applicationNiall Sheridan
2016-05-18Do login if the provided token is invalidNiall Sheridan
2016-05-18Support ed25519 ssh keysNiall Sheridan
2016-05-09Placeholder for database config.Niall Sheridan
2016-04-30Update readmeNiall Sheridan
2016-04-23Add config file testsNiall Sheridan
2016-04-23Refactor to use an io.Reader for easier testingNiall Sheridan
2016-04-23Fix commentsNiall Sheridan
2016-04-22More go versionsNiall Sheridan
2016-04-22Fix table formattingNiall Sheridan
2016-04-22Update auth provider notes.Niall Sheridan
2016-04-22Add github oauth provider.Niall Sheridan
2016-04-22Check the error before trying to read the response.Niall Sheridan
2016-04-22Merge pull request #1 from olive42/fixtypoNiall Sheridan
2016-04-22Fix typo in comment.Olivier Tharan