Jason Williams
d864fcb1d6
ES6 module version of ic-ajax instead of global
2015-05-26 22:13:25 -05:00
Jason Williams
5018f2fb9e
Clean up Ember router map
...
No Issue
- Switch resources to routes.
- No longer nest "settings" routes so the router reflects
the way the templates are rendered.
- Remove renderTemplate override from settings routes.
- Remove unneeded routes, controllers, and views.
- Adjust users page so that infinite scroll loading of users works
and markup remains the same for Zelda styling.
2015-05-26 16:12:12 -05:00
cobbspur
d249591290
Nuke nprogress
...
closes #5328
- removes all references to nprogress and loading indicator
2015-05-26 19:24:32 +01:00
Hannah Wolfe
4456f17c65
Merge pull request #5332 from cobbspur/route
...
Fix route for About page
2015-05-25 18:37:45 +01:00
Hannah Wolfe
653fa325e2
Merge pull request #5319 from jaswilli/nav
...
Refactor main nav menu into components
2015-05-25 18:37:37 +01:00
Hannah Wolfe
064a22e7d2
First pass at user onboarding screens
...
refs #5315
- split setup into 3 screens
- add gravatar fetching
- add download counter
- add button handling for invite users
2015-05-25 17:43:12 +01:00
cobbspur
c3bb7cb396
Fix route for About page
...
No Issue
- Routes, views and controllers updated for about page
- fix up tests and add redirect check
2015-05-25 17:06:17 +01:00
Jason Williams
3e6a2fb89c
Fix export db link and access token parameter
...
Refs #5310
- Access token is now stored at session.secure.access_token.
2015-05-24 10:05:45 -05:00
Jason Williams
c0254eabab
Refactor main nav menu into components
2015-05-24 01:42:59 -05:00
Jason Williams
e9326f6f6e
Update to simple-auth 0.8
...
No issue
- ember-simple-auth@0.8.0-beta.2.
- Switch from SimpleAuth global to ember-cli-simple-auth and
ES6 imports.
- Refactor controllers to handle changes in 0.8.
- Introduces a new initializer to override some configuration
items that are set in environment.js but need to be set with
information that's only (easily) available at runtime.
2015-05-22 15:21:46 -05:00
Jason Williams
ce6420818a
Handle password reset from signin page
2015-05-22 19:05:18 +01:00
John O'Nolan
eadbf7c582
Integrate new admin frame
2015-05-22 19:02:05 +01:00
Hannah Wolfe
1f0fb3c5f3
Fixing lint error causing build to fail
2015-05-13 18:07:38 +01:00
Hannah Wolfe
3801b7a8ca
Merge pull request #5256 from acburdine/passprotect2
...
Take password protection out of labs
2015-05-13 17:52:50 +01:00
Hannah Wolfe
96a3568c3d
Merge pull request #5197 from PaulAdamDavis/new-upgrade-notifications
...
Move upgrade notification to /settings/about/
2015-05-13 16:47:46 +01:00
Austin Burdine
bd2b206e4b
finish up password protection
...
closes #5073
- takes password protection out of labs and moves it to general settings
- adds random-words generator to randomly generate passwords
2015-05-12 12:02:18 -06:00
Austin Burdine
2865662ee5
added password protection
...
closes #4993
- brings password protection to the frontend of blogs
- adds testing for password protection
- upgrades bcrypt-js to 2.1.0
2015-04-30 23:44:43 -05:00
Paul Adam Davis
272f1eddaf
Move upgrade notification to /settings/about/
...
Refs #5071
- Move the Upgrade notification from the top of the screen to the About page
2015-04-29 22:34:04 +01:00
Hannah Wolfe
5f0d98a110
Don't do autosave on new post
...
closes #5130
- rather than checking for a model change, noop autosave on new controller
2015-04-11 17:42:44 +01:00
Hannah Wolfe
0b1497a75b
No more feature flag for Code Injection
...
closes #1993
- remove the feature/config flag that means code injection has to be enabled
2015-04-09 17:52:41 +01:00
Matt Enlow
ee0c32dfc9
Ember 1.11.1
...
- remove `bind-attr` all over the place
2015-04-05 21:13:30 -06:00
Hannah Wolfe
68f32772d2
Improve the forgotten password flow
...
- if the user has filled out their email already when they hit 'forgotten password' then automatically fill out and submit the form
- this will look better when we have spinners on the buttons
2015-04-03 17:32:18 +01:00
Pascal Borreli
13838fff9d
Fixed typos
2015-03-17 17:43:53 +00:00
Matt Enlow
d61b2e1a00
Ember init, bower deps, es6 modules
2015-03-11 12:37:41 -06:00
Matt Enlow
6e4bdbaefb
The great migration (EAK -> ember-cli)
2015-03-11 12:37:41 -06:00