Commit Graph

1469 Commits

Author SHA1 Message Date
Sebastian Grewe
e8488215bc [CLEAN] Array formatting 2014-04-11 09:01:32 +02:00
Hüseyin Uslu
722642f39c Merge branch 'development' of https://github.com/MPOS/php-mpos into development 2014-04-10 13:34:31 +03:00
Hüseyin Uslu
320b26d058 fixed php warnings in api/getpoolinfo 2014-04-10 13:33:18 +03:00
Sebastian Grewe
0677321259 [CLEANUP] Use of isset instead of @ 2014-04-07 09:55:02 +02:00
Sebastian Grewe
870ad52985 [FIX] PHP Notice on failed crons 2014-04-06 17:31:42 +02:00
Sebastian Grewe
7e38b98e8f [FIX] Unset website email, mail issues 2014-04-06 10:05:08 +02:00
iAmShorty
601c3943fb [UPDATE] move donors to stats 2014-04-05 08:58:49 +02:00
Sebastian Grewe
017dd5bc82 Merge pull request #2088 from MPOS/pool-newsletter
Pool newsletter
2014-04-04 13:52:13 +02:00
Sebastian Grewe
f54ece7ee9 [FIX] Return defaults with no settings at all 2014-04-04 12:51:15 +02:00
Sebastian Grewe
022430dddb [FIX] Logic error for notification setting 2014-04-04 12:26:08 +02:00
Sebastian Grewe
37f50256ab Merge branch 'development' of https://github.com/MPOS/php-mpos into development 2014-04-04 10:34:55 +02:00
Sebastian Grewe
ae7d321de4 [FIX] Merge conflict 2014-04-04 10:34:04 +02:00
Sebastian Grewe
0b54cac402 Merge pull request #2085 from barrybingo/development
[FIX] Remove static table references
2014-04-04 10:26:32 +02:00
Sebastian Grewe
e1be46b6eb [FIX] Skip locked accounts 2014-04-04 10:25:35 +02:00
Sebastian Grewe
739f035087 [ADDED] Admin Pool Newsletter
* Added throttle option to swiftmailer for SMTP limiting
* Added newsletter page for admin panel
* Added newsletter mail template (simple one for now)
* Added new global configuration option
* Added default notification setting system in notification class
* Added global pool newsletter enable/disable switch in admin settings

Fixes #2087 once merged.
2014-04-04 10:05:12 +02:00
iAmShorty
8b6f291384 [UPDATE] hide/show qrcode page 2014-04-03 16:25:31 +02:00
Boris
4702339b9a [FIX] Remove static table references 2014-04-03 14:52:01 +01:00
iAmShorty
68d87633e2 [FIX] updated styles, typos and colors 2014-04-02 17:35:56 +02:00
iAmShorty
4527d4793d [UPDATE] delete cookies on login 2014-04-02 13:47:25 +02:00
Sebastian Grewe
7a87c09056 [FIX] Devision by 0 on missing nethashrate 2014-04-02 10:46:30 +02:00
iAmShorty
0c75662352 [UPDATE] adding moot 2014-03-31 16:19:56 +02:00
Sebastian Grewe
6ce8a049e4 [FIX] Est. next diff with 0 hashrate 2014-03-31 15:49:38 +02:00
Nathan Patten
116fff9d14 [EDIT] Add progress for MPOS-Bot to API call 2014-03-31 18:41:41 +11:00
LucasJones
dbba22ca67 Fix bug in admin dashboard
Fixes a bug causing the admin dashboard to throw an error, when the wallet has an account name which is an integer (e.g. "1").

This is caused by json_decode decoding the account address as an integer, which is passed to getaddressesbyaccount, throwing an error (as the daemon only accepts string values for account names).
2014-03-28 19:02:06 +00:00
Sebastian Grewe
a326cc315c Merge pull request #2044 from MPOS/add-bonus-earnings
[ADDED] Bonus to earnings page
2014-03-28 15:28:26 +01:00
Sebastian Grewe
ed517ed74c [ADDED] Bonus to earnings page 2014-03-28 15:25:35 +01:00
iAmShorty
4b13360568 [UPDATE] more style fixes 2014-03-28 13:51:37 +01:00
iAmShorty
821d7ad473 [FIX] isset host 2014-03-28 13:28:25 +01:00
Sebastian Grewe
a9d7726617 [FIX] Properly run all upgrades 2014-03-28 09:22:19 +01:00
Stan Statev
da40fd7606 Merge branch 'development' of https://github.com/MPOS/php-mpos into development 2014-03-27 21:14:39 +02:00
Stan Statev
256d438861 [FIX] In case of SQL error function should return it 2014-03-27 21:06:37 +02:00
iAmShorty
3541d05958 [FIX] socket timeout setting 2014-03-27 17:46:11 +01:00
iAmShorty
79478ceb55 [FIX] stratum connect with timeout
i think i found a smarter solution without while and sleep
2014-03-27 17:23:21 +01:00
Sebastian Grewe
6159123551 [CLEANUP] Admin Checks formatting and better exit message 2014-03-27 14:45:45 +01:00
Sebastian Grewe
623fc4c394 [ADDED] Sendmail/SMTP configuration options 2014-03-27 08:31:29 +01:00
Sebastian Grewe
59d9a9a5d7 [REPLACED] PHP mail() with Swiftmailer 2014-03-27 07:55:23 +01:00
iAmShorty
2c81712754 [FIX] stratum poke timeout error 2014-03-26 20:56:30 +01:00
Sebastian Grewe
a555fa56bf [FIX] Removed duplicate method implementation
Fixes #2020 once merged, thanks @Mezrin
2014-03-26 11:15:42 +01:00
Sebastian Grewe
acced2bed7 Merge pull request #1853 from MPOS/bootstrap
[ENHANCEMENT] Bootstrap implementation
2014-03-26 09:39:10 +01:00
VictorMezrin
6d67a32c59 Rearrange cron in UI to correspond to the actual order of work 2014-03-25 22:25:07 +04:00
iAmShorty
3a7e358fc9 [UPDATE] some style changes, design switcher for own designs 2014-03-25 15:54:48 +01:00
Sebastian Grewe
662ff69224 [ADDED] Return-Path when sending mail 2014-03-25 11:31:02 +01:00
Sebastian Grewe
d51cfc0546 [UPDATE] Make bootstrap default template 2014-03-25 10:52:56 +01:00
Sebastian Grewe
b6aa1cbc66 Merge branch 'development' into bootstrap 2014-03-25 09:32:36 +01:00
iAmShorty
22b6901149 [FIX] getbalance fix for coins with getbalance problems 2014-03-25 09:20:48 +01:00
Sebastian Grewe
74d872755f Merge pull request #2002 from Contex/development
Cloudflare IP forwarding when using getCurrentIP()
2014-03-25 06:44:50 +01:00
Sebastian Grewe
56e757a7da Merge pull request #1994 from kthxbai2u/patch-1
Update bootstrap.php
2014-03-25 06:38:12 +01:00
Contex
d4c23fe1b2 Cloudflare IP forwarding when using getCurrentIP()
HTTP_X_FORWARDED_FOR doesn't always work with Cloudflare,
HTTP_CF_CONNECTING_IP however does.

https://support.cloudflare.com/hc/en-us/articles/200170986-How-does-CloudFlare-handle-HTTP-Request-headers-
2014-03-24 19:59:59 +01:00
Sebastian Grewe
4b8db482d6 Merge pull request #1989 from SamuelNZ/patch-4
Update mpos.css
2014-03-24 19:19:04 +01:00
iAmShorty
1ca9c9e336 [UPDATE] removed baseline shares from api 2014-03-24 17:58:07 +01:00