Sebastian Grewe
9c2e6fa30b
[FIX] Properly display pool fee in dashboard
...
Fixes #1178 once merged.
2013-12-31 16:28:53 +01:00
Sebastian Grewe
ee02445b7d
Merge branch 'issue-965' into next
...
Conflicts:
public/templates/mpos/master.tpl
2013-12-31 16:27:16 +01:00
Sebastian Grewe
4026eec570
Merge pull request #1187 from TheSerapher/issue-1159-dashboardsplit
...
[IMPROVED]
2013-12-31 07:19:11 -08:00
Sebastian Grewe
a8a7d2c52f
[IMPROVED] Allow contactform for guests
...
* Added admin option to disable access to contactform for guests
* Propagated new option to templates
Fixes #1185
2013-12-31 16:14:56 +01:00
Frederick Behrends
3b980cbf5d
[IMPROVMENT] Added option to link transaction-ids to transaction on blockchainwebsite
2013-12-31 04:25:47 +01:00
Neozonz
33b06946f4
PIN Reset email template
2013-12-30 11:45:39 -08:00
Sebastian Grewe
8e4c56d597
[IMPROVED]
...
Splitting dashboard calls up instead of using one single API call:
* Use getuserbalance for Balance updates
* Use getuserworkers for Worker updates
For those and potential other SQL intensive Ajax calls I have added a
long ajax refresh interval setting. It can be set via admin panel and
will change the refresh time on the JS file on the dashboard for those
two calls.
Should help a bit with high worker and transaction volume pools.
Address #1159
2013-12-30 19:23:27 +01:00
Sebastian Grewe
b2ac77d9a5
Merge pull request #1128 from nicoschtein/patch-12
...
Make TXId & Address clickable on Transaction Lists
2013-12-30 03:23:14 -08:00
Neozonz
e3db7e0a02
Initial commit for pin reset functionality
2013-12-30 03:29:20 -05:00
Sebastian Grewe
96d096f669
[MERGE] Fix merge conflict
2013-12-30 08:19:13 +01:00
Sebastian Grewe
f4a1110c48
Merge pull request #1089 from TheSerapher/issue-1043
...
Issue 1043
2013-12-28 12:23:23 -08:00
nicoschtein
9481eae316
Make TXId & Address clickable on Transaction Lists
...
Added an alert box displaying full TXId and Address when clicked on Admin Transaction List
2013-12-27 03:49:45 -02:00
nicoschtein
e5ffc85084
Make TXId & Address clickable on Transaction Lists
...
Added an alert box displaying full TXId and Address when clicked on User Account Transaction List
2013-12-27 03:47:36 -02:00
Joey
39b8d78379
Breadcrumbs
...
Bugfix for breadcrumbs tpl
2013-12-26 17:38:17 -05:00
Sebastian Grewe
9572de451b
[FIX] Fixes #1110
2013-12-26 16:10:04 +01:00
Sebastian Grewe
2a24f90ed0
[ADDED] Pagination support on pool workers page
...
Adds pagination support for the admin panel pool workers page. Will
greatly increase loading times of this page if working as intended.
Fixes another part of #1043 .
2013-12-23 23:04:13 +01:00
Sebastian Grewe
003b8c79b6
[FIX] Removed old paginator
2013-12-23 22:51:26 +01:00
Sebastian Grewe
065d10d2e0
[IMPROVED] User info pagination and filters
...
This will add pagination and user filters to the Admin Panel User
Information page.
* Added various filter methods (combined with AND in SQL)
* Added pagination and limits to fetch only matching users
This will greatly increase efficiency on larger pools
Fixes #1043 once merged.
2013-12-23 22:37:57 +01:00
Sebastian Grewe
9485b3f9d6
[ADDED] Possibility to disable navbar live updates
...
* Added new admin options: disable_navbar and disable_navbar_api
* Removes LIVE STATS from navigation list
* Removes live updates on Pool General Statistics page
* Added system load checks to getnavbardata API call
This will help to decrease load on high-volume servers at the cost of
losing live status.
Fixes #1014 once merged.
2013-12-23 21:38:21 +01:00
Sebastian Grewe
16636f6a39
[FIX] Display bug on mobile
2013-12-23 21:07:04 +01:00
Sebastian Grewe
96085cb683
[FIX] Minor display fix
2013-12-23 21:06:08 +01:00
Sebastian Grewe
51a996573d
[IMPROVED] Transaction data handling
...
This will improve loading times on large transaction tables. Thanks
@feeleep75 for helping with this one.
* Do not use SQL_CALC_NUM_ROWS since it will do a full table scan
* Allow admins to disable account transaction summaries to speed up page
loads on large tables
* added new admin setting under system to Disable TX Summaries
Fixes #1065 once merged
2013-12-23 10:48:12 +01:00
Sebastian Grewe
ab05eca651
[UPDATE] Mention Markdown on Newspost creation
2013-12-20 10:29:09 +01:00
Frederick Behrends
ccb14c37cd
added blocks until next difficulty change to EstNextDifficulty
2013-12-20 03:59:47 +01:00
Sebastian Grewe
0d6ee6d821
[IMPROVED] Auto/Manual Payout Disabled
...
This will re-add the ability to disable auto or manual payouts. Option
to disable the entire cronjob is left intact.
Fixes #1034 when merged.
2013-12-19 15:17:29 +01:00
nrpatten
e02df01ed0
Update master.tpl
...
[ADDED] tinybox.js for tac popup, Removed not double type="text/javascript"
2013-12-19 23:04:47 +11:00
nrpatten
ff8f2d94e3
TAC PopUp window for registrations
2013-12-19 06:58:53 -05:00
nrpatten
fc2ffd4868
TAC PopUp window for registrations
2013-12-19 06:42:34 -05:00
nrpatten
6df340c1ef
Update default.tpl
...
Add Tac Popup Center Captcha align Tac Image
2013-12-19 21:11:51 +11:00
nrpatten
66a99cd086
Create default.tpl
...
Add TacPop default.tpl
2013-12-19 21:07:10 +11:00
nrpatten
147f7bfc21
Update master.tpl
...
Add tinybox.js
2013-12-19 21:02:17 +11:00
Sebastian Grewe
4992274eea
[CHANGE] 8 digits for dashboard estimates
...
Fixes #1024 once merged.
2013-12-19 09:04:38 +01:00
Sebastian Grewe
cba4e5f1a4
Merge pull request #1003 from TheSerapher/issue-986
...
[FIX] Admin User Panel for PPS Payouts
2013-12-18 22:40:22 -08:00
Sebastian Grewe
322a759249
[FIX] Typo in Navbar
...
Fixes #1017 once merged.
2013-12-18 09:23:12 +01:00
Sebastian Grewe
6cc367ad50
[FIX] Admin User Panel for PPS Payouts
...
This will fix #986 once merged.
2013-12-17 10:56:37 +01:00
Frederick Behrends
f09459433b
added "Est. Next Difficulty" and "Avg. Time per Round" to dashboard and dashboard api
2013-12-16 20:01:22 +01:00
Frederick Behrends
a407f964d7
fix autopayment for coins with larger blockreward
2013-12-16 20:01:21 +01:00
Frederick Behrends
9643f34183
Escaping values in Admin Setting Panel to prevent html to break the form.
2013-12-16 20:01:19 +01:00
Frederick Behrends
6695d58401
Added "Est. Next Difficulty" and "Est Round Time (Network)" to the general stats in mobile theme.
2013-12-16 20:01:19 +01:00
Frederick Behrends
9fd291b9c0
Added "Est. Next Difficulty" and "Est Round Time (Network)" to the global statistics.
2013-12-16 20:01:18 +01:00
Sebastian Grewe
8275e06fcc
Merge pull request #988 from grimd34th/next
...
Convert some resources to CDNs instead of local hosting
2013-12-16 00:36:08 -08:00
Trevor
0a658df355
Update master.tpl
...
github is not a cdn
2013-12-15 09:33:42 -05:00
Sebastian Grewe
8f89b7fceb
Merge pull request #867 from Kukunin/next
...
Admin Template Editor page
2013-12-15 01:45:05 -08:00
Sebastian Grewe
58eb7b6794
Merge pull request #968 from TheSerapher/issue-967
...
[CHANGED] Merge payout crons
2013-12-15 01:40:43 -08:00
Trevor
7f8d7db761
Convert some dependencies to CDNs
...
Improve page load times by using cdns instead of local hosted files
2013-12-14 10:10:40 -05:00
Sebastian Grewe
68958fb7bf
[UPDATE] Increase login input cap
2013-12-13 08:52:43 +01:00
Sebastian Grewe
afb5fc6c0d
[CHANGED] Merge payout crons
...
* Merge manual and auto-payout into single cronjob
* Update template/code to reflect single payout cron
* Update monitoring page
* Update disable payouts option in admin panel settings
* Update account payout page to use new option
This will fix #967 once merged.
2013-12-12 11:45:33 +01:00
Sebastian Grewe
d0a29747a2
[ADDED] TaC link to Navigation
...
This, and other, commit will address #965
2013-12-12 10:14:49 +01:00
Sebastian Grewe
f465bda350
[ADDED] Accept TaC during registration
2013-12-12 10:11:44 +01:00
Sebastian Grewe
9338af0d31
[ADDED] Terms and Conditions page
2013-12-12 09:58:05 +01:00
Sebastian Grewe
bd2ef0f56f
[REMOVED] Old unused stats on mobile
2013-12-11 10:55:18 +01:00
Sebastian Grewe
216b986be2
Merge pull request #930 from TheSerapher/issue-926
...
[SECURITY] Fixing potential XSS issues
2013-12-10 03:07:33 -08:00
Sergey Kukunin
f97116b1b2
Show templates tree on Admin Templates page
...
Show active and activated templates in Tree
Make templates tree persistent
2013-12-09 20:55:59 +02:00
Sergey Kukunin
75c7e0fc6d
Implement Templates admin page
...
Create `templates` table in database
Add navigation links to Template page
Let admin to manage his templates from adminpanel
2013-12-09 20:55:58 +02:00
Sebastian Grewe
47e0b2ac74
[FIX] Network hashrate in dashboard
...
Also adds some fixes for hashrate updates on the pool statistics page in
case the API is disabled alltogether.
Fixes #934 once merged.
2013-12-09 16:11:31 +01:00
Sebastian Grewe
ceadf30a85
[SECURITY] Fixing potential XSS issues
...
Will resolve #926 once merged.
2013-12-09 08:02:41 +01:00
Sebastian Grewe
bb55001db7
[ADDED] ACL to hide news post author
...
This will allow admins to hide the actual username/author from their newsposts.
Useful if you don't wish to give your admin account away or in case you
have no admin-only account.
2013-12-07 22:30:27 +01:00
Sebastian Grewe
d98bb2f368
[ADDED] getInfo output to wallet information
...
Adds some additional wallet infos to the wallet info page in the admin
panel. Specifically the errors output might be interesting for users not
checking their RPC regularly for mandatory updates.
Fixes #912 once merged.
2013-12-07 13:59:33 +01:00
Sebastian Grewe
4ded825326
[IMPROVED] Use static data first on dashboard
2013-12-06 16:35:39 +01:00
Sebastian Grewe
217f4a7993
[MERGE] Fixed merge conflict
2013-12-06 15:45:03 +01:00
Sebastian Grewe
4c7fe3387d
Merge pull request #905 from TheSerapher/issue-899
...
[FIX] Disable caching for mail data
2013-12-05 09:33:38 -08:00
Sebastian Grewe
524be78a28
Update footer.tpl
...
Reducing donation coin spread
2013-12-05 17:52:25 +01:00
Sebastian Grewe
7f3fc63d0e
Merge pull request #894 from TheSerapher/issue-874
...
[REMOVED] mmcFE Theme dropped from project
2013-12-05 01:57:07 -08:00
Sebastian Grewe
100b4453c3
[FIX] Disable caching for mail data
2013-12-05 01:13:16 +01:00
Sebastian Grewe
9cfce0ff06
[FIX] Show price/workers
2013-12-04 10:45:01 +01:00
Sebastian Grewe
ca427b414b
[FEATURE] Disable Dashboard and Dashboard API
...
Allows pools to disable the dashboard and dashboard API completely.
Useful if you are not running a master/load(/load/load) setup to deal
with frequent live queries.
Fixes #876 once merged.
2013-12-04 09:54:11 +01:00
Sebastian Grewe
288c2dd866
Merge pull request #893 from TheSerapher/issue-872
...
Issue 872
2013-12-03 01:10:35 -08:00
Sebastian Grewe
ae20f3bfd0
[FIX] Added missing space in Getting Started link
...
Fixes #883 once merged.
2013-12-03 10:03:06 +01:00
Sebastian Grewe
34a083fa1c
[REMOVED] mmcFE Theme dropped from project
...
This fixes #874 once merged.
It will require a couple of tests by other users to ensure that
MPOS is not affected (via hard-linked URLs for example).
2013-12-03 10:00:15 +01:00
ahmedbodi
89c6857e72
Removed WhiteSpace
2013-11-29 10:45:40 +00:00
ahmedbodi
84fcbef4d7
Added Algorithm Check
2013-11-29 10:01:03 +00:00
Sebastian Grewe
1ffcba8b51
[ADDED] RPC txid to Transaction lists
2013-11-28 11:52:15 +01:00
Sebastian Grewe
e8ec8aa301
Merge pull request #870 from TheSerapher/issue-868
...
[FIX] Display username when unlisted
2013-11-27 04:50:35 -08:00
Sebastian Grewe
6063a3498b
[FIX] Proper estimates on changed personal modifier
2013-11-27 13:43:59 +01:00
Sebastian Grewe
a35bb0d4cd
[FIX] Potential XSS
2013-11-27 13:27:56 +01:00
Sebastian Grewe
f7adadc2da
[FIX] Display username when unlisted
2013-11-27 13:25:15 +01:00
Fred
cc5a82c3f2
Update default.tpl
...
No reason max width should be less then 100. Quick fix.
2013-11-23 09:19:09 -06:00
nicoschtein
56b6e98799
Changed sender email field max length
...
It should be 254 (http://stackoverflow.com/questions/386294/what-is-the-maximum-length-of-a-valid-email-address ), but that seems improbable.. so I would go with 50 chars max, instead of 20 that cuts 4 out of 10 emails I receive.
2013-11-20 13:18:43 -02:00
root
40d223d584
[UPDATE] template changes
2013-11-18 12:43:17 +01:00
root
510c076452
[FEATURE] blockfinder statistics
2013-11-18 12:43:17 +01:00
Sebastian Grewe
6010f81155
[UPDATE] More digits in price on dashboard
2013-11-17 10:04:18 +01:00
Sebastian Grewe
089d63931d
[IMPROVE] Use round shares cache for user admin
...
Fixes #843 once merged.
2013-11-14 15:29:16 +01:00
Sebastian Grewe
08a59f0d96
Merge pull request #833 from iAmShorty/settings-update
...
[SETTINGS] show/hide donors and about page
2013-11-12 01:07:08 -08:00
Sebastian Grewe
629dfb58ed
[FIX] Name of Uptime Robot Setting
2013-11-11 12:30:36 +01:00
root
07e7bf59c0
[UPDATE] disabled pages and showing popup
2013-11-11 09:09:06 +01:00
root
be3421fa3b
[FIX] removed from acl, placed under system
2013-11-10 14:07:36 +01:00
root
91bd48de5e
[FIX] wrong variables used
2013-11-10 13:53:20 +01:00
root
4fea5de341
[SETTINGS] show/hide donors and about page
2013-11-10 11:06:20 +01:00
Sebastian Grewe
41f33bde1b
[IMPROVE] Removed whitespace
2013-11-08 10:41:54 +01:00
Sebastian Grewe
ae46d2496d
[IMPROVE] Merged block statistics
...
* Removed 24 Hour Shares totals
* Expanded Block Overview with shares stats
2013-11-07 17:00:30 +01:00
root
a7cda8fedc
[TEMPLATE] block stats in mmcfe
2013-11-07 15:27:39 +01:00
root
e92e0d7abb
[FIX] default coin target in templates
2013-11-07 14:51:21 +01:00
root
dc990a5e64
[FIX] changed text
2013-11-07 13:48:49 +01:00
root
1bd6bfdd45
[FIX] calculation since first block found
2013-11-07 12:23:29 +01:00
root
baa3c8ff3e
[UPDATE] removed unused stuff
2013-11-07 12:19:59 +01:00
root
9fa40eaf45
[FEATURE] added block finding rate - HINT new config setting cointarget
2013-11-07 12:14:37 +01:00
root
90a000e7ee
[FIX] division by zero
2013-11-07 11:18:48 +01:00
root
f8f8b0a997
[FEATURE] calculating-luck
2013-11-07 10:50:32 +01:00
Sebastian Grewe
3a120c4709
Merge pull request #828 from TheSerapher/optimize-blockstats
...
[IMPROVED] Block statistics
2013-11-07 00:16:13 -08:00
Sebastian Grewe
a0015103a2
Merge pull request #817 from TheSerapher/issue-773
...
Issue 773
2013-11-07 00:15:45 -08:00
Sebastian Grewe
a4ca4530a3
[IMPROVED] Block statistics
...
* [ADDED] Block over times stats to blocks stats page
* [CHANGED] Split default block stats page template up into subtemplates
* [IMPROVED] Single SQL Query for all Block Stats over Time
* [UPDATED] Templates for new SQL Data
2013-11-06 16:04:36 +01:00
Sebastian Grewe
174e25e90a
[FIX] Default pool to unknown if unset
2013-11-06 15:39:53 +01:00
Sebastian Grewe
f67e63b6fc
[REFACTOR] Refactored classes for error handling
...
* [ADDED] More error codes
* [MODIFIED] Class updates to use Base Class all the time
* [MODIFIED] Cronjobs have been slightly adjusted
* [ADDED] More base class features
2013-11-05 14:34:31 +01:00
Sebastian Grewe
ae45939fea
[IMPROVED] Re-factored monitoring criticals/errors
...
* [ADDED] new monitoring method : endCronjob
* [IMPROVED] Use newly added error codes
* [ADDED] mail notifications, enabled by default
* [ADDED] cron disable on fatal errors with exit code != 0
* [ADDED] Command line swtich: -f = Force running crons even if disabled
* [ADDED] Disabled status in monitoring site
This will improve error handling in our cronjobs. Fatal errors now
require manual intervention by explicityly running crons with the force
option (`-f`). Until they are forced to run, crons will stay disabled.
Fixes #773 once merged
2013-11-05 07:28:07 +01:00
Sebastian Grewe
86226bd606
[IMRPOVED] Error Notification Mail with new headers
2013-11-05 07:28:07 +01:00
Sebastian Grewe
4e68de0e5a
[FIX] Display issues on SHA coins
...
* [FIX] Estimated shares on various places
* [ADDED] Calculate estimated shares based on network diff in stats
class
* [UPDATED] Themes updated as needed
Fixes #819 once merged
2013-11-04 18:23:38 +01:00
Sebastian Grewe
d08bee5c4c
[FIX] Increase mail size in contactform
2013-11-04 14:28:24 +01:00
Sebastian Grewe
8e5dc78df4
Merge pull request #815 from iAmShorty/google-analytics
...
[FEATURE] Added Google Analytics
2013-11-04 00:15:11 -08:00
root
84781763b0
[FIX] small style changes and smarty default value
2013-11-03 17:31:02 +01:00
Sebastian Grewe
70d59d4900
[IMPROVED] Hide uptime status if no API keys set
2013-11-03 15:23:35 +01:00
root
c8ac14a35f
[FIX] Removed duplicate name in textarea
2013-11-03 15:14:19 +01:00
root
505d242cbd
[FEATURE] Added Google Analytics
2013-11-03 15:08:46 +01:00
Sebastian Grewe
1f07b96d92
Merge branch 'next' of github.com:TheSerapher/php-mpos into next
2013-11-03 10:04:07 +01:00
Sebastian Grewe
93affd05a6
[FIX] Removing unused CSS
2013-11-03 10:03:57 +01:00
nrpatten
ee284576b9
[FIX] Toggle text position
...
Remove: <td align="center> "This pushes toggle text out of position"
Add: style="margin: 0px 28px;" to span, Keep's text in place and centers toggle.
2013-11-03 09:34:56 +11:00
Sebastian Grewe
d25cfb0001
[FIX] XSS Vulnerability
2013-11-02 18:57:35 +01:00
Sebastian Grewe
ab2b2d6062
Merge pull request #812 from TheSerapher/uptimerobot
...
Uptimerobot
2013-11-02 02:58:03 -07:00
Sebastian Grewe
bd0398d927
Merge branch 'next' of github.com:TheSerapher/php-mpos into next
2013-11-01 08:30:07 +01:00
Sebastian Grewe
e4dcc7b160
[IMPROVED] Mobile general stats for blocks
2013-11-01 08:29:55 +01:00
Sebastian Grewe
8601e71802
Merge pull request #807 from iAmShorty/update-gettingstarted
...
[IMPROVED] make Gettingstarted more dynamic
2013-10-31 09:13:22 -07:00
root
b681add0e4
[FIX] added default variables
2013-10-31 16:58:00 +01:00
root
2c10504aa5
[FIX] added to mobile template
2013-10-31 14:29:19 +01:00
root
126563c8f7
[IMPROVED] changed decimal places to 4 to display low cost coins
2013-10-31 12:16:52 +01:00
root
6d9195b747
[IMPROVED] make Gettingstarted more dynamic
2013-10-31 12:13:45 +01:00
Sebastian Grewe
fb2cae9430
[UPDATE] Changed back scale of gauges
2013-10-30 11:34:28 +01:00
Sebastian Grewe
7e106644c5
[UPDATE] Slight change for block 24h totals
2013-10-30 10:44:48 +01:00
Sebastian Grewe
9308da54ed
[IMPROVED] Block stats in pool overview
2013-10-30 08:38:54 +01:00
obigal
c0756d39df
24 hour pool statistics
2013-10-29 22:25:45 -04:00
obigal
4f3503bbb1
Admin poolworkers average difficulty fixes
2013-10-29 20:13:24 -04:00
Sebastian Grewe
272448dc6c
[IMPROVED] Allow multi-monitor setup via API Keys
2013-10-29 18:00:21 +01:00
Sebastian Grewe
4793d38764
[FIX] Number format for PPS Rates
2013-10-29 16:56:59 +01:00
Sebastian Grewe
ef5ac9cbfd
[ADDED] Last check footer
2013-10-29 14:54:35 +01:00
Sebastian Grewe
caf85b5dba
Revert "Revert "Merge pull request #784 from iAmShorty/pool-stat-additions""
...
This reverts commit 178f798d8f .
2013-10-29 09:56:17 +01:00
Sebastian Grewe
178f798d8f
Revert "Merge pull request #784 from iAmShorty/pool-stat-additions"
...
This reverts commit df6134db76 , reversing
changes made to 0d1a53c7a3 .
2013-10-29 09:33:45 +01:00
Sebastian Grewe
df6134db76
Merge pull request #784 from iAmShorty/pool-stat-additions
...
[IMPROVED] Added some block stats to Pool Statistics
2013-10-29 01:27:59 -07:00
Sebastian Grewe
60688bb4dc
[INITIAL] First commit for Uptime Robot API Feature
2013-10-29 09:08:21 +01:00
obigal
728b7c4f98
report button fix / hide pplns stats
2013-10-28 23:43:24 -04:00
Fred
a0c395850e
Update default.tpl
...
Fixed for Website name instead of Pool Collective.
2013-10-28 15:43:15 -05:00
root
b0f4edbc13
[IMPROVED] Added Found/Valid/Orphaned to Stats
2013-10-28 21:29:48 +01:00
root
03aef00367
[IMPROVED] Added some block stats to Pool Statistics
2013-10-28 20:42:39 +01:00
Sebastian Grewe
c6dd4086ff
Merge pull request #764 from TheSerapher/payout-fixes
...
Payout fixes
2013-10-28 05:20:19 -07:00
Sebastian Grewe
8f51faf963
[IMPROVED] Adding pools specific PPS rate
...
* Show Diff1 Baseline PPS Rate
* Use pools set minimum difficulty to display pool based rate
2013-10-28 13:16:17 +01:00
Sebastian Grewe
c61c5f096e
[MERGE] Fix merge conflicts
2013-10-28 07:14:25 +01:00
obigal
1b277c69cf
admin panel reports
2013-10-27 10:24:49 -04:00
obigal
aeaeb32d4a
admin panel pool-workers
2013-10-27 09:45:52 -04:00
Sebastian Grewe
b8159f06d7
[IMPROVED] Roundstatistics code and templates
...
* [IMPROVED] Removed uneeded data array from round page
* [IMRPOVED] Sorted round shares via User ID as key for easier access
* [IMPROVED] Added share count to transaction list in prop
2013-10-27 09:12:34 +01:00
nrpatten
8c3f590dd4
Delete statsjs.tpl
2013-10-27 12:47:35 +11:00
nrpatten
418e0bd89d
Update statsjs.tpl to js.tpl
2013-10-26 21:43:38 -04:00
nrpatten
6eb74aa57d
Some live stats for General Statistics, And add Est. Shares to dashboard stats removed est: from Pool Valid
2013-10-26 18:47:10 -04:00
Sebastian Grewe
a6f9c25b5b
[UPDATE] Proper implementation of target bits
...
* [ADDED] New Config Option: Algorithm
* scrypt and sha256d supported right now
* might add SHA coin support across MPOS
* Compatible with previous implementation
* [REMOVED] config option: pps_target
* Replaced by config option: algorithm
* Please update your config, defaults to srypt now!
* [ADDED] Unpaid Shares in Dashboard
* [MODIFIED] User estshares from DB query instead template math
2013-10-26 14:10:34 +02:00
Sebastian Grewe
ed6382c81d
[CHANGE] Removed Round estimate reference
2013-10-25 22:17:31 +02:00
Sebastian Grewe
6fd04fc838
[UPDATE] Removing colors in round shares
2013-10-25 14:39:28 +02:00
Sebastian Grewe
f55d0ba982
[IMRPOVED] MPOS Theme Dashboard
...
* [CHANGE] Removed `default_<payout_sytem>` files
* [ADDED] Added generic, simple templates to remove code duplication
* [CHANGE] New default payment system template expanding on payout type
2013-10-25 14:17:36 +02:00
Sebastian Grewe
fa4d666f1f
[FIX] Escape some query parameters
2013-10-25 13:05:57 +02:00
Sebastian Grewe
ad3f7ecde9
[UPDATED] Added more data to getdashboarddata API
...
* [UPDATED] Added % values to Dashboard
* [UPDATED] Allow dashboard to update % values
2013-10-25 11:52:06 +02:00
Sebastian Grewe
ccb8faf5e3
Merge pull request #763 from TheSerapher/issue-743
...
[IMPROVED] User payout estimations
2013-10-25 02:43:18 -07:00
Sebastian Grewe
1c2b84bb50
Merge pull request #744 from obigal/pplns-stats
...
Pplns stats
2013-10-25 00:50:16 -07:00
Sebastian Grewe
0addd6ec80
[IMPROVED] User payout estimations
...
* [ADDED] Proper PPS caclulations to statistics getUserEstimates
* [IMPROVED] Updated themes to use new estimates format in global smarty
* [IMPROVED] Updated PPS Dashboard to update estimates via Ajax
* [IMPROVED] Added PPS estimates to getdashboarddata API
This will require theme updates for those sites relying on the
est_<value> format for user payout estimates!
Fixes #743 once merged.
2013-10-25 09:31:25 +02:00
Sebastian Grewe
f321364ff2
[FIX] Proper max for Sharerates < 1.00
2013-10-24 14:21:07 +02:00
Sebastian Grewe
f0e39d9158
Merge pull request #754 from nrpatten/dashboard-test
...
Dashboard test
2013-10-23 05:20:36 -07:00
nrpatten
dab792736d
Update default_pplns.tpl
...
add GLOBAL.hashunits.pool for hashrate.
2013-10-23 22:22:59 +11:00
nrpatten
2a1e0ab390
New Dashboard Layout
2013-10-23 06:11:03 -04:00
Sebastian Grewe
a63ed9700a
[FIX] Account filter in admin transactions
2013-10-23 09:26:42 +02:00
Sebastian Grewe
acfa8f246e
[IMPROVED] Only display user contributions > 0
2013-10-23 07:37:10 +02:00
obigal
c2169576ee
round stats fixes
2013-10-23 00:28:24 -04:00
Sebastian Grewe
bbb2290dcc
[IMPROVED] Look & Feel of basic Dashboard info
...
* [ADDED] Pool Workers live Update!
* [IMPROVED] PPLNS and PPS dashboard data
* [IMPROVED] Adjusted all dashboard to look alike
2013-10-22 21:01:34 +02:00
Sebastian Grewe
bdfd54e9b9
Merge pull request #749 from TheSerapher/issue-745
...
Issue 745
2013-10-22 08:54:01 -07:00
Sebastian Grewe
da5c066312
Merge pull request #748 from TheSerapher/issue-734
...
Issue 734
2013-10-22 08:53:20 -07:00
Sebastian Grewe
f4c68d721b
Revert "[FIX] Next attempt to fix #745 "
...
This reverts commit d3d183cfe0 .
2013-10-22 16:45:53 +02:00
Sebastian Grewe
d3d183cfe0
[FIX] Next attempt to fix #745
2013-10-22 16:27:37 +02:00
Sebastian Grewe
f42d420561
[FIX] Contirbutor detection
...
Fixes #745 once merged.
2013-10-22 16:17:12 +02:00
Sebastian Grewe
bbbd5eda52
[IMPROVE] 404 handling
...
* [ADDED] Error/404 templates to mmcFE & mobile themes
* [IMPROVED] Make 404 default error with unknown page parameter
2013-10-22 16:05:55 +02:00
obigal
7e49e7c254
pplns-stats, block-stats paging, dynamic and reverse payout
2013-10-22 09:07:31 -04:00
Sebastian Grewe
38d3140829
[FIX] Added admin check to all templates
...
Fixes #737
2013-10-21 17:32:26 +02:00
Sebastian Grewe
a5c4b0e8c9
[IMPROVED] Show usernames in contrib lists if admin
...
Addresses #737
2013-10-21 17:13:08 +02:00
Sebastian Grewe
1bb5ca3c2d
[FIX] Fix donors, missing closing th tag
2013-10-21 15:55:59 +02:00
Sebastian Grewe
13c06715fc
[IMPROVED] Adding customizable error page to MPOS
...
* `.htaccess` is used to re-define the error documents
* redirects to `index.php?page=error&action=<code>`
* does not work for MPOS inside subfolders yet
Addresses #734 . If this works we can add this to all the other themes.
2013-10-19 09:16:57 +02:00
Sebastian Grewe
7b2adf27d1
Merge pull request #711 from TheSerapher/issue-709
...
[IMPROVED] Added case-insensitive login
2013-10-13 08:18:20 -07:00
Sebastian Grewe
15d7b6d1fa
[IMPROVED] Detect potential dual payout situations
2013-10-12 19:28:56 +02:00
nicoschtein
cea3b29d08
[FIX] Disable Block Explorer Link on Mobile Theme
2013-10-11 21:13:29 -03:00
Sebastian Grewe
a06d64e1fb
[IMPROVED] Added case-insensitive login
...
* [IMPROVED] Added Username/Email password reset
Fixes #709
2013-10-10 17:06:01 +02:00
Sebastian Grewe
628dabacb5
[CHANGE] Updated mobile theme
2013-10-09 11:15:11 +02:00
Sebastian Grewe
21245eac92
[CHANGE] Modified some page templates
2013-10-09 10:16:47 +02:00
Sebastian Grewe
4add80328d
Merge pull request #696 from nicoschtein/patch-4
...
[FIX] Disable Block Explorer and Chain Info Link, Hashrate modifier on mmcFE Theme
2013-10-08 23:52:30 -07:00
nicoschtein
7112e9d643
[FIX] Website Title instead of Website Name on <title>, MPOS Theme
2013-10-08 23:38:33 -03:00
nicoschtein
98bcabc362
[FIX] Disable Block Explorer Link on mmcFE Theme
...
Last Block Found
Next Network Block
2013-10-08 12:28:02 -03:00
nicoschtein
c8150a7021
[FIX] Disable Block Explorer Link and Chain Info on mmcFE Theme
2013-10-08 12:17:41 -03:00
nicoschtein
8feadc59a2
[FIX] Honor Pool Hashrate modifier with unit.
2013-10-08 12:08:11 -03:00
Sebastian Grewe
1ec0b25bb4
Merge pull request #693 from TheSerapher/issue-692
...
[FIX] Worker Difficulty on mobile worker page
Fixes #692 .
2013-10-07 22:13:57 -07:00
Sebastian Grewe
91158bc755
[FIX] Worker Difficulty on mobile worker page
2013-10-08 07:13:37 +02:00
nicoschtein
93f713b665
[FIX] Disable Block Explorer Link on MPOS Theme
2013-10-07 18:58:04 -03:00
Sebastian Grewe
02c9be54ed
[MAJOR] Changing project name to MPOS
...
* Adjusted mmcfe-ng occurences in code
* Adjusted Database strucutre to only supply the full structure
* Adjusted default template to MPOS
Addresses #643
2013-10-07 10:10:49 +02:00
Sebastian Grewe
de9220ebc4
[FIX] User password field for PW reset
2013-10-03 12:20:44 +02:00
Sebastian Grewe
b4b2ff2218
[FIX] Display worker difficulty
2013-09-30 13:39:55 +02:00
Sebastian Grewe
64205dd099
[MERGE] Fix merge conflict with NEXT
2013-09-30 09:56:49 +02:00
Sebastian Grewe
52db8bc682
[FIX] My name in footer :/
2013-09-29 21:01:18 +02:00
Sebastian Grewe
d23916f6bd
Fixed PHP Notice on Contributor Hashrates
2013-09-25 10:38:43 +02:00
Sebastian Grewe
bb924f82fe
adding new round stats icon
2013-09-25 10:19:30 +02:00
Sebastian Grewe
7a596c65e2
Added donation indicator to pool stats for accounts
2013-09-25 10:14:39 +02:00
Sebastian Grewe
e68ea2b1a4
Added donation info to account dashboard
2013-09-25 09:53:45 +02:00