0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server
Hannah Wolfe 4cb909542a API - no more m-2-m relation ids by default
closes #4498

- remove toJSON code which returns only IDs from objects
- don't auto-include tags & fields in post responses
- don't auto-include roles in user responses
- fix #allthethings that made assumptions about the auto-includes, or otherwise were only working because of the auto-include
2014-12-02 19:24:44 +00:00
..
api API - no more m-2-m relation ids by default 2014-12-02 19:24:44 +00:00
apps
config Fix invalid image helper URLs when using a subdir. 2014-11-17 05:32:51 +00:00
controllers Enable :author as permalink option 2014-10-25 18:15:24 -07:00
data API - no more m-2-m relation ids by default 2014-12-02 19:24:44 +00:00
email-templates Fixed email copy grammatical errors 2014-09-29 16:04:02 +02:00
errors Merge pull request #4091 from hswolff/remove-a-cd 2014-11-24 11:59:07 +00:00
helpers Create Tags Management Stubs for Ember 2014-11-04 15:50:41 +00:00
middleware Properly server shared files 2014-09-25 14:14:20 +02:00
models API - no more m-2-m relation ids by default 2014-12-02 19:24:44 +00:00
permissions Removes objectTypeModelMap to reduce circular dependency. 2014-10-27 20:48:22 -04:00
routes full BREAD Tag endpoints and Tag api tests 2014-11-13 00:44:36 +08:00
storage Naming cleanup 2014-09-20 21:09:16 +02:00
utils Add checks for packages and contentPath to startup 2014-09-22 21:27:34 +00:00
views Create Tags Management Stubs for Ember 2014-11-04 15:50:41 +00:00
filters.js
ghost-server.js Drop socket reference on close. 2014-11-11 19:23:07 +00:00
index.js Refactor helpers & tests into individual files 2014-10-14 22:52:40 +02:00
mail.js Clean up whitespace from #4349. 2014-11-16 18:14:18 +00:00
require-tree.js Follow symlinks when resolving theme paths. 2014-10-02 13:37:18 +00:00
update-check.js Delay updateCheck to +24h on error 2014-09-19 17:10:30 +02:00
xmlrpc.js