0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client
Jason Williams 979c3f237c Prevent loading setup screen if already setup
Closes #3145
- Prevent navigation to the setup screen if Ghost setup
  has previously been completed.
- Fix templates that were incorrectly using foreach instead of each.
- Add validation for minimum password length.
- Fix up functional tests and split out tests for setup to a separate
  instance of casper because setup requires a new database.
- Add a cleanDatabase task to grunt which resets the database to
  new.
2014-07-16 15:54:42 +00:00
..
adapters Remove CSRF from client 2014-07-01 11:39:01 +02:00
assets Move image upload to API 2014-07-15 12:40:14 +02:00
components Check the end of notification fade-out animation 2014-07-13 15:00:25 +01:00
controllers Remove minor notifications; Close persistent notifications even on error 2014-07-15 09:03:18 -06: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 HTML email template 2014-07-07 22:47:34 +02:00
initializers Fix direct access to settings/user 2014-07-02 17:45:21 +02:00
mixins Fire NProgress on User, Post, and Settings save 2014-07-13 14:19:27 -06:00
models Fix validations on user settings page 2014-07-14 18:12:57 +00:00
routes Prevent loading setup screen if already setup 2014-07-16 15:54:42 +00:00
serializers Calls to POST API have include=tags 2014-06-28 03:13:31 -04:00
templates Prevent loading setup screen if already setup 2014-07-16 15:54:42 +00:00
transforms
utils Merge pull request #3259 from novaugust/settings-mobile-routing 2014-07-15 16:55:02 +01:00
validators Prevent loading setup screen if already setup 2014-07-16 15:54:42 +00:00
views Merge pull request #3278 from jaswilli/prod-prep 2014-07-15 17:00:01 +01:00
.jshintrc Removing old "user settings" screen and putting in new MU "users settings" screen and updating functional test cases. 2014-07-05 11:33:03 -04:00
app.js
router.js Removing old "user settings" screen and putting in new MU "users settings" screen and updating functional test cases. 2014-07-05 11:33:03 -04:00