php-mpos/public/include/classes
Sebastian Grewe ee5e2c46c6 Adding manual payout cron
This will avoid double payouts via the website. Payouts will be
requested by users and processed by a cron. If, for whatever reason,
users do add two requests (it is checked if a payout exists) they would
only have one successful payout until their account balance is back up
to a save value to trigger the payout.

This should fix any issues with manual payouts being exploited through
the website. Will require some testing by others to ensure things work
as expected.
2013-07-22 16:14:22 +02:00
..
api.class.php Adding ability to disable the sites API functions 2013-07-17 09:43:02 +02:00
base.class.php Adding invitation system to mmcfe-ng core 2013-07-15 12:26:31 +02:00
bitcoin.class.php Fixing issues with application using BASEPATH 2013-06-19 14:50:13 +02:00
bitcoinwrapper.class.php Adding more in-line documentation and some cleanup 2013-05-30 09:55:21 +02:00
block.class.php Using proper SQL query by @CaptainAK 2013-07-21 08:35:57 +02:00
debug.class.php allow caching to be more transparent and configurable 2013-05-17 16:25:45 +02:00
invitation.class.php Adding inline docuemtation to invitation class 2013-07-15 16:28:22 +02:00
mail.class.php Adding new notification system for new blocks 2013-06-09 14:26:18 +02:00
monitoring.class.php Added cronjob monitoring to admin panel 2013-07-10 10:40:11 +02:00
news.class.php Sort news by time, newest first 2013-06-21 20:29:21 +02:00
notification.class.php Adding manual payout cron 2013-07-22 16:14:22 +02:00
payout.class.php Adding manual payout cron 2013-07-22 16:14:22 +02:00
setting.class.php Adding more in-line documentation and some cleanup 2013-05-30 09:55:21 +02:00
share.class.php fixing config access in share class for archive purge 2013-07-10 14:24:15 +02:00
statistics.class.php Adding anonymous account support 2013-07-12 10:33:42 +02:00
statscache.class.php Fix code style 2013-07-11 19:35:23 +04:00
token.class.php Adding email verification 2013-07-15 12:26:31 +02:00
tokentype.class.php WiP for one time tokens 2013-07-15 12:26:31 +02:00
tools.class.php Cryptsy api support 2013-07-21 14:14:12 -04:00
transaction.class.php Fix transaction table, adjust transaction class 2013-07-21 17:25:09 +02:00
user.class.php fixing issue for first created admin user 2013-07-16 16:02:52 +02:00
worker.class.php Ensure we set workers to 0 2013-07-11 11:43:48 +02:00