Commit Graph

230 Commits

Author SHA1 Message Date
Sebastian Grewe
47f5a9df11 [UPDATE] Only check for wrong mode string in MySQL 5.7 2018-05-24 13:42:32 +02:00
Sebastian Grewe
bbb008eb7a Merge branch 'development' of github.com:MPOS/php-mpos into development 2018-05-24 13:26:47 +02:00
Sebastian Grewe
817c8f2492 [ADDED] Check MySQL 5.7 in version string for admin setup page 2018-05-24 13:26:36 +02:00
R4SAS
20a9c59111 fix documentation links 2018-05-24 00:51:18 +03:00
Sebastian Grewe
085dfa05f2 [VERSION] 1.1.0 2018-05-23 23:03:23 +02:00
Sebastian Grewe
3f4efc983a [ADDED] DEBUG log if RPC > 0.16 getinfo wrapper fails 2018-05-23 19:56:44 +02:00
Sebastian Grewe
96ab98a6fa [UPDATE] Better getinfo detection 2018-05-18 12:58:36 +02:00
Sebastian Grewe
b9dc229d20
Merge pull request #2729 from r4sas/lowdiff-shares
fix sharerate precision and reduce graphics page size
2018-05-12 23:44:28 +02:00
r4sas
30668ed502 fix sharerate precision and reduce graphics page size 2018-05-12 21:37:13 +00:00
Sebastian Grewe
e79b558163
[UPDATE] Also detect testnet on RPC > 0.16 2018-05-12 23:20:50 +02:00
Sebastian Grewe
d1d4a07609
Merge pull request #2728 from r4sas/lowdiff-shares
Lowdiff shares (2nd update #2718)
2018-05-12 21:46:21 +02:00
Sebastian Grewe
01c75f49ff
[UPDATE][#2713] Adding transaction filter
API now supports filters just as the GUI version, closing #2713 :)
2018-05-12 21:36:43 +02:00
Sebastian Grewe
61670a1c44
[UPDATE] Print error if vendor libs are missing 2018-05-12 21:21:44 +02:00
r4sas
ce78e8b59d revert changes for mysql ifnull functions 2018-05-12 13:25:13 +00:00
r4sas
b183ff19bd lowdiff updates 2018-05-11 21:41:38 +00:00
R4SAS
8cfc43eaca implement low-diff shares counting (#2718 #2726) 2018-05-11 12:25:04 +00:00
Sebastian Grewe
3ddf6cb059
Merge pull request #2717 from r4sas/statistics-patch
don't hardcode wallet name
2018-04-25 13:44:01 +02:00
R4SAS
832d67f824 bump DB version, update db upgrade script 2018-04-25 10:10:17 +00:00
R4SAS
181a66b709
don't hardcode wallet name 2018-04-21 00:32:35 +03:00
Lucas Buzzo
26d291583b First attempt to add support to BTC >= 0.16 2018-04-16 21:16:47 -03:00
Sebastian Grewe
92ef32aeab
[UPDATE][#2695] Remove unset class variable 2018-03-18 20:45:25 +01:00
Sebastian Grewe
97050ef142
[VERSION] 1.0.9, release prep 2018-03-18 20:37:02 +01:00
Brian Ziemek
e0dc0cbc1b
Fix Mercatox ticker API 2018-03-18 14:26:30 -04:00
Brian Ziemek
8a87239adb
Handle redundant slashes in ticker config
I.e. `https://api.example.com//ticker/target` becomes `https://api.example.com/ticker/target`
2018-03-18 13:36:18 -04:00
Brian Ziemek
6ff468a152
Add TradeOgre ticker API 2018-03-18 03:40:49 -04:00
Brian Ziemek
77687d9713
Add Mercatox ticker API 2018-03-18 02:50:23 -04:00
Brian Ziemek
6cc9cba0f5
Add SouthXChange ticker API 2018-03-18 02:49:59 -04:00
Brian Ziemek
79d9d0871a
Add Binance ticker API 2018-03-18 02:49:27 -04:00
Brian Ziemek
8c683b756a
Add Yobit ticker API 2018-03-18 02:49:01 -04:00
Brian Ziemek
0dbb4d8bc9
Add Crypto-Bridge ticker API 2018-03-18 02:48:18 -04:00
Brian Ziemek
8f33ceb3a4
Correct "coinchoose" spelling in ticker code 2018-03-18 02:47:37 -04:00
Brian Ziemek
028889584c
Remove Cryptsy ticker support
The '90s are dead
2018-03-18 02:46:48 -04:00
Brian Ziemek
53c311563b
Update BTC-e ticker URL 2018-03-18 02:45:24 -04:00
Brian Ziemek
c2f3171d1a
Update BTC-e API domain
btc-e.com was seized by the US DOJ; use btc-e.nz instead
2018-03-18 02:44:54 -04:00
Brian Ziemek
de6fbf88db
Refactor getPrice() in tools.class.php
$this->config['currency'] as $strBase
$this->config['price']['currency'] as $strQuote
2018-03-18 02:41:56 -04:00
Dennis Ruhe
467f8e5335 Merge branch 'development' of https://github.com/MPOS/php-mpos into development 2018-03-07 12:44:08 +01:00
Dennis Ruhe
31965de2b2 Implemented recaptcha v2 2018-03-07 12:41:40 +01:00
Sebastian Grewe
40ba37490e
Merge pull request #2687 from desaerun/patch-4
add start to getusertransactions api page
2018-03-05 11:29:02 +01:00
desaerun
fbdcd9c4e7
add "start" to getusertransactions api 2018-03-05 03:24:28 -07:00
Sebastian Grewe
1b217711a4
Revert "add 'start' parameter to getusertransactions api page" 2018-03-03 16:27:10 +01:00
desaerun
653729e6dc
add 'start' parameter to getusertransactions api page
sets db start row
2018-02-27 23:12:45 -07:00
Sebastian Grewe
6c0d9a1e9e
Merge pull request #2676 from smiba/development-patch-1
Expend CSRF token expiry & Est. Diff for constantly changing coins
2018-02-21 20:38:58 +01:00
smiba
85ef9d521c Expend CSRF token expiry time
Change it to 15 minutes, 2 minutes is not enough.
2018-02-21 14:31:58 +01:00
Sebastian Grewe
ae337b418c
Merge pull request #2673 from smiba/patch-1
Fix: Calculate the efficiency correctly in API
2018-02-21 10:27:18 +01:00
Bart S
a598e6ecd6
Don't divide by zero
Small change I overlooked
2018-02-21 10:08:21 +01:00
Bart S
963a8f7d27
Fix: Calculate the efficiency correctly in API 2018-02-20 22:57:16 +01:00
Sebastian Grewe
9e6f02b648
Merge pull request #2669 from mecab/ignore-old-cronjob-option
Add -t option to ignore too old cronjob active flag
2018-02-05 11:26:40 +01:00
mecab
495f48d4e5 Add -t option for cronjobs to ignore too old active jobs. 2018-02-04 10:20:05 -06:00
Sebastian Grewe
3cb167a70e
Merge pull request #2666 from mecab/fix-contact-form
Fix errors while sending mail is not displayed in contact form.
2018-02-01 09:51:38 +01:00
Sebastian Grewe
1d32e1e6af
Merge pull request #2667 from mecab/remove-validation
Remove unnessesary validation in sending contact form
2018-02-01 09:51:14 +01:00