Ghost/core/test/functional/routes/api
Maurice Williams a8ca517c54 Pagination for Users Management screen
closes #3222
- implementing server-side pagination for /users API
- passing /users?limit=none will return all users
- passing /users?status=invited will filter base on user status
- creating 3 mixins (route, controller and view) to keep pagination logic DRY
- updating route, controller and view for Posts to use new mixing
- implementing infinite scrolling for Users Management screen (using new mixins)
- Users Management screen displays all invited users, but paginates active users
2014-07-21 14:03:26 -04:00
..
db_test.js Fix tests failing because of spam protection 2014-07-17 14:22:32 +02:00
error_test.js Fix tests failing because of spam protection 2014-07-17 14:22:32 +02:00
notifications_test.js Fix tests failing because of spam protection 2014-07-17 14:22:32 +02:00
posts_test.js Fix editing author 2014-07-18 10:48:48 +02:00
settings_test.js Fix tests failing because of spam protection 2014-07-17 14:22:32 +02:00
slugs_test.js Fix tests failing because of spam protection 2014-07-17 14:22:32 +02:00
tags_test.js Fix tests failing because of spam protection 2014-07-17 14:22:32 +02:00
users_test.js Pagination for Users Management screen 2014-07-21 14:03:26 -04:00