Commit Graph

19 Commits

Author SHA1 Message Date
Tiago Peralta
d259610ac5 Properly fixed possible MySQL Errors, will test in prod for 1 day
Had to rewrite all the mysqli->error/errno to mysqli->lastused because of the read/write splitting, shoud be working now
Reverted notifications code back to previous version
Added  the lastused property to mysqlms, so that when calling the error/errno we know what was the lsat connection used, same for insert_id
2017-12-11 03:30:56 +00:00
Sebastian Grewe
79c09bd62a Merge pull request #2603 from shtse8/master
Correct SERVER_NAME to HTTP_HOST to get a valid host url
2017-09-28 21:16:59 +02:00
shtse8
6c1aa15879 Correct SERVER_NAME to HTTP_HOST to get a valid host url 2017-09-28 11:44:33 +00:00
RaJiska
615d6c433d Pin attempts not reset upon success fix 2017-08-29 17:14:16 +02:00
Blonďák
dad43012e9 #2539 - FIXED user login push notification 2017-01-17 07:00:37 +01:00
Sebastian Grewe
deb3b115d0 [FIX] Avoid empty Auto-Payout threshold value for accounts page 2015-07-15 14:44:26 +02:00
owlhooter
b528cc2998 Add anonymous check for users on block finder email notification 2015-06-19 09:52:43 -04:00
Sebastian Grewe
b7b3103c49 [UPDATE] Shared DB Behavior
* Default to standard DB if nothing is set
* Separate Accounts and Pool Workers shared DB
* Added shared News DB
* New config options added
 * `$config['db']['shared']['accounts']`
 * `$config['db']['shared']['workers']`
 * `$config['db']['shared']['news']`
2015-04-24 09:25:14 +02:00
Sebastian Grewe
a7fc7146f1 [ADDED] SSO across MPOS pools with single database host 2015-04-19 00:31:56 +02:00
Sebastian Grewe
1613355c04 [UPDATE] Store coin auto payout in coin_addresses table per coin 2015-04-16 12:16:45 +02:00
Sebastian Grewe
e542afc952 [UPDATE] Hide e-mail address on account screen 2014-07-13 12:16:57 +02:00
Sebastian Grewe
a4e17e6a31 [FIX] Clearing coin address for account 2014-06-30 07:05:16 +02:00
Sebastian Grewe
3248a487df [ADDED] coin_addresses table and support
* [ADDED] New coin_addresses table to upgrade script and base file
* [MIGRATE] Move coin_address from accounts to coin_addresses table
* [UPDATE] Updated all classes/pages/scripts to use new coin address class
* [UPDATE] DB_VERSION 0.0.12
2014-06-30 07:05:15 +02:00
iAmShorty
c4ecd18052 [UPDATE] config option for register with valid coin address 2014-05-28 15:20:49 +02:00
iAmShorty
ff677348be [FIX] removed strlen for coin address
not needed because we check against coindaemon
2014-05-17 11:32:06 +02:00
Sebastian Grewe
97547ca517 [ADDED] Validate coin address during registration 2014-05-16 15:57:06 +02:00
iAmShorty
f7c36d1f9a [UPDATE] register with valid coin address 2014-05-16 14:48:03 +02:00
Sebastian Grewe
43bf7be200 [FIX] Merge conflict with development 2014-04-24 11:43:38 +02:00
Sebastian Grewe
1456bd21ef [MOVED] Removed include and templates from public [TESTING] 2014-04-20 15:34:55 +02:00