Sebastian Grewe
4136cc739b
[CHANGE] Show 10 instead of 5 blocks on pool stats
2014-03-04 18:18:53 +01:00
iAmShorty
e48bb249e8
[UPDATE] hide lastlogin message without site reload
2014-03-04 15:50:03 +01:00
iAmShorty
57e6b2dd8c
[FIX] permission fix
2014-03-03 17:34:53 +01:00
iAmShorty
887eef3f37
[FIX] fixed typo in notification class
2014-03-03 17:34:09 +01:00
iAmShorty
1960df0d91
[UPDATE] updated query and template
2014-03-03 16:59:06 +01:00
iAmShorty
84b62aedbd
[FEATURE] timeframed earning stats
2014-03-03 15:43:23 +01:00
Sebastian Grewe
0ce22ebf7a
[ADDED] Template Editor
2014-03-03 11:44:06 +01:00
Sebastian Grewe
b59f878c22
[MERGE] Development, merge conflicts fixed
2014-03-03 10:50:58 +01:00
rog1121
73f4cafc28
Use Defined Limit
2014-03-02 12:16:14 -07:00
rog1121
b8aa9f8738
Update getusertransactions.inc.php
2014-03-02 12:07:22 -07:00
iAmShorty
9fa4b17207
[CHANGE] move transaction summary to earnings to add timeframed stats later
2014-03-02 18:08:38 +01:00
iAmShorty
6705f879b1
[UPDATE] total user earnings, icons in invitations
2014-03-02 17:36:21 +01:00
Sebastian Grewe
8b13d0193e
[REVERT] Permission changes
2014-03-02 08:20:22 +01:00
rog1121
d6b223c9be
Permissions Fix
2014-03-01 18:25:58 -07:00
rog1121
93981f6044
Various Fixes
2014-03-01 17:57:43 -07:00
rog1121
7e3623d659
Various Fixes
2014-03-01 17:56:23 -07:00
rog1121
639d4ccb10
Fix Notifications Class
2014-03-01 17:00:51 -07:00
Sebastian Grewe
429ef80430
[FIX] Pagination for Block Stats
2014-03-01 22:27:59 +01:00
Sebastian Grewe
552f8d6912
[FIX] Reports page
2014-03-01 21:01:32 +01:00
Sebastian Grewe
dbd26e8be1
[FIX] PHP Notice if wallet down
2014-02-28 09:28:50 +01:00
Sebastian Grewe
9969352056
[FIX] Potential regression
2014-02-28 09:18:38 +01:00
root
047ebb2185
Fix Error Class
2014-02-27 18:22:43 -07:00
iAmShorty
7b86293278
[UPDATE] notifications for pages
2014-02-27 22:16:26 +01:00
iAmShorty
9cec714993
[UPDATE] notification fix
2014-02-27 21:56:39 +01:00
iAmShorty
549d4dd749
[BOOTSTRAP] basic implementation
2014-02-27 17:45:48 +01:00
Sebastian Grewe
5966f77e76
[ADDED] Hashrate modifier name and value
...
* [ADDED] Hashrate modifier value to getnavbardata
* [ADDED] Hashrate modifier name to getnavbardata
Fixes #1845 once merged.
2014-02-27 15:19:00 +01:00
Sebastian Grewe
d857a3d85e
[FIX] No captcha on contactform if disabled
...
Fixes #1846 once merged
2014-02-27 11:07:37 +01:00
Sebastian Grewe
78619c1427
[IMPROVED] Unified user speed statistics
...
* [ADDED] getUserMiningStats to fetch all speed related data
* Uses global cache if available, falls back to local query and then
local caches
* [REMOVED] getUserHashrate, getUserSharerate, getUserAvgShareDifficulty
* [UPDATED] All code occurences for the above to use the new system
Probably won't change much since global cache was already used but does
help on the Dashboard since we combine at least 2 calls into one.
2014-02-26 09:27:32 +01:00
Sebastian Grewe
b2f555a83a
Merge pull request #1820 from iAmShorty/users-registered
...
[UPDATE] Adding registrations and Regdate to Admin Dashboard and Userinfo
2014-02-24 15:02:55 +01:00
iAmShorty
759b8a2e7a
[UPDATE] separate pages, new icons, navigation update
2014-02-24 14:40:46 +01:00
iAmShorty
55266e274a
[UPDATE] added pagination to reg and invite
2014-02-24 11:24:13 +01:00
Nathan Patten
966d32036b
Update chat.inc.php
2014-02-24 21:12:15 +11:00
iAmShorty
fbdd811d7f
[UPDATE] added top inviter, some code cleanup
2014-02-24 10:39:09 +01:00
Nathan Patten
ae9c220521
Update chat.inc.php
2014-02-24 20:01:02 +11:00
Nathan Patten
3418c3db77
Update chat.inc.php
2014-02-24 19:29:01 +11:00
iAmShorty
23afae0aaf
[UPDATE] added last 10 registered users to dashboard
2014-02-23 21:35:20 +01:00
iAmShorty
7ffa620975
[UPDATE] Adding Reg Date to Userinfo in Admin Panel
2014-02-23 20:48:58 +01:00
iAmShorty
47f6048378
[UPDATE] Adding registrations to Admin Dashboard
2014-02-23 20:23:21 +01:00
Nathan Patten
b79bd6ae8e
[ADD] Chat
2014-02-22 21:33:49 +11:00
iAmShorty
e16db6071e
[FIX] Wallet Balance Fix
2014-02-19 09:45:35 +01:00
Sebastian Grewe
e6a396c85b
Merge pull request #1750 from iAmShorty/wallet-info-adminpanel
...
[ENHANCEMENT] Wallet info adminpanel
2014-02-16 08:12:03 +01:00
Sebastian Grewe
bd561ff465
[FIX] Statistics Graphs ACL
...
Fixes #1760
2014-02-15 09:27:38 +01:00
Sebastian Grewe
d7f2e6e5ac
[UPDATE] ACL Management
...
* [ADDED] Smarty acl_check function
* [ADDED] Optional default return value for getValue calls
* [UPDATE] ACL Checks in page controllers
* [UPDATE] Navigation template to use check_acl from Smarty
* [ADDED] New ACL options where needed
* [REMOVED] Disable pages from System Settings Tab
* [ADDED] Above removed pages into ACL Settings Tab
This will make usage of ACLs a bit easier and transparent.
Also fixes #1731 once merged.
2014-02-14 10:56:25 +01:00
iAmShorty
224af2c9d3
[UPDATE] showing accounts with balance and address
2014-02-13 16:29:33 +01:00
iAmShorty
146799d163
[FEATURE] show addresses from account
2014-02-13 12:28:26 +01:00
Sebastian Grewe
fe554f5864
Merge pull request #1704 from MPOS/worker-delete-csrf
...
[ADDE] CSRF validation for Worker Deletion
2014-02-10 21:57:16 +01:00
Sebastian Grewe
5d65f04515
Merge pull request #1695 from MPOS/reward-average
...
[ADDED] Use block averages for payout estimates
2014-02-07 13:48:07 +01:00
Sebastian Grewe
ba1dd5e8ab
Merge pull request #1696 from MPOS/cron-user-notification
...
[ADDED] User notifications for disabled crons
2014-02-07 13:03:26 +01:00
Sebastian Grewe
6509cc6039
[ADDE] CSRF validation for Worker Deletion
...
* [ADDED] CSRF token checks to worker page
* [CHANGED] Check for both _GET and _POST ctokens
* [ADDED] CSRF token to each delete call URL
Fixes #1702 once merged
2014-02-07 12:24:48 +01:00
Sebastian Grewe
feeca87eb0
[FIX] Reset failed login, redirect to trusted location
...
Fixes #1701
2014-02-07 12:20:24 +01:00