Sebastian Grewe
c418e98aca
[FIX] Idle Worker Notifiaction reset
2013-11-23 20:37:19 +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
root
2b33b21350
[FIX Blockfinder Stats] Working with public and private settings
2013-11-22 14:11:18 +01:00
Sebastian Grewe
ae89c7f198
[FIX] Backport from #855
2013-11-21 09:36:44 +01:00
Sebastian Grewe
70432eaf66
Merge pull request #854 from TheSerapher/issue-853
...
Issue 853
2013-11-20 23:10:19 -08: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
nicoschtein
3433bd658f
Added "Reply-To" header to email
...
Added simple verification for cases where no sender name or email are set.
2013-11-20 13:12:29 -02:00
Sebastian Grewe
55190b7d08
[FIX] Also exclude TXFee records for last ID
2013-11-20 11:13:11 +01:00
Sebastian Grewe
038d398344
[FIX] Wrong TX ID boundaries
...
* We must ignore the last debit transaction to find the proper TX ID
that has been archived
This should now complete the fix for #853 - needs live testing but I am
confident it will work as intended. Deploying to my live FST pool for
testing.
2013-11-20 09:53:40 +01:00
Sebastian Grewe
4819b6819f
[FIX] Remove debug output
2013-11-20 09:31:54 +01:00
Sebastian Grewe
09cf821730
[FIX] Honor confirmation status
2013-11-20 09:30:21 +01:00
Sebastian Grewe
f80826ff71
[UPDATE] Cache transaction summaries
2013-11-20 08:21:11 +01:00
Sebastian Grewe
78ae3174d8
[UPDATE] Use proper transaction ID boundaries
2013-11-20 08:11:16 +01:00
Sebastian Grewe
b0cdbd54bc
[FIX] Removed blocks JOIN on archive query
2013-11-20 07:43:09 +01:00
Sebastian Grewe
ffc39f855d
Addressing #853 with a fix and proposed change
2013-11-20 07:33:24 +01:00
Sebastian Grewe
eb9f63b821
Merge branch 'next' of https://github.com/TheSerapher/php-mpos into next
2013-11-19 12:06:03 +01:00
Sebastian Grewe
86e22fcfc7
[FIX] Admin Panel worker hashrates on SHA coins
2013-11-19 12:05:50 +01:00
root
a1493032d2
[FIX] undefined index: USERDATA
2013-11-18 13:20:23 +01:00
root
65c7edf503
[REBASE] fixes
2013-11-18 12:43:17 +01:00
root
2211dc0863
[REBASE] fixes
2013-11-18 12:43:17 +01:00
root
3133a9c1e7
[REBASE] fixes
2013-11-18 12:43:17 +01:00
root
40d223d584
[UPDATE] template changes
2013-11-18 12:43:17 +01:00
root
3c580ad8d0
[UPDATE] latest
2013-11-18 12:43:17 +01:00
root
7a30af2daf
[FEATURE] removed unneeded files
2013-11-18 12:43:17 +01:00
root
510c076452
[FEATURE] blockfinder statistics
2013-11-18 12:43:17 +01:00
Sebastian Grewe
b28061142d
[ADDED] New error code, forgot to commit
2013-11-17 17:12:56 +01:00
Sebastian Grewe
21acec83d0
[FIX] Proper error on missing shares
2013-11-17 16:36:30 +01:00
Sebastian Grewe
6010f81155
[UPDATE] More digits in price on dashboard
2013-11-17 10:04:18 +01:00
Sebastian Grewe
d95961b470
[FIX] Coins without nethashrate in getmininginfo
...
Fixes issues with coins that did not implement a proper array index into
their `getmininginfo` output. Currently supported keys are
* networkhashps
* hashespersec
* netmhashps
If none of there are found or `getmininginfo` fails itself, we now
default to `0` to ensure the webfrontend still works.
Fixes #847 and also fixes #834 which has not reported back the
required information.
2013-11-16 20:39:41 +01:00
Sebastian Grewe
fcd00be62c
[FIX] Do not cache admin panel query for setting updates
2013-11-14 15:37:28 +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
d2af97507b
[UPDATED] Removed unused Smarty / PHP variables
2013-11-13 12:51:41 +01:00
Sebastian Grewe
629cc22e8d
[UPDATE] Do not use DateTime class, use time()
2013-11-13 12:49:30 +01:00
Sebastian Grewe
010a9f6f00
[UPDATE] Removed some newlines/whitespaces
2013-11-12 10:10:03 +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
e3d7fd6e81
[UPDATE] getdashboarddata pool info added
2013-11-12 08:50:01 +01:00
Sebastian Grewe
33958919c6
Merge branch 'next' of https://github.com/TheSerapher/php-mpos into next
2013-11-11 14:42:11 +01:00
Sebastian Grewe
c7b783f6d5
[ADDED] Pool name to dashboard API
2013-11-11 14:41:57 +01:00
Sebastian Grewe
d155804a06
[FIX] Skip payouts until block has a share_id
2013-11-11 12:51:06 +01:00
Sebastian Grewe
9ccc3403f8
[UPDATED] Query improved for first blocks time
2013-11-11 12:42:35 +01:00
Sebastian Grewe
629dfb58ed
[FIX] Name of Uptime Robot Setting
2013-11-11 12:30:36 +01:00
Sebastian Grewe
dc4d1b3b8e
[FIX] Class Warning on new pools
2013-11-11 12:24:54 +01:00
Sebastian Grewe
708de1c1b8
Merge pull request #838 from TheSerapher/issue-837
...
[FIX] Defaults via Smarty for empty settings
2013-11-11 01:03:12 -08:00
Sebastian Grewe
ef120d9504
[FIX] Skip uptime robot with defaults set
...
This will skip any updates if we detect the default string in our
settings table. Otherwise the script will return an error and disable
itself.
Fixes #839 once merged
2013-11-11 10:01:52 +01:00
Sebastian Grewe
253aa26f97
[FIX] Defaults via Smarty for empty settings
2013-11-11 09:43:48 +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
0164a7b918
[FIX] Wrong column name in worker tables
2013-11-09 16:29:27 +01:00
Sebastian Grewe
5f91cc45bf
[FIX] PHP error due to worker change
2013-11-08 16:31:04 +01:00
Sebastian Grewe
1cb23e7ecd
Merge branch 'next' of https://github.com/TheSerapher/php-mpos into next
2013-11-08 16:16:58 +01:00
Sebastian Grewe
1f491497bc
[IMPROVED] Cache active workers
2013-11-08 16:16:16 +01:00
Sebastian Grewe
41f33bde1b
[IMPROVE] Removed whitespace
2013-11-08 10:41:54 +01:00
Sebastian Grewe
8edfb88ee3
[FIX] Use default cointarget if unset
2013-11-08 10:41:40 +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
c359b83d8d
[FIX] Surpress PHP notices on empty registration vars
2013-11-06 16:17:58 +01: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
c264555405
[FIX] Wrong settings variable
2013-11-06 14:48:00 +01:00
Sebastian Grewe
7785fbf8b7
[FIX] Settings return value on empty result
2013-11-06 14:47:25 +01:00
Sebastian Grewe
dd1ef86b81
[ADDED] Pool name to getpoolstatus API
2013-11-05 15:15:48 +01:00
Sebastian Grewe
5f2a7c01c4
[FIX] Removed empty error string
2013-11-05 14:41:25 +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
04e2bf5932
[IMPROVED] More testing of error handling, block class
2013-11-05 08:19:16 +01:00
Sebastian Grewe
172444d3d8
[IMPROVED] Added logging failed SQL queries to payouts
2013-11-05 07:28:07 +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
aa4fc55622
[ADDED] Error Code Array
2013-11-05 07:28:07 +01:00
Sebastian Grewe
d2d7ee6796
Merge pull request #821 from TheSerapher/issue-819
...
[FIX] Display issues on SHA coins
2013-11-04 22:17:04 -08:00
Sebastian Grewe
44e29fc3f2
[FIX] Regression bug creating workers
...
Fixes #823 once merged.
2013-11-05 07:14:39 +01:00
Sebastian Grewe
2e64c4108d
[FIX] Worker Hashrates in Account -> My Worker
2013-11-04 18:30:01 +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
556e02024f
Merge pull request #820 from TheSerapher/issue-811
...
[IMPROVED] Optimized IDLE Worker Query
2013-11-04 09:17:13 -08:00
Sebastian Grewe
c0e7385332
[ADDED] Re-added custom HTTP port support
2013-11-04 15:25:38 +01:00
Sebastian Grewe
d08bee5c4c
[FIX] Increase mail size in contactform
2013-11-04 14:28:24 +01:00
Sebastian Grewe
5eefb730ae
[FIX] Re-location via HTTPS on login
2013-11-04 14:26:21 +01:00
Sebastian Grewe
f713edf234
Revert "[FIX] Honor custom HTTP ports"
...
This reverts commit fc4b718067 .
2013-11-04 14:16:54 +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
root
f14af44d4c
[FIX] Placed under Statistics
2013-11-03 16:48:47 +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
83ee00259f
[FIX] Fixed typo in cron logs
2013-11-02 18:57:15 +01:00
Sebastian Grewe
ab2b2d6062
Merge pull request #812 from TheSerapher/uptimerobot
...
Uptimerobot
2013-11-02 02:58:03 -07:00