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
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
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
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
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
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
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
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
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
Sebastian Grewe
4f3e1e9ccb
Adding support for API currencies
...
Since some altcoins are not listed with USD yet @vias79 suggested adding
different API target currencies. This commit will add the feature and
closes #201 .
2013-06-17 10:40:36 +02:00
Sebastian Grewe
ca1237c11c
fixing admin user information table format
2013-06-14 17:52:56 +02:00
Sebastian Grewe
0817befaaa
Further cleanup to reduce PHP notice warnings
2013-06-14 13:51:06 +02:00
Sebastian Grewe
d23d577368
always show 2 digit pool efficiency
2013-06-14 12:36:17 +02:00
Sebastian Grewe
c0870b3a48
Added more generic pool stats
...
* added pool efficiency based on valid and invalid shares
* added estimated shares progress based on est and valid shares
2013-06-14 11:58:41 +02:00
Sebastian Grewe
bee35325dc
Only show 20 blocks for block graph
...
Graph dynamically expands if the blocks don't fit so it's now limited to
20 which should always fit well enough.
2013-06-14 11:38:00 +02:00
Sebastian Grewe
6f3912b6a2
fixed worker name in mail body
2013-06-14 09:58:54 +02:00
Sebastian Grewe
6f858188ad
Adding pool and combined hashrate graphs
...
* Moving from My Graph to its own section: Hashrate Graphs
* Adding pool hashrate graph
* Adding combined hashrate graph and piechart
Fixes #187
2013-06-13 22:59:19 +02:00
Sebastian Grewe
90640d345e
removing static-ish stats width, use table width instead
2013-06-13 22:26:12 +02:00
Sebastian Grewe
e7bb725da4
remove decimals for expected shares in graph
2013-06-13 22:03:21 +02:00
Sebastian Grewe
2b56423272
adding line graphs in block stats
2013-06-13 22:01:34 +02:00
Sebastian Grewe
12843fab14
adding new master template for tooltips
2013-06-13 22:01:18 +02:00
Sebastian Grewe
538c5ead88
properly sort blocks in graph
2013-06-13 17:09:59 +02:00
Sebastian Grewe
acc4880dd6
Adding block luck graph
...
* Added expected vs actual share graph to block stats
* Added new small table template for overall stats in pool stats
Fixes #91
2013-06-13 16:25:52 +02:00
Sebastian Grewe
dda1585353
Adding ReCaptcha support for account registration
...
* You will need to create a re-captcha account for your site
* Disabled by default to keep backwards compatability
Fixes #179
2013-06-13 14:47:33 +02:00
Sebastian Grewe
a703877122
Adding support do disable account registration
...
* Adding new configuration variable, see `global.inc.dist.php`
* If you are not able to register anymore check the config var is
* set
Requested in and fixes #150
2013-06-13 13:38:32 +02:00
Sebastian Grewe
01c859d5f5
proper number format for USD/Est
2013-06-13 13:25:33 +02:00
Sebastian Grewe
ba4a272442
reduced row size for time and difficulty
2013-06-13 13:25:08 +02:00
Sebastian Grewe
38f2ae5af7
adding proper avg shares calculation based on target diff and network diff
2013-06-13 13:24:46 +02:00
Sebastian Grewe
44851e35df
Add admin/lock changes to admin panel
...
* Add clickable boxes for Admin and Locked status for all users
* Change status via Ajax call, script embedded to the admin page
Fixes #147
2013-06-13 11:36:28 +02:00
Sebastian Grewe
42b6d4b3b2
Adding support for user locking
...
* Currently no GUI, use DB access to change the row entry
* Upgraded Database table `accounts` with upgrade SQL
* Updated `admin` field to `is_admin` as boolean
* Modified pages, classes, templates to support is_admin and is_locked
Addresses #147
2013-06-13 11:36:28 +02:00
Sebastian Grewe
8859f0c091
forgot to add the actual files :/
2013-06-13 09:21:08 +02:00
Sebastian Grewe
13fc01243e
Adding configurable currency name to global config
...
Addresses #138
2013-06-13 09:21:07 +02:00
Sebastian Grewe
8b20d44ab7
Merge pull request #173 from lhpool/next
...
Added Usd/Day
2013-06-13 00:18:49 -07:00
lhpool
baed854bc9
Added Usd/Day
...
Added Est Usd/Day to stats
2013-06-12 19:22:40 +02:00
Sebastian Grewe
1b850ae67c
Changing default statistics URL to pool
...
Fixes #170
2013-06-12 12:04:44 +02:00
Sebastian Grewe
4d51331883
trying new layout for stats page
2013-06-12 11:31:37 +02:00
Sebastian Grewe
a006ea782a
Adding confirmed and unconfirmed balance
...
* Added SQL code to support both balances
* Added sidebar entries
* Modified auto_payout to use new index
* Mofified account page to use new index
Addresses #140 but needs to be tested!
2013-06-12 09:13:14 +02:00
Sebastian Grewe
eb42993c2b
formatting some numbers
2013-06-11 16:32:53 +02:00
Sebastian Grewe
786926a328
fixing newline on footer
2013-06-10 20:39:41 +02:00
Sebastian Grewe
d2daed3317
Fixing montoring checkboxes
...
This will fix #163
2013-06-10 20:21:42 +02:00
Sebastian Grewe
b782857c41
Adding new config option payout_system
...
* Change templates based on the payout system used
* Modified sidebar for new PPS method
Further addresses #70
2013-06-10 18:56:28 +02:00
Sebastian Grewe
666fde91b6
adding PPS value to sidebard
2013-06-10 18:54:54 +02:00