Ghost/core/client
Sebastian Gierlinger 36d58919c6 Signin after Signup
closes #3125
- added manual authentication after signin
- added manual authentication after setup
2014-06-30 15:34:36 +02:00
..
adapters Calls to POST API have include=tags 2014-06-28 03:13:31 -04:00
assets Add off as a noop function to touch editor. 2014-06-25 10:04:00 -06:00
components Allow tabbing responsive editor when not on mobile. 2014-06-25 12:30:57 +00:00
controllers Signin after Signup 2014-06-30 15:34:36 +02:00
fixtures Merge pull request #2967 from szelpe/settings-apps 2014-06-22 09:04:14 +01:00
helpers Implements character count helper. 2014-06-23 20:02:09 +00:00
html New setup screen for blog installation. 2014-06-26 15:31:44 +02:00
initializers oAuth 2014-06-30 14:58:10 +02:00
mixins Merge pull request #3115 from halfdan/2850-post-notifications 2014-06-27 21:52:28 +01:00
models oAuth 2014-06-30 14:58:10 +02:00
routes oAuth 2014-06-30 14:58:10 +02:00
serializers Calls to POST API have include=tags 2014-06-28 03:13:31 -04:00
templates oAuth 2014-06-30 14:58:10 +02:00
transforms Changed ember models to use moment for dates 2014-06-05 10:30:28 -06:00
utils Merge pull request #3052 from ErisDS/issue-2851 2014-06-24 23:52:29 +01:00
validators oAuth 2014-06-30 14:58:10 +02:00
views Mobile Interactions 2014-06-24 18:33:59 -04:00
.jshintrc Re-implementing the loading indicator for the Ember admin 2014-06-23 10:01:33 -04:00
app.js Ember Data with Posts 2014-05-29 07:42:51 -05:00
README.md Adding READMEs to clarify the 2 client folders 2014-05-07 22:51:51 +01:00
router.js New setup screen for blog installation. 2014-06-26 15:31:44 +02:00

What's this?

This is the shiny new Ghost admin UI built in Ember.js. It gets served if you visit the URL /ghost/ember/.

We're currently in the process of building this awesome new UI to replace the old one which was written in backbone, lives in the /clientold/ folder and is still served when you visit the URL /ghost/.

In short, we currently have 2 admins:

  • Old, Backbone Admin UI lives in /clientold/ and is served from /ghost/
  • New, Ember Admin UI lives in /client/ and is served from /ghost/ember/

For more information, please read the Ember admin wiki page