Commit Graph

57 Commits

Author SHA1 Message Date
Manuel Araoz 777f17feb4 remove plugins 2015-02-05 14:30:50 -03:00
Ivan Socolsky ef0a62d378 added resend_email route 2014-12-18 15:42:34 -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
Esteban Ordano e7badc7651 Adds backwards compatibility 2014-11-10 13:08:40 -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
Mario Colque 6af4b2620b added new POST route 2014-05-20 11:10:23 -03:00
Manuel Araoz 9b602b9fa4 add multiutxo api call 2014-05-12 18:23:15 -03:00
Ian Coleman ed4025bffe Address Properties moved to addresses controller 2014-03-27 08:39:13 +11:00
Ian Coleman b8ac382370 AddressProperty for unconfirmedBalance 2014-03-21 13:06:13 +11:00
Ian Coleman 306f2cd1e3 AddressProperty for totalSent 2014-03-21 13:04:44 +11:00
Ian Coleman f88fdff88c AddressProperty for totalReceived 2014-03-21 13:02:14 +11:00
Ian Coleman 3bd3ea2b1f AddressProperty route for /addr/[:addr]/property
eg /addr[:addr]/balance will return just the balance for the address.
This needs expanding but is a good basis upon which to expand.
2014-03-21 12:57:34 +11:00
Gustavo Cortez c7259ab7e6 send raw tx by POST 2014-02-27 14:11:05 -03:00
Gustavo Cortez 344f543605 fix route when reload the page from the front-end 2014-02-26 18:57:51 -03:00
Mario Colque c28dd990b0 separated insight API from the front-end 2014-02-25 01:44:19 -03:00
Matias Alejo Garcia f4d10adec4 fix names 2014-02-20 10:54:02 -03:00
Matias Alejo Garcia 79814e10fa add API call to return unspent outputs for an address 2014-02-19 21:47:00 -03:00
Manuel Araoz 956b04b642 bitcoind connection status derived from PeerSync 2014-02-12 16:30:10 -03:00
Mario Colque 33b9ad4084 added new endpoint /api/currency 2014-02-03 15:09:24 -03:00
Mario Colque 9a6c89e89d improve code without config files 2014-01-31 14:20:56 -03:00
Gustavo Cortez f03bd89bcd Important Fix on URL routing (Node.js catch all request first, then throught Angular.js) 2014-01-30 17:33:58 -03:00
Gustavo Cortez c49021af9f fix route for status page. update all page with responsive support 2014-01-27 18:13:32 -03:00
Gustavo Cortez 0973047d80 block without info on list of tx (eg. genesis block). url: block-index not founded. Fixed 2014-01-24 18:04:08 -03:00
Gustavo Cortez 16d1a6fe16 fix conflicts. Removed hashbang route for html5mode. Changed all urls and route for epxress 2014-01-23 17:49:47 -03:00
Gustavo Cortez 011ca9310b fix conflicts 2014-01-22 18:15:29 -03:00
Gustavo Cortez ef0b558ed9 fix conflicts 2014-01-20 18:52:28 -03:00
Matias Alejo Garcia 08a54a40e2 sync API 2014-01-19 10:51:01 -03:00
Mario Colque ffce4526a6 Merge pull request #59 from cmgustavo/feature/status_api
wow!
2014-01-16 06:35:21 -08:00
Gustavo Cortez acb54a0190 front-end for status network information in a new page 2014-01-16 10:54:21 -03:00
Mario Colque 2cd3b907a1 added new route for transactions 2014-01-15 12:39:45 -03:00
Gustavo Cortez dc6e64f8bc fix url for get transactions 2014-01-15 10:22:07 -03:00
Gustavo Cortez 521a0d6a44 front-end: Completed block info. Getting aync transaction in BlockPage and AddrPage 2014-01-14 20:34:01 -03:00
Matias Alejo Garcia 868f22cf2b api working WIP 2014-01-13 18:13:02 -03:00
Gustavo Cortez 67857abcc7 Cleaning homepage for now. It does not get any values from API, only shows a link to blocks list. 2014-01-10 10:46:09 -03:00
Matias Alejo Garcia 35d5be894f more information added to TX API: values and IN addresses. Test updated 2014-01-09 17:30:29 -03:00
Gustavo Cortez d0874c48cf front-end with angularjs: blockpage and transaction page. Basic information. 2014-01-09 15:13:26 -03:00
Gustavo Cortez 19636a5ffb fix url for block info 2014-01-08 13:13:50 -03:00
Mario Colque f6d870bb5e added new route 2014-01-08 11:55:24 -03:00
Mario Colque 513d8d88c9 added new route /blocks 2014-01-08 09:28:24 -03:00
Gustavo Cortez c2bbdb2941 For blocks info, we always use controller blocks. Index controller only render homepage 2014-01-08 09:17:41 -03:00
Gustavo Cortez 76862dc0f9 Merge branch 'master' into feature/blockpage
Conflicts:
	app/models/Block.js
	config/routes.js

Fixed!
2014-01-08 09:05:08 -03:00