php-mpos/public/include/pages
Sebastian Grewe 065f5e6d16 Adding working user admin panel to query user DB
* Users are all fetched from the DB
* Each user is assigned special stats
 * Hashrate
 * Shares
 * Balance
 * Est. Payout
 * Est. Donation
* Display in sortable and paginated table

This is not well optimized. Each user stats are grabbed individually
via the stats and transaction classes. It would probably make sense to
expand the statistics class to list a full user list with all statistics
available instead to cover this in a single SQL query.
2013-06-04 11:34:22 +02:00
..
about initial import of file base of my WIP 2013-05-06 14:11:38 +02:00
account changed error message for RPC errors 2013-05-29 21:18:24 +02:00
admin Adding working user admin panel to query user DB 2013-06-04 11:34:22 +02:00
api Properly abort API calls if api_key is invalid 2013-05-29 12:41:53 +02:00
password working version of password reset with one time token 2013-05-25 12:08:51 +02:00
register some smaller updates to classes and PHP codes 2013-05-10 15:28:05 +02:00
statistics Addressing #96, missing difficulty on stats page 2013-06-04 09:08:30 +02:00
about.inc.php initial import of file base of my WIP 2013-05-06 14:11:38 +02:00
account.inc.php initial import of file base of my WIP 2013-05-06 14:11:38 +02:00
admin.inc.php Initial file import for admin panel 2013-06-04 09:15:55 +02:00
api.inc.php Properly abort API calls if api_key is invalid 2013-05-29 12:41:53 +02:00
gettingstarted.inc.php initial import of file base of my WIP 2013-05-06 14:11:38 +02:00
home.inc.php initial import of file base of my WIP 2013-05-06 14:11:38 +02:00
login.inc.php initial import of file base of my WIP 2013-05-06 14:11:38 +02:00
logout.inc.php initial import of file base of my WIP 2013-05-06 14:11:38 +02:00
news.inc.php initial import of file base of my WIP 2013-05-06 14:11:38 +02:00
password.inc.php initial work on password reset, not working fully yet 2013-05-25 10:58:53 +02:00
register.inc.php initial import of file base of my WIP 2013-05-06 14:11:38 +02:00
statistics.inc.php Addressing #96, missing difficulty on stats page 2013-06-04 09:08:30 +02:00
support.inc.php initial import of file base of my WIP 2013-05-06 14:11:38 +02:00