0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server
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
..
api Merge pull request #3276 from sebgie/issue#3252 2014-07-15 18:09:32 +01:00
apps correct settings.edit call signature for installedApps 2014-05-24 08:21:17 +02:00
config Move creation of knex instance to config module 2014-07-10 08:00:24 -04:00
controllers Move image upload to API 2014-07-15 12:40:14 +02:00
data Merge pull request #3270 from ErisDS/migrations 2014-07-15 17:00:59 +01:00
errors Migration improvements 2014-07-14 21:12:02 +01:00
helpers Turn on update notifications for Ember admin 2014-07-11 15:02:26 +00:00
middleware Server side cleanup 2014-07-14 21:50:12 +01:00
models Server side cleanup 2014-07-14 21:50:12 +01:00
permissions Only reference model properties through the models module. 2014-07-10 08:04:32 -04:00
routes Merge pull request #3276 from sebgie/issue#3252 2014-07-15 18:09:32 +01:00
storage Move image upload to API 2014-07-15 12:40:14 +02:00
utils Server side cleanup 2014-07-14 21:50:12 +01:00
views Prevent loading setup screen if already setup 2014-07-16 15:54:42 +00:00
api.js
filters.js Implement filter context 2014-04-06 15:43:11 +00:00
index.js Only reference model properties through the models module. 2014-07-10 08:04:32 -04:00
mail.js Update when.js dependency to version 3.2.3 2014-06-16 04:11:22 +00:00
middleware.js
require-tree.js Error handling for require-tree 2014-03-25 22:38:48 +00:00
update-check.js Move creation of knex instance to config module 2014-07-10 08:00:24 -04:00
xmlrpc.js Add distinct error classes 2014-05-09 12:11:29 +02:00