Ghost/ghost/admin
Kevin Ansfield b0cd10b845 Fix initial loading of a route with an invalid session
no issue
- if the session is "authenticated" but is invalid, the initial load of the app would fail. It could be replicated by:
	1. Authenticating in a running ghost instance
	2. Stopping ghost
	3. Deleting the database
	4. Re-starting ghost
	5. Closing the browser
	6. Re-opening the browser and visiting http://localhost:2368/ghost
- this fix stores the `transition` object for the duration of the initial load so that `sessionInvalidated` method can trigger actions before the transition has finished
2016-05-13 13:47:39 +02:00
..
app Fix initial loading of a route with an invalid session 2016-05-13 13:47:39 +02:00
config deps: ember-simple-auth@1.1.0-beta.4 2016-04-28 08:34:26 -05:00
lib Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
public/assets Slack integration 2016-05-08 12:49:15 +02:00
tests Fix display of server-provided validation error when adding subscriber 2016-05-11 19:56:58 +02:00
.ember-cli grunt init, dev 2015-03-11 12:37:41 -06:00
.gitignore Convert Sass to Myth 2015-05-22 19:05:09 +01:00
.jscsrc Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
.jshintrc Remove $ from jshint's predef, always use Ember's $ 2015-12-01 20:52:25 +00:00
.watchmanconfig deps: ember-cli@1.13.13 2015-11-30 11:21:39 -06:00
bower.json deps: ember@2.5.1 2016-04-28 07:15:15 -05:00
ember-cli-build.js Drop XRegExp dependency 2016-03-30 19:45:20 +01:00
package.json deps: ember-light-table@0.1.9 2016-05-11 10:28:10 +02:00
testem.js deps: ember-cli@2.4.0 2016-03-01 12:49:28 +00:00