Commit Graph

23349 Commits

Author SHA1 Message Date
Muneeb Ali
3f01737620 small bug fix 2014-07-06 15:53:48 -07:00
Muneeb Ali
a432a9bffb added support for auto-cleaning of DB for profiles that are on the blockchain 2014-07-06 12:57:10 -07:00
Muneeb Ali
d21eb3d1c2 Added checks for name_trasnfer objects and made all registrations/updates go through certain checks 2014-07-05 23:19:00 -07:00
Muneeb Ali
bb67bac712 Started writing a new backend system for processing registration/updating of profiles (unfinished right now) 2014-07-04 13:53:03 -07:00
Muneeb Ali
f9b1e9444e major update to blockdata package
-- added a new registration daemon (for fetching data from the new DB)
-- updated the old register/activate/update functions to work with the new setup
-- fixed a bug in getting keys for data blobs (wasn't re-using keys)
2014-07-01 01:13:22 -07:00
Muneeb Ali
94f19a1f32 Added bip38 decryption files, tested out register and activate on new DB, and added profile conversion code (v1 to v2) 2014-06-28 17:56:21 -07:00
Muneeb Ali
394c47b39f Added shell script for easily setting env variables 2014-06-27 15:57:26 -07:00
Muneeb Ali
16480082b9 Started a new repository for blockchain operations (separate from coinrpc):
-- Support for registering, transferring, and updating names
-- Tools for registering names in bulk (given a csv file)
-- Support for running as a service/daemon
2014-06-24 14:27:02 -07:00
Halfmoon Labs
90a07f63f6 Initial commit 2014-06-24 14:20:01 -07:00
Muneeb Ali
e7080554de turned dedup off for twitter search results 2014-06-16 20:25:23 -07:00
Muneeb Ali
5d3fa91b26 added usage instructions 2014-06-16 19:16:33 -07:00
Muneeb Ali
7f180f3fd7 Added support for searching by twitter_handle:
-- enabled creation of a search index based on twitter handle
-- enabled sub-string search by twitter handle
-- updated search_api to include /search/name and /search/twitter end-points
2014-06-16 19:12:11 -07:00
Muneeb Ali
e2a8803b27 added install instructions 2014-06-14 23:14:45 -07:00
Muneeb Ali
c10596f22f create local copy/index of users from main DB 2014-06-14 22:50:52 -07:00
Muneeb Ali
7bcfe3e5f2 client is now outdated 2014-06-14 22:40:46 -07:00
Muneeb Ali
a1b1918f3f Added support for doing sub-string search on OneName users.
Currently the index is created from the user DB of OneName.io (blockchain support can be added later)

API returns OneName JSON profiles as results

small update
2014-06-14 22:34:16 -07:00
Muneeb Ali
58f4736d27 added support for apache 2014-06-14 22:34:05 -07:00
Muneeb Ali
39e11c0fe7 -- Reorganized the code-base and removed unnecessary files.
-- Cleaned up API docs page/app
2014-06-12 19:52:29 -07:00
Muneeb Ali
8304a0ef51 removed pyc files from git and added gitignore file 2014-06-12 19:23:21 -07:00
Muhammad Asjad
3f3a0681f5 updated apidocumentation 2014-04-16 16:00:25 +05:00
ibrahimahmed443
3f99a15692 updated client as per changes in the API 2014-04-16 13:37:10 +05:00
Muhammad Asjad
b09a88ad08 Update README.md 2014-04-16 13:17:57 +05:00
ibrahimahmed443
9d013ae109 improved the python code to make it look like a client library 2014-04-16 13:16:01 +05:00
Muhammad Asjad
cef7cc3d42 Update README.md 2014-04-16 13:14:46 +05:00
Muhammad Asjad
1b7a26556b updated onename_api 2014-04-16 13:18:34 +05:00
ibrahimahmed443
1e11fe1934 Added a simple client for python. The URLs will need to be modified when the API is up and running on the server 2014-04-15 14:53:46 +05:00
ibrahimahmed443
5a733c22ef added sample responses for a few calls 2014-04-15 14:23:49 +05:00
Muhammad Asjad
3a4c8f9091 Update README.md 2014-04-15 14:00:48 +05:00
Muhammad Asjad
94fc211f74 updates to the onename_api
Update README.md

Update README.md

Update README.md

Update README.md

Update README.md

Update README.md

Update README.md
2014-04-15 11:24:31 +05:00
Muhammad Asjad
90cf62d40e update readme 2014-04-14 17:39:23 +05:00
Muhammad Asjad
3e5a44b2ce updated readme, misc updates 2014-04-14 17:27:47 +05:00
Muhammad Asjad
0d3b2d6643 updated onename_api, indexing and search_api module 2014-04-14 16:55:55 +05:00
ibrahimahmed443
a6536e688f added layout for developers page 2014-04-10 17:47:16 +05:00
Muhammad Asjad
004181a5a7 updated onenameapi 2014-04-11 21:00:20 +05:00
Muhammad Asjad
f393fd69d4 adding onename developer site 2014-04-10 17:29:00 +05:00
Muhammad Asjad
78c5582100 added developer website and updates in search_api 2014-04-10 17:05:45 +05:00
ibrahimahmed443
deba050c7a helper functions for API and developer quota management 2014-04-09 12:24:26 +05:00
ibrahimahmed443
95c69722f5 fixed count issue on search results 2014-04-09 12:00:21 +05:00
Muhammad Asjad
deeabc1944 code cleanup and added twitter handle saerch indexing 2014-04-01 20:36:59 +05:00
Muhammad Asjad
5956bd9f6f bulk updates and index name correction 2014-03-28 12:16:31 +05:00
Muhammad Asjad
fcdbc2920c create index for all profiles 2014-03-27 15:17:37 +05:00
Muhammad Asjad
fec0795385 updated requirements 2014-03-27 12:25:40 +05:00
Muhammad Asjad
7eac6ed573 fixed force bulk issue, updated requirements 2014-03-27 12:13:20 +05:00
Muhammad Asjad
5961d98149 updated indexing for onename 2014-03-26 17:29:00 +05:00
Muneeb Ali
566777de31 Update README.md 2014-03-24 23:21:04 -04:00
Halfmoon Labs
ddf70c4339 Update README.md 2014-01-28 17:32:38 -05:00
Muneeb Ali
a688562009 first commit 2014-01-28 17:31:25 -05:00
Halfmoon Labs
eb7b92ab44 Initial commit 2014-01-22 09:00:03 -08:00
Muneeb Ali
465654bce4 reorganization 2015-01-21 18:23:03 -05:00