- Jan 10, 2012
-
-
Gervase Markham authored
-
- Jan 05, 2012
-
-
Shane Tomlinson authored
close #844
-
- Dec 30, 2011
-
-
Shane Tomlinson authored
Upgrading jQuery to 1.7.1. Fixes a crash bug in IE8 where loading browserid.org would cause IE to restart. close #806
-
- Dec 29, 2011
-
-
Shane Tomlinson authored
* Change the add_email_address page to be Module based. * Show the site info always. * Add User.tokenInfo which gets the email address and site for a token. * Add page.checkRequired which checks an options block for required fields. * Rename pages/browserid.js to pages/start.js
-
- Dec 22, 2011
-
-
Shane Tomlinson authored
* Use WinChan to open a new window to the primary. * Add the idp_auth_complete page for the IdP to redirect back to. * When the window closes, re-try to authenticate the user with the primary. * Add a helper to show an error message. * Add a WinChan mock. * Update unit tests to handle the "need to authenticate with IdP" scenario. * Update compression scripts for WinChan to be included on the main site.
-
- Dec 20, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
partial implementation of trusted side of provisioning setup, enough to try to load primary's provisioning url
-
Lloyd Hilaiel authored
stub in a new javascript library that will abstract dialog code from the details of embedding and interacting with a primary's provisioning content.
-
Lloyd Hilaiel authored
partial implementation of trusted side of provisioning setup, enough to try to load primary's provisioning url
-
- Dec 19, 2011
-
-
Lloyd Hilaiel authored
stub in a new javascript library that will abstract dialog code from the details of embedding and interacting with a primary's provisioning content.
-
- Dec 16, 2011
-
-
Shane Tomlinson authored
Creating the build and production directories so that we are not polluting our dev directories and overwriting files in the build process. * Build script creates two new directories, build and production. * build is for uncompressed files. * production is for ready to serve up files. * Set up a symlink for include.js so we do not overwrite the original. * Update the build script to update include.js symlink. issue #700 Conflicts: resources/static/include.js
-
- Dec 15, 2011
-
-
Shane Tomlinson authored
This reverts commit e3f57a26, reversing changes made to f647f552.
-
Shane Tomlinson authored
Creating the build and production directories so that we are not polluting our dev directories and overwriting files in the build process. * Build script creates two new directories, build and production. * build is for uncompressed files. * production is for ready to serve up files. * Set up a symlink for include.js so we do not overwrite the original. * Update the build script to update include.js symlink. issue #700
-
- Dec 14, 2011
-
-
Shane Tomlinson authored
close #384
-
- Nov 28, 2011
-
-
Shane Tomlinson authored
* Remove the common css from style.css and popup.css, place here. * Update includes list, build script. * Fixes inconsistency in button capitalization text between dialog and main site. close #655 close #578
-
Shane Tomlinson authored
close #654
-
- 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 16, 2011
-
-
Shane Tomlinson authored
* Adding a helpers file which are generic helpers to be used universally. * Updating all email retreivals from the dom to go through one function. * Updating all tests involving emails to check for leading/trailing whitespace. * Update the compression script. close #583 close #429
-
- Nov 15, 2011
-
-
Shane Tomlinson authored
issue #533
-
- Nov 14, 2011
-
-
Shane Tomlinson authored
* Add new directory `shared` which is code shared between dialog and pages. * Add a renderer and template loader that is shared to unify rendering of templates. * Remove JavascriptMVC's Views and use EJS directly. * Add a script to create our own bundled javascript object with all templates. * Use EJS templates for both error messages and tooltips * Simplify unit test dependency chain by doing nearly all dependencies in qunit.js. * Update compression script for new files/structure.
-
- Nov 13, 2011
-
-
Shane Tomlinson authored
-
- Nov 08, 2011
-
-
Shane Tomlinson authored
* Starting to unify the error code between the main site and the dialog. * Trying to figure out how to share templates. * Adding loads more unit tests to main site. issue #542
-
- Nov 01, 2011
-
-
Shane Tomlinson authored
No longer depend on id's, class names work better for this case and reduce the JS logic. issue #510
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Makes it easier for the user whenever they go from sign up to sign in to forgot password and back. * Stop remembering the username when the user successfully completes an action * Put some code into /js/pageHelpers.js to keep /js/browserid.js clean. * Start tests for pageHelpers.js. close #476
-
Shane Tomlinson authored
Add a noscript tag to signin and signup stating to use these features, Javascript must be enabled. issue #510
-
- Oct 28, 2011
-
-
Lloyd Hilaiel authored
-
- Oct 07, 2011
-
-
Shane Tomlinson authored
Update the compression scripot to compress both CSS files into one. Use a media query around the entire m.css file to keep it from being used for large screens. Remove the extra "body" bits from the selectors, the extra specificity is no longer needed.
-
- Oct 06, 2011
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Starting on error messages for sign in page. issue #364
-
Shane Tomlinson authored
Bringing in the tooltips and templates. Adding tooltips for missing passwords, passwords too short, password mismatch. Add error message if token is not valid. issue #335
-
Shane Tomlinson authored
-
- Oct 11, 2011
-
-
Shane Tomlinson authored
close #380
-
Shane Tomlinson authored
-
- Oct 07, 2011
-
-
Shane Tomlinson authored
Update the compression scripot to compress both CSS files into one. Use a media query around the entire m.css file to keep it from being used for large screens. Remove the extra "body" bits from the selectors, the extra specificity is no longer needed.
-
- Oct 03, 2011
-
-
Shane Tomlinson authored
-
- Sep 30, 2011
-
-
Shane Tomlinson authored
-