haad
dccbd1c6a2
doc: More documentation fixes
2025-05-04 10:06:02 +02:00
Hayden Young
5f54993660
Merge remote-tracking branch 'origin' into feat/encryption
2025-02-22 15:27:07 +01:00
haad
17e322cd71
Expose identities from OrbitDB
2024-08-02 11:32:53 +03:00
Hayden Young
7e5672eff0
fix: Linting.
2024-05-23 15:33:33 +01:00
Hayden Young
90f66cfe5d
feat: Pass encrypt configuration as a hierarchical list of params.
2024-05-22 17:05:51 +01:00
Hayden Young
ac3011c873
feat: Encrypt either data, payload or both.
2024-05-21 23:28:29 +01:00
Hayden Young
31597d7084
refactor: Support Helia.
2023-09-23 16:25:29 +01:00
Hayden Young
411702e561
Merge pull request #1100 from orbitdb/docs/dead-links
...
Docs/dead links
2023-09-17 21:43:38 +08:00
Hayden Young
bc7e559f00
docs: Correctly name createOrbitDB func in API.
2023-09-17 14:39:15 +01:00
haad
72ebd7ebc2
Close databases when orbitdb is stopped
2023-09-13 07:49:28 +03:00
Hayden Young
5c03f816d3
feat: Return OrbitDB configured id.
2023-09-07 13:46:49 +01:00
Hayden Young
f6a32050cc
fix: If provider is specified, pass to identity creator.
2023-09-06 20:48:46 +01:00
Hayden Young
5b83acf26d
refactor: Remove unnecessary identity provider configuration.
2023-09-06 20:15:36 +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
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
ef56b9f9b1
Fix db instance caching
2023-09-01 09:03:34 +03:00
haad
5032415e01
Fix OrbitDBAccessController address and return values
2023-07-29 09:18:17 +03:00
haad
0399366853
Documentation edits to OrbitDB
2023-06-30 08:03:00 +03:00
Hayden Young
44752a464e
refactor: Use hash instead of path when referencing orbitdb addresses.
2023-06-27 14:06:31 +01:00
Hayden Young
cdbe76d708
refactor: Match databases dir to namespace.
2023-06-27 13:33:08 +01:00
Hayden Young
bba53d730a
docs: Add a README home page to API.
2023-06-25 00:18:39 +01:00
Hayden Young
222c7234fe
refactor: Rename manifest store.
2023-06-22 01:10:12 +01:00
Hayden Young
4a2f2d6809
docs: Distinguish between opening a new db and opening an existing one.
2023-06-22 00:28:05 +01:00
Hayden Young
41230d6150
docs: Fix referenceCount definition.
2023-06-22 00:20:33 +01:00
Hayden Young
877d6b38ea
docs: Metadata new db vs opening db.
2023-06-22 00:17:08 +01:00
Hayden Young
8f88098ee7
docs: Sync default is true.
2023-06-22 00:15:13 +01:00
Hayden Young
7d31c9a763
docs: Correct default ComposedStorage.
2023-06-22 00:00:38 +01:00
Hayden Young
b3fcd36237
docs: Link to IPFSAccessController.
2023-06-21 22:34:08 +01:00
Hayden Young
8b93553d0e
refactor: Move database type management to db module.
2023-06-18 02:43:03 +01:00
Hayden Young
6def69f345
Identity issue ( #82 )
...
* docs: Correctly print out db query results.
* test: Remove concurrent.
* test: Remove unimplemented and 3rd party AC tests.
* test: Remove unimplemented and 3rd party identity tests.
* docs: Move jsdoc config to conf directory.
* Point package.json main at index.js to access all exported functions.
* test: Identities storage pointing at wrong location.
* refactor: Identities is configurable when creating an OrbitDB instance.
2023-06-13 23:55:25 +08:00
Hayden Young
b9e573dc6d
feat: Expose identity provider managers. ( #75 )
...
* feat: Expose identity provider managers.
* refactor: Remove unnecessary provider tools.
* refactor: Match AC management to other management mechanisms (e.g. Identity Providers).
2023-06-02 02:53:40 +08:00
Hayden Young
60fbe47ee3
Jsdocs ( #73 )
...
* fix: Load correct main.
* docs: Enable markdown.
* docs: Add jsdoc blocks.
* docs: Separate orbitdb into module and namespace.
* docs: Database module and namespace.
* docs: Default values for storage.
* docs: Match param naming across modules.
* docs: Use @link where possible.
* docs: Use @example for code.
* docs: KeyStore module and namespace documentation.
* docs: API for Access controller management.
* docs: Document Database events.
* docs: Formatting.
* docs: Notes on Custom AC and including a canAppend function.
* docs: Standardize primitive data types.
* docs: Proposed submodule structure.
* docs: Composed storage. How to create custom storage.
* docs: annotations for all storage modules.
* docs: Documents.
* docs: KeyValueIndexed.
* docs: Provide example for specifying storage for keyvalue.
* docs: KeyValue.
* docs: Remove const documentation where not required.
* docs: KeyStore static functions.
* docs: Identities.
* docs: Identity.
* refactor: Remove unused param.
* docs: Address.
* docs: Address.
* docs: Manifest.
* docs: IPFSAccessController.
* docs: OrbitDBAccessController.
* docs: Utils.
* test: check for correct message.
2023-05-18 03:34:44 +08:00
haad
c117ef63ba
Add jsdocs
2023-04-13 09:15:27 +03:00
haad
b1d16fc7b4
Cleanups
2023-04-13 08:26:41 +03:00
haad
f331b1b458
Refactor Manifest
2023-04-13 07:59:30 +03:00
haad
0fed060711
Remove commented code
2023-04-12 09:34:43 +03:00
Hayden Young
dadf4c34e7
refactor: Adhere to case naming convention for OrbitDB module. ( #67 )
2023-04-06 22:39:05 +08:00