0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/test/integration/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
..
api_authentication_spec.js Pagination for Users Management screen 2014-07-21 14:03:26 -04:00
api_db_spec.js Integration tests use consistent teardown methods 2014-07-21 13:25:51 +01:00
api_mail_spec.js Integration tests use consistent teardown methods 2014-07-21 13:25:51 +01:00
api_notifications_spec.js Integration tests use consistent teardown methods 2014-07-21 13:25:51 +01:00
api_posts_spec.js Integration tests use consistent teardown methods 2014-07-21 13:25:51 +01:00
api_settings_spec.js Integration tests use consistent teardown methods 2014-07-21 13:25:51 +01:00
api_slugs_spec.js Integration tests use consistent teardown methods 2014-07-21 13:25:51 +01:00
api_tags_spec.js Integration tests use consistent teardown methods 2014-07-21 13:25:51 +01:00
api_themes_spec.js Integration tests use consistent teardown methods 2014-07-21 13:25:51 +01:00
api_upload_spec.js Integration tests use consistent teardown methods 2014-07-21 13:25:51 +01:00
api_users_spec.js Pagination for Users Management screen 2014-07-21 14:03:26 -04:00