Commit Graph

34 Commits

Author SHA1 Message Date
Hayden Young
0b67e74fb9 docs: Correctly import access controller for extending. 2023-01-17 16:29:08 +00:00
haad
d2ae435345 Update Getting Started Guide 2023-01-17 14:37:21 +02:00
pyc
4f3fabb7bc added a bit more detailed info on how to get database manifest 2021-05-25 15:03:50 -04:00
Simon
24ed7f9288 update GUIDE.md according to new constructor of IPFS object 2020-11-12 11:23:29 -05:00
anders
f2cfaa8d1a add API to GUIDE.md 2020-04-17 19:47:42 -04:00
shamb0t
9c18dfc161 add note about pinning 2019-12-11 09:16:19 +00:00
hazæ41
3ba2633993 Update GUIDE.md
pubsub option is now enabled by default since js-ipfs 0.38
2019-11-06 15:55:12 +01:00
shamb0t
b4f569c27c v0.22.0 2019-10-03 18:31:02 +01:00
shamb0t
62f548b8d0 update docs 2019-09-25 12:00:50 +01:00
spartanz51
9bc6f0b0a3 fix custom access controller example 2019-09-23 09:16:50 +02:00
Mark Robert Henderson
7902972277 Update GUIDE.md 2019-09-16 22:58:17 -04:00
Anthony Maurin
0ec391b2b0 Write Access with id ? 2019-09-17 02:42:53 +02:00
Gadzook8
6c75c0ee86 Fixed example code in Guide.md
Fixed await operator outside of async function.
2019-06-05 05:07:37 -06:00
Mark Robert Henderson
5fcbd96eb5 Adding field manual links 2019-05-06 14:16:26 -04:00
shamb0t
07984f7637 remove cid prop
update browser dist

increment version
2019-05-01 16:32:48 +01:00
Mark Robert Henderson
40fa3cba76 Revert "Cid to hash" 2019-05-01 11:07:39 -04:00
shamb0t
53a220886b update browser dist 2019-05-01 09:22:59 +01:00
shamb0t
6a137e3d92 Update docs 2019-02-20 14:36:38 +00:00
Haad
c03e9a2720 Merge pull request #462 from orbitdb/feat/spelling-errors
fix: Spelling errors
2018-10-02 20:24:42 +07: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
Richard Littauer
fa6dbeb221 docs: add remark-validate-links, fix broken links 2018-08-12 11:26:28 -04: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
Kia Rahimian
2f84c96c9d docs: move custom store to GUIDE.md 2018-07-25 21:01:26 -04:00
Kia Rahimian
6be510decd docs: fix typos 2018-07-25 21:01:26 -04:00
Kia Rahimian
680c0f35a2 docs: update links 2018-07-25 21:01:25 -04:00
Kia Rahimian
2c037a5236 docs: refractor 2018-07-25 21:01:25 -04:00
Brian Muller
4f55abf9ca Fix spelling issue 2018-03-03 10:32:58 -05:00
Javier Ayres
7e0d3a50f7 Change "the only" to "only the". 2018-01-03 16:48:39 -03:00
onionjake
870dd20e83 Minor edit to GUIDE.md 2017-12-26 00:12:29 -07:00
haad
c776b4de8b Add tests for using multiple databases at the same time 2017-11-30 17:13:24 +01:00
haad
8df715274c Update documentation for db.key 2017-11-29 21:24:47 +01:00
haad
38da14db72 Add documentation about starting IPFS with pubsub enabled 2017-11-29 07:24:33 +01:00
haad
42885b20a4 Write permissions for databases
Use latest store modules from npm
Update README
Update docs
Update examples
Update benchmarks
Update dependencies
Add Getting Started guide
Add new a screenshot
Add a new live demo
Add persistency tests for snapshot saving/loading and events
Add network stress tests (but skip them by default as they're very heavy and lengthy)
Add browser benchmarks
Add log() alias for eventlog() database
Add possibility to create database if it doesn't exist yet
Add support for orbitdb addresses
Add a test for starting replication when peers connect
Add debug build
Use IPFS nodeID as default user id
Use ipfs-pubsub-room
Handle closing of databases properly
Handle cache errors
Clean up tests, re-organize code files
Clean up code style
Support for CLI
Remove obsolete scripts
2017-11-28 09:10:51 +01:00