Sebastian Grewe
207c779cd6
Merge branch 'next' of github.com:TheSerapher/php-mmcfe-ng into next
2013-06-28 22:01:12 +02:00
Sebastian Grewe
f80648e1fd
proper number format for invalid %
2013-06-28 22:00:46 +02:00
Sebastian Grewe
b90662e544
Merge branch 'next' of github.com:TheSerapher/php-mmcfe-ng into next
2013-06-28 21:54:52 +02:00
Sebastian Grewe
ee9a6eed6a
Added % of invalids for pool and user
...
Fixes #272
2013-06-28 21:52:28 +02:00
Sebastian Grewe
3421cf63b6
Allow regular users to check their own workers
...
Fixes #270
2013-06-28 21:38:03 +02:00
Sebastian Grewe
8f20009475
Distinguish between admin and user API call
...
Fixes #268
2013-06-28 21:32:59 +02:00
Sebastian Grewe
d11950f9cf
re-introduce graph width detection
2013-06-28 20:39:26 +02:00
Sebastian Grewe
99a58e7119
fixed missing /if
2013-06-28 20:39:01 +02:00
Sebastian Grewe
9e59f99230
remove block confirm notice for pps
2013-06-28 20:32:18 +02:00
Sebastian Grewe
7b0ae8d86e
reduced blocks count to fixed 20
2013-06-28 20:29:51 +02:00
Sebastian Grewe
4f8cfd95db
Merge branch 'next' of github.com:TheSerapher/php-mmcfe-ng into next
2013-06-28 16:07:06 +02:00
Sebastian Grewe
5c6e872867
Fixing false shares result in API call
...
Fixes #262
2013-06-28 15:54:30 +02:00
Sebastian Grewe
f3fce2fec6
Merge branch 'next' of github.com:TheSerapher/php-mmcfe-ng into next
2013-06-28 15:49:22 +02:00
Sebastian Grewe
92f2243cfb
Fixing getuserstatus API call
...
Fixes #257
2013-06-28 15:47:21 +02:00
Sebastian Grewe
9f7cc5c0e1
fixing mobile hashrate table
2013-06-28 15:34:40 +02:00
Sebastian Grewe
36acc858ed
Fixing global dist config
...
Defined THEME must be removed for mobile device themes to work.
2013-06-28 13:50:22 +02:00
Sebastian Grewe
d4f4b9073f
Working jQuery Mobile frontend for mobile devices
...
* Added mobile device detection PHP library
* Call PHP library to decide which theme to use
* Added theme as a configuration option into global config
* Selectable Desktop theme (default: mmcFE)
* Selectable Mobile theme (default: mobile)
* Disable mobile theme support entirely
**NOTE**: This requires updates to the `global.inc.php` so please check
the dist file and update your config before filing a new issue!
Addresses #25
2013-06-28 13:45:14 +02:00
Sebastian Grewe
1126118cb9
Fetch all user shares in one query
...
This will fetch all user shares in a single run, not user by user as
done previously. Saves one query and can possibly increase SQL execution
time.
Addresses #246
2013-06-26 10:54:10 +02:00
Sebastian Grewe
416d52078d
Adding an optimized valid/invalid shares query
...
* This should speed up the process of finding shares for round and users
Addresses #246
2013-06-26 10:00:06 +02:00
Sebastian Grewe
61a2a30916
Missing </b>
2013-06-25 14:11:25 +02:00
Sebastian Grewe
62e7563c6d
Merge branch 'next' of github.com:TheSerapher/php-mmcfe-ng into next
2013-06-25 14:09:49 +02:00
Sebastian Grewe
65d8b08e82
Better looking news post header
2013-06-25 14:09:01 +02:00
Sebastian Grewe
a09bd1470e
Adding account name to all transactions
...
Fixes #251
2013-06-25 11:39:44 +02:00
Sebastian Grewe
370b3475b9
Adding transactions admin panel
...
* Lists all transactions for all users
Addresses #251
2013-06-25 10:57:56 +02:00
Sebastian Grewe
2204b6d9f3
Adding support to pay out full block amount
...
* Configuration setting added: `reward_type`
* Default behaviour: `fixed` payout by `reward` setting
* Optional: `block` to payout full block amount to users
Fixes #76
2013-06-25 08:52:30 +02:00
Sebastian Grewe
d5d2d3d36f
Fixing unauthenticated navigation for stats
...
Use different link to properly display pool statistics if not
authenticated.
Fixes #245
2013-06-25 08:49:13 +02:00
Sebastian Grewe
2095b09d69
More verbose output on cron updates
...
* Added more verbosity to crons
* Made the output look better on consoles
* Added another error message to notifications class
2013-06-24 10:36:59 +02:00
Sebastian Grewe
d630329055
Display error message to user on failed logins
...
Warn a user with an error that there have been failed login attempts
for their account. Login errors can be cleared by clicking on the URL in
the message itself.
Fixes #240
2013-06-23 20:58:42 +02:00
Sebastian Grewe
4113e05a10
Adding multi-API support
...
This will allow users to change the API url, added coinchose as an
example as pointed out by @vias79 .
* tools class detects the API type
* getPrice returns the price based on API URL parsed
Fixes #236
2013-06-23 20:41:43 +02:00
Sebastian Grewe
2e7a4a8092
Adding donors page to About dropdown
...
Lists all donors, their donation setting and total donated amount.
This will allow people to see who is contributing to the pool.
Fixes #223
2013-06-23 20:12:34 +02:00
Sebastian Grewe
1d48519650
Merge pull request #234 from TheSerapher/issue-231
...
Sort news by time, newest first
2013-06-21 11:29:52 -07:00
Sebastian Grewe
bfcf14a74c
Sort news by time, newest first
...
Fixes #231
2013-06-21 20:29:21 +02:00
Sebastian Grewe
b4c1c5b667
removed wrong link, re-added admin, removed news
2013-06-21 20:28:29 +02:00
Sebastian Grewe
f39d9cca2d
Removed News from navigation
...
Fixes #232
2013-06-21 20:25:49 +02:00
Sebastian Grewe
706a3422eb
Making news page the default homepage
...
Addresses #232
2013-06-21 20:25:12 +02:00
Sebastian Grewe
4eaa2c8d37
hotfix for news page accessible by all users
2013-06-21 20:21:27 +02:00
Sebastian Grewe
2e566f6e97
Only use valid shares for worker status
...
Fixes #229
2013-06-21 16:30:08 +02:00
Sebastian Grewe
84ababe9f7
Adding support for post time and author
...
* Added new SQL upgrade and structure
* Added post time and author to admin panel
* Added post time and author to news list
Fixes #226
2013-06-21 12:11:13 +02:00
Sebastian Grewe
e4e88e5226
Adding custom news posts via admin panel
...
* Adding dynamic news posts from DB
* Support Adding, Editing, Activating, Deactivating through admin panel
* Display all active posts on news page
* Implemented Markdown Library by Michelf
Fixes #61
2013-06-21 11:16:02 +02:00
Sebastian Grewe
5221d7a744
adding 3rd party lib folder
2013-06-21 08:48:38 +02:00
Sebastian Grewe
7bcc29c6a8
Adding warning if user exceeds balance thresholds
...
* Warn user if they exceeded the configured AP max thresholds for their
account balance
This will address #220 . There does not seem a perfect solution for this
but this should help.
2013-06-20 09:18:24 +02:00
Sebastian Grewe
5f271e3f67
Fixing issues with application using BASEPATH
...
Fixes #217
2013-06-19 14:50:13 +02:00
Sebastian Grewe
82f6961645
Adding PPS specific sidebar
...
* Adding PPS sidebar to seperate the HTML code
* Added PPS specific globals section if need be some day
* Added payout detection to master template for sidebar
* Added 7 days and 14 days estimates
Fixes #160
2013-06-18 10:22:43 +02:00
Sebastian Grewe
3f0c3884aa
Adding some more information for PPS to sidebar
...
* Added user share rate to sidebar for PPS
* Added estimated 24h LTC payout based on PPS value and share rate
Addresses #160
2013-06-18 09:35:01 +02:00
Sebastian Grewe
68d874b15a
Merge pull request #208 from TheSerapher/issue-189
...
Issue 189
2013-06-18 00:31:51 -07:00
Sebastian Grewe
34509051e2
Properly detect if we did find an upstream share
...
Avoid returning true even if no share was found.
Addresses #189
2013-06-18 09:30:13 +02:00
Sebastian Grewe
b532bbca51
Do not mark PPS transactions as unconfirmed
...
Fixes #206
2013-06-17 16:42:17 +02:00
Sebastian Grewe
647b522b00
Adding percentage colulmn to block template
...
This shows the % of shares found for a block compared to the expected
value.
2013-06-17 15:00:56 +02:00
Sebastian Grewe
9bde3d979c
removed whitespace
2013-06-17 11:19:05 +02:00
Sebastian Grewe
fa7f61c436
Adding transaction fees to transaction class
...
This will add back the transaction fees. Prior to this commit the pool
had to cover the transaction fees. Now for each transaction the full
balance is transferred (RPC Daemon will remove the TX Fee) but two
transactions are added. One for the Debig and one TXFee.
Fixes #203 .
**Requires database upgrade with supplied SQL file**
2013-06-17 11:17:15 +02:00