- 29 Sep, 2015 2 commits
-
-
Joe Bowers authored
-
Joe Bowers authored
-
- 28 Sep, 2015 3 commits
-
-
bobbyrullo authored
build: vendor quotedprintable to build on Go < 1.5
-
Joe Bowers authored
-
Joe Bowers authored
server: disable users
-
- 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 7 commits
-
-
bobbyrullo authored
README.md: "Similar Software", "who should use"
-
bobbyrullo authored
Documentation: remove outdated TLS info
-
Bobby Rullo authored
-
bobbyrullo authored
Update README.md
-
bobbyrullo authored
-
bobbyrullo authored
cmd,server,static/html: Configurable name, logo
-
Bobby Rullo authored
fixes #47
-
- 02 Sep, 2015 3 commits
-
-
Bobby Rullo authored
-
Yifan Gu authored
refresh: bcrypt raw bytes rather than base64 encoded string.
-
Yifan Gu authored
This enables us to control the length of the bytes that will be bcrypted, by default it's 64. Also changed the token's stored form from string('text') to []byte('bytea') and added some test cases for different types of invalid tokens.
-