Tyler Yasaka
168c9b4776
Throw error returned from DAGNode.create in access controller
2018-11-28 15:34:24 -08:00
Tyler Yasaka
cab38cbb9c
Throw error returned from DAGNode.create
2018-11-28 15:29:22 -08:00
Tyler Yasaka
74c0e8a799
Document determineAddress
method
2018-11-27 22:20:53 -08:00
Richard Littauer
ed79fdad55
docs: Add a Table of Contents and a Contribute section
2018-11-26 10:55:28 -05:00
Richard Littauer
19b288bb6c
docs(FAQ.md): Add #505
2018-11-26 10:49:33 -05:00
Richard Littauer
f323ceb7ba
docs(FAQ.md): Add #508
2018-11-26 10:48:11 -05:00
Richard Littauer
c918a6078b
docs(FAQ.md): Add #504
2018-11-26 10:47:30 -05:00
Richard Littauer
748aaca7d7
docs(FAQ.md): Add #503
...
There is still some work to do there, though. @tyleryasaka has a question in #503 which should be answered first.
2018-11-26 10:46:35 -05:00
Richard Littauer
723b6faf5d
docs(FAQ.md): Add #502
2018-11-26 10:45:13 -05:00
Richard Littauer
ae79336d0c
docs(FAQ.md): Touch FAQ and add introduction
2018-11-26 10:44:40 -05:00
Richard Littauer
b893ddc482
docs(README.md): npm should not be capitalized
2018-11-26 10:44:16 -05:00
Richard Littauer
44bf10bff8
docs: Add the Code of Conduct
...
The Code is already in orbitdb/welcome, but it has not been added to this repository yet. Doing so will mean that it is mentioned when people make PRs, and that it will be more visible to people coming to this repo.
2018-11-26 09:45:47 -05:00
Zach Ferland
46b298be10
feat: allow local cache to be pass as option
2018-11-20 21:14:55 -05:00
Tyler Yasaka
c32033161d
Use DAGnode.create to get hash without saving to IPFS
2018-11-13 15:52:50 -08:00
Tyler Yasaka
2378b654a5
Add a couple tests for determineAddress
2018-11-13 09:52:24 -08:00
Tyler Yasaka
2435560c95
Move some validation to determineAddress
2018-11-13 09:52:16 -08:00
Tyler Yasaka
941c078da5
Add a determineAddress method
...
Because the generated address is deterministic, it can be predicted if you know the name, type, and write-access keys. This method makes it straightforward to do so.
2018-11-13 08:17:22 -08:00
Haad
b819a66208
Merge pull request #499 from orbitdb/fix/makefile
...
Keep package-lock on make clean, add make rebuild command
2018-11-12 11:47:53 +01:00
haad
fbf4763cda
Keep package-lock on make build, add make rebuild command
2018-11-12 11:46:49 +01:00
shamb0t
f93243821b
Merge pull request #493 from orbitdb/refactor/local-data-check
...
Refactor checking local db data at open/create
2018-11-07 08:45:24 +01:00
haad
50dcd71411
Refactor checking local db data at open/create
2018-11-07 07:52:51 +01:00
Haad
c03e9a2720
Merge pull request #462 from orbitdb/feat/spelling-errors
...
fix: Spelling errors
2018-10-02 20:24:42 +07:00
Richard Littauer
a4235f34f0
Merge pull request #472 from KevinLiLu/master
...
Fix typo in Access Control section of GUIDE.md
2018-10-02 09:21:40 -04:00
lu.kevin@berkeley.edu
28f3b47450
Fix typo in Access Control section of GUIDE.md
2018-10-02 00:20:46 -07:00
Richard Littauer
e191d27832
fix: Spelling errors
...
Generated by https://github.com/codespell-project/codespell .
2018-09-20 15:30:44 -04:00
shamb0t
a4c1027416
Merge pull request #459 from haoliangyu/patch-1
...
docs(api): fix outdated doc
2018-09-18 16:12:04 +04:00
Haoliang Yu
467c66816a
Fix docstore.get() doc
2018-09-17 20:14:14 +08:00
shamb0t
2f743772b7
Use latest ipfs-log
2018-09-17 09:45:30 +04:00
Haad
5e3d0c5e81
Merge pull request #455 from 0xflotus/patch-1
...
fixed specified
2018-09-17 07:39:47 +02:00
0xflotus
a416469912
fixed specified
2018-09-16 23:04:56 +02:00
Haad
ff9f16e703
Merge pull request #443 from vvp/feat/dockerized
...
Dockerfile for OrbitDB base image
2018-09-11 12:43:31 +02:00
V-V
e29b8f58f1
Grammatical fixes in docker/README.md
2018-09-11 07:25:36 +03:00
Haad
89295ced77
Merge pull request #448 from orbitdb/feat/gitter
...
docs: Add a Gitter badge
2018-09-06 16:46:58 +02:00
Richard Littauer
8342a8363e
docs(README.md): Add a Gitter badge
2018-09-06 10:12:38 -04:00
V-V
21390a95ff
Improved the docker/README.md
...
Tested with newer Docker version, also described some of the
benefits of containerization from our perspective.
2018-08-31 14:52:27 +03:00
V-V
b837a1e348
Instructions for building and running OrbitDB containers
2018-08-31 14:09:48 +03:00
V-V
bfdc17e949
Base Dockerfile for OrbitDB
...
This commit introduces a Dockerfile for building Docker images of OrbitDB
base installations on node.js. It is based on official nodejs image, and
can also be used either as a base image for building new images for
projects that use OrbitDB, or as image for throwaway temporary containers.
2018-08-31 13:41:52 +03:00
Haad
a8e097b4f8
Merge pull request #436 from mistakia/docs/api-fix
...
Document replicate option
2018-08-16 17:47:32 +03:00
Kia Rahimian
d9f1d079ae
docs(API): document replicate option
2018-08-16 10:44:28 -04:00
Haad
eafc95805f
Merge pull request #433 from crazybuster/await-on-send
...
Wait for send to complete on exchange heads
2018-08-16 17:12:21 +03:00
Richard Littauer
b17d275af1
docs: update license information
2018-08-14 14:03:51 -04:00
Richard Littauer
8ae7274d0a
Merge pull request #428 from orbitdb/feat/automatically-add-tocs
...
docs: Add TOCs using an npm script
2018-08-13 15:16:28 -04:00
Richard Littauer
8a506f6b3b
Change script names
2018-08-13 14:48:42 -04:00
Richard Littauer
3816f4d517
chore: move remark packages to devdeps
2018-08-12 12:32:52 -04:00
Richard Littauer
fa6dbeb221
docs: add remark-validate-links, fix broken links
2018-08-12 11:26:28 -04:00
Yu Pan
003c658927
Wait for the message to be actually sent before continuing
2018-08-09 16:15:54 -07:00
Richard Littauer
8a9f0ec21d
docs: Add TOCs using an npm script
...
This is a stab at making #426 work automatically, so that we don't need to manually adjust the files. I've also edited some of the depths of the headings. What do you think, @mistakia?
One thing I would like is to add this to the build. It shouldn't change anything if there are no changes to make.
2018-08-08 18:07:51 -04:00
Richard Littauer
11d7c32d1a
Merge pull request #407 from mistakia/docs/update
...
Refactored README.md & updated API.md
2018-08-01 08:24:20 -04:00
Haad
3ed6f4988d
Merge pull request #424 from orbitdb/remove-old-circleci-config
...
Remove CircleCI 1.0 config file
2018-08-01 13:14:43 +03:00
haad
182100a14b
Remove CircleCI 1.0 config file
2018-08-01 12:59:55 +03:00