0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server
Aileen Nowak 827aa15757 Add new fixture Ghost Author (#8638)
refs #8620

Adds a new Ghost Author user, which is the author of the new welcome blog posts. The user is set to active, so the author slug works (otherwise it would render a 404, when user is suspended). Furthermore, there's one little fix in the user model, which was checking only for `active` user to decide the signup or setup process for the UI. Adding one more conditional to check if the found active user is also the owner, prevents to get redirected to sign in.
2017-07-06 00:18:27 +02:00
..
adapters 🐛 Fix double slash in scheduling API URL (#8574) 2017-06-14 16:26:28 +02:00
admin 🐛 Modify regex to allow subdir/ghost urls. (#8627) 2017-06-27 09:08:59 +02:00
api Pass clientExtensions to Ghost Admin (#8617) 2017-06-22 20:45:35 +02:00
apps 📖 replace any support.ghost.org link (#8555) 2017-06-08 20:34:20 +01:00
auth 🚑 Disable remote authentication (#8346) 2017-04-24 18:56:49 +01:00
blog 🐛 Fix custom robots.txt via template directory. (#8648) 2017-07-06 00:14:35 +02:00
config fix(config): cleanup absolute path config function (#8641) 2017-07-06 00:04:18 +02:00
controllers/frontend Posts per page as theme-config (#8149) 2017-03-14 18:03:36 +01:00
data Add new fixture Ghost Author (#8638) 2017-07-06 00:18:27 +02:00
events
helpers 📖 replace any support.ghost.org link (#8555) 2017-06-08 20:34:20 +01:00
mail 🐛 escape blog title for mail header (#8453) 2017-05-12 15:09:45 +02:00
middleware 🎨 gscan 1.1.0 & optimisations 2017-06-06 13:07:50 +07:00
models Add new fixture Ghost Author (#8638) 2017-07-06 00:18:27 +02:00
permissions 🐛 fix invite permissions for editor (#7889) 2017-01-25 12:07:31 +00:00
public 🎨 Use svg icons in default templates (#8343) 2017-05-15 13:43:58 +02:00
settings 🐛 fix settings cache (#8506) 2017-06-04 17:52:22 +07:00
themes 🐛 Remove trailing slash for {{@blog.url}} (#8596) 2017-06-19 16:11:53 +02:00
translations 🐷 💄 Tiny theme-related improvements (#8532) 2017-06-06 13:33:18 +02:00
utils 🐛 Remove trailing slash for {{@blog.url}} (#8596) 2017-06-19 16:11:53 +02:00
views 🎨 gscan 1.1.0 & optimisations 2017-06-06 13:07:50 +07:00
app.js 🐛 Fix the config for compression (#8226) 2017-04-03 10:58:07 +02:00
errors.js 🛠 use Ignition for logging/errors (#7869) 2017-01-23 11:04:01 +00:00
filters.js
ghost-server.js 📖 Update Ghost bootstrap logs (#8531) 2017-06-08 20:32:55 +01:00
i18n.js 🎨 rename language to locale and use en as default locale (#8490) 2017-05-31 16:05:49 +01:00
index.js 🎨 Move scheduling and storage in adapters/ (#8435) 2017-05-15 12:52:01 +02:00
logging.js 🐛 forward missing logging config: rotation 2017-02-17 18:24:14 +01:00
overrides.js
update-check.js 📖 replace any support.ghost.org link (#8555) 2017-06-08 20:34:20 +01:00