Ghost/core/client
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
..
app Restructure Configuration API endpoint 2016-02-19 18:49:23 +00:00
config deps: ember-cli-deprecation-workflow@0.1.5 2016-02-16 15:06:32 -06:00
lib Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
public/assets Move user/cover image files used in admin team area into the client folder 2016-01-14 16:26:48 +00:00
tests Merge pull request #6518 from acburdine/ember-cli-take-2 2016-02-19 11:56:47 +00: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-cli@2.3.0 2016-02-16 12:32:48 -06:00
ember-cli-build.js Include babel polyfill when compiling client 2016-02-04 12:49:53 +00:00
package.json deps: ember-cli-deprecation-workflow@0.1.5 2016-02-16 15:06:32 -06:00
testem.json Test client using real browsers on Travis 2016-02-08 16:10:40 +00:00