0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client/controllers
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
..
editor Prevent stacking notifications during rapid toggle 2014-07-02 03:42:27 +00:00
modals Adding helper for invite status 2014-07-20 09:23:57 +01:00
posts Remove minor notifications; Close persistent notifications even on error 2014-07-15 09:03:18 -06:00
settings Pagination for Users Management screen 2014-07-21 14:03:26 -04:00
application.js Add a notify action to the notifications component 2014-07-17 17:34:38 +00:00
debug.js Settings: Admin User Tab 2014-07-14 08:52:06 -04:00
error.js Add error template, route and controller 2014-06-24 23:33:02 +01:00
forgotten.js Settings: Admin User Tab 2014-07-14 08:52:06 -04:00
post-settings-menu.js Add Author dropdown to PostSettingsMenu 2014-07-18 17:29:46 -06:00
post-tags-input.js Ensure incomplete tags aren't lost on save 2014-06-24 12:14:27 +02:00
posts.js Pagination for Users Management screen 2014-07-21 14:03:26 -04:00
reset.js Settings: Admin User Tab 2014-07-14 08:52:06 -04:00
settings.js Hide settings/apps unless apps:true is in config.js 2014-06-23 20:27:51 +01:00
setup.js Settings: Admin User Tab 2014-07-14 08:52:06 -04:00
signin.js Prevent stacking notifications during rapid toggle 2014-07-02 03:42:27 +00:00
signup.js Settings: Admin User Tab 2014-07-14 08:52:06 -04:00