Nick Chapman
baa790f5b5
Merge pull request #295 from mozilla/issue-273-untranslated-strings
...
Ensure all strings are translated. TOS/PP styling.
2014-01-21 10:24:03 -08:00
Nick Chapman
d9ec9bb1bd
Merge pull request #294 from mozilla/issue-255-tos-pp-signin
...
Add TOS/PP links to the /signin page
2014-01-21 10:22:02 -08:00
Shane Tomlinson
b6699cd4bd
Add TOS/PP links to the /signin page
...
fixes #255
2014-01-21 10:12:18 -08:00
Nick Chapman
213a9aed9d
Merge pull request #280 from mozilla/issue-253-show-passwords
...
password updates - Show/hide passwords & 8 character min help text.
2014-01-21 10:08:36 -08:00
Shane Tomlinson
b0fbe249f7
Ensure all strings are translated. TOS/PP styling.
...
fixes #273
issue #197
2014-01-21 13:02:32 +00:00
Shane Tomlinson
02d8a9e5a0
Prevent users from selecting text in the password show/hide field.
2014-01-17 23:33:20 +00:00
Shane Tomlinson
39c34dc1d1
Add "Must be at least 8 characters" to password fields.
...
fixes #264
2014-01-17 23:28:43 +00:00
Shane Tomlinson
8d0442417f
Show/hide passwords on sign_up, sign_in, and complete_reset_password
...
* Add a styled checkbox to each password field that toggles the show and hide.
* To show a password, change the input field type to "text"
* Add unit tests for the affected views
fixes #253
2014-01-17 23:28:43 +00:00
Nick Chapman
269d9452d1
Merge pull request #268 from mozilla/issue-265-coppa-updates
...
Update COPPA to be done on the sign_up screen.
2014-01-17 15:16:14 -08:00
Shane Tomlinson
909c9dd889
Update the unit tests to handle the asynchronous sign up.
2014-01-17 22:55:32 +00:00
Shane Tomlinson
9524cd83fa
Move the call to FxaClient.signUp to the sign_up view.
...
* Delete the old interstitial screen.
* Simplify!
2014-01-17 22:52:32 +00:00
Shane Tomlinson
b3b1e65abc
Update COPPA to be done on the sign_up screen.
...
* Use a session cookie to keep track of whether the user is too young.
* If the user revisits the signup page after being booted out for being too young, ship them back to the "cannot_create_account" page.
* Update the text on the Cannot Create Account screen to go along with @jgruen's new mocks and legal's feedback.
issue #226
2014-01-17 22:52:32 +00:00
ckarlof
0624ae871f
Merge pull request #288 from mozilla/fix-promises
...
fix regression with sign in/up - fixes #284
2014-01-17 14:47:24 -08:00
Shane Tomlinson
938518b6f8
Fix the syntax errors.
2014-01-17 22:38:19 +00:00
Zachary Carter
9bb5be63c8
fix fxa-client tests
2014-01-17 14:24:51 -08:00
Zachary Carter
7287bc55f9
fix regression with sign in/up - fixes #284
2014-01-17 14:00:51 -08:00
Nick Chapman
f7ce1d8d0b
Merge pull request #281 from mozilla/issue-266-service-name-on-confirmation
...
Make sure the service name shows up on confirmation.
2014-01-17 13:54:02 -08:00
Nick Chapman
c016fdfbc9
Merge pull request #251 from mozilla/issue-248-autofocus-desktop
...
Autofocus sensible elements when using a browser that does not have touch events.
2014-01-17 13:49:38 -08:00
Shane Tomlinson
940094a829
Autofocus sensible elements when using a browser that does not have touch events.
...
* Add a base.js unit test to test for focus events.
fixes #205
2014-01-17 21:39:09 +00:00
Nick Chapman
a59e873f1f
Merge pull request #249 from mozilla/issue-166-keyboard-nav-buttons
...
Ensure keyboard accessibility
2014-01-17 13:36:06 -08:00
Zach Carter
8024efd7b6
Merge pull request #279 from mozilla/issue-232-done-not-a-function
...
Fix the "Done not a function" error.
2014-01-17 12:48:29 -08:00
ckarlof
ffd779c2d1
Merge pull request #285 from mozilla/grunt-modernizr-fix
...
Fixed issue with grunt build not completing correctly
2014-01-17 12:36:40 -08:00
Nick Chapman
c99c87f4b5
Updated grunt-modernizr from ~0.3.0 to ~0.4.1 to fix issues in grunt build.
2014-01-17 12:10:14 -08:00
ckarlof
6004baaad4
Merge pull request #283 from mozilla/reconfig-how-it-should-be
...
Reconfig how it should be
2014-01-17 11:09:19 -08:00
Zachary Carter
9fb38977ad
refactor promises
2014-01-17 10:55:19 -08:00
Shane Tomlinson
7074c7c9a4
add the missing return
2014-01-17 18:32:52 +00:00
Shane Tomlinson
a2866490f6
This is how I though promises should work, everything in a waterfall.
2014-01-17 18:27:03 +00:00
Shane Tomlinson
fb43f13d29
Simplify consumers of the FxaClientWrapper by depending on promises.
...
* Clients no longer have to call getAsync() to get a client. We do that for them.
2014-01-17 18:04:56 +00:00
Shane Tomlinson
743e60d9c8
Fix up the `this` scope problems.
2014-01-17 17:01:19 +00:00
Zachary Carter
40d45e8940
load client configuration async
2014-01-17 16:42:02 +00:00
Shane Tomlinson
504400ecff
Merge pull request #238 from zaach/real-password-reset
...
Password reset with fxa-client #235
Travis is finally green. r+. Thanks for the explanations @zaach!
2014-01-17 04:54:20 -08:00
Shane Tomlinson
d1825814af
Fix the "Done not a function" error.
...
* In init, if `done` was not passed, we called `noOp()` instead of setting a reference to it.
* Added a unit test to check for the problem
fixes #232
2014-01-17 12:16:39 +00:00
Shane Tomlinson
1a3ce8c4ad
Merge pull request #257 from pdehaan/jscslint1
...
Fixing a few style warnings from jscs
r+ - thanks @pdehaan! Always appreciate stuff like this.
2014-01-17 02:20:00 -08:00
Shane Tomlinson
d8e36fe928
Make sure the service name shows up on confirmation.
...
* Rename "siteName" to "service"
fixes #266
2014-01-16 21:27:19 +00:00
Zachary Carter
38b122f3d8
Integrate fxa-client into the password reset flows - fixes #235
2014-01-16 13:24:48 -08:00
Shane Tomlinson
9f409dfc78
Ensure keyboard accessibility
...
* Add tabindex to links without hrefs
* Hook up the back buttons to the enter key
* Add :hover and :focus states to buttons.
fixes #166
2014-01-16 10:50:26 +00:00
Zach Carter
fb7f424216
Merge pull request #247 from mozilla/issue-128-noscript
...
Add a noscript tag inside the main content area that is shown if the user has JS disabled.
2014-01-15 18:16:32 -08:00
Nick Chapman
73bcbfb4a3
Merge pull request #263 from zaach/channel-typo
...
fix typo in desktop channel code
2014-01-15 17:23:38 -08:00
Zachary Carter
76870f6b59
fix typo in decktop channel code
2014-01-15 17:09:40 -08:00
ckarlof
8f4722afa9
Merge pull request #250 from mozilla/issue-205-server-documentation
...
Document the server locations
2014-01-15 16:29:56 -08:00
Nick Chapman
d15214eb18
Merge pull request #236 from mozilla/ui-smoothness
...
UI Improvements
2014-01-15 16:25:05 -08:00
Nick Chapman
0ec5e7ed07
Fixed responsive stage.
2014-01-15 15:56:52 -08:00
Nick Chapman
dea4b37f4c
Replaced animated GIF spinner with CSS animated PNG.
2014-01-15 15:26:55 -08:00
Nick Chapman
ed6843a01e
Reworked empty stage handling.
2014-01-15 15:14:44 -08:00
Nick Chapman
bf0436073f
Added change event for inputs to enable form.
2014-01-15 15:02:31 -08:00
Nick Chapman
bfeb8b2ce0
Fixed issue with images in dist.
...
- Moved images into CSS as background images.
- Now delivering different images for retina.
2014-01-15 14:59:02 -08:00
Zach Carter
c1a7f6dc62
Merge pull request #246 from mozilla/issue-84-robots-txt
...
Update robots.txt to disallow bots.
2014-01-15 13:05:41 -08:00
Zach Carter
bed6171b8c
Merge pull request #245 from mozilla/issue-193-lint-on-checkin
...
Run `grunt jshint` as part of the test step.
2014-01-15 13:04:35 -08:00
Zach Carter
157a808852
Merge pull request #244 from mozilla/issue-232-fix-jshint-errors
...
Fix JSHint errors and cleanup of fx-desktop
2014-01-15 13:03:42 -08:00
Peter deHaan
c37d4e8bc7
Fixing a few style warnings from jscs
2014-01-15 11:17:30 -08:00