- 30 Sep, 2015 2 commits
-
-
bobbyrullo authored
db: log schema errors, distinguish them from nil results where needed
-
Joe Bowers authored
-
- 29 Sep, 2015 7 commits
-
-
Joe Bowers authored
Expose API to enable and disable users
-
Joe Bowers authored
includes changes to ensure uniform errors for DB and in-memory repos
-
Joe Bowers authored
-
Joe Bowers authored
-
bobbyrullo authored
build: add equals sign to avoid link warning when building project
-
Tim Riddell authored
-
bobbyrullo authored
Documentation: clearer guidance on creating OAuth 2 client ID
-
- 28 Sep, 2015 4 commits
-
-
bobbyrullo authored
build: vendor quotedprintable to build on Go < 1.5
-
Joe Bowers authored
-
Joe Bowers authored
server: disable users
-
Chris Swan authored
Provides a more accurate walk through of the screens and menus of the Google Developers Console encountered whilst creating a client ID. Fixes #125 Signed-off-by: Chris Swan <@cpswan>
-
- 26 Sep, 2015 2 commits
-
-
Joe Bowers authored
api: don't create a user if you can't send them an email
-
Joe Bowers authored
-
- 25 Sep, 2015 6 commits
-
-
Joe Bowers authored
-
Derek Parker authored
email/smtp: Fix type comparison error
-
Joe Bowers authored
-
Joe Bowers authored
-
Derek Parker authored
Fixes #134
-
Joe Bowers authored
server: user management endpoints strictly conform to schema
-
- 24 Sep, 2015 5 commits
-
-
Joe Bowers authored
This change disables the URL fixing behavior or the router associated with the user management schema. After this commit, URLS routing to /api/$VERSION/users must target exactly the specified paths. In addition, `/api/$VERSION/users/` will serve a 404 This change allows users to hit the user create endpoint, which would previously serve a redirect rather than actually making the associated change.
-
bobbyrullo authored
Add smtp support
-
Chance Zibolski authored
-
Chance Zibolski authored
-
Chance Zibolski authored
-
- 21 Sep, 2015 1 commit
-
-
Chance Zibolski authored
-
- 19 Sep, 2015 3 commits
-
-
bobbyrullo authored
cmd/dex-worker: wait 'til connectors are available
-
Bobby Rullo authored
-
Bobby Rullo authored
Otherwise, if worker starts without connectors, and then connectors are added workers have to be restarted to pick up the changes.
-
- 18 Sep, 2015 2 commits
-
-
bobbyrullo authored
Get the K8s files up to date with more docs
-
Bobby Rullo authored
-
- 17 Sep, 2015 2 commits
-
-
bobbyrullo authored
Documentation: no need to create a new Google project
-
Chris Swan authored
A new API key can be generated in an existing Google project Fixes #123 Signed-off-by: Chris Swan <@cpswan>
-
- 09 Sep, 2015 1 commit
-
-
Bobby Rullo authored
Also, move most flags to environment variables.
-
- 08 Sep, 2015 1 commit
-
-
Bobby Rullo authored
-
- 04 Sep, 2015 2 commits
-
-
bobbyrullo authored
Remove unnecessary else statements
-
Giulio Iotti authored
Whenever it makes the code easier to follow, use early return to avoid else statements.
-
- 03 Sep, 2015 2 commits
-
-
bobbyrullo authored
README.md: "Similar Software", "who should use"
-
bobbyrullo authored
Documentation: remove outdated TLS info
-