- 17 Mar, 2016 1 commit
-
-
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 6 commits
-
-
Eric Chiang authored
-
Eric Chiang authored
closes #328
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
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
-
- 24 Feb, 2016 2 commits
-
-
Eric Chiang authored
user: fix password info JSON encoding to survive round trips
-
Eric Chiang authored
PasswordInfos are marshaled when storing them in the database as part of the local connector. However, the custom unmarsheler defined could not unmarshal the standard marshling of this struct. Add a struct tag to the Password field to correct this. Closes #332
-
- 23 Feb, 2016 2 commits
-
-
Eric Chiang authored
-
Eric Chiang authored
sqlite3 in memory databases do not support concurrent writes. Limit number of open connections to prevent race conditions.
-