Ghost/core/client/app/routes
Hannah Wolfe ed16998461 Restructure Configuration API endpoint
refs #6421, #6525

- The configuration API endpoint was a bit of an animal:
   - It's used currently in two ways, once for general config, another for the about page.
   - These two things are different, and would require different permissions in future.
   - There was also both a browse and a read version, even though only browse was used.
   - The response from the browse was being artificially turned into many objects, when its really just one with multiple keys
- The new version treats each type of config as a different single object with several keys
- The new version therefore only has a 'read' request
- A basic read request with no key will return basic config that any client would need
- A read request with the about key returns the about config
- A read request with a different key could therefore return some other config
2016-02-19 18:49:23 +00:00
..
editor Fix posts.post route not redirecting to 404 2016-01-26 15:25:53 +01:00
posts improve 404 error handling in post route 2016-02-14 16:49:57 -06:00
settings Fix new post->tags transition 2016-02-18 18:01:08 +00:00
setup cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
team Refactor modals 2016-01-12 20:53:08 +00:00
about.js Restructure Configuration API endpoint 2016-02-19 18:49:23 +00:00
application.js deps: ember-data@2.3.2 2016-01-19 14:36:39 +00:00
authenticated.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
error404.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
mobile-index-route.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
posts.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
reset.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
setup.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
signin.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
signout.js fix logging out from editor page 2016-02-16 20:07:03 -06:00
signup.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00