0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/client/templates
Manuel Mitasch dddae8e257 Ember.js: User fixtures + injection + login
* Adding **user fixtures** for signin

* Adds an initializer for the **current logged in user**.
The created singleton object is injected into all controllers + routes.
It can be used inside routes + controllers with this.get('user').
For simple development the object is instanciated with a userFixture.
Once a proper login and api mock is in place, the fixture needs to be removed.

* Added **route 'login'** on url '/ghost/ember/signin'
* Added authenticated route with an error hook that redirects to the login route, if status 401 (unauthorized) is returned from REST API.
* All "secure" routes now extend from authenticated route
* Add /ghost/ember to noAuthNeeded routes in middleware
2014-03-12 19:26:47 +01:00
..
components Amend fixtures & put body classes in styleBody mixin 2014-03-09 15:30:54 +00:00
posts Minor refactoring of the routers: 2014-03-07 14:01:27 +00:00
-floating-header.hbs Amend fixtures & put body classes in styleBody mixin 2014-03-09 15:30:54 +00:00
-navbar.hbs Add admin prototype 2014-03-07 14:01:26 +00:00
-publish-bar.hbs Add admin prototype 2014-03-07 14:01:26 +00:00
application.hbs Ember.js: User fixtures + injection + login 2014-03-12 19:26:47 +01:00
editor.hbs Amend fixtures & put body classes in styleBody mixin 2014-03-09 15:30:54 +00:00
error.hbs Add admin prototype 2014-03-07 14:01:26 +00:00
loading.hbs Add admin prototype 2014-03-07 14:01:26 +00:00
login.hbs Ember.js: User fixtures + injection + login 2014-03-12 19:26:47 +01:00
new.hbs Add admin prototype 2014-03-07 14:01:26 +00:00
posts.hbs Specify itemView on the each helper rather than nesting a view helper. 2014-03-09 14:20:15 -07:00