- Jul 04, 2012
-
-
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
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
Update network.js for password_reset_status cleanup user.js for for better cohesion.
-
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
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Updating wsapi calls with the correct names. When verifying a password, update the verified bit. When syncing emails, make sure to sync the verified bit.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Lloyd Hilaiel authored
-
- Jul 03, 2012
-
-
Shane Tomlinson authored
Fix the front end tests not completing.
-
Shane Tomlinson authored
Removing @benadida's change to make the provisioning mock's setStatus asynchronous. Instead of generating the key whenever the status is set, generate the key whenever the user is being provisioned. Since the mock uses jwcrypto which must be seeded, seed jwcrypto with some bits. This more closely matches what a real RP would do. In the unit tests, any asynchronous calls to provisioningMock.setStatus have been make synchronous. In user.js, syncEmailKeypair, since jwcrypto depends on there being a seed to generate a keypair, call network.withContext which ensures there is a seed.
-
Shane Tomlinson authored
The changes to wait for entropy from the backend were not expected on the front end tests. Now before trying to get a certificate for a primary, make sure "session_context" has been called.
-
- Jul 02, 2012
-
-
Lloyd Hilaiel authored
Send the email address to the "check_registration" controller when starting.
-
Shane Tomlinson authored
Fixes for issue #868 and issue #1517 and styles/assets for issue #1093 @sawyerh - great work on this. For the future, it is *much* easier to review pull requests that focus on exactly one item. This would have been easier to review had it been 3 PR's - one for the spinner, one for the iPad update, and one for the button styles - this is something I am working on myself - @lloyd calls me out on it frequently. Once I updated the frontend unit tests to include the front-end test branch, all ran as expected. I manually tested the dialog displayed correctly in the iPad sheet program @st3fan produced, Android 2.3.5 native, Fennec Android 2.3.5 mobile phone, Android 4.0 native, Fennec Nightly on Android 4.0, Chrome on Android 4.0, Opera Mobile on Android 4.0, iOS 5 iPod, and iOS5 iPad. The loader gif still needs hooked up - but it looks great on our buttons. close #868 close #1517 issue #1093 r+
-
Shane Tomlinson authored
* Check for the required fields "email" and "siteName" issue #1893
-
- Jul 01, 2012
-
-
Lloyd Hilaiel authored
Universally change jQuery->jquery when used as jshint option.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
issue #1883
-
- Jun 30, 2012
-
-
Lloyd Hilaiel authored
site wide copy updates
-
Shane Tomlinson authored
Conflicts: resources/static/dialog/views/set_password.ejs
-
Shane Tomlinson authored
Make the options passsed to the check_registration controller more explicit. Uncollapse the signIn divs in dialog.ejs Fix string extraction.
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
Change the font size of the RP name and logo as per skinny's suggestions... close #1826
-
Shane Tomlinson authored
Conflicts: resources/static/dialog/css/style.css
-
- Jun 29, 2012
-
-
Sawyer Hollenshead authored
-
Sawyer Hollenshead authored
-
Sawyer Hollenshead authored
-
Sawyer Hollenshead authored
-
Sawyer Hollenshead authored
-
Ben Adida authored
Reverse the order of checking for window.XMLHttpRequest and window.Activ...
-
Shane Tomlinson authored
Reverse the order of checking for window.XMLHttpRequest and window.ActiveXObject when creating the XHR object. Fix for Windows Metro apps. issue #1867
-
Shane Tomlinson authored
when serving non-minified resources, substitute urls in templates so onc... This change works well with connect-postprocess to substitute Persona TOS/PP links that are embedded in the templates. tests pass both front and backend. r+ close #1875
-
Lloyd Hilaiel authored
when serving non-minified resources, substitute urls in templates so once can locally test links embedded in templates (like persona tos/pp)
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
Issue 1240 tos update
-
Shane Tomlinson authored
-