orbit-db-control-center icon indicating copy to clipboard operation
orbit-db-control-center copied to clipboard

UI for managing OrbitDB databases

Results 21 orbit-db-control-center issues
Sort by recently updated
recently updated
newest added

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.2 to 6.11.3. Release notes Sourced from protobufjs's releases. v6.11.3 6.11.3 (2022-05-20) Bug Fixes deps: use eslint 8.x (#1728) (a8681ce) do not let setProperty change the prototype...

dependencies

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...

dependencies

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.2.0. Changelog Sourced from nanoid's changelog. Change Log This project adheres to Semantic Versioning. 3.2 Added --size and --alphabet arguments to binary (by Vitaly Baev)....

dependencies

Bumps [just-safe-set](https://github.com/angus-c/just) from 2.2.1 to 2.2.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=just-safe-set&package-manager=npm_and_yarn&previous-version=2.2.1&new-version=2.2.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Unhandled Rejection (Error): 'options.create' set to 'false'. If you want to create a database, set 'options.create' to 'true'. Im getting this unhandled rejection when attempting to open a db with...

I tried to get a more secure [CSP](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) working but failed due to dependencies insisting on inlining CSS and JS. Lookin' at you, `glamor-css` I tried: - `INLINE_RUNTIME_CHUNK=false` - https://github.com/slackhq/csp-html-webpack-plugin...

enhancement
help wanted

Instead, it should catch the error and display something in the UI.

bug

This passes CI but we still have an issue with IPFS: ``` ● Cannot log after tests are done. Did you forget to wait for something async in your test?...