1992 Commits

Author SHA1 Message Date
Hayden Young
c4f085b267 refactor: Match database registration to AC/IDP registration processes. 2023-09-05 22:52:51 +01:00
Hayden Young
94a8988115 refector: Load default ACs using AC manager. 2023-09-05 21:41:38 +01:00
Hayden Young
fc45f0614a refactor: Load pubkey idp using idp manager. 2023-09-05 21:41:18 +01:00
Hayden Young
cc2ee0fe2a test: Check for valid IDP when creating an identity. 2023-09-04 17:35:01 +01:00
Hayden Young
a552bde0b0 fix: Export the IDP type in both the function definition and the function return values. 2023-09-04 17:03:10 +01:00
Hayden Young
a25eb3aba6 fix: Correctly check for identity provider. 2023-09-04 10:44:43 +01:00
Hayden Young
c08bf8d2d0 refactor: Move type and verifyIdentity into IDP function. Pass provider as using provider param. 2023-09-04 10:39:25 +01:00
Hayden Young
b7956db016 docs: Update custom IDP usage. 2023-09-04 00:56:26 +01:00
Hayden Young
8df135284c docs: API docs for new params. 2023-09-04 00:48:49 +01:00
Hayden Young
0a5a6ed1ac refactor: Identity provider can be passed as partially instantiated function. 2023-09-04 00:43:27 +01:00
Haad
a405ff939a
Merge pull request #1089 from orbitdb/fix/benchmarks
Fix nodejs benchmarks
2023-09-02 07:31:07 +03:00
Haad
ebbaf60bd3
Merge pull request #1088 from orbitdb/fix/instance-caching
Fix db instance caching
2023-09-02 07:30:48 +03:00
haad
8c7069a3a6 Fix nodejs benchmarks 2023-09-01 09:35:18 +03:00
haad
ef56b9f9b1 Fix db instance caching 2023-09-01 09:03:34 +03:00
Haad
53e8b35fc9
Merge pull request #1085 from orbitdb/fix/remove-examples
Remove obsolete example code
2023-08-31 18:09:30 +03:00
Haad
ecde75c349
Merge pull request #1087 from orbitdb/fix/apidocs
Fix orbitdb package name in API docs
2023-08-30 16:07:18 +03:00
haad
fb38c51625 Fix orbitdb package name in API docs 2023-08-30 16:06:46 +03:00
Haad
b5e0a3535f
Merge pull request #1086 from orbitdb/fix/remove-images
Remove obsolete images
2023-08-30 16:03:37 +03:00
haad
f5b92ddf7e Remove obsolete images 2023-08-30 16:02:59 +03:00
haad
c0ef736c94 Remove obsolete example code 2023-08-30 15:45:13 +03:00
Haad
d935c04ae1
Merge pull request #1084 from orbitdb/fix/readme
Add links to readme
2023-08-30 15:40:04 +03:00
haad
0e24831cff Add links to readme 2023-08-30 15:35:29 +03:00
Haad
9bdd93c1bc
Merge pull request #1080 from orbitdb/main
Merge v1.0 code base
2023-08-24 17:21:19 +03:00
Haad
8457096232
Merge pull request #98 from orbitdb/fix-docs
Fix docs
2023-08-24 17:15:16 +03:00
haad
d4918e750a Update README and getting started guide 2023-08-24 17:13:29 +03:00
haad
77bd2734a6 Remove obsolete API document 2023-08-24 17:13:13 +03:00
Hayden Young
65eb26238f fix: Target correct npm job. 2023-08-24 13:13:22 +01:00
Hayden Young
ca291c78a4
Merge pull request #97 from orbitdb/build/api-publish
chore: Add api publish to github pages.
2023-08-24 20:11:12 +08:00
Hayden Young
59be1159d0 chore: Enable doc build. 2023-08-24 13:03:17 +01:00
Hayden Young
6e053dac19 chore: Add api publish to github pages. 2023-08-24 13:02:03 +01:00
Hayden Young
2748ff66ca chore: Increment 0.30.0 to 0.30.1 2023-08-17 18:31:55 +01:00
Hayden Young
a77ca8b92e
Merge pull request #96 from orbitdb/docs
docs: Use new exports and locations for orbitdb.
2023-08-18 01:26:07 +08:00
Hayden Young
857451b7a4 docs: Remove sections that are no longer applicable or out-of-date. 2023-08-17 13:47:58 +01:00
Hayden Young
4f3724b8b5 docs: Absolute paths for docs deployed outside of github. 2023-08-17 13:43:53 +01:00
Hayden Young
f33c5d15f5 docs: Use new exports and locations for orbitdb. 2023-08-17 12:51:27 +01:00
Hayden Young
6316eb1706
Merge pull request #95 from orbitdb/package-rename
Package rename
2023-08-17 05:27:04 +08:00
Hayden Young
5f5d25d4c1 chore: Fix lint issues. 2023-08-15 01:09:51 +01:00
Hayden Young
5079d490d9 refactor: Rename OrbitDB entry point. 2023-08-15 00:55:27 +01:00
Hayden Young
942f94d52d refactor: Export all public modules under the OrbitDB webpack package. 2023-08-15 00:45:19 +01:00
Hayden Young
a63525ab31 refactor: Scope package name. 2023-08-15 00:44:30 +01:00
Hayden Young
091ad065a2 chore: Bumping version for testing package release. 2023-08-02 12:50:57 +01:00
Hayden Young
051c17d2a3
Merge pull request #94 from orbitdb/fix/orbitdb-ac
Fix OrbitDBAccessController
2023-07-31 20:05:33 +08:00
Hayden Young
f43413e281
Merge pull request #93 from orbitdb/fix/oplogrefs
Fix oplog references collection
2023-07-31 20:04:38 +08:00
haad
f368e2ef73 Fix OrbitDB AC test 2023-07-29 09:27:23 +03:00
haad
b105c84f99 Fix Sync timeout and events tests 2023-07-29 09:23:20 +03:00
haad
5032415e01 Fix OrbitDBAccessController address and return values 2023-07-29 09:18:17 +03:00
haad
a390281707 Fix oplog references collection 2023-07-18 12:28:47 +03:00
Hayden Young
af57db4337 refactor: Change package name orbit-db -> orbitdb. 2023-07-15 15:44:06 +01:00
Hayden Young
ecc1d961ff
Merge pull request #92 from orbitdb/docs-fix
docs: Correct param types.
2023-07-15 04:42:39 +08:00
Hayden Young
5ec4cb4768 docs: Correct param types. 2023-07-14 21:37:18 +01:00