- Aug 01, 2012
-
-
Jared Hirsch authored
git-subtree-dir: automation-tests/browserid git-subtree-split: f4063ba738486918a9a2fedea3545f37f949e3d6
-
- Jul 25, 2012
-
-
Shane Tomlinson authored
* Remove the signup page and all remnants of it.
-
- Jul 21, 2012
-
-
Ben Adida authored
-
- Jul 20, 2012
-
-
Zachary Carter authored
-
Zachary Carter authored
-
- Jul 19, 2012
-
-
Zachary Carter authored
Ensure that when a user verifies in a different browser than what they reset their password with, they must authenticate to complete the verification
-
Lloyd Hilaiel authored
add access-control-allow-origin to all static resources (excluding views), to allow fonts to be requested cross domain. fixes a regression introduced during the merge of router, for issue #1973
-
- Jul 18, 2012
-
-
Zachary Carter authored
-
Zachary Carter authored
-
- Jul 16, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
Allow assertions issued by person to be used to authenticate. This makes it possible for "proxy idps" to work without the implementation details leaking out into others verifier implementations.
-
- Jul 14, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
add test coverage of origins that start with digits, and relax validation regex a bit - closes #2042
-
- Jul 13, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
extensive testing of i18n mechanism - including english fallback, string substition from .json files, and debug locale
-
- Jul 11, 2012
-
-
Zachary Carter authored
perform rigorous validation on all API parameters, cleanup redundancy in sanitize.js and validate.js - issue #1526 Signed-off-by:
Lloyd Hilaiel <lloyd@hilaiel.com>
-
- Jul 10, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
rename the 'add email' email we send out to 'confirm', and use it in both the email addition case, and the email reverification case. This is more about semantics than behavior change
-
Lloyd Hilaiel authored
-
- Jul 07, 2012
-
-
Lloyd Hilaiel authored
-
John Morrison authored
fix issue GH-1958; add '/production/authenticate_with_primary.js' to items to exclude and reformat the single line array
-
- Jul 05, 2012
-
-
Ben Adida authored
-
- Jul 04, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
add tests of email_for_token in the context of password reset, remove old transitional code, fix exception in complete_reset api that was preventing authentication of user.
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
Add the "verified" bit to emails. Start shells for the reset_password and confirm pages.
-
Lloyd Hilaiel authored
implement complete_reset, stage_reset and refactor database code to support this addition, add tests
-
Lloyd Hilaiel authored
-
- Jun 28, 2012
-
-
Zachary Carter authored
-
Sean McArthur authored
-
- Jun 27, 2012
-
-
Zachary Carter authored
The `static` process has been added to handle cachable resources and views, so code relevant to serving those resources has been removed from `browserid`. The `router` heartbeat now depends on both `browserid` and `static` processes being ok. `router` now forwards wsapi writes to `dbwriter`, reads to `browserid`, and errors on unkown or internal wsapi requests. The wsapi setup for `browserid` no longer handles forwards, though some wsapi operations may trigger a forward to `dbwriter`.
-
- Jun 25, 2012
-
-
Shane Tomlinson authored
issue #1793
-
- Jun 21, 2012
-
-
Shane Tomlinson authored
issue #1794
-
- Jun 20, 2012
-
-
Lloyd Hilaiel authored
optimize backend unit tests by starting all daemons in parallel, and then starting router. issue #1803
-
Lloyd Hilaiel authored
-