0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/client
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
..
adapters
assets Move image upload to API 2014-07-15 12:40:14 +02:00
components Add a notify action to the notifications component 2014-07-17 17:34:38 +00:00
controllers Pagination for Users Management screen 2014-07-21 14:03:26 -04:00
fixtures
helpers
html New HTML email template 2014-07-07 22:47:34 +02:00
initializers
mixins Pagination for Users Management screen 2014-07-21 14:03:26 -04:00
models Merge pull request #3345 from novaugust/model-relationships 2014-07-21 16:17:43 +01:00
routes Pagination for Users Management screen 2014-07-21 14:03:26 -04:00
serializers
templates Pagination for Users Management screen 2014-07-21 14:03:26 -04:00
transforms
utils Merge pull request #3259 from novaugust/settings-mobile-routing 2014-07-15 16:55:02 +01:00
validators Prevent loading setup screen if already setup 2014-07-16 15:54:42 +00:00
views Pagination for Users Management screen 2014-07-21 14:03:26 -04:00
.jshintrc
app.js
router.js