0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/server/api
Eugene Kulabuhov 0e2709c42f [API] Retrieve next and previous post
closes #4262
- implementation based on #1545
- added integration test. Modified mocked posts because code requires published_at timestamps to be different.
- fixed 2 broken tests that depended on mocked posts to have "new Date()" as their timestamps
- added checks to only query db if next/previous post requested
2015-01-13 12:49:16 +00:00
..
authentication.js URL safe base64 encoding 2014-12-01 16:59:49 +01:00
configuration.js Move tag management from behind config/labs flags 2015-01-06 18:56:42 +00:00
db.js Refactor importer with tests 2014-12-17 18:22:39 +00:00
index.js Fix up HTTP API handler 2014-12-28 05:27:29 +00:00
mail.js Removes objectTypeModelMap to reduce circular dependency. 2014-10-27 20:48:22 -04:00
notifications.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
posts.js [API] Retrieve next and previous post 2015-01-13 12:49:16 +00:00
roles.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
settings.js Fix updateConfigTheme method. 2014-11-20 14:54:37 +00:00
slugs.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
tags.js Finish up post count support in tags API 2014-12-19 21:46:34 +00:00
themes.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
upload.js Add support for zip import 2014-12-10 20:21:06 +00:00
users.js Password change MU 2014-12-11 21:23:07 +01:00
utils.js Add support for zip import 2014-12-10 20:21:06 +00:00