- 10 Jan, 2017 4 commits
-
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
- 08 Jan, 2017 3 commits
-
-
Eric Chiang authored
Allow CORS on discovery endpoint
-
Simon HEGE authored
-
Simon HEGE authored
-
- 07 Jan, 2017 1 commit
-
-
rithu leena john authored
Bump go-oidc package
-
- 06 Jan, 2017 2 commits
-
-
rithu john authored
-
rithu john authored
-
- 28 Dec, 2016 1 commit
-
-
rithu leena john authored
connector/ldap: enable groupSearch to be empty
-
- 27 Dec, 2016 1 commit
-
-
rithu john authored
-
- 22 Dec, 2016 5 commits
-
-
rithu leena john authored
*: add 'make revendor' and tests to catch incorrect glide usage
-
Eric Chiang authored
-
Eric Chiang authored
Introducing glide-vc caused us to unknowingly removed our Go protobuf compiler (since it's a main). Add flags to glide-vc usage to remedy this. Since we now require several glide and glide-vc flags, add a Makfile target and tests to catch when PRs don't use the correct flags.
-
Eric Chiang authored
build fails
-
Sandor Szuecs authored
-
- 20 Dec, 2016 2 commits
-
-
Eric Chiang authored
replace bcrypt hash with a working one
-
h0me authored
replace bcrypt hash with an appropriate value for the string "password"
-
- 17 Dec, 2016 2 commits
-
-
rithu leena john authored
server: use UTC timestamps in dex.
-
rithu john authored
-
- 16 Dec, 2016 4 commits
-
-
Eric Chiang authored
storage: fix postgres timezone handling
-
Eric Chiang authored
server: add error HTML templates with error description.
-
Eric Chiang authored
Dex's Postgres client currently uses the `timestamp` datatype for storing times. This lops of timezones with no conversion, causing times to lose locality information. We could convert all times to UTC before storing them, but this is a backward incompatible change for upgrades, since the new version of dex would still be reading times from the database with no locality. Because of this intrinsic issue that current Postgres users don't save any timezone data, we chose to treat any existing installation as corrupted and change the datatype used for times to `timestamptz`. This is a breaking change, but it seems hard to offer an alternative that's both correct and backward compatible. Additionally, an internal flag has been added to SQL flavors, `supportsTimezones`. This allows us to handle SQLite3, which doesn't support timezones, while still storing timezones in other flavors. Flavors that don't support timezones are explicitly converted to UTC.
-
rithu john authored
-
- 15 Dec, 2016 3 commits
-
-
Eric Chiang authored
cmd/dex: provide better feedback when parsing config
-
Eric Chiang authored
-
Eric Chiang authored
-
- 13 Dec, 2016 9 commits
-
-
rithu leena john authored
cmd/dex: modify error messages to info messages.
-
rithu john authored
-
Eric Chiang authored
*: fix comment typos and add go report card icon
-
Eric Chiang authored
*: check go version before building
-
Eric Chiang authored
-
Eric Chiang authored
-
rithu leena john authored
cmd/dex: add logging config and launch logger for server module.
-
Eric Chiang authored
Add a script to check the Go version before building dex. This gives a nice error message rather than just failing to compile. With changes: $ go version go version go1.6.4 linux/amd64 $ make ERROR: dex requires Go version 1.7+. Please update your Go installation: https://golang.org/dl/ Makefile:93: recipe for target 'check-go-version' failed make: *** [check-go-version] Error 2 Checks only added for building the actual binary, not tests, since this is aimed at users just starting off with the project.
-
rithu john authored
-
- 12 Dec, 2016 3 commits
-
-
rithu john authored
-
rithu john authored
-
rithu john authored
-