- Jun 08, 2012
-
-
Shane Tomlinson authored
issue #1706
-
- Jun 07, 2012
-
-
Lloyd Hilaiel authored
when obtaining an assertion silently, still make sure that expired certs are cleaned up
-
- Jun 06, 2012
-
-
Austin King authored
require the `fs` module in i18n.js instead of relying on a global `fs`
-
Austin King authored
require the `fs` module in i18n.js instead of relying on a global `fs`
-
Zachary Carter authored
-
Jed Parsons authored
/wsapi/interaction_data should see the User Agent
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* network.js - add cookiesEnabledOverride, a flag that forces the cookie status for testing. * testHelpers.js - add testUndefined and testNotUndefined. * user.js - fix documentation. in checkAuthentication, if the user is not authenticated, call the callback with false instead of undefined.
-
Shane Tomlinson authored
Fix globals that were being unintentionally created in wsapi.js Nice catch and great work on this @zaach. r+
-
Shane Tomlinson authored
-
Austin King authored
-
Ben Adida authored
-
- Jun 05, 2012
-
-
Austin King authored
Make sure the manage screen looks right in both landscape and portrait mode on mobile devices.
-
Austin King authored
Fix the "communicating with server" text being placed behind the arrow when the wait screen is being hidden.
-
Zachary Carter authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* clear localStorage * clear emails for sites * force "Is this your computer?" screen
-
Shane Tomlinson authored
Fix the "communicating with server" text being placed behind the arrow when the wait screen is being hidden. issue #1684
-
Shane Tomlinson authored
Send server timestamp along with KPI data. close #1660
-
- Jun 04, 2012
-
-
Zachary Carter authored
Fix globals in wsapi.js that seemed to be created unintentionally and fix the modules that depended on implicit globals
-
Zachary Carter authored
-
Jed Parsons authored
Filter and namespace the interaction data.
-
- May 31, 2012
-
-
Shane Tomlinson authored
* Add tests to make sure all expected fields are present. issue #1660
-
Shane Tomlinson authored
increase authenticated session duration to 4 weeks (was effectively 1 week) close #1632 close #1572
-
- May 30, 2012
-
-
Shane Tomlinson authored
* Set up a table that says which events are noteworthy * Save the number of emails a user has. * All screens are namespaced under the screen namespace * User interactions are saved under the user namespace * window related events are under the window namespace * Modify the hub to call global listeners before exact match listeners - this keeps events in the correct order in the store - the previous way had a new screen show up in the KPI event log before the "screen.cancel" event that triggered its display. issue #1614 issue #1619
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Fix wait, delay, and error screen colors and positions.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Fix buttons not showing arrow on Android * Fix authentication screen with TOS/PP now using scrolling when password field is shown. * Fix "Add a new email" and "this is not me" being stacked in iOS.
-
Shane Tomlinson authored
-
Lloyd Hilaiel authored
check 500 error pages into repo, from here we can copy them out to different deployment environments as needed
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Removing unnecessary resources, renaming persona_logo_transparent.png to persona-logo-transparent.png
-
Shane Tomlinson authored
A lot of cleanup to make the site smoother, IE8 fixes, removing dead code, make the arrow transition smoother. * On the main page, update card with new design. * Simplify a lot of styles and layout. * Clean up the "about page" * Using css transitions for the arrow slide. * Change all BrowserID text to Persona. * Fix a problem on the main site where the footer would was not at the bottom in Webkit and Opera browsers. * Fix the background color or IE8 in the signUpForm and congrats messages. * When signing in to the main site, use a tooltip instead of error message on incorrect password.
-
Shane Tomlinson authored
* A lot of bulk changes to both the main site and dialog. Updated color schemes, background colors, etc.
-
Lloyd Hilaiel authored
(aws deployment) update dev deployment image - latest security patches and now we must start the router
-