mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-07 03:22:21 +03:00
327c209a74
refs: https://github.com/TryGhost/Team/issues/1557 - There is currently no default order for the members API - This is done at the API level purely for the endpoint, not in the model using orderDefaultOptions - This is because orderDefaultOptions affects findPage and findPage is wrapped by membersAPI.members.list - That in turn is used in multiple places, e.g. getting member counts for emails and getting members for exports - There is currently no created_at DESC index on the table, so we don't to impact performance too much - This ensures it's only affected when paginating |
||
---|---|---|
.. | ||
adapters | ||
api | ||
data | ||
lib | ||
models | ||
services | ||
views | ||
web | ||
analytics-events.js | ||
ghost-server.js | ||
notify.js | ||
overrides.js | ||
run-update-check.js | ||
update-check.js |