0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00
ghost/core/server
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 Pagination for Users Management screen 2014-07-21 14:03:26 -04:00
apps correct settings.edit call signature for installedApps 2014-05-24 08:21:17 +02:00
config Move creation of knex instance to config module 2014-07-10 08:00:24 -04:00
controllers Wire permmissions for notifications, mail and tags 2014-07-17 16:44:09 +01:00
data Caching db config in migration utils 2014-07-21 13:25:53 +01:00
errors Extending context concept to models 2014-07-18 15:32:56 +01:00
helpers Turn on update notifications for Ember admin 2014-07-11 15:02:26 +00:00
middleware Merge pull request #3312 from ErisDS/issue-2739-2 2014-07-17 18:04:38 +01:00
models Pagination for Users Management screen 2014-07-21 14:03:26 -04:00
permissions Only reference model properties through the models module. 2014-07-10 08:04:32 -04:00
routes Restored spam prevention 2014-07-17 14:22:07 +02:00
storage Move image upload to API 2014-07-15 12:40:14 +02:00
utils Export 003 2014-07-19 22:38:21 +01:00
views Prevent loading setup screen if already setup 2014-07-16 15:54:42 +00:00
api.js Shims for deleted (refactored away) files 2014-01-09 09:21:09 -06:00
filters.js Implement filter context 2014-04-06 15:43:11 +00:00
index.js Wire permmissions for notifications, mail and tags 2014-07-17 16:44:09 +01:00
mail.js Update when.js dependency to version 3.2.3 2014-06-16 04:11:22 +00:00
middleware.js Shims for deleted (refactored away) files 2014-01-09 09:21:09 -06:00
require-tree.js Error handling for require-tree 2014-03-25 22:38:48 +00:00
update-check.js Extending context concept to models 2014-07-18 15:32:56 +01:00
xmlrpc.js Add distinct error classes 2014-05-09 12:11:29 +02:00