- 27 Jan, 2016 1 commit
-
-
Eric Chiang authored
As was noted in #293 --db-url must take two slashs, not one.
-
- 26 Jan, 2016 2 commits
-
-
Eric Chiang authored
Documentation: add section about using godeps
-
Eric Chiang authored
-
- 24 Jan, 2016 1 commit
-
-
Eric Chiang authored
Change status code used for redirects from StatusTemporaryRedirect (3…
-
- 23 Jan, 2016 1 commit
-
-
Frode Nordahl authored
HTTP code 307 aka. StatusTemporaryRedirect is used throughout the project. However, the endpoints redirected to explicitly expects the client to make a GET request. If a HTTP client issues a POST request to a server and receives a HTTP 307 redirect, it forwards the POST request to the new URL. When using 302 the HTTP client will issue a GET request. Fixes #287
-
- 20 Jan, 2016 4 commits
-
-
bobbyrullo authored
server: fix reset password test
-
Eric Chiang authored
travis: quote cwd build-docker-push script
-
Dalton Hubble authored
-
Eric Chiang authored
TestResetPasswordHandler depended on makeToken begin called twice during the initialization of a single test case and later assuming the result would match. Because the token has a timestamp accurate to the second, occasionally the timestamps would be slightly off within a single test case and cause the test to fail. Adding a sleep statement to makeToken would cause the test to fail reliably. Define a single token for each test case outside of the struct initializer so test cases compare the same token. Closes #274 Additionally remove logging statements that dump entire HTML pages.
-
- 19 Jan, 2016 7 commits
-
-
Eric Chiang authored
*: move user API auth to middleware and fix return status
-
Eric Chiang authored
Move client authentication into its own middleware and provide differentiation between HTTP requests that do not provide credentials (401) and requests that authenticate as a non-admin user (403). Closes #152
-
Eric Chiang authored
travis: Change from after_success script to travis deploy
-
Dalton Hubble authored
-
bobbyrullo authored
db: log ignored base64 decode error
-
bobbyrullo authored
*: allow dexctl set-connector-configs to read from stdin
-
Eric Chiang authored
Closes #276
-
- 15 Jan, 2016 1 commit
-
-
Eric Chiang authored
Closes #270
-
- 13 Jan, 2016 2 commits
-
-
Eric Chiang authored
*: upgrade to go 1.5.3
-
Eric Chiang authored
-
- 11 Jan, 2016 2 commits
-
-
Eric Chiang authored
admin: add build ignore tag to tests that don't compile
-
Eric Chiang authored
These tests aren't included in the top level test script so have unintentionally been ignored and currently don't compile. Until this is fixed (see #257) add a build tag so tools ignore them.
-
- 09 Jan, 2016 1 commit
-
-
bobbyrullo authored
pkg: improve base64 flag error message
-
- 08 Jan, 2016 3 commits
-
-
Eric Chiang authored
*: update MAINTAINERS
-
Eric Chiang authored
-
Eric Chiang authored
Closes #258
-
- 07 Jan, 2016 1 commit
-
-
Eric Chiang authored
Godeps,user: update uuid package reference
-
- 30 Dec, 2015 3 commits
-
-
Eric Chiang authored
The package code.google.com/p/go-uuid/uuid has been moved to github.com/pborman/uuid. Update the reference. Closes #224
-
bobbyrullo authored
Documentation: dex roadmap
-
Bobby Rullo authored
-
- 29 Dec, 2015 3 commits
-
-
Eric Chiang authored
use cobra for dexctl cli logic
-
bobbyrullo authored
db, functional: make value column in key not pkey
-
Bobby Rullo authored
go-oidc increased the size of the generated keys, which were too large to be used as primary keys in postgres.
-
- 28 Dec, 2015 5 commits
-
-
Eric Chiang authored
-
Eric Chiang authored
closes #220
-
Eric Chiang authored
-
Eric Chiang authored
:* run all functional tests through travis CI
-
Eric Chiang authored
-
- 24 Dec, 2015 2 commits
-
-
bobbyrullo authored
server: better UX when remote ID already exists
-
Bobby Rullo authored
Instead of cryptic message with nowhere to, give them the choice to login with that account or register.
-
- 23 Dec, 2015 1 commit
-
-
bobbyrullo authored
Update k8s README to --template syntax
-