Commit Graph

142 Commits

Author SHA1 Message Date
Matias Alejo Garcia 9b1b2ef38b fix double headers send on 404 2014-12-04 15:53:04 -03:00
Matias Alejo Garcia 95eca82745 add response headers 2014-12-01 17:33:03 -03:00
Matias Alejo Garcia ca907bc8b3 add quota headers + quota per item 2014-12-01 17:33:03 -03:00
Ivan Socolsky 4977044cc4 added currency rates plugin + integration tests 2014-11-27 15:38:32 -03:00
Matias Alejo Garcia 449977b74f Merge pull request #249 from isocolsky/feature/get_txs_bulk
Feature/get txs bulk
2014-11-13 17:15:28 -03:00
Ivan Socolsky eaf644f1cc added GET route 2014-11-13 16:54:46 -03:00
Ivan Socolsky c3bff9245e added method to retrieve txs from list of addresses 2014-11-13 15:58:05 -03:00
Esteban Ordano 45e6241e34 feature: remove profile and remove key 2014-11-13 01:04:34 -03:00
Matias Alejo Garcia c958b4430f remove duplicate headers definition 2014-11-10 23:16:58 -03:00
Esteban Ordano e7badc7651 Adds backwards compatibility 2014-11-10 13:08:40 -03:00
Esteban Ordano 23b1bd0824 Added testing for all storage functions 2014-11-07 09:55:15 -03:00
Esteban Ordano 23a8ab8cdf Add endpoint to retrieve info using HTTP Basic auth 2014-11-07 09:52:28 -03:00
Esteban Ordano f02e3ebe75 feature: change stored passphrase 2014-11-07 09:52:28 -03:00
Rainer Koirikivi a10e2b4a43 Add support for verifymessage
/api/messages/verify accepts three parameters either via JSON POST data
or GET query parameters, pipes them to the bitcoin RPCs verifymessage
command, and returns the result for the user.
2014-11-05 00:35:41 +02:00
Esteban Ordano ab15809b77 only add routes for email store if plugin enabled 2014-10-30 22:10:50 -03:00
Esteban Ordano 29d8e32120 Fixes express configuration 2014-10-29 19:18:07 -03:00
Esteban Ordano f06e1020d9 feature: Public Profile information for a SIN 2014-09-27 23:27:53 -03:00
Esteban Ordano 09673a93a2 Add emailstore plugin, based on credentials 2014-09-26 15:57:07 -03:00
Esteban Ordano dd37a3561d credentialstore: service to store login info 2014-09-22 14:50:00 -03:00
Ran e682ec32d2 fix bug in config 2014-09-18 21:23:06 +08:00
Ran f87132d2d0 config.js: package.json => ../package.json 2014-09-18 21:01:15 +08:00
Matias Alejo Garcia 8e5df00b74 Merge pull request #190 from maraoz/configurable/port
Configurable port for insight web app
2014-09-16 07:27:14 -03:00
Manuel Aráoz a3835e0e2b allow port config via env variable 2014-09-16 01:21:04 -03:00
Manuel Aráoz 12a66b80a7 fix os x installation if you don't have insight dir 2014-09-16 00:35:45 -03:00
Manuel Araoz fa6fe8d03f monitor plugin: add to main file 2014-09-08 11:22:45 -07:00
Manuel Araoz fe795b33ee monitor plugin: config 2014-09-08 11:22:44 -07:00
Manuel Araoz c36c7d4ab4 starting with cleaner plugin 2014-09-01 20:23:57 -03:00
Manuel Araoz 28aeac6f9b fix logging and config 2014-08-21 17:34:15 -04:00
Manuel Araoz 0e5e20c09c fixing insight for copay 2014-08-21 16:37:04 -04:00
Manuel Araoz e3de0efdd2 add https support 2014-08-21 16:37:04 -04:00
Manuel Araoz 38f160c213 making rate limiter work 2014-08-21 16:37:04 -04:00
Manuel Araoz 461fda09be create ratelimiter plugin 2014-08-21 16:37:03 -04:00
Manuel Araoz 0ff490dbf3 make logging level configurable via env vars 2014-08-21 16:37:03 -04:00
Manuel Araoz a5fda98cdc use winston for logging 2014-08-21 16:37:03 -04:00
Manuel Araoz 8d672de5bd refactoring message broker into plugin 2014-08-21 16:37:03 -04:00
Manuel Araoz f0454728ba make message broker off by default 2014-08-05 20:19:57 -03:00
Manuel Araoz ac1c98f8d4 fix title print 2014-08-01 19:05:05 -03:00
Manuel Araoz c39749c58e add MessageDb 2014-08-01 19:05:04 -03:00
lordhelmut 0ba135d38a Merge remote-tracking branch 'upstream/master' into api-fixes
Conflicts:
	config/config.js
2014-07-31 16:32:48 -07:00
lordhelmut 915f97b350 Documentation updates for BITCOIN_P2P_HOST 2014-07-31 14:53:03 -07:00
Manuel Araoz f2542620b2 update and improve installation 2014-07-29 11:23:30 -03:00
lordhelmut 496999644b Watch for BITCOIND_P2P_HOST for different server than BITCOIND_HOST for RPC 2014-07-25 14:29:00 -07:00
Gustavo Cortez 43d0bb8639 Wrong name on p2pPort variable 2014-06-05 02:25:27 -03:00
Matias Alejo Garcia 985ca1ac39 add ignore Cache 2014-05-30 14:10:32 -03:00
Matias Alejo Garcia 1bafbd48d0 banner 2014-05-26 16:59:39 -03:00
Matias Alejo Garcia ac5a886ea6 add report when starting insight2 2014-05-26 16:59:38 -03:00
Matias Alejo Garcia 1636e84bbe add report when starting insight 2014-05-26 16:59:38 -03:00
Gustavo Maximiliano Cortez cb1861f10f Merge pull request #85 from matiu/feature/optimizations
Feature/optimizations -- great jobs!
2014-05-26 10:15:04 -03:00
Matias Alejo Garcia b5ff9fa84b add cache for balance and utxo 2014-05-25 17:34:49 -03:00
Mario Colque 6af4b2620b added new POST route 2014-05-20 11:10:23 -03:00