- Nov 22, 2011
-
-
Shane Tomlinson authored
* Use [].slice instead of [].splice * Set a charset in the sample RP.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Adding javascript-extensions to the tests so that PhantomJS can run. * Adding a test runner for PhantomJS to run the unit tests. issue #635
-
Shane Tomlinson authored
* Removing StealJS from the build system, compressing the files manually. * Removing the stealjs dependency from the unit tests. * Removing funcunit, dialog/scripts, steal, jsmvc * Updating the unit tests to use the current version of QUnit. * Updated a lot of test to asyncTest and removed the stop(). issue #634
-
- Nov 21, 2011
-
-
Shane Tomlinson authored
close #625
-
Shane Tomlinson authored
* Remove the state machine from the dialog module. * Add unit tests for the state machine. * The state machine has the ability to cancel any stage and go to the previous stage. * All cancel_* messages are now "cancel_stage" for uniformity. * Update all unit tests to create then start their modules.
-
Shane Tomlinson authored
* StealJS is still the script loader. * Putting OpenAjax.hub into lib. * Adding a Class/SubClass mechanism. * Converting all controllers to be Subclassed from Modules.PageModule. * All Modules are registered first, then created/started on demand.\
-
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
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
This reverts commit 62978433.
-
Lloyd Hilaiel authored
-
- Nov 18, 2011
-
-
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
-
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
* 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
* 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
-
- Nov 17, 2011
-
-
Ben Adida authored
moved back to fragment-identifier based communication for the relay-frame name, should address #590 and #596
-
Shane Tomlinson authored
* To tooltip, for testing, adding a field "shown" that is true when a tooltip is shown. * Making sure the tooltips show up under add emil, create user, and forgot password. close #591
-
- Nov 16, 2011
-
-
Ben Adida authored
unregister the dialog callbacks from relay frame so that on second click we wait for the new callbacks to be registered, fixes #589
-
Shane Tomlinson authored
* Cancel causes the user to go back to the previous screen. * Cancel causes the network polling to stop. close #587
-
Ben Adida authored
-
Shane Tomlinson authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Taking a lot of code from the pick email controller and putting it into helpers. * Starting to hook up to the state machine in dialog controller. * Starting the "start/stop" functions in page_controller with hopes of moving to modules. * Work on both the log in of a signed in user and log in of an unauthenticated user who is known.
-
Ben Adida authored
-