Commit Graph

60 Commits

Author SHA1 Message Date
Aaron Blankstein
8105deda23 cleaning up subdomain rest api + documentation 2017-07-31 18:59:33 -04:00
Aaron Blankstein
570c572103 added bin script for starting subdomain registrar, started updating the subdomain markdown documentation file 2017-07-31 18:15:17 -04:00
Aaron Blankstein
d6b9d8e521 Merge branch 'rc-0.14.3' into subdomain 2017-07-20 18:20:31 -04:00
Aaron Blankstein
895b15a2d3 adding integration test for RESTful setting and fetching of raw zonefile, plus updating api-specs 2017-07-20 13:06:16 -04:00
Aaron Blankstein
6f30c767ba update ubuntu install script to change naming of portal to browser, and correct git branches 2017-07-20 11:37:52 -04:00
Jude Nelson
4725c9f487 add protocol wire format docs to docs/ from the wiki 2017-07-19 15:05:15 -04:00
Aaron Blankstein
95963fcf40 update api docs to talk about how the owner key is handled by the registrar 2017-07-12 14:25:21 -04:00
Aaron Blankstein
2183a12749 added example request and response for PUT /v1/wallet/keys/owner to api docs 2017-07-10 15:05:59 -04:00
Aaron Blankstein
93d07d68b3 This reverts us *all* the way back to 523cf405d7 -- this removes all changes to support the token file from this branch.
Revert "added example request and response for PUT /v1/wallet/keys/owner to api docs"

This reverts commit d52ee4b31e.

Revert "cutting down on the verbosity of logging outputs -- registrar now only prints 1 line on wakeups. storage drivers are concatenated into 1 line"

This reverts commit 87e3e7ab0d.

Revert "adding dropbox as a default storage driver to load, and switched default 'required' drivers to 'disk,dropbox'"

This reverts commit 9471b0a20a.

Revert "adding test case for issue 483, which *also* required fixing the app session schema to handle empty string methods a little bit more gracefully"

This reverts commit 32efc99d62.

Revert "bugfix for the address reencoding in get_zonefile -- checks to see if the address is an address before trying to reencode"

This reverts commit 1488013b93.

Revert "Merge branch 'rc-0.14.3' of github.com:blockstack/blockstack-core into rc-0.14.3"

This reverts commit f75ab67960, reversing
changes made to fe863bcd3c.

Revert "don't create the metadata dir"

This reverts commit fe863bcd3c.

Revert "make all metadata directories inside the critical section"

This reverts commit e66236abd2.

Revert "don't cast 'None' to string by accident"

This reverts commit c6250d5349.

Revert "force string"

This reverts commit e72d43d0be.

Revert "add unbound proxy variable"

This reverts commit 7f1f7e9731.

Revert "return raw zonefile"

This reverts commit 51e858428d.

Revert "force string"

This reverts commit 1ce371644f.

Revert "force string"

This reverts commit 5353cb1015.

Revert "require virtualchain rc-0.14.3 and jsontokens-py 0.0.4"

This reverts commit 346f042db7.

Revert "Merge branch 'rc-0.14.3' of https://github.com/blockstack/blockstack-core into rc-0.14.3"

This reverts commit 1fa1de3e54, reversing
changes made to 523cf405d7.
2017-07-10 14:59:23 -04:00
Aaron Blankstein
d52ee4b31e added example request and response for PUT /v1/wallet/keys/owner to api docs 2017-07-10 10:06:26 -04:00
Aaron Blankstein
50eee058ff the beginnings of trying to change the way subdomains interact with storage's new interface 2017-07-07 16:15:19 -04:00
Aaron Blankstein
523cf405d7 more fussing around with the docs generator, and now I'm done 2017-07-06 18:16:15 -04:00
Aaron Blankstein
1c07d88f65 Merge branch 'rc-0.14.3' into subdomain 2017-07-06 11:49:11 -04:00
Aaron Blankstein
2e747c8b83 added more response examples to the api-specs 2017-07-06 11:20:58 -04:00
Aaron Blankstein
f22c971432 adding example to the auth request 2017-07-06 09:40:26 -04:00
Aaron
8b5e0cf245 Delete api.html 2017-07-05 20:02:44 -04:00
Aaron Blankstein
582e076d23 adding temporary api output as a demo... 2017-07-05 20:01:47 -04:00
Aaron Blankstein
6398ef7c20 adding aglio templates to generate three-pane interactive documentation for core and then public endpoints (i.e., core.blockstack.org) 2017-07-05 19:58:31 -04:00
Aaron Blankstein
e22212dae1 first pass at blueprint compatible api doc 2017-07-05 17:14:25 -04:00
Aaron Blankstein
c8a12d4edb rename flag 'aggressive_registration' -> 'unsafe' + added information to the api doc 2017-07-05 10:10:36 -04:00
Aaron Blankstein
aac14f5645 Merge branch 'rc-0.14.3' into subdomain 2017-07-03 10:15:00 -04:00
Aaron Blankstein
6b5d9de5b0 added min_confs option to api specs doc 2017-07-01 12:41:48 -04:00
Aaron Blankstein
a7d20acf1a Merge branch 'rc-0.14.2' into subdomain 2017-06-23 16:53:59 -04:00
Aaron Blankstein
896e1a1ee9 working integration tests + unit tests for bad sig transitions and bad sequence numbers + skeletal work on domain caching 2017-06-23 16:46:20 -04:00
Aaron Blankstein
ec0edfdc52 subdomains with prior zonefile spec 2017-06-21 17:10:06 -04:00
Aaron Blankstein
232ec93cac oops. wrong directory 2017-06-21 10:19:17 -04:00
Aaron
7e0ec14045 Update subdomains.md 2017-06-19 11:31:50 -04:00
Aaron Blankstein
3f23bb157f zonefile subdomain entry parsing/signing + some test cases 2017-06-15 18:36:03 -04:00
Aaron Blankstein
7b46858d93 added a design doc for subdomains, pretty much just a summary of the current discussion in the issue 2017-06-15 14:19:07 -04:00
Jude Nelson
72621e81c5 typos 2017-06-12 15:38:41 -04:00
Jude Nelson
a0c2f47770 tutorial on creating a namespace 2017-06-12 15:36:26 -04:00
Odin Hørthe Omdal
028064cc5e strip any '//' after 'blockstack:' in .desktop file 2017-05-28 23:18:22 +01:00
Aaron
742dbc8b0d Update setup_core_portal.md
add a note about the protocol handler to the description of the supplied script
2017-05-23 00:08:44 -04:00
Aaron
23f5c1f506 Adding protocol handler registration instructions 2017-05-23 00:05:26 -04:00
Muneeb Ali
b701624c08 Update setup_core_portal.md 2017-05-22 23:18:42 -04:00
Aaron Blankstein
48552f1af7 more install script tweaks 2017-05-16 14:38:00 -04:00
Aaron Blankstein
566219d236 Merge branch 'rc-0.14.2' into rc-0.14.2-aaron 2017-05-15 13:38:44 -04:00
Jude Nelson
5dd97dc135 absolute paths to figures 2017-05-15 02:21:40 -04:00
Jude Nelson
23cf5df880 Add gaia documentation 2017-05-15 02:20:13 -04:00
Aaron Blankstein
f85ac61965 this looks nicer 2017-05-11 14:23:00 -04:00
Aaron Blankstein
bdb01faa15 add build-essential 2017-05-11 14:20:17 -04:00
Aaron Blankstein
5929607010 adding core+portal instructions for linux 2017-05-09 18:31:07 -04:00
Aaron Blankstein
6609c74dc7 typo in search setup instructions 2017-04-11 17:48:52 -04:00
Aaron Blankstein
9bc1329af7 a little more brushing up of the install instructions, plus moved status bar output of fetch_data to stdout 2017-04-11 13:49:53 -04:00
Aaron Blankstein
bccf08e2d2 integrating search as a blueprint flask, plus getting its imports to play nicely with the api module 2017-04-11 12:13:51 -04:00
Aaron Blankstein
928bbe1bc6 updated API UWSGI install instructions and the default configs to have more descriptive replacement paths 2017-04-11 11:26:01 -04:00
Aaron Blankstein
c3a13caa0c merging rc-0.14.2 into api branch 2017-04-10 10:40:28 -04:00
Muneeb Ali
7d4cc5ccc9 removed redundant links 2017-04-09 16:14:51 -04:00
Muneeb Ali
142109c902 updated docs for CLI and resolver 2017-04-09 16:13:15 -04:00
Muneeb Ali
c418ac5e5d Combined elastic search instructions 2017-04-09 16:12:49 -04:00