rog1121
8e06c41a90
CLEditor
2014-01-09 21:13:47 -07:00
Glen
748a3d48c3
Update default.tpl
...
Suggestion to remove 'account' column from user 'transactions' page to allow more real estate on the page.
The 'account' really is a waste of space anyway for the user view on the other hand the transactions in the Admin panel the account column is useful.
2014-01-10 13:17:45 +11:00
Sebastian Grewe
b12a45ed2a
Merge pull request #1306 from TheSerapher/issue-1300
...
Issue 1300
2014-01-09 08:41:30 -08:00
Sebastian Grewe
02cd098099
[FIX] #1245 Typo
2014-01-09 11:05:06 +01:00
Sebastian Grewe
3645a23333
Merge pull request #1312 from TheSerapher/issue-1061-deleteuser
...
[UPDATE] Allow deletion of accounts
2014-01-09 01:33:12 -08:00
Sebastian Grewe
b82e500379
[FIX] Number formatting on pages
...
* Added new global js library to convert number_format similar to PHP
* Does some rounding, so not 100% perfect but does the trick
* Added new library to master template
* Updated dashboard to use this library for all numbers in question
Fixes #1276
2014-01-09 10:25:48 +01:00
Sebastian Grewe
fcbf153bd9
[FIX] Do not show xaxis ticks
...
Ticks take too much room and don't convey enough information. They are
now removed.
Fixes #1276 once merged.
2014-01-09 09:16:50 +01:00
Sebastian Grewe
6e99806479
[REMOVE] Uneeded, useless support page
...
* Removed support page templates
* Changed navigation to contact
* Modified contact form behaviour on enable/disable events
This fixes #1300 . It wasn't clear which templates needed to be edited
for the contact form to work.
2014-01-09 09:09:14 +01:00
Sebastian Grewe
146cf94a5e
[CLEANUP] Registration page
2014-01-08 09:23:42 +01:00
Sebastian Grewe
937bf56c18
Merge pull request #1279 from raistlinthewiz/next
...
Updated max lenght of username field in password-reset form
2014-01-07 04:13:11 -08:00
Hüseyin Uslu
b69991e129
Increased password-reset form username size to 100
...
Increased the accepted max-length to 100 as requested: https://github.com/TheSerapher/php-mpos/pull/1279#issuecomment-31732351
2014-01-07 14:11:26 +02:00
Hüseyin Uslu
748e4796c1
Updated max lenght of username field in password-reset form
...
As the password reset form can also accept emails, increased the max-length size to 50 - so that we can accept long emails too.
2014-01-07 14:04:21 +02:00
Sebastian Grewe
549477a7ad
[ADDED] User overview in admin dashboard
...
* Total users
* Locked users
* Admin users
* No Fees users
Thanks @daygle for the suggestion!
Fixes #1277 once merged
2014-01-07 10:32:34 +01:00
Sebastian Grewe
ef28547940
Merge branch 'next' of https://github.com/TheSerapher/php-mpos into next
2014-01-07 09:40:02 +01:00
Sebastian Grewe
727b082059
[FIX] Registration password lenght, API class default time
2014-01-07 09:39:43 +01:00
Sebastian Grewe
5ce2662ae5
Merge pull request #1246 from TheSerapher/issue-1242
...
[INITIAL] Working version checks
2014-01-06 08:05:32 -08:00
Sebastian Grewe
418728071b
[UPDATE] Allow deletion of accounts
...
Updated backend and theme to be able to deal with deleted accounts
* Backends will skip any users that have no account_id associated with
their shares
* Updated round stats theme to show users as unknown if none can be found
This will not fully address the issue of account deletion but at least
wont break the system anymore.
2014-01-06 12:26:57 +01:00
Sebastian Grewe
d0e899b7d0
[FIX] Empty / no template detection
2014-01-06 12:00:48 +01:00
Sebastian Grewe
64958782a4
[FIX] Closing nocache tags
...
Fixes #1255 once merged.
2014-01-06 07:25:09 +01:00
Sebastian Grewe
2568ced4d4
[INITIAL] Working version checks
...
* Check DB structure version, config file version and MPOS core version
* Added new Admin Dashboard to show this core information
* Cronjobs will be disabled if SQL files are not imported
* SQL files must re-set the db_upgrade_required setting
* Cronjobs will disabled if config files are not updated
* Simple config file update and version string update will fix this
* Added MPOS status overview
* Cronjobs and Wallet information for now, others may be added later
* Added new navigation link for Admin Panel Dashboard
* Added new version file
* Will require updates whenever DB or configs are updated
* Update SQL file that adds the DB_VERSION setting
This will address #1242 and already includes a huge chunk of changes
required to make this work.
2014-01-05 11:19:09 +01:00
Sebastian Grewe
017a56549d
Merge pull request #1213 from TheSerapher/issue-670-unlocks
...
[IMPROVED] Unlock notification mails on auto-locks
2014-01-04 00:11:28 -08:00
Sebastian Grewe
8c2912a7df
Merge branch 'next' of https://github.com/TheSerapher/php-mpos into next
2014-01-02 12:25:46 +01:00
Sebastian Grewe
11c417230b
[FIX] Reset pin button
2014-01-02 12:25:22 +01:00
Sebastian Grewe
878fa1c1c8
[IMPROVED] Unlock notification mails on auto-locks
...
* Added new token type: account_unlock
* Added update SQL File
* Updated base structure with new token type
* Added empty template
* Updated user class to send mail on failed passwords
* Added unlock account page to use tokens
Addresses #670
2014-01-02 11:51:22 +01:00
Sebastian Grewe
80d0467c2d
Merge pull request #1211 from TheSerapher/issue-1040
...
[CHANGE] Moved from bar shares to pie shares
2014-01-02 02:09:34 -08:00
Sebastian Grewe
4c3421cc8a
Merge pull request #1165 from Neozonz/issue-1164
...
Initial commit for pin reset functionality
2014-01-02 02:02:37 -08:00
rog1121
494a3a2714
Fix Hardcoded blockchain
2014-01-01 15:08:39 -07:00
Sebastian Grewe
020905679a
[FIX] Display TX Fee in account panel
...
Fixes #1196 once merged.
2014-01-01 08:43:53 +01:00
Sebastian Grewe
4fa4259932
[CHANGE] Moved from bar shares to pie shares
...
The cake is a lie! It's a pie!
Addresses #1040
2013-12-31 23:51:39 +01:00
Sebastian Grewe
82efbb4609
Merge branch 'issue-1185' into next
...
Conflicts:
public/templates/mpos/global/navigation.tpl
2013-12-31 17:11:03 +01:00
Sebastian Grewe
2675a9573f
[FIX] Better version
2013-12-31 16:34:37 +01:00
Sebastian Grewe
e9c780f2ee
[FIX] Don not show decimals > 0.0001 fee
2013-12-31 16:32:57 +01:00
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
Sebastian Grewe
29edf83083
Display pool fee in dashboard
2013-09-25 09:49:51 +02:00
Sebastian Grewe
e58e9bcfb9
fix display of pool hashrate
2013-09-20 19:40:46 +02:00
Sebastian Grewe
515af18ea5
[FIX] Display Pool Hashrate on Pool Stats
2013-09-19 11:54:39 +02:00
Sebastian Grewe
a345175ec5
[FIX] Link to round on general pool stats
2013-09-19 10:46:20 +02:00
Sebastian Grewe
442fcb015a
adding FTC address for donations
2013-09-19 10:41:23 +02:00
Sebastian Grewe
326397b48f
[IMPROVEMENT] Website Layout
...
* [FEATURE] Added footer, thanks @nrpatten for the idea and sample
* [IMPROVEMENT] Sidebar smaller and min width added
* [IMPROVEMENT] Properly format debug console
* [IMRPOVEMENT] Moved all custom CSS into own file
2013-09-19 08:19:01 +02:00
Sebastian Grewe
1387bbdf44
[MERGE] Merge conflict NEXT
2013-09-18 16:34:52 +02:00
Sebastian Grewe
88b2a35a7a
[BUG] Fixed PHP notice
2013-09-18 16:19:42 +02:00
Sebastian Grewe
822c643d88
Merge branch 'issue-444-theserapher' of https://github.com/TheSerapher/php-mmcfe-ng into issue-444-theserapher
2013-09-18 15:51:53 +02:00
Sebastian Grewe
8224f6148e
[IMPROVEMENT] @nrpatten supplied better quicklogin
...
* Needs to be fixed to properly use fieldset tags
2013-09-18 15:50:49 +02:00
Sebastian Grewe
f41ea296df
[IMPROVEMENT] Fixed notification table layout and icons
2013-09-18 12:50:09 +02:00
Sebastian Grewe
ec4931bbc8
[IMPROVEMENT] Using fontello icons instead of theme icons
2013-09-18 12:38:45 +02:00
Sebastian Grewe
20fe936feb
[IMPROVEMENT] Added round statistics link to transaction blocks
2013-09-18 12:38:26 +02:00
Sebastian Grewe
4954f14923
Merge branch 'next' into issue-444-theserapher
2013-09-18 11:03:07 +02:00
Sebastian Grewe
5d19964321
adding DEBUG console
2013-09-18 08:06:22 +02:00
Sebastian Grewe
7aace8be26
[IMPROVEMENT] Added secondary login box in header
2013-09-18 07:42:54 +02:00
Sebastian Grewe
f05a9c2b25
[FIX] Properly prompt for user or email at login
2013-09-18 07:34:55 +02:00
Sebastian Grewe
05f6f03424
removing unused template
2013-09-18 07:34:29 +02:00
Sebastian Grewe
3930285521
fixing website name in breadcrumbs
2013-09-17 17:14:06 +02:00
Sebastian Grewe
49b6ebe62f
Also show negative cold coins
...
Fixes #660
2013-09-17 16:49:11 +02:00
Sebastian Grewe
e7f62134f1
adding cold wallet coin display and setting
2013-09-17 16:15:18 +02:00
Sebastian Grewe
cdf71cbfba
adding account balance to new dashboard via Ajax
2013-09-17 14:27:46 +02:00
Sebastian Grewe
59b82c72e1
fixing PHP notice when blocks table empty on blockstats
2013-09-17 12:56:30 +02:00
Sebastian Grewe
4ffca7d5ac
API overhaul for easier handling of API calls
...
* [FEATURE] Allow in-class checking for user permissions
* [FEATURE] Allow in-class creation of the JSON data for coherence
* [FEATURE} Added API version in JSON data for client side checks
* [IMPROVEMENT] Adjusted all API calls to use the new JSON layout
**NOTE**: This is breaking backwads compatibility with the old API!
Please adjust your client application to support this new version.
The data array should not change much more other than added features.
2013-09-17 11:55:54 +02:00
Sebastian Grewe
04786aafb5
Merge branch 'next' into issue-145
2013-09-17 08:53:21 +02:00
Sebastian Grewe
b89660ae32
re-adjusting old sidebar info
2013-09-16 18:00:38 +02:00
Sebastian Grewe
0af26e7647
moving templates for old themes
2013-09-16 17:53:50 +02:00
Sebastian Grewe
2b8fff3a9b
New graph for round shares
...
* [FEATURE] Adding bar graph for round shares
* Graph auto-updates via Ajax from getdashboarddata
* [IMPROVEMENT] Minor improvements to the JS template
2013-09-16 16:22:23 +02:00
Sebastian Grewe
e1ec8ed9da
removing unused template
2013-09-16 16:20:33 +02:00
Sebastian Grewe
373c25366f
minor userinfo update
2013-09-16 16:20:13 +02:00
Sebastian Grewe
4bbe40068a
Improved dashboard overview graphs and gauges
2013-09-16 11:36:20 +02:00
Sebastian Grewe
6a7d34181a
Adding share rate graph
...
* [FEATURE] Adding share rate to graph
2013-09-16 11:04:14 +02:00
Sebastian Grewe
b533ea11a7
Updated hashrate graphs in dashboard
...
* [FEATURE] Display both pool and personal hashrate
* [FEATURE] Use EnhancedLegendRendere to toggle lines in graph
* [IMPROVEMENT] Unified Ajax call for graph and gauges
* [IMPROVEMENT] Allow `getdashboarddata` to supply raw hashrate values
2013-09-16 09:59:22 +02:00
Sebastian Grewe
27a76509f6
disabled JS console output
2013-09-15 17:52:49 +02:00
Sebastian Grewe
0b0483f679
re-enabled jqplot plugins
2013-09-15 17:49:41 +02:00
Sebastian Grewe
286c1d5110
Fixed refresh interval functions and memory leaks
...
* [FIX] Memory leak fixed in Hashrate Graph
* [FIX] Potential memory leak in Gauges
* [FIX] Properly refresh data via setTimeout
* Ensures Ajax calls are completed before re-calling them
2013-09-15 17:40:24 +02:00
Sebastian Grewe
0c3713284f
removing JS console output
2013-09-15 14:23:31 +02:00
Sebastian Grewe
4aea28cb9c
remove graph min/max, adding padding
2013-09-15 01:45:24 +02:00
Sebastian Grewe
8193860bd9
Do not store that many data points
2013-09-15 01:42:25 +02:00
Sebastian Grewe
917aeace49
Better visualize our hashrate graph
...
* Do not pre-init the data graph
* Fill with new data as it arrives
2013-09-15 01:38:42 +02:00
Sebastian Grewe
8add7f75c4
Adjusted graph colors
...
* Matching the existing visualize plugin closely
2013-09-15 00:17:35 +02:00
Sebastian Grewe
7471e505f9
Graph line update
...
* Removed data points from display
* Hover to see data point information
* Fill area under the line
2013-09-14 23:43:32 +02:00
Sebastian Grewe
0eebc89fe7
Added more graph options
...
* [FEATURE] Added graph trendline (average)
* [FEATURE] Added graph labels
2013-09-14 23:23:36 +02:00
Sebastian Grewe
728ee2dd11
Feature update and Improvement to Dashboard
...
* [FEATURE] Dasboard honors Ajax interval for hashrate graph
* [IMPROVEMENT] Load graph plugins on graph template not on master template
2013-09-14 23:01:31 +02:00
Sebastian Grewe
8c96e166b7
[FEATURE] Added Ajax Data Interval Setting
...
* Allows Admins to change the SQL Interval used in queries
* Default: 300 seconds / 5 minutes
* Allowed: 1 minute, 5 minutes, 10 minutes
* Tooltop in admin panel explains this setting
* Added data interval to API call for dashboard
* Added additional output to gauges footer
Addresses #444
2013-09-14 21:45:31 +02:00
Sebastian Grewe
faadf7cbaf
[FEATURE] Proper login/logout/auth redirects
...
* Allow to redirect to referrer page when access is denied
* Logout user and point towards login, add redirect
* Logout user as usual but added save redirects
* Adjusted templates and page codes
2013-09-14 21:20:12 +02:00
Sebastian Grewe
b66c3eafec
Admin Option for Ajax Refresh Interval
...
* Allow admins to change the refresh interval for Ajax calls
* Only Gauges affected for now
Further Addresses #444 with more goodies
2013-09-14 19:35:30 +02:00
Sebastian Grewe
69ed2ab768
load initial Gauges data via Ajax
2013-09-14 19:08:19 +02:00
Sebastian Grewe
9b50e9d842
removed debug output
2013-09-14 18:52:22 +02:00
Sebastian Grewe
de560ea422
ajax calls interval 10s
2013-09-14 18:43:19 +02:00
Sebastian Grewe
2ba96b6a2f
make async ajax calls
2013-09-14 18:01:35 +02:00
Sebastian Grewe
4df57f612e
make async ajax calls
2013-09-14 18:00:43 +02:00
Sebastian Grewe
4303ccc42f
added query time as gauge
2013-09-14 17:59:13 +02:00
Sebastian Grewe
1fab736eb6
new graph location
2013-09-14 17:59:01 +02:00
Sebastian Grewe
4e19de4c7a
Unified gauges Ajax
...
* Single call for all data
* Use proper hash units as configured in pool
* New API call for dashboard data that has adjusted output
2013-09-14 17:03:19 +02:00
Sebastian Grewe
c7ca211532
Merge branch 'next' into issue-444-theserapher
2013-09-14 15:50:28 +02:00
Sebastian Grewe
e6ab8006d1
[FEATURE] Adding more to gauges, adding graph to dashboard
...
* Adding live-updates for gauges
* Adding new API calls
* Updated statistics to allow custom intervals
* Disabled caching for API calls for now
* Added new hashrate graph with auto-update
Addresses #444
2013-09-14 14:43:14 +02:00
nrpatten
35f042dd7b
Update default.tpl
...
Add center span
2013-09-14 09:44:38 +10:00
nrpatten
af94ba00fd
Update default.tpl
...
add center span
2013-09-14 09:41:28 +10:00
nrpatten
805fca23a1
Update default.tpl
...
Add center span
2013-09-14 09:38:27 +10:00
nrpatten
e691c5cd8b
Update default.tpl
2013-09-13 22:16:46 +10:00
nrpatten
25027c09b5
Update default.tpl
...
Update Toggle Switch Test
2013-09-13 22:13:30 +10:00
nrpatten
48e89d78cb
Update default.tpl
...
Toggle Switch Test
2013-09-13 22:05:26 +10:00
nrpatten
aeb3827b4d
Update default.tpl
...
Toggle Switch Test
2013-09-13 22:01:05 +10:00
nrpatten
ca780ba164
Update default.tpl
...
Toggle Switch Test
2013-09-13 21:58:12 +10:00
nrpatten
5e873c3d8a
Update default.tpl
...
Toggle Switch test
2013-09-13 21:56:38 +10:00
Sebastian Grewe
aa10b6efc1
[FEATURE] Adding hashrate modifiers
...
* Allow admins to set hashrate speed displays via admin panel
* Personal
* Pool
* Network
* Allows for easier integration of SHA coins
Fixes #652
2013-09-13 13:36:36 +02:00
Sebastian Grewe
6d0854149b
adding pool and net hashrate gauges
2013-09-13 10:28:23 +02:00
Sebastian Grewe
522e37717b
adding Ajax refresh for Gauges
2013-09-13 09:35:30 +02:00
Sebastian Grewe
e0b1db19db
adding missing master template
2013-09-13 08:40:35 +02:00
Sebastian Grewe
c8f7163fa8
adding sample gauges with static data for now
2013-09-13 08:39:17 +02:00
Sebastian Grewe
03fca51af0
minor update to contactform layout
2013-09-12 18:37:06 +02:00
Sebastian Grewe
23bc5295f9
adding fieldset to transaction filters
2013-09-12 18:31:48 +02:00
Sebastian Grewe
6de81c8b78
admin settings via fieldset
2013-09-12 18:25:40 +02:00
Sebastian Grewe
493db31dcc
adding better colors for confirms/orphans/...
2013-09-12 17:56:41 +02:00
Sebastian Grewe
c99c98866f
fixing PHP notice on navbar
2013-09-12 12:49:20 +02:00
Sebastian Grewe
cca0610cd3
minor donors update
2013-09-12 12:45:19 +02:00
nrpatten
32e789b8e6
Update navigation.tpl
2013-09-12 20:19:49 +10:00
nrpatten
962079b97c
Update navigation.tpl
2013-09-12 20:12:40 +10:00
nrpatten
3176363b24
Create body.tpl
2013-09-12 20:06:16 +10:00
nrpatten
233cc96ea2
Create default.tpl
2013-09-12 19:52:10 +10:00
nrpatten
ae7e19c5f6
Create default.tpl
2013-09-12 19:51:36 +10:00
nrpatten
84173e225c
Create disabled.tpl
2013-09-12 19:46:37 +10:00
nrpatten
2c1a560e82
Update navigation.tpl
2013-09-12 19:43:59 +10:00
nrpatten
4e36a25c81
Create default.tpl
2013-09-12 19:30:17 +10:00
nrpatten
72e3a75a1e
Create default.tpl
2013-09-12 19:29:06 +10:00
nrpatten
2e7187faba
Create default.tpl
2013-09-12 19:26:38 +10:00
nrpatten
25ec8f3ec6
Create default.tpl
2013-09-12 19:23:54 +10:00
nrpatten
acecc5ea1d
Create default.tpl
2013-09-12 19:22:56 +10:00
nrpatten
18e977e12d
Create default.tpl
2013-09-12 19:21:57 +10:00
nrpatten
b2ae8efbd0
Create default.tpl
2013-09-12 19:20:54 +10:00
Sebastian Grewe
e57e82466b
adding missing icons to news admin
2013-09-12 10:14:24 +02:00
Sebastian Grewe
0bd21a0873
fixing pagination/pagesort conflicts
2013-09-12 10:02:48 +02:00
Sebastian Grewe
f3ce2cb812
[FEATURE] Added new icons, added pagination
...
This commit uses the class icons instead of actual images. Also changed
the layout a slight bit to give room for data in the header just as used
in the tab involved version.
2013-09-12 09:48:56 +02:00
Sebastian Grewe
39eddd979d
Merge branch 'issue-444-theserapher' of https://github.com/TheSerapher/php-mmcfe-ng into issue-444-theserapher
2013-09-12 08:50:08 +02:00
Sebastian Grewe
e203f31ba9
adding login icon
2013-09-12 08:49:57 +02:00
Sebastian Grewe
00c6955680
removing unpaid shares, not used
2013-09-12 08:45:26 +02:00
Sebastian Grewe
85fa71136f
adding placeholder dashboards and missing image
2013-09-12 08:43:01 +02:00
Sebastian Grewe
b05aac4678
@nrpatten: Updated dashboard for prop
2013-09-09 16:03:54 +02:00
Sebastian Grewe
62c0641131
Merge branch 'next' into issue-145
2013-09-09 14:53:42 +02:00
Sebastian Grewe
a128ca3ba0
minor fix to contrib hashrates
2013-09-09 14:44:17 +02:00
Sebastian Grewe
823ba4d844
minor changes to account-edit
2013-09-09 14:41:44 +02:00
Sebastian Grewe
eb20c0304e
adding hide button to admin panel
2013-09-09 09:53:54 +02:00
Sebastian Grewe
4b9105b84b
small update to account-workers
2013-09-09 09:52:44 +02:00
Sebastian Grewe
31fe769091
adding API qrcode in account
2013-09-09 09:52:05 +02:00
Sebastian Grewe
6fa46137f5
adding account invitations
2013-09-09 09:47:28 +02:00
Sebastian Grewe
8e05ab71a6
adding notification account view
2013-09-09 09:37:59 +02:00
Sebastian Grewe
fb9fb9cdb2
adding account transaction view
2013-09-09 09:27:42 +02:00
Sebastian Grewe
ab7360d187
adding account edit page
2013-09-09 09:24:26 +02:00
Sebastian Grewe
f7ced8f80d
added registration templates
2013-09-09 07:46:52 +02:00
Sebastian Grewe
0dd1cc7d50
template updates for new empty content
2013-09-09 07:46:36 +02:00
Sebastian Grewe
3c7bb41f81
stats template changes
2013-09-09 07:45:35 +02:00
Sebastian Grewe
b4ed4ed06a
fixing PHP warning
2013-09-08 00:23:00 +02:00
Sebastian Grewe
a19b3f5e31
Adding round statistics
2013-09-08 00:22:02 +02:00
Sebastian Grewe
82e8941c02
Merge branch 'next' into issue-444-theserapher
2013-09-07 23:55:49 +02:00
Sebastian Grewe
98688d5839
Updated testing template
...
* Removed unneeded template icons
* Added new icon font
* Added icons to navbard
* Added full admin features
Updates #444
2013-09-07 23:49:45 +02:00
Sebastian Grewe
8ae36844f1
fixing some PHP warnings
2013-09-07 20:53:28 +02:00
Sebastian Grewe
f87a7fc380
Merge branch 'next' into issue-145
2013-09-06 10:55:31 +02:00
Sebastian Grewe
d4ce764d77
proper allow back/forth on blocks
2013-09-06 10:49:19 +02:00
Sebastian Grewe
ab6a4f57d3
further implemetation into mmcfe-ng
2013-09-06 10:29:42 +02:00
Sebastian Grewe
b3ba080345
obigals work, cherrypicked
2013-09-06 09:48:08 +02:00
Sebastian Grewe
5b353ab759
Merge branch 'next' into issue-543
2013-09-06 09:40:28 +02:00
Sebastian Grewe
ecfbeec01c
adding new icon set
2013-09-02 12:55:33 +02:00
Sebastian Grewe
cecbcb7d4b
Adding testing theme for #444
...
This is just a WiP to test a new website template. Taken online from
source referenced in the sidebar footer.
Very nice and clean look, have not had the time to add all features yet
and is only used to demonstrate it.
2013-08-26 20:07:54 +02:00
Sebastian Grewe
75d0dfe5f7
adding share rate to all sidebars
2013-08-22 14:18:04 +02:00
Sebastian Grewe
6522fb2747
fixing merge conflicts
2013-08-22 11:54:17 +02:00
Sebastian Grewe
1f6ccfd6be
Merge pull request #628 from TheSerapher/issue-610
...
Issue 610
2013-08-22 02:47:46 -07:00
Sebastian Grewe
eacb8dff03
updated templates
2013-08-22 11:30:27 +02:00
Sebastian Grewe
36d64b27fd
adding share rate to prop sidebar
2013-08-22 11:28:01 +02:00
Sebastian Grewe
96066993ac
adding per-worker difficulty display
2013-08-20 16:50:40 +02:00
Sebastian Grewe
526701d2e1
Merging with origin/next to get branch updated
2013-08-20 15:55:05 +02:00
Sebastian Grewe
7ec8fa9b95
Moving a lot of settings from config to adminpanel
...
* Migrated configuration options to admin panel
* Removed configuration options from config file
* Added help text for each configuration option into panel
Addresses #622 and needs extensive testing by pools. A lot has changed
so pool owners might have to adjust their own templates to match this
new system.
2013-08-20 12:02:47 +02:00
Sebastian Grewe
2e4a94ff8c
Merge pull request #615 from TheSerapher/issue-612
...
Removing IRC reference
2013-08-19 00:40:10 -07:00
Sebastian Grewe
f8f50fdc05
Removing IRC reference
...
Fixes #612
2013-08-19 09:39:45 +02:00
Sebastian Grewe
d6422ea5a8
Merge pull request #602 from TheSerapher/issue-582
...
Adding QRCodes under Accounts
2013-08-19 00:38:37 -07:00
Sebastian Grewe
7e4c5dab4e
Adding unconfirmed blocks to wallet
...
First attempt addressing #610 , still missing a detection for the actual
confirmation limit required for each block in case one lowers it in the
config.
2013-08-19 09:31:53 +02:00
Sebastian Grewe
14c0535b10
Fill empty hours with proper data
...
* Properly sort the array prior to sending it back
* Sort from current to one hour earlier for proper data display
* Adjusted templates to use new sorted arrays
Fixes #606
2013-08-15 09:58:33 +02:00
Sebastian Grewe
ad6ceed77e
fixing worker activity on mobile template
2013-08-14 11:47:46 +02:00
Sebastian Grewe
fcf5a21ce3
Adding QRCodes under Accounts
...
* Added: API String QR Code for #582 and #591
This will allow more QRCodes being added that are specific to an
account. The require library is added and the API string can be used as
an example how codes are generated.
Fixes #582
2013-08-14 11:44:29 +02:00
Sebastian Grewe
e5cb4d0886
Fixing combined hashrate graph
...
This shouuld fix #598 with graphs being completely off
2013-08-14 11:23:14 +02:00
Sebastian Grewe
184ad5d58b
fixing color of total percentage again
2013-08-14 11:15:49 +02:00
Sebastian Grewe
567b8e1655
Fix rounding issues on total row
...
* Use actual percentages to calculate the total to ensure
the rows average matches the totals average
Fixes #596
2013-08-14 11:10:58 +02:00
Sebastian Grewe
0679601fbd
Initilize totals with 0 values
...
Addresses #596
2013-08-14 11:03:56 +02:00
Sebastian Grewe
c0e8459519
fix coloring of total percentage
2013-08-14 10:59:50 +02:00
Sebastian Grewe
85e22bc02f
Adding totals to block statistics
...
* Total expected shares
* Total actual shares
* Average Percentage
2013-08-12 10:07:19 +02:00
Sebastian Grewe
7214d27d9e
make blocks list sortable
2013-08-09 14:58:46 +02:00
Sebastian Grewe
71abaf29f3
Merge pull request #583 from TheSerapher/issue-581
...
Issue 581
2013-08-09 05:58:12 -07:00
Sebastian Grewe
d42b66d94e
removing useless strings
2013-08-08 12:09:50 +02:00
Sebastian Grewe
1a459a7913
Adding transaction summary by types
...
Addresses #581
2013-08-08 12:02:39 +02:00
Sebastian Grewe
92623902b2
adding round shares back to PPS sidebar
2013-08-08 10:03:33 +02:00
Sebastian Grewe
c568683152
Adding empty example for round stat integration
...
Addresses #543
2013-08-08 10:01:33 +02:00
Sebastian Grewe
aad8271a13
Fix blockexplorer links to use blockhash not height
...
Fixes #571
2013-08-08 09:42:10 +02:00
Sebastian Grewe
6767b5a235
Merge pull request #576 from TheSerapher/issue-561
...
Issue 561
2013-08-07 21:46:44 -07:00
obigal
360bd22dc6
Updates
2013-08-07 09:42:06 +02:00
obigal
45d5db65c8
Update default.tpl
2013-08-07 09:34:55 +02:00
obigal
86d4ec18cd
Update authenticated.tpl
2013-08-07 09:34:01 +02:00
obigal
ef234fe80b
Vardiff/pushpool and pps payout support
2013-08-07 09:29:48 +02:00
obigal
c3a63d58ce
Updates
2013-08-07 09:29:48 +02:00
obigal
2d2f480888
Update default.tpl
2013-08-07 09:29:48 +02:00
obigal
2b1c628238
Update authenticated.tpl
2013-08-07 09:29:47 +02:00
Sebastian Grewe
073a42cfc8
Fixing worker hashrates and activity status
...
* Fix hashrate calculations and include archived shares
* Fix worker activity to only check for our_result = Y shares
* Mark as active if worker has a hashrate > 0, removes a query
Addresses #561 , crons need to be updated to remove the active flag from
as the worker activity and check the hashrate instead.
2013-08-07 09:20:08 +02:00
Sebastian Grewe
fafd75d994
Honor anonymous flag on mobile template
...
Fixes #535
2013-08-07 08:59:22 +02:00
Sebastian Grewe
367f057e6d
Refactored monitoring page
...
* Allow easier addition of new crons to the monitor list
* Make the data generation dynamic instead of hard to adjust lists
Fixes #559 upon merge.
2013-08-05 17:45:56 +02:00
Sebastian Grewe
4d77a7d299
Refactored admin panel settings
...
This will allow easier integration of new settings managed by the admin
panel. Includes setting types, tooltips, tabs etc.
No open ticket, just figured I'd add this.
2013-08-05 10:02:39 +02:00
Sebastian Grewe
2ced75b752
Merge pull request #556 from TheSerapher/issue-536
...
Issue 536
2013-08-05 00:20:53 -07:00
Sebastian Grewe
680fa46013
Merge pull request #555 from TheSerapher/issue-545
...
Adding Admin MOTD
2013-08-05 00:20:26 -07:00
Sebastian Grewe
0c35a046e0
Merge pull request #554 from TheSerapher/issue-553
...
Adding jQuery Mobile 1.3.2
2013-08-04 12:57:15 -07:00
Sebastian Grewe
fa0e7379a6
Adding jQuery Mobile 1.3.2
...
* Adding new CSS and JS files
* Adding missing images
* Removing old version
* Updated master template
Fixes #553
2013-08-04 21:53:36 +02:00