Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Dexie.js

Develop and maintain Dexie.js - the minimalistic wrapper for IndexedDB
Collective - Host: opensource - https://opencollective.com/dexiejs - Website: https://dexie.org/ - Code: https://github.com/dexie/Dexie.js

Avoid SW background sync for Firefox to...

...avoid CryptoKey bug in Firefox - only seem to happen in SW.
Non-exportable CryptoKey cannot be...

github.com/dexie/Dexie.js - 91797ccc685a7bbc80d8fa6f7d87fcc07f1c81a9 authored over 3 years ago
Removed unused code

github.com/dexie/Dexie.js - aa4bca8527467acaa4b6c8ab6786e4d3671ba2a6 authored over 3 years ago
Get some breath on retrying websocket after error

github.com/dexie/Dexie.js - db437de30bd65506b203d7629624eb9aacec2a64 authored over 3 years ago
Documented jsitor live test url

github.com/dexie/Dexie.js - eac19e8c86bd5e45756051224c0df1cdea57ec69 authored over 3 years ago
Remove the user activity responsibility from

WSObservable as it is now moved to connectWebSocket()

github.com/dexie/Dexie.js - 413b7717925f2205ab30278c4b8b0027e2ece02c authored over 3 years ago
Rearchitect connectWebSocket to take over

responsibility of reacting and reconnecting on user activity.

github.com/dexie/Dexie.js - 4412a64911f1c5aa3111cd4ef690b740647be55f authored over 3 years ago
Rearchitectures the observable and provide

some other handy observables needed by connectWebSocket()

github.com/dexie/Dexie.js - 5e08f67e74f462b055cec731bddec3b11ebdd84a authored over 3 years ago
New global observable of whether user is active

github.com/dexie/Dexie.js - 4ab032b3cd3d50fd0bcd41486e86bc588642e484 authored over 3 years ago
dexie-cloud-addon fix Websocket reconnect issue.

WebSocket connection dies when leaving app open for more than 1 hour.

Websocket connection SHAL...

github.com/dexie/Dexie.js - 0d2f540af034662e12c9a15fdafc1bd215b7d3a3 authored over 3 years ago
Use favicon with dark text

github.com/dexie/Dexie.js - 4e0f363d2106b25e24742563b224886c31403243 authored over 3 years ago
dexie-cloud example app: white app icon

github.com/dexie/Dexie.js - bf6f3bd7d7ae0d7ab369924f56250f8eaca93e10 authored over 3 years ago
Publish dexie-cloud-addon 1.0.0-beta.5

github.com/dexie/Dexie.js - 08d206677594d88aa7acc841a737cced345c207b authored over 3 years ago
Merge branch 'master' of https://github.com/dfahlander/Dexie.js

github.com/dexie/Dexie.js - 7462ce09b88de822b210eb5c76c4b09e14d7d469 authored over 3 years ago
Dexie cloud bugfix: Invalid returned promise when waiting for a writer to complete its execution.

The issue was hit in repro of #1359.

github.com/dexie/Dexie.js - 44df2017139b8c7d8bc1692eed19e5bdd10d7e11 authored over 3 years ago
Removed unused option

github.com/dexie/Dexie.js - 73e7c4fb7db5395dea1a343199ad2624aa2e46ba authored over 3 years ago
Resolves #1349 - prompted for OTP on every reload

github.com/dexie/Dexie.js - 01d7187b9fbeeef19ae0382af72325daccc06f4b authored over 3 years ago
Updated deps of dexie-cloud-todo-app sample

github.com/dexie/Dexie.js - bd22cf37f4a6fb8ec14cb9d790adc532b879ea1e authored over 3 years ago
dexie-cloud-addon package-lock

github.com/dexie/Dexie.js - dcbfe5824d36bd58b0c424e9ca7fab35ef179d51 authored over 3 years ago
Releasing v3.2.0-beta-2

github.com/dexie/Dexie.js - a80bc282141c7a004d4b86e45b65c562870822c0 authored over 3 years ago
Dexie cloud sample app: More flexible login options.

github.com/dexie/Dexie.js - 460ce77bd2da16b6a2ec6723aeb4b1f11f7a7775 authored over 3 years ago
Allow using a vip instance of Dexie before open.

Wait for open to complete as with a normal Dexie instance.
We need this as dexie cloud exposes db...

github.com/dexie/Dexie.js - d33ab6ae197374313ba0f743776a4098a2881f51 authored over 3 years ago
Improved styling of dexie cloud sample application

github.com/dexie/Dexie.js - ea4cb3aadd36dc0b222cce331d0aead5d8b4598a authored over 3 years ago
Bugfixes dexie-cloud-addon

github.com/dexie/Dexie.js - c8abeca728d81cc0ff6a0840682a7a19dff0b939 authored over 3 years ago
Updated package-lock

github.com/dexie/Dexie.js - af873f6ed62aa27c1eadfa3fa3bc4ef0ece12b09 authored over 3 years ago
Bugfix: on.ready subscribers added within another on.ready subscriber should also be given a vip:ed dexie instance.

github.com/dexie/Dexie.js - cbe7cc49d83426816d02ac265aabfdcf90f5cd21 authored over 3 years ago
Moving vip-mapping to DexieCloudDB.

Otherwise dbOnClosed() won't work.

github.com/dexie/Dexie.js - ab7565d2a905cb1914077592b151681bbbef692b authored over 3 years ago
Avoid service worker in safari to prohibit crash.

github.com/dexie/Dexie.js - 7f6131d579e4affb8b33cc4dc224823f3bfa0f5a authored over 3 years ago
WIP: Rewriting login dialog architecture

github.com/dexie/Dexie.js - fadf8eb0ad628c3415de8e17f9e64874825ad061 authored over 3 years ago
Allow generic pointer to vip:ed DB.

Need to avoid race conditions in addons like dexie-cloud-addon.
Calling Method db.cloud.login() b...

github.com/dexie/Dexie.js - 807459a3f39f0ed1201e19aaf95b5cb384000ad3 authored over 3 years ago
dexie cloud sample app: Use SW again (working now)

github.com/dexie/Dexie.js - 0b3478c351fad412113fbb3edef38c1d3f3e54da authored over 3 years ago
Don't rely on db.cloud.currentUser in SW sync as that observable isn't up-to-date in service workers.

github.com/dexie/Dexie.js - 9f646f318eb1889687f99dbc93ac0dcd1143ac4a authored over 3 years ago
Extend CryptoKey unit test to test Table.update()

github.com/dexie/Dexie.js - 2d805436e48920807e07309cafc8bf2b40b9eab6 authored over 3 years ago
dexie-cloud sample: move db.ts module out from models

github.com/dexie/Dexie.js - 187fea9be8a1fbce75eac4ccb112fbd8f49b9dc4 authored over 3 years ago
Update version numbers for current dependencies

github.com/dexie/Dexie.js - 3476705d3490e5845813d1d18bae5593f3b69bff authored over 3 years ago
Cleanup + optimize + fix texts on unit test

github.com/dexie/Dexie.js - b80c66b8f5fd63f8a2ff857a431cdabaa8c6893a authored over 3 years ago
Bugfix vip db generated middleware stacks on proxy

github.com/dexie/Dexie.js - 370bad5d98bdc6db9d6753d55e58d20a6b9f9195 authored over 3 years ago
dexie-cloud-addon: Authentication GUI:

* Improved error handling
* Improved GUI
* Bugfixes

github.com/dexie/Dexie.js - f7b787005160f5be12704352cd1b71eb46a7b761 authored over 3 years ago
Improving gui of authentication

github.com/dexie/Dexie.js - 7ce090a0506370d0b23f45b8e920022e0b4e2a81 authored over 3 years ago
Default login dialogs works and looks/feels ok

github.com/dexie/Dexie.js - 8ed4401cca1013211f773e15d256d5f5497df900 authored over 3 years ago
New way of doing login interactions

github.com/dexie/Dexie.js - 194abe82b6dc5c073652e5e86a1eed4d984a05a0 authored over 3 years ago
dexie-cloud bugfix: WS reconnect after token expiration

github.com/dexie/Dexie.js - 4b4abd0ce5fac16851aa713ba55e31875a55e5dd authored over 3 years ago
Catch login cancellation

github.com/dexie/Dexie.js - f19370e89ad016dff07a2240352372321d44fdd5 authored over 3 years ago
Disabling service worker for now. Need to troubleshoot.

github.com/dexie/Dexie.js - 14fe6e2fa727d64af3148a61e6b2e1b5624448ef authored over 3 years ago
Bugfix vip:ed db failed to store dbSchema on orig db.

github.com/dexie/Dexie.js - 405bfc04b674a799af35821e6793012a8c5a4779 authored over 3 years ago
Don't setup default GUI in SW

github.com/dexie/Dexie.js - b0d57c6f2b7246012d2df6eec0a7dedff3c6d296 authored over 3 years ago
Don't connect WebSocket until initial sync has happened.

github.com/dexie/Dexie.js - e0341a0cd26f0348fb1e3ade04e76857a4ef50fb authored over 3 years ago
Bugfix: isOnline need to work in SW

github.com/dexie/Dexie.js - 57421b1c5ba0c9c0ef584d14c02d49b3766cb1ed authored over 3 years ago
Possible to delete todo-list.

+ layout fixes

github.com/dexie/Dexie.js - 3a294d260b153ce46194b96ce5afc814f6811651 authored over 3 years ago
Bugfixes dexie-cloud-addon.

WebSocket should be reactivated on any sign of user activity including visibilitychange event whe...

github.com/dexie/Dexie.js - f76d0788268a93ad5e62fdc87f713d368a2fd5bf authored over 3 years ago
Hover the sad cloud --> see error behind

github.com/dexie/Dexie.js - 05ead9f7b52002d1c7054931ce2ff732a85773df authored over 3 years ago
Adjust position of status icons in uncollapsed mode

github.com/dexie/Dexie.js - 107d2f97ddd250534a3527e0e304bd5d7950b4ef authored over 3 years ago
dexie cloud sample app: Icons for all sync states

github.com/dexie/Dexie.js - 05c00892637dcb7559e90fe275e1a10bd482636c authored over 3 years ago
Logging service worker build date/time

github.com/dexie/Dexie.js - 70d7f4bdaf765d7a416a2cfb484a6105abbf2f80 authored over 3 years ago
Dexie Cloud Addon: Handle Offline / Online events

Resync whenever online and the app is open.
Handle typical chrome error when going back online: n...

github.com/dexie/Dexie.js - 563d867f5eb50807674121cb323f232d4906801b authored over 3 years ago
Dexie: vip:ed dbs need to store idbdb on orig db on open.

github.com/dexie/Dexie.js - 61a1fbc52c4cd445cc2e2b0056a8987992b06e5c authored over 3 years ago
Bugfix: Reconnect websocket when token expires

github.com/dexie/Dexie.js - 08b8807edf108585f6cd6a9fd111e9a691eed7f7 authored over 3 years ago
Fix last build fail due to a miss in prev commit

github.com/dexie/Dexie.js - fe00f1ee1b6caf64cd5aff9b295d9946367b4db9 authored over 3 years ago
Race condition in db.open() triggered by safari-14 fix.

Added support for cancelling the open promise flow as soon as possible when db.close() has been c...

github.com/dexie/Dexie.js - 31558278a975874fd5e59d08b922205ad7b8ce2e authored over 3 years ago
No need anymore to use my "safari-14-idb-fix" fork

github.com/dexie/Dexie.js - 83c9b504112ad1582cf92c37c117705a58981a4c authored over 3 years ago
Update SECURITY.md

github.com/dexie/Dexie.js - 0920fe689d3b12adde59bf9eeb484008d862d2cb authored over 3 years ago
Previous commit made unit test stall on IE.

github.com/dexie/Dexie.js - 0ad47732c2d83a5055151388cf627d48d608f6b4 authored over 3 years ago
samples/typescript-simple: Updated deps to latest

github.com/dexie/Dexie.js - 531dbf3fed8f8cae7afe7a5cc1054253e76b3842 authored over 3 years ago
npm audit fix

github.com/dexie/Dexie.js - d8d5c67e0e9d57aed24d90963bf0e9f1067f7c00 authored over 3 years ago
Skipping non-IE compatible unit test

github.com/dexie/Dexie.js - d69cbd847f1cb0353cbcf159d2234e0e25e37f14 authored over 3 years ago
Fix failing IE11 test.

Refer to a fork of safari-14-idb-fix that use ES5 code

github.com/dexie/Dexie.js - 9190c40225cb6a7d0d6cf39f2d2d5bad8d70233b authored over 3 years ago
Update dexie-cloud-todo-app README

github.com/dexie/Dexie.js - dd7dfb65a451a91f0f4f262fca9f1de45bbb5c36 authored over 3 years ago
Update README.md

github.com/dexie/Dexie.js - 3ac03a40312dfc8cd08ec4e2959ba74ec1775a43 authored over 3 years ago
Integrating Jake Archibalds Safari 14 fix

Safari 14 has a new awful bug that prevents IndexedDB from ever opening in fresh browser windows
...

github.com/dexie/Dexie.js - 99521e36a777470cca49ffa56c20e0c90a699679 authored over 3 years ago
dexie-cloud addon: Put dexie in peerDependencies

github.com/dexie/Dexie.js - 19c59a5329cd8ff935c0a9c60f102a7342b70515 authored over 3 years ago
Going over to peerDepencencies

To resolve #1262

github.com/dexie/Dexie.js - 42a4b798c22f90b5cba5bb92200d7fdf5db177b6 authored over 3 years ago
Published dexie-export-import with wider deps

github.com/dexie/Dexie.js - 7828173df27e7208a73d846d0705ddeb4114071d authored over 3 years ago
Published dexie-export-import

github.com/dexie/Dexie.js - a6f6a9e86d70b0b9491d452bbf5527888ddb442a authored over 3 years ago
Fixing rollup config for dexie-export-import tests

github.com/dexie/Dexie.js - e5c2031c8afb4ef4b54f5fb1693684a075f2e6e1 authored over 3 years ago
Added test case for #1333 - uniqueKeys produces duplicate values with virtual index

github.com/dexie/Dexie.js - 40877fc328118075cf9dd5ec01205022c0be9849 authored over 3 years ago
Resolves #1333

github.com/dexie/Dexie.js - 331af38272bf3b6b662f57397a033524876fb320 authored over 3 years ago
Merge pull request #1343 from vikrend/fix-import-into-clear-tables

Bugfix: fix importInto clearTablesBeforeImport option (issue #1342)

github.com/dexie/Dexie.js - e3417872bf4ba2c6a2b817e703f31c4d825c8313 authored over 3 years ago
Bugfix: fix importInto clearTablesBeforeImport option (issue #1342)

github.com/dexie/Dexie.js - cf2aa4fd71d9739b92664b389b9c50976831f0bb authored over 3 years ago
Updated readme

github.com/dexie/Dexie.js - aff8e7fe86d49dcfd11222661ff61119acefba46 authored over 3 years ago
Moved dexie-cloud-todo-app one level up

github.com/dexie/Dexie.js - 6630f70af193bb2f58c3e114ac7bacd9f098e577 authored over 3 years ago
Don't log token

github.com/dexie/Dexie.js - 596574d6d30f6af087f06774f34ab9b806826b13 authored over 3 years ago
Updated dexie-cloud-addon

github.com/dexie/Dexie.js - 1118914a0be530a126ae95ba61003f45d1ca044e authored over 3 years ago
Removed unnescesary doc line

github.com/dexie/Dexie.js - 8cca70481a7beab5252e6fc244bf7cd4402449f2 authored over 3 years ago
Bump dexie-cloud-addon version

github.com/dexie/Dexie.js - 4c0bca846c937d86bd32b5b1682dd9fefea7d33a authored over 3 years ago
Bugfix: Websocket connected over unsecure channel.

github.com/dexie/Dexie.js - 2ff55cb23d83c341c9532e0ce1597d7d64845b1e authored over 3 years ago
Updated README and prepared for deploy to gh-pages

github.com/dexie/Dexie.js - 61e55b763def4503f2fc32afa739bb0de233d611 authored over 3 years ago
Provide and maintain syncState observables:

* db.cloud.syncState: Observe for sync-status icon.
* db.cloud.persistedSyncState: Observe detail...

github.com/dexie/Dexie.js - 3d4abbdc80d80eadf33c1c326eb1d02db40964da authored over 3 years ago
Upgraded dexie-react-hooks to fix conflicting deps

github.com/dexie/Dexie.js - f5e22eb25f090163668249af5fed14b8336f02b0 authored over 3 years ago
Fixed deps to [email protected] or 3.1.0-x

github.com/dexie/Dexie.js - 70ce2ea8f69b60e99f5dbba170ced6bd95b2c575 authored over 3 years ago
Upgraded typescript

github.com/dexie/Dexie.js - 5fc3d93bd7734c47486ad466e5e6bd22aecad577 authored over 3 years ago
Merge pull request #1277 from dfahlander/dexie-cloud-addon

Dexie cloud addon

github.com/dexie/Dexie.js - 90b51386aeb7375014f434a193c5b0cce5202487 authored over 3 years ago
Bumping version of dexie-cloud-addon: 1.0.0-beta.1

github.com/dexie/Dexie.js - b4be27fc175155591a385f14b50e1ec85ae85b72 authored over 3 years ago
Releasing v3.2.0-beta.1

github.com/dexie/Dexie.js - ac39f793cc32c2dbd3a7b536f4e4a013afc4bf9d authored over 3 years ago
Merge branch 'master' into dexie-cloud-addon

github.com/dexie/Dexie.js - 4baf2cb036ffb0d96cc5bb41a7ea5746acca8ff6 authored over 3 years ago
Added prettier config with single quotes.

Not yet enforcing prettier on the code base.
This is for future changes.
And if we will chose to ...

github.com/dexie/Dexie.js - b9aa57ccba84b4868755ae300ccc3b318a977eef authored over 3 years ago
Merge branch 'master' into dexie-cloud-addon

github.com/dexie/Dexie.js - fa18f736179cf1c7d64f091c63d5316b1415dd15 authored over 3 years ago
Changes and bugfixes done during dexie-cloud development

github.com/dexie/Dexie.js - 86c4b8d9aad6521fbc2c70c35d004e814ef3a4c0 authored over 3 years ago
Cleaning up unused files

github.com/dexie/Dexie.js - 914733e311da7a38f864eadd0648839b96b70434 authored over 3 years ago
Bugfix: instanceof seem not work. Try error?.name

github.com/dexie/Dexie.js - 2589b4d26eb0855ce5d8174d452297573e39f668 authored over 3 years ago