- Apr 12, 2012
-
-
Shane Tomlinson authored
A bunch of changes to make the design more responsive to all screen sizes - mobile, desktop and tablet. * Start with a slight refactor of the CSS and DOM. * Vertical center content when content is smaller than the screen size. * Constrain email addresses and show ellipsis if emails overflow box width. Make sure width is updated when browser window size changes or user changes the screen direction of their device. * If form/email address list is taller than available form area, show scroll bar on desktop or expand contents so that entire app must be scrolled on mobile. * If dialog opened on a tablet or large desktop window, add a gradient to the left size of the white area that matches the gradient on the arrow. * On mobile, footer should always be at the very bottom of the screen unless contents overflow screen height, where it will be pushed off the bottom of the screen. Things to test and be aware of: * Dialog should respond to various screen sizes when resizing browser window on desktop. * IE8 does not support media queries so narrowing the browser window will not force the dialog into "mobile" mode. * Contents in the "form area", wait, delay, or error screens should always be vertically centered. * IE6/IE7 should still see the unsupported dialog with the correct layout (untested on checkin due to #1390) * Wide emails should always be constrained to the screen width on mobile or box width on desktop. The layout should respond to changes in device orientation. * The box surrounding the emails should show a scroll bar on desktop/tablet if there are more emails the available screen height. On mobile, the entire screen height should expand so that the entire app must be scrolled. * On mobile, the footer should always be at the very bottom of the screen unless the form area takes up more vertical space than the device height. issue #1101 issue #1317
-
- Apr 11, 2012
-
-
Ben Adida authored
fixed check for site parameter, it should be an origin not a domain, and fixed all tests accordingly. Was careful not to screw up the verifier tests that are testing for old parameters to the verifier.
-
- Apr 10, 2012
-
-
Ben Adida authored
-
Lloyd Hilaiel authored
-
- Apr 04, 2012
-
-
Richard Soderberg authored
-
- Mar 29, 2012
-
-
Austin King authored
-
Shane Tomlinson authored
issue #1351
-
Lloyd Hilaiel authored
API changes for public terminals/shared computers, and update all tests to post data using JSON rather than form encoding, as the front end now does.
-
Lloyd Hilaiel authored
implement and test the prolong_session wsapi - which extends the duration of an existing session from the ephemeral duration (an hour) to full authentication session length (2 weeks) - doesn not change the start time of the session, so is a noop when invoked multiple times. to be added to frontend code once user acknoledges ownership of device.
-
Lloyd Hilaiel authored
-
- Mar 28, 2012
-
-
Austin King authored
-
Austin King authored
-
Shane Tomlinson authored
* Start with generic Firefox and iOS issue #1167 issue #1302
-
Austin King authored
Reusing staticPath in compress worker and making prefix configurable, removing DRY violation per llyod
-
- Mar 27, 2012
-
-
Austin King authored
-
- Mar 26, 2012
-
-
Lloyd Hilaiel authored
-
- Mar 23, 2012
-
-
Lloyd Hilaiel authored
add a ping wsapi that's registered on all daemons and does a light weight test of database health - closes #1324
-
- Mar 16, 2012
-
-
Lloyd Hilaiel authored
-
- Mar 15, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
fix bug where we wouldn't know the userid immediately after authentication. return userid from authenticate_user api and set it upon successful auth.
-
Lloyd Hilaiel authored
when certifying secondary certs and the user has not confirmed their ownership of the given computer, certify with a short validity period
-
- Mar 14, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
at authentication time, if the user has not confirmed ownership of a computer, set a shorter auth period.
-
Lloyd Hilaiel authored
return userid as part of session context, providing a key off which we can build shared computer support
-
Lloyd Hilaiel authored
purge all references to old persistent/remember me functionality - create local storage that keeps track of where you're logged in - wire up login/logout events to fire as appropriate on page load
-
Lloyd Hilaiel authored
revert accidental inclusion of 'AOK' in console output reporting web requests during dev - issue #1255
-
- Mar 13, 2012
-
-
Austin King authored
Adding disable_locale_check flag to skipping warnings for en-US without gettext files. Fixes Issue#1055
-
Austin King authored
Added two new scripts: * check_l10n_config.js * every_locale.js
-
- Mar 12, 2012
-
-
Austin King authored
-
Austin King authored
-
Austin King authored
-
Austin King authored
Conflicts: lib/primary.js
-
Austin King authored
-
- Mar 10, 2012
-
-
Austin King authored
-
- Mar 09, 2012
-
-
Austin King authored
-
Austin King authored
Depending on Squid for caching primary's /.well-known/browserid
-
Lloyd Hilaiel authored
don't log more information than is needed in browserid-metrics.json - strip everything from referrer except origin - issue #1283
-
- Mar 02, 2012
-
-
Lloyd Hilaiel authored
remove dead code: added for compress script cleanup, but not needed. static_resources.minified() === Object.keys(static_resources.all())
-
- Mar 01, 2012
-
-
Austin King authored
-
Lloyd Hilaiel authored
rewrite compress scripts in javascript: better output, build of resources only when needed, uses multiple cores, and leverages the same resource lists as cachify so we only express what dev resources go into what prod resources once #DRY. closes #1009 closes #660
-