0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server
Hannah Wolfe d4cd996e20 Use destructuring for more readable redirect code
- This code was a little verbose, which made it hard to see what was happening (it still is a bit)
- Used destructuring to reduce the code
- Renamed a few variables
2020-04-22 20:30:17 +01:00
..
adapters Refactored existing adapters to use adapter-manager 2020-04-05 21:13:47 +02:00
api Fixed allowSelfSignup value in site data 2020-04-21 23:35:16 +05:30
config Refactored existing adapters to use adapter-manager 2020-04-05 21:13:47 +02:00
data 🐛 Fixed importer always erroring 2020-04-15 13:24:43 +01:00
lib Moved lib/thing/index.js files to lib/thing.js 2020-04-09 10:06:20 +01:00
models Returned full error upon missing tag/label 2020-04-15 10:15:48 +01:00
public
services Fixed incorrect member first name in session data 2020-04-22 19:28:43 +05:30
translations Remove External Apps 2020-03-20 10:40:22 +00:00
views
web Use destructuring for more readable redirect code 2020-04-22 20:30:17 +01:00
analytics-events.js
ghost-server.js Added debug info to controller process messages 2020-04-06 10:44:39 +01:00
index.js Moved web/parent-app to web/parent/app 2020-04-21 18:08:29 +01:00
overrides.js
sentry.js Switched Sentry to use helper file for Ghost version 2020-03-26 15:35:46 +00:00
update-check.js