- 06 Apr, 2016 1 commit
-
-
Eric Chiang authored
In --no-db mode, load passwords from the users file instead of the connectors file. This allows us to remove the password infos field from the local connector and stop loading them during connector registration, a case that was causing panics when using a real database (see #286). Fixes #286 Closes #340
-
- 17 Mar, 2016 3 commits
-
-
Eric Chiang authored
Documentation: remove reference to DEX_APP_REDIRECTURL
-
Eric Chiang authored
Fix response_type missing param
-
Rubén Soleto Buenvarón authored
This commit fix problem with response_type param, which is required according to OIDC spec, when it is missing. At now, when connector_id url query param is not set, connector view use response_type that client request instead of default "code". Fixes #370
-
- 14 Mar, 2016 3 commits
-
-
Eric Chiang authored
*: remove build-units script
-
Eric Chiang authored
server: add db heatlh checker to server checkers
-
Eric Chiang authored
move outside dependencies to ./vendor directory
-
- 10 Mar, 2016 1 commit
-
-
Eric Chiang authored
Documentation: update roadmap for 0.4 release cycle
-
- 09 Mar, 2016 7 commits
-
-
Eric Chiang authored
-
Eric Chiang authored
closes #328
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
Fixes #365
-
Eric Chiang authored
-
- 03 Mar, 2016 6 commits
-
-
Eric Chiang authored
server: url decode basic auth credentials
-
Eric Chiang authored
Fixes #336
-
Eric Chiang authored
integration: fix email case sensitivity test
-
Eric Chiang authored
-
Eric Chiang authored
add support for resend an invite email
-
Eric Chiang authored
db: email comparison should be case insensitive
-
- 02 Mar, 2016 5 commits
-
-
Eric Chiang authored
Fix cross compilation
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
- 01 Mar, 2016 5 commits
-
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
When reading migrations from files, sql-migrate attempts to split SQL statements. The parsing logic does not handle $BODY$ statements and broke when the migration included one. Replace go-bindata with a small migration generation script and use in memory migrations instead.
-
Eric Chiang authored
-
Eric Chiang authored
Fixes #338
-
- 29 Feb, 2016 3 commits
-
-
Eric Chiang authored
*: remove unused code
-
Eric Chiang authored
This change has no functional changes, it only removes dead code.
-
Eric Chiang authored
-
- 26 Feb, 2016 1 commit
-
-
Rubén Soleto Buenvarón authored
This change solves the User's API problem when you want to create an user that its email hasn't been verified yet but it exist. At now, you can resend invitation email using endpoint /users/{id}/resend-invitation Fixes #184
-
- 25 Feb, 2016 5 commits
-
-
Eric Chiang authored
closes #159
-
Eric Chiang authored
db: only allow one open connection for in memory databases
-
Eric Chiang authored
examples: set example app flag defaults to work with --no-db mode
-
Eric Chiang authored
functional: don't fail if postgres or ldap isn't available
-
Eric Chiang authored
-