Sebastian Grewe
d289b422f3
[ADDED] IDLE Worker Global Switch
...
Fixes #1921 once merged.
2014-03-10 13:40:23 +01:00
Sebastian Grewe
0f13bd7c4f
Merge pull request #1912 from MPOS/cookie-domain-fix
...
[FIX] Changing Cookie Domain
2014-03-09 20:09:55 +01:00
Sebastian Grewe
6953b8ece8
Merge pull request #1910 from iAmShorty/stratum-poke
...
[CHANGE] issue #1905
2014-03-08 11:15:06 +01:00
iAmShorty
3c33e1b36f
[CHANGE] issue #1905
2014-03-08 11:11:09 +01:00
Sebastian Grewe
8651cd38ad
[FIX] Changing Cookie Domain
2014-03-08 08:41:00 +01:00
Sebastian Grewe
0b0a26a010
[FIX] Unset POPUPs on disabled API
2014-03-07 07:56:43 +01:00
Sebastian Grewe
c3ad49aab2
[FIX] Remove +x bits
2014-03-06 18:40:57 +01:00
iAmShorty
59b7c364fd
[FIX] coin_address is string, not int
...
throws a mysql error when updating coin address in user settings
2014-03-06 15:01:27 +01:00
iAmShorty
1c41534b17
Merge pull request #1884 from iAmShorty/wallet-balance-newmint-fix
...
[FIX] Wallet Balance Newmint Calc Fix
2014-03-06 11:45:36 +01:00
Sebastian Grewe
eb6454c8fc
Merge pull request #1896 from iAmShorty/uptimerobot-trim-whitespaces
...
[FIX] delete whitespaces in uptimerobot api keys
2014-03-06 09:43:14 +01:00
Sebastian Grewe
5fc516f6b9
Merge pull request #1890 from mxaddict/master
...
Pull request for findblock cron fix, related to orphaned blocks.
2014-03-06 09:43:05 +01:00
iAmShorty
2f1f70f54e
[FIX] delete whitespaces in api keys
2014-03-05 21:11:29 +01:00
iAmShorty
7a86b827d5
[FIX] min payout fix, balance not initialized
2014-03-05 18:51:17 +01:00
Sebastian Grewe
f72cdf3842
Merge pull request #1891 from iAmShorty/minimum-payout
...
[UPDATE] minimum manual payout
2014-03-05 13:50:43 +01:00
iAmShorty
e03010b56e
[FIX] removed calc
2014-03-05 13:27:45 +01:00
iAmShorty
75945eb5b0
[FIX] added minimum payout to notification message
2014-03-05 13:26:02 +01:00
iAmShorty
22bc32ca08
[UPDATE] changed wiki url
2014-03-05 13:03:42 +01:00
iAmShorty
d8decf221b
[UPDATE] minimum manual payout
2014-03-05 12:58:08 +01:00
iAmShorty
5cab314689
[FIX] changed template and calc
2014-03-04 11:59:10 +01:00
iAmShorty
c2747a183b
[FIX] closing if
2014-03-04 11:51:36 +01:00
iAmShorty
bba3781ebf
[FIX] Wallet Balance Newmint Calc Fix
2014-03-04 11:48:28 +01:00
Sebastian Grewe
75c20a4baa
[SQL] Updated blocks table share_id to bigint
...
Will avoid issues with BIGINT from shares table getting too big for the
INT on the blocks share_id column.
Thanks IRC@webxassDE for the heads up!
2014-03-04 10:21:46 +01:00
Sebastian Grewe
c249b7bac5
Merge pull request #1877 from iAmShorty/hashrate-fix
...
[FIX] another hashrate calc error
2014-03-03 11:43:13 +01:00
iAmShorty
ec06339867
[FIX] another hashrate calc error
2014-03-03 11:42:03 +01:00
Sebastian Grewe
d17eec85d0
Merge pull request #1873 from rog1121/master
...
Use Defined Limit on getusertransactions API
2014-03-03 10:36:27 +01:00
Sebastian Grewe
a1dbe8bb09
[FIX] Workaround for missing confirmations
...
This will fix issues with those coins that don't track confirmations for
blocks inside the getblock RPC call. It will try to fallback to the
transactions confirmations and insert those instead.
Fixes #1823 as mentioned by @ice00 - Thanks for that!
2014-03-03 09:42:36 +01:00
iAmShorty
f891743aed
[FIX] fixed calculation
2014-03-03 08:50:12 +01:00
iAmShorty
863dbb56eb
[FIX] fixed nethashrate for some coins
2014-03-03 08:41:44 +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
Sebastian Grewe
6fd55536fa
[FIX] Removed method call on PPS globals
2014-03-02 16:26:31 +01:00
Sebastian Grewe
58807e580b
[FIX] PHP Notice on Admin Settings page
2014-03-02 12:33:40 +01:00
Barry Deeney
7dce981901
Added the getLastValid function for findblock cron
2014-03-02 11:02:28 +08:00
rog1121
639d4ccb10
Fix Notifications Class
2014-03-01 17:00:51 -07:00
Sebastian Grewe
0b2aecbad9
Merge branch 'master' into development
2014-03-01 19:00:11 +01:00
Sebastian Grewe
735bdadd88
[FIX] Payout notification type in list
2014-03-01 13:50:03 +01:00
Contex
4d2606bedc
Fixed table cells for general_stats.tpl
...
<th></td> is obviously wrong
2014-02-28 21:09:28 +01:00
Sebastian Grewe
aac80502e1
[FIX] Bail findblocks on block insertion errors
...
Fixes #1857 once merged.
2014-02-28 09:09:29 +01:00
Sebastian Grewe
12b80856c4
[UPDATE] Enable PPLNS Backpay by default
2014-02-27 22:34:47 +01:00
Sebastian Grewe
8d369d5ba4
[IMPROVED] Deduct TXFEE in Transaction CreateDebit
...
No need to deduct the fees on our cronjob, do it automatically in our
transaction class when creating a Debit record.
2014-02-27 15:19:01 +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
52b8ecca89
Merge pull request #1849 from MPOS/ctoken-missing
...
[FIX] Do not use CTOKEN if CSRF disabled
2014-02-27 12:38:09 +01:00
Sebastian Grewe
9ad568a1d1
[FIX] Do not use CTOKEN if CSRF disabled
...
* [FIX] Workers page not checking for CTOKEN properly
Fixes #1848 once merged.
2014-02-27 11:56:46 +01:00
Sebastian Grewe
d857a3d85e
[FIX] No captcha on contactform if disabled
...
Fixes #1846 once merged
2014-02-27 11:07:37 +01:00
iAmShorty
6fb8f835ed
[FIX] added >= to values
2014-02-26 11:18:59 +01:00
Sebastian Grewe
bcc45e22cf
[FIX] Same fix for hashrate list
...
Formatting updated
2014-02-26 10:47:10 +01:00
Sebastian Grewe
6df2010b53
[FIX] Donor icons out of order
2014-02-26 10:42:45 +01:00
Sebastian Grewe
bbba9d1daf
Merge pull request #1837 from MPOS/unified-user-miningstats
...
Unified user miningstats
2014-02-26 09:53:41 +01:00
Sebastian Grewe
3e64dd3487
Merge pull request #1798 from MPOS/x-forwarded-for-check
...
[CHANGED] Parse X-FORWARDED-FOR when supplied
2014-02-26 09:53:29 +01:00
Sebastian Grewe
858c2cb24c
Merge pull request #1826 from iAmShorty/PoS-Balance-Fix
...
[FIX] Newmint Payout Fix
2014-02-26 09:53:17 +01:00
Sebastian Grewe
9955b1ec5c
Merge pull request #1829 from iAmShorty/donor-icons
...
[UPDATE] nicer donor icons
2014-02-26 09:53:03 +01:00
Sebastian Grewe
d750e81b02
[FIX] Wait for global cache data, don't run queries
2014-02-26 09:42:49 +01:00
iAmShorty
20374a1eac
[UPDATE] changed template
2014-02-26 09:35:50 +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
iAmShorty
9ae66915c8
[UPDATE] added Asteroids MacOS Miner
2014-02-25 12:49:57 +01:00
iAmShorty
54652cb93f
[FIX] added default values
2014-02-25 09:29:09 +01:00
iAmShorty
c39db3bec3
[UPDATE] changed icons
2014-02-25 09:10:06 +01:00
iAmShorty
a52909d909
[UPDATE] changed icons
2014-02-25 08:53:12 +01:00
iAmShorty
67ca76279d
[UPDAT] added footer, cleanup
2014-02-24 22:48:57 +01:00
iAmShorty
3381b0e60a
[FIX] Typo
2014-02-24 21:24:03 +01:00
iAmShorty
8b3d5ec138
[UPDATE] nicer donor icons
2014-02-24 21:16:15 +01:00
iAmShorty
c6b060dbd5
[FIX] Newmint Payout Fix
2014-02-24 20:31:53 +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
42aa77c454
[UPDATE] links in dashboard, cleanup dashboard
2014-02-24 14:49:42 +01:00
iAmShorty
759b8a2e7a
[UPDATE] separate pages, new icons, navigation update
2014-02-24 14:40:46 +01:00
iAmShorty
ddb80a791b
[UPDATE] added anchors for pagination
2014-02-24 14:07:47 +01:00
iAmShorty
f09d7c4b7c
[UPDATE] fixed typo
2014-02-24 13:15:28 +01:00
Sebastian Grewe
dc1fe9aa35
Merge pull request #1799 from MPOS/debug-to-logfile
...
[IMPROVED] Allow debug console log to logfile
2014-02-24 11:26:43 +01:00
iAmShorty
bf8673b1f0
[UPDATE] changed text
2014-02-24 11:25:05 +01:00
iAmShorty
55266e274a
[UPDATE] added pagination to reg and invite
2014-02-24 11:24:13 +01:00
Nathan Patten
02568df759
Update default.tpl
2014-02-24 21:16:14 +11:00
Nathan Patten
966d32036b
Update chat.inc.php
2014-02-24 21:12:15 +11:00
iAmShorty
0f9cdb915c
[UPDATE] fixed typo in sql queries
2014-02-24 10:58:23 +01:00
iAmShorty
d419b1f0ff
[UPDATE] sorting by count
2014-02-24 10:56:47 +01:00
iAmShorty
37b8d5a56b
[UPDATE] changed hardcoded table names
2014-02-24 10:52:12 +01:00
iAmShorty
fbdd811d7f
[UPDATE] added top inviter, some code cleanup
2014-02-24 10:39:09 +01:00
Nathan Patten
d5c63ff824
Update smarty_globals.inc.php
2014-02-24 20:32:00 +11:00
Nathan Patten
0c064d4d58
Update default.tpl
2014-02-24 20:28:49 +11:00
Nathan Patten
624c613c89
Update admin_settings.inc.php
2014-02-24 20:28:09 +11:00
Nathan Patten
3ea023e6e0
Blah
2014-02-24 20:21:27 +11:00
Nathan Patten
7f8c5e8270
Blah
2014-02-24 20:18:14 +11:00
Nathan Patten
17509aa3b9
Update admin_settings.inc.php
2014-02-24 20:02:45 +11:00
Nathan Patten
ae9c220521
Update chat.inc.php
2014-02-24 20:01:02 +11:00
Nathan Patten
a9cc0a9ec9
Update smarty_globals.inc.php
2014-02-24 19:56:51 +11:00
Nathan Patten
aac9b70aac
Update smarty_globals.inc.php
2014-02-24 19:30:08 +11:00
Nathan Patten
3418c3db77
Update chat.inc.php
2014-02-24 19:29:01 +11:00
Nathan Patten
9372da9aa8
Update default.tpl
2014-02-24 19:28:26 +11:00
Nathan Patten
467a9531a6
Update navigation.tpl
2014-02-24 19:27:53 +11:00
Nathan Patten
b1af60709e
[EDIT] move from acl to system
...
Was going to do this the first time.. dunno why i put it in acl :p
2014-02-24 19:17:31 +11:00
iAmShorty
00c184d45e
[UPDATE] cleaning up admin dashboard
2014-02-23 22:58:57 +01:00
iAmShorty
d0a82be11b
[UPDATE] adding if user was invited and inviter to registered users
2014-02-23 22:30:52 +01: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
45127409ed
[FIX] Web Chat Disabled bt default
2014-02-23 07:26:36 +11:00
Nathan Patten
0e81af405a
[FIX]tablesorter margin on resize
...
Stops the tablesorter from pushing right on window resize
2014-02-23 07:14:06 +11:00
Nathan Patten
ac8657e909
[ADD] Donor
2014-02-22 21:43:57 +11:00
Nathan Patten
e7ec045785
[ADD] Donor
2014-02-22 21:42:45 +11:00
Nathan Patten
a68a5675b1
[ADD] Chat Link To Nav
2014-02-22 21:39:22 +11:00
Nathan Patten
fdd8cb64f9
Create disabled.tpl
2014-02-22 21:36:14 +11:00