Ghost/core/server/api
Hannah Wolfe 4237446277 Misc cleanup & consistency amends (#9002)
no issue

- Consistent naming for postLookup
   - makes it easier to search and inspect the various usages
- Cleanup unneeded code
- Make res.render calls more consistent
- add some consistency to the calls to res.render
- Remove ancient reference to dataProvider
- Let's call it models everywhere now...
- Use consistent formatting across the API
- we're no longer using alignment in vars
- Misc other consistency changes in API
- always refer to local utils as apiUtils
- logical grouping of requires - dependencies, utils, "lib common" etc
- use xAPI to refer to API endpoints, e.g. mailAPI, settingsAPI for clarity
2017-09-12 17:31:14 +02:00
..
app.js API express app routing & middleware improvements (#8883) 2017-08-17 17:52:58 +07:00
authentication.js Misc cleanup & consistency amends (#9002) 2017-09-12 17:31:14 +02:00
clients.js Misc cleanup & consistency amends (#9002) 2017-09-12 17:31:14 +02:00
configuration.js Misc cleanup & consistency amends (#9002) 2017-09-12 17:31:14 +02:00
db.js Misc cleanup & consistency amends (#9002) 2017-09-12 17:31:14 +02:00
index.js Misc cleanup & consistency amends (#9002) 2017-09-12 17:31:14 +02:00
invites.js Misc cleanup & consistency amends (#9002) 2017-09-12 17:31:14 +02:00
mail.js Misc cleanup & consistency amends (#9002) 2017-09-12 17:31:14 +02:00
middleware.js Add ghost-backup client to trigger export (#8911) 2017-08-22 11:15:40 +01:00
notifications.js Misc cleanup & consistency amends (#9002) 2017-09-12 17:31:14 +02:00
posts.js Misc cleanup & consistency amends (#9002) 2017-09-12 17:31:14 +02:00
roles.js Misc cleanup & consistency amends (#9002) 2017-09-12 17:31:14 +02:00
routes.js Add ghost-backup client to trigger export (#8911) 2017-08-22 11:15:40 +01:00
schedules.js Misc cleanup & consistency amends (#9002) 2017-09-12 17:31:14 +02:00
settings.js Misc cleanup & consistency amends (#9002) 2017-09-12 17:31:14 +02:00
slack.js Misc cleanup & consistency amends (#9002) 2017-09-12 17:31:14 +02:00
slugs.js Misc cleanup & consistency amends (#9002) 2017-09-12 17:31:14 +02:00
subscribers.js Misc cleanup & consistency amends (#9002) 2017-09-12 17:31:14 +02:00
tags.js Misc cleanup & consistency amends (#9002) 2017-09-12 17:31:14 +02:00
themes.js Misc cleanup & consistency amends (#9002) 2017-09-12 17:31:14 +02:00
upload.js Misc cleanup & consistency amends (#9002) 2017-09-12 17:31:14 +02:00
users.js Misc cleanup & consistency amends (#9002) 2017-09-12 17:31:14 +02:00
utils.js Misc cleanup & consistency amends (#9002) 2017-09-12 17:31:14 +02:00