Eric Chiang
3f4a42eefd
*: remove unused code
...
This change has no functional changes, it only removes dead code.
10 years ago
Eric Chiang
07236da1e7
*: use go install instead of go build in build script
...
go-sqlite3 takes a long time to compile, so it's very important
to cache a build rather than re-compile every time.
Use go install instead of go build in the build script to cache
all packages. Print a warning in the test script if cached packages
are not found.
10 years ago
Eric Chiang
72d1ecab64
*: remove in memory password info repo
10 years ago
Eric Chiang
7bac93aa20
*: remove in memory session repos
...
Move manager to it's own package so it can import db. Move all
references to the in memory session repos to use sqlite3.
10 years ago
miguelcubillo
4c7fc43296
admin: Fix compile errors in test script
...
includes admin in the test script and fix the api_test compile errors
Fixes #257
10 years ago
Eric Chiang
f43655a8c3
user/manager: connector must exists when creating remote identity
...
Add ConnectorConfigRepo to UserManager. When trying to create a
RemoteIdentity, validate that the connector ID exists.
Fixes #198
10 years ago
Bobby Rullo
c94e53846e
email: templatizer takes global context.
...
This is so we can populate emails with things like the issuer name.
11 years ago
Joe Bowers
1e037a9a7c
tests: ensure ./user/ tests are run as part of test suite
11 years ago
Bobby Rullo
66fe201c24
*: move original project to dex
11 years ago