Commit Graph

6023 Commits

Author SHA1 Message Date
Aaron
4fe00780e7 Merge pull request #520 from blockstack/hotfix-issue519
URL schema to allow @
2017-08-02 14:16:32 -04:00
Aaron Blankstein
990fef3b57 URL schema to allow @ + a version bump 2017-08-02 14:07:31 -04:00
Jude Nelson
3d39fdc5e0 version bump 2017-08-01 16:21:25 -04:00
Jude Nelson
7735ba3d79 fix #508 2017-08-01 16:20:23 -04:00
Aaron
2384c2b6e0 Merge pull request #513 from blockstack/0.14.3-core-api
core.blockstack.org API build from docs
2017-07-31 19:09:56 -04:00
Aaron Blankstein
22c1209c7a Merge branch 'master' into 0.14.3-core-api 2017-07-31 19:01:53 -04:00
Jude Nelson
43a3fe2f31 return raw zone file if we know it's RFC-compliant 2017-07-31 17:08:04 -04:00
Jude Nelson
20d57c081e fix import issue when decoding a zone file in cli_get_name_zonefile() 2017-07-31 17:02:02 -04:00
Jude Nelson
933a8748a4 Merge branch 'hotfix-0.14.3-issue-512' 2017-07-31 16:47:28 -04:00
Jude Nelson
5dd01c72a6 handle some more cases where we accidentally return raw zonefiles 2017-07-31 16:25:21 -04:00
Aaron Blankstein
b98d93979e fixing up the syntax to match aglio 2017-07-31 15:36:21 -04:00
Aaron Blankstein
2d4f302d7b Merge branch 'docs-schemas' into 0.14.3-core-api 2017-07-31 15:06:13 -04:00
Jude Nelson
b457a633ac fix a few typos 2017-07-31 15:04:35 -04:00
Jude Nelson
c8953c60ca add schemas to (most) API calls 2017-07-31 15:01:45 -04:00
Aaron Blankstein
3e50ba4bbe Merge branch 'master' into 0.14.3-core-api 2017-07-31 14:48:59 -04:00
Aaron
5ed140a609 api/readme.md changed to just point to docs
removing the inline documentation from here
2017-07-31 14:48:21 -04:00
Aaron Blankstein
b2edc4e4b1 removing dead spec file 2017-07-31 14:43:50 -04:00
Aaron Blankstein
f4d393622f okay, now the api for core.blockstack.org can be generated from aglio correctly 2017-07-31 14:43:17 -04:00
Aaron Blankstein
3d988dd4b2 better support for rendering the public api endpoints. will be moving core.blockstack.org over to this now 2017-07-31 11:46:31 -04:00
Jude Nelson
50a64766e6 possible fix to #503 2017-07-22 11:02:37 -04:00
Aaron
b574defe95 Merge pull request #502 from blockstack/rc-0.14.3
This upgrades our master branch to 0.14.3
2017-07-21 13:49:03 -04:00
Aaron
5fbc7ff851 Update changelog for release 2017-07-21 13:43:54 -04:00
Aaron
632b67c734 Typo in readme.md
Integratoin Tests -> Integration Tests
2017-07-20 19:40:59 -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
Aaron
382762dc53 Install script naming portal->browser 2017-07-20 11:24:15 -04:00
Aaron
2a316608e0 Update install script with correct commits 2017-07-20 11:23:16 -04:00
Aaron Blankstein
0734a0daf6 fix infinite loop in list_accounts 2017-07-19 15:35:20 -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
a672a9dcb7 increase maxlen for PUT/POST file 2017-07-19 15:03:22 -04:00
Aaron Blankstein
f810bca234 fixes an error in the parameters used in cli_delete_account, plus updates an integration test 2017-07-19 14:11:11 -04:00
Aaron Blankstein
5eaf2d723e fixed rest_register_transfer integration test (needed to check a reencoded address) 2017-07-19 10:33:18 -04:00
Aaron Blankstein
6ac4b09f60 more fussing with jenkins 2017-07-18 17:36:37 -04:00
Aaron Blankstein
a8dcfac260 sigh, append instead of replace to the junit xml files 2017-07-18 16:43:25 -04:00
Aaron Blankstein
db5bb488eb better jenkins script 2017-07-18 16:25:50 -04:00
Aaron Blankstein
37c36453db trying to get jenkins auto-integration-tests 2017-07-18 16:23:03 -04:00
Aaron Blankstein
c10d054ab6 Merge branch 'rc-0.14.3-faster-prices' into rc-0.14.3 2017-07-18 15:03:47 -04:00
Aaron Blankstein
3997e3639e adds origin headers to RESTful integration tests 2017-07-18 14:58:48 -04:00
Aaron Blankstein
a4d4442fe9 first pass at fast price lookups 2017-07-18 13:59:42 -04:00
Aaron
657a1a578d Merge pull request #497 from blockstack/rc-0.14.3-rpc
Verifying `Origin` headers in blockstack-core
2017-07-17 16:16:05 -04:00
Aaron Blankstein
dc5ef3718f fix handling of app domain names that aren't url-like, added error responses, and test cases for origin rejections 2017-07-17 16:07:17 -04:00
Aaron Blankstein
29bdb81221 Merge branch 'rc-0.14.3' into rc-0.14.3-rpc 2017-07-17 15:03:39 -04:00
Aaron Blankstein
7a005ff1d9 add support for port 3000 + fix some of the tests, still some errors in the unit tests I'll come back to 2017-07-17 14:06:28 -04:00
Jude Nelson
99c4f58202 default UI port is 8888 2017-07-17 11:30:35 -04:00
Jude Nelson
e79813f95a require Origin: header for password-based auth, and check Origin: header against session token 2017-07-17 11:29:47 -04:00
Aaron Blankstein
c8b6feb839 fixing some pylinter errors 2017-07-14 02:50:11 -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
cc16fff34c Merge pull request #491 from blockstack/rc-0.14.3-registrar-tracking-owner
Registrar tracking owner address
2017-07-11 18:20:56 -04:00
Aaron Blankstein
e598e5f6ff okay, cleaned up the backoff a little bit more 2017-07-11 18:12:43 -04:00
Aaron Blankstein
18d3972900 fixed the exponential backoff in the registrar... now it actually backs off, but will max the back off at the normal poll interval (5 minutes currently) 2017-07-11 18:01:10 -04:00