- Sep 10, 2012
-
-
Sean McArthur authored
-
Sean McArthur authored
_.template uses new Function, which means evalling code evalling code is bad. so now we don't do it.
-
Sean McArthur authored
manage acct page uses a template, but has no need for EJS to parse it, since it's plain HTML.
-
- Aug 23, 2012
-
-
Shane Tomlinson authored
* to dom-jquery, add closest and insertAfter
-
Shane Tomlinson authored
-
- Aug 20, 2012
-
-
Jared Hirsch authored
bf146c2 Merge pull request #43 from klrmn/master cbc4fe0 fix getters git-subtree-dir: automation-tests/browserid git-subtree-split: bf146c230b5ea96590c25f8d55c16c57c8240744
-
- Jul 20, 2012
-
-
Shane Tomlinson authored
* Generalize and cleanup unit tests
-
- Jul 17, 2012
-
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
-
- Jul 16, 2012
-
-
Lloyd Hilaiel authored
adorn confirmations on main site (like 'd00d, sure you wanna cancel') with gettext() for proper extraction and substition
-
- Jun 27, 2012
-
-
Shane Tomlinson authored
common/ js css i dialog/ js css i pages/ js css i
-
- May 30, 2012
-
-
Shane Tomlinson authored
* A lot of bulk changes to both the main site and dialog. Updated color schemes, background colors, etc.
-
- Apr 06, 2012
-
-
Lloyd Hilaiel authored
-
- Apr 05, 2012
-
-
Shane Tomlinson authored
* Show a tooltip if the passwords are the same. * Clear old and new passwords if the password is successfully changed. issue #1388 issue #1389
-
- Mar 14, 2012
-
-
Lloyd Hilaiel authored
partial implementation of issue #1196 - add a 'logout of all websites' button on manage page, and implement monitoring of change of login state via polling (IE8) or storage events (everyone else at the party) - fire logout events when the user logs out.
-
- Feb 19, 2012
-
-
Jakub Wieczorek authored
Fixes #1123. This is probably a suboptimal fix. Ideally, there would be an API call that removes an e-mail and cancels the account iff there are no other addresses but it would be hard to combine this with the confirmation step.
-
- Feb 09, 2012
-
-
Shane Tomlinson authored
close #130
-
- Jan 20, 2012
-
-
Shane Tomlinson authored
close #925
-
- Jan 11, 2012
-
-
Shane Tomlinson authored
If the user is not authenticated to the "password" level when they go to change their password, use the old password to authenticate them, then change their password.
-
- Jan 10, 2012
-
-
Gervase Markham authored
-
- Jan 09, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* To user, add canSetPassword, hasSecondaries. * Add unit tests for these functions as well as setPassword.
-
- Jan 05, 2012
-
-
Shane Tomlinson authored
close #837
-
- Dec 20, 2011
-
-
Shane Tomlinson authored
* Add markup/CSS, including tooltips. * Add logic to manage_account.js. * Add changePassword to network/user.js. Add related tests. * Update xhr mock so that session_context always returns "valid" info unless contextAjaxError is specified. * Update the tooltip so that it has a reset function. close #771 close #114
-
- Dec 14, 2011
-
-
Shane Tomlinson authored
close #384
-
- Dec 02, 2011
-
-
Shane Tomlinson authored
* Reducing the number of setTimeouts used. * Using completion callbacks instead. * Adding a cancelEvent to the helpers which is a decorator around DOM handlers to cancel the event. close #686
-
- Nov 13, 2011
-
-
Shane Tomlinson authored
-
- Nov 09, 2011
-
-
Shane Tomlinson authored
* Updating the unit test locations to go along with the unit test directory change. * Adding loads of unit tests for manage account. More work to do yet. issue #542
-
- 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
-
- Oct 28, 2011
-
-
Lloyd Hilaiel authored
-
- Oct 17, 2011
-
-
Shane Tomlinson authored
close #437
-
- Oct 11, 2011
-
-
Shane Tomlinson authored
Warning the user, clearing all BrowserID stored info, and redirecting to main page when action is complete. close #394 issue #137 close #404
-
Shane Tomlinson authored
close #405
-
Shane Tomlinson authored
-
- Sep 30, 2011
-
-
Shane Tomlinson authored
Issue #275
-
Shane Tomlinson authored
This is to target CSP related work as well as to simplify browserid.js, which was becoming very unruly.
-