- Nov 21, 2011
-
-
Lloyd Hilaiel authored
another unit test fix for json database - if database cannot be removed, it's not an error. it can mean it was never created
-
Lloyd Hilaiel authored
for the JSON database 'engine', don't write database at close. This was causing browserid to stomp changes made be dbwriter during tests where server restart occurs (like bcrypt password update test) - *really* closes issue #557
-
Lloyd Hilaiel authored
remove extra newlines from console output when running tests. easier to read and compare output now.
-
Shane Tomlinson authored
* Make the WinMock a function so that we can easily reset its state after every test. * Do the winMock init in the startup function to reduce cruft. * Close the channel after every test, causing a channel reset.
-
Shane Tomlinson authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
update mocked network responses in frontend unit tests - add missing request line, include domain_key_creation_time in session_context response
-
Lloyd Hilaiel authored
include vepbundle in qunit tests - fixes several broken frontend tests - fixes regressions introduced while working on issue #606
-
- Nov 19, 2011
-
-
Lloyd Hilaiel authored
fix IE8 specific includes, moved from /js to /lib in 90ba4e7f closes #615
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
re-apply "bundle vepbundle along with everything else. use the power of symlinks. closes #606" (post-update hooks now npm install first, and compress resources second)
-
Lloyd Hilaiel authored
some rpm build fixes
-
Lloyd Hilaiel authored
This reverts commit 62978433.
-
Lloyd Hilaiel authored
-
Pete Fritchman authored
-
Pete Fritchman authored
-
Lloyd Hilaiel authored
-
Ben Adida authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
store public key on disk as a certificate which has embedded creation time. use that as the value returned in /wsapi/session_context as domain_key_creation_time - now you can update keys at any time and outstanding client certs are expired automatically - closes #599
-
- Nov 18, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
update jwcrypto, now issued_at is part of certificate. in frontend code compare server time, issued_at, and domain_key_creation_time to determine if a cert has expired. (previously, clock skew could cause certs to be regened every single time. hawt.) issue #599
-
Lloyd Hilaiel authored
frontend checks to invalidate keys that were issued before the last time the domain key was updated - #599
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
(loadgen) implement assertion generation in loadgen client, hook up signup and signin flows - issue #504
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Added forgotpassword_controller, forgotpassword.ejs, and forgotpassword_controller_unit_test. * Updated the authenticate controller/template/tests to remove the forgotpassword stuff. * Added several more tests to the authenticate suite. * Hooking up the expanded forgot password flow for "required email". * Unifying the styles between the "required email" screen and the normal flow. issue #608
-
Shane Tomlinson authored
* Creating addemail_controller, addemail_controller_unit_tests, and addemail.ejs. * Shrink down pickemail_controller, and pickemail.ejs. * Update a lot of the pickemail_controller unit tests to be more complete. * Account consolidation is again possible. close #607 close #612
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Moving dialog specific helpers to dialog/resources/helpers.js * Adding unit tests for the resources helpers. * Added completion callbacks to all helper functions. * Updated appropriate code using those callbacks. issue #611
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Instead of using the JSMVC DOM binding methods, use ones defined in page_controller. * On stop, auto remove all DOM events. * Simplifying the creation of the pickemail controllers. issue #609
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
(loadgen) now starts up, generates 30 keypairs, adds 30 users - simulated signup mostly updated to new apis - issue #504
-