- Feb 22, 2012
-
-
Shane Tomlinson authored
Adding more tests to make sure when the user sets a password, the min/max password lengths are checked. * to testHelpers, add a generateString function which generates a string of the specified length. * Replace the manual creation of strings for long passwords with generateString. * To verify_email_address_test, adding checks for min and max length when setting the password. issue #1173
-
- Feb 21, 2012
-
-
Austin King authored
some rpm build fixes
-
Pete Fritchman authored
-
Pete Fritchman authored
-
Austin King authored
Re-enable unchecking the "Always sign in using this email..." checkbox.
-
Austin King authored
When the user successfully authenticates, log them in automatically with out going to the email picker.
-
Austin King authored
Removing the href/target attributes from translated anchor tags.
-
Austin King authored
Fix EJS adding global variables.
-
Austin King authored
Fix the pick_email test failure when all tests are run.
-
Shane Tomlinson authored
Using @fawek's pull request as a base for a full solution. * If the user clicks on the label, proxy the click event to the input element. * If the user clicks on the input element, let the browser handle things. * Add user tests to check clicks on both labels and input elements. issue #1155
-
- Feb 20, 2012
-
-
Shane Tomlinson authored
When the user successfully authenticates, log them in automatically without going to the email picker. issue #198
-
Shane Tomlinson authored
Instead, translators will see a %s and the href and target attributes will be added dynamically. issue #1160
-
Jakub Wieczorek authored
Also call event.preventDefault() to ensure the native handler doesn't kick in.
-
Shane Tomlinson authored
issue #1157
-
Shane Tomlinson authored
The problem stemmed from the DOM was not completely reset between every test. When the manage page inserted email addresses into its portion of the DOM, it added email addresses with elements with the same ID as the pick email controller. Instead of ensuring we clean wipe these elements between every test, rely on QUnit's ability to reset a portion of the DOM to its initial state. * Add the `qunit-fixture` class to the bit of DOM that should be reset between every test run. * Add the testHelpers.setup/testHelpers.teardown functions to several suites that manually called emtpy() on DOM elements. issue #1156
-
Shane Tomlinson authored
Fix for disappearing "keep me signed in button" after user selects an email address that has been deleted. close #871
-
- Feb 19, 2012
-
-
Jakub Wieczorek authored
Adjust the CSS selector in pick_email.js to only match e-mail radio buttons
-
- Feb 18, 2012
-
-
Jakub Wieczorek authored
Rather than invoking the doPickEmail state directly, publish pick_email to preserve the original dialog options.
-
- Feb 17, 2012
-
-
Lloyd Hilaiel authored
bump to connect-cachify@0.0.8 which re-adds ETag headers (removed due to lloyds wrong analysis and general idiocy), also moves permaurl hashes down to 10 chars). issue #1141
-
Lloyd Hilaiel authored
Fix zoom/scrolling issues across platforms.
-
Shane Tomlinson authored
refactor httputils to remove needless logic and better leverage express. easier to read and maintain. also remove unused and unnec functions.
-
Shane Tomlinson authored
* Set both resizable and scrollbars to 1 for users who have their browsers zoomed. * Set the body's overflow-y to auto so no scrollbars are shown unless they are needed. issue #423
-
Austin King authored
Fix the "sign in" and "use a different email" buttons overlapping in some languages.
-
Lloyd Hilaiel authored
refactor httputils to remove needless logic and better leverage express. easier to read and maintain. also remove unused and unnec functions
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
merge improved handling of missing/disabled features (postmessage, localstorage, etc) into dev, along with better user visible error messaging for how the user can resolve the issues.
-
Shane Tomlinson authored
Replacing all 'bind(..., "click",...)' calls with 'click(...)' close #1108
-
Shane Tomlinson authored
Some languages have long text for the "sign in" and "use a different email" buttons. If the user >= 6 emails in these languages, the buttons overlap. This shrinks the email address box by one address to prevent this overlap. close #1105
-
Shane Tomlinson authored
* Add BrowserID.ErrorDisplay.start() to showFailure - this handles opening the extended info. * Add a test to make sure clicking on the openMoreInfo button shows the extended info. close #1139
-
Shane Tomlinson authored
* Use format to insert the URL. issue #835
-
Shane Tomlinson authored
issue #835
-
Austin King authored
-
Lloyd Hilaiel authored
merge removal of ETag and Last-Modified when serving resources from perma-urls ala cachify. closes #1143 closes #1141
-
Lloyd Hilaiel authored
merge fix for selecting email addresses by clicking on label in iOS into dev - closes #1133 closes #1137
-
- Feb 16, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-