1992 Commits

Author SHA1 Message Date
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
Ivan Bravo Bravo
7ac1a48f51 Added Windows support. 2019-11-03 15:15:04 -06:00
shamb0t
3bfa0c228e
Merge pull request #696 from achingbrain/patch-1
Upgrade to non-rc IPFS
2019-10-12 11:03:56 +01:00
Richard Littauer
29d74e4bf9
Merge pull request #704 from orbitdb/feat/keywords
chore: Adding keywords to package.json
2019-10-08 10:43:30 -04:00
Richard Littauer
422baa9a7a chore: Adding keywords to package.json 2019-10-08 10:29:14 -04:00
shamb0t
94c99d458f
Merge pull request #703 from orbitdb/docs/add-field-manual
add field-manual to readme
2019-10-08 11:48:28 +01:00
shamb0t
a5221c4f48 update license 2019-10-08 11:42:15 +01:00
shamb0t
28cb7d6626 add field-manual to readme 2019-10-08 11:30:02 +01:00
Richard Littauer
d2b7d0fb5c
Docs improvements (#702)
Docs improvements
2019-10-07 11:17:33 -04:00
1-byte-man
aa738484ae
Grammar fixes 2019-10-07 10:33:15 -04:00
1-byte-man
4cfe721445
Grammar fixes to API.md 2019-10-06 21:31:43 -04:00
1-byte-man
8200c34e3a
Fix API.md error 2019-10-06 21:08:29 -04:00
1-byte-man
971d3046eb
Added DataBase types to API.md 2019-10-06 20:59:07 -04:00
shamb0t
b4f569c27c v0.22.0 2019-10-03 18:31:02 +01:00
shamb0t
8544de4987
Merge pull request #700 from orbitdb/feat/release-notes-0.22.0
update changelog v0.22.0
2019-10-03 18:02:41 +01:00
shamb0t
e0caf49f34 update changelog v0.22.0
add link to post
2019-10-02 21:12:46 +01:00
shamb0t
28c11abb8d
Merge pull request #698 from ptoner/develop
Unit tests that verify calling load() on a feed with an amount greater than the number of items loads all the items
2019-10-02 12:57:25 +01:00
Patrick Toner
b66e892174 Unit tests that verify calling load() with an amount greater than the number of items loads all the items 2019-10-02 00:41:39 -04:00
Alex Potsides
af9ea144be
Upgrade to non-rc IPFS
`ipfs@0.38.0` has shipped so no need to depend on the release candidate any more.
2019-10-01 06:49:28 +01:00
Mark Robert Henderson
e575fbba97
Merge pull request #685 from achingbrain/upgrade-to-js-ipfs-0.38.x-rc
Upgrade to js-IPFS v0.38.x-rc
2019-09-30 12:11:25 -04:00
achingbrain
52b1aa341c Do not pass ipfs-http-client to ipfsd-ctl as it is not necessary 2019-09-30 14:19:26 +01:00
achingbrain
f836ea50d5 Upgrade to js-IPFS v0.38.x-rc
There's a new release of js-IPFS around the corner, one of the things it
does is turn on pubsub by default so needs a little code tweaking to work.

This PR contains the changes required to get orbit-db working with the
latest release candidate.
2019-09-30 14:19:26 +01:00
Mark Robert Henderson
c04be71a4f
Merge pull request #681 from tabcat/master
adds optional meta field to manifest
2019-09-27 14:04:43 -04:00
Mark Robert Henderson
189786f8f2
Merge pull request #695 from orbitdb/feat/validate-maint
ci: Add validate-maintainers step
2019-09-27 10:25:01 -04:00
Mark Robert Henderson
52865fddc0
Merge pull request #694 from orbitdb/update-docs
WIP update docs
2019-09-27 10:24:54 -04:00
Richard Littauer
f222995e98 ci: Add validate-maintainers step 2019-09-27 10:09:17 -04:00
shamb0t
62f548b8d0 update docs 2019-09-25 12:00:50 +01:00
Mark Robert Henderson
e196399266
Merge pull request #691 from swedneck/patch-1
add bridged chats
2019-09-24 11:57:02 -04:00
Mark Henderson
b66aa4aee1 v0.22.0-rc5 2019-09-24 11:21:39 -04:00
Mark Robert Henderson
1344c8a623
Merge pull request #677 from orbitdb/fix/createInstance
Using identity's keystore as default first
2019-09-24 11:06:40 -04:00
Mark Henderson
f9feb27c09 Using identity's keystore as default first
package-lock

pointing to branch

more cache management stuff

WIP

Passing tests

Removing static linking

fixing tests and linting

fixing package.json

removing last debugger

removing last debugger

Adding keystore and cache getters

PR comments

Removing extraneous cache management

Package files

Closing caches

using dbAddress as this.caches key

new tests for store management

Working but with slightly different semantics

Rebuild

package-lock

Dependency updates

removeHandler

restoring db.close in replication status test

package.json files

move handler to orbitdb.caches

Test updates

Cache management cleanup

use store.options.directory

requestCache in onLoad and onDrop

add status test

Adding db to this.stores in onLoad and onDrop

Working RC5 before rebase

Updating package-lock

restoring original replicaiton status test

package files

removing keystore getter

more keystore cleanup

typo
2019-09-24 10:48:27 -04:00
shamb0t
66924be133
Merge pull request #693 from spartanz51/master
fix custom access controller example
2019-09-23 09:05:50 +01:00
spartanz51
9bc6f0b0a3 fix custom access controller example 2019-09-23 09:16:50 +02:00
shamb0t
343af12950
Merge pull request #689 from orbitdb/doc/peer-event
Add doc for peer event
2019-09-20 08:22:45 +01:00
swedneck
86efbf3e37
add bridged chats 2019-09-20 06:45:47 +02:00
phillmac
77eb229554
Simplify wording 2019-09-20 08:02:47 +10:00
phillmac
d800e5d817
Fix inaccuracy 2019-09-20 08:01:57 +10:00
phillmac
9d639eeaaa
Add doc for peer event 2019-09-19 19:18:16 +10:00
anders
117197247c
match code convention 2019-09-17 08:54:43 -05:00
Mark Robert Henderson
7902972277
Update GUIDE.md 2019-09-16 22:58:17 -04:00
Mark Robert Henderson
4af0ab3226
Merge pull request #684 from spartanz51/patch-1
Write Access with id ?
2019-09-16 22:47:47 -04:00
Anthony Maurin
0ec391b2b0
Write Access with id ? 2019-09-17 02:42:53 +02:00
anders
7d8d6104bc remove spread syntax 2019-09-10 14:50:07 -05:00
anders
85d709a957 adds optional meta field to manifest 2019-09-10 14:06:45 -05:00
Mark Henderson
174e493f86 v0.22.0-rc4' 2019-09-03 15:44:08 -04:00
Mark Robert Henderson
cdc4fc318d
Merge pull request #675 from orbitdb/fix/webpack
Ensure webpack compiles in downstream projects
2019-09-03 15:28:05 -04:00
Mark Henderson
a74c3f933a leveldown removed
fs-shim
2019-09-03 15:21:49 -04:00
Mark Henderson
83cacffcd7 0.22.0-rc3 2019-09-02 10:11:10 -04:00
Mark Robert Henderson
32d5dde3de
Merge pull request #674 from orbitdb/fix/cache-migration
Preliminary cache migration code
2019-09-02 09:47:46 -04:00
Mark Robert Henderson
43c2db796a
Update 0.21-0.22.js 2019-09-02 09:42:05 -04:00