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

Successfully used service worker with dexie cloud in sample app

github.com/dexie/Dexie.js - 0bba46a230b576d4cadeb75ebbb169a9c7ee4a62 authored over 3 years ago
Recreated dexie-cloud-todo-app using PWA template

Used:
npx create-react-app my-app --template cra-template-pwa-typescript

...to create a new P...

github.com/dexie/Dexie.js - bd28d8067c84d2290129da97967920de3da67aaf authored over 3 years ago
Removed unused import

github.com/dexie/Dexie.js - 70df4ebe337ca62da01cba23f3ed67018b8eb1c7 authored over 3 years ago
Added dexie-cloud scripts to README of sample app

github.com/dexie/Dexie.js - 083e7c8140044779152120e956959b5fd62d94bc authored over 3 years ago
Script for configuring app against a cloud DB.

github.com/dexie/Dexie.js - dd10e61aef49d195f7c968a9c9507acc1a2c611d authored over 3 years ago
Changed sample app title and description

github.com/dexie/Dexie.js - ee10dc495b27ff18c04bdc4009b2f9e2ebf6b48e authored over 3 years ago
Removed ts-ignore comment

github.com/dexie/Dexie.js - 75b8b9aa16c2debff0e27c75c01bfe82fba16bf1 authored over 3 years ago
Revert to 5 minutes user inactivity timeout

github.com/dexie/Dexie.js - a694000d15081d85b81317955578e3bde8f1d51e authored over 3 years ago
WebSocket reconnection bug: Sometimes never reconnect the socket.

WebSocket reconnection bug: several open WS on userActivity.

github.com/dexie/Dexie.js - e98054997ad638910f90cc3f8e18841122419419 authored over 3 years ago
Signing refresh-token requests

github.com/dexie/Dexie.js - d52a71f2f9dcaf5546ad9b1dc019fbfba585e12d authored over 3 years ago
Refresh token works (without signature)

github.com/dexie/Dexie.js - 2c8c851cfa8b024aec31b317ab6a90d00730366e authored over 3 years ago
Debugged+fixed websocket reconnecting behavior +..

+...fixed persistance of dexie cloud schema's id prefixes.
+...renamed .synced to .markedForSync ...

github.com/dexie/Dexie.js - 6a46b70b49c527631090fc17315ce42007cbedc4 authored over 3 years ago
One missing point: Delete realms from deleted realms

github.com/dexie/Dexie.js - c0377986cf5211f54b46513efc79f5b90a30f96a authored over 3 years ago
Make app synced using dexie cloud + add navbar

github.com/dexie/Dexie.js - 382952be0eed62b56f2762b8e24feb74ff47a7b7 authored over 3 years ago
Bugfix: default args and arguments

github.com/dexie/Dexie.js - 68198fa1530d4289385f5dab7e6fa34850d4f43d authored over 3 years ago
Changed subscription message format + ...

+ don't connect WebSocket using expired token

github.com/dexie/Dexie.js - 7c37d5024a9b47cd6911da1b5d1d205d8b6baec3 authored over 3 years ago
Renamed source files

github.com/dexie/Dexie.js - f52f660166d5c7bdbe248dffe3c9c19b5844af18 authored over 3 years ago
Client WebSocket managing complete.

Also:
* db.cloud.sync({force: true})
* Unless db.cloud.sync({wait: false}), wait for sync to comp...

github.com/dexie/Dexie.js - 77a0e4cb7294b3d2dce50be183ae2e842f93434f authored over 3 years ago
Renamed WSConnection.ts --> WSRevObservable.ts

github.com/dexie/Dexie.js - cb0114b3bc0f909bf536197812d818c2d51de9c2 authored over 3 years ago
Rewrote client side WebSocket (WSRevObservable)

github.com/dexie/Dexie.js - 9c20446bde5b596d7042eb0f320ecc086987a031 authored over 3 years ago
WSConnection.ts

github.com/dexie/Dexie.js - 468a573ccf2717a72653144626821a5f5657619a authored over 3 years ago
console.error

github.com/dexie/Dexie.js - fe0e99393842095e5c95dc176d3d085d6d963c87 authored over 3 years ago
Bugfix: Opera never did sync

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

github.com/dexie/Dexie.js - 8c825741ad72092f4cfe8354521488ae69a844bf authored over 3 years ago
Support refresh-token for demo login

github.com/dexie/Dexie.js - 8ab390f1925b6770339e1373d4a396e9794628a9 authored over 3 years ago
dexie-cloud-common 1.0.12

github.com/dexie/Dexie.js - a4504eb892d09445905c5eda0bd37e743ccf02ef authored over 3 years ago
Dexie todo-app (without dexie-cloud yet)

github.com/dexie/Dexie.js - 1c2a1ea0890e5820d9e60ae31c53c397644de899 authored over 3 years ago
Updated entity interfaces

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

github.com/dexie/Dexie.js - af2dd692da7e5e80ddbb4e6b4c51c1546962bd51 authored over 3 years ago
Login fixes + typed built-in tables + bugfixes

github.com/dexie/Dexie.js - e0d682852a3f84ac9a19539be3de2ed6d18d3c93 authored over 3 years ago
Another sanity check. Works already but keep.

github.com/dexie/Dexie.js - c7cb6f0a8349bec5891a13c6bf4a9a81aa7a395a authored over 3 years ago
Resolves #1270.

Did simplify this a bit and remove some code.
We only need to go deep diffing when both ap and bp...

github.com/dexie/Dexie.js - 3cd862c5c749c81e7330706e4fe0c9f14ef96cde authored over 3 years ago
Refactor _global and getObjectDiff to own modules

github.com/dexie/Dexie.js - 6f9b739ae07cddcc458f5089f632ab5d96086410 authored over 3 years ago
@Christilut's unit test from PR #1272.

Modified to comply with expected dexie behavior.

github.com/dexie/Dexie.js - 59015a3e01996c16b9bb71b78de5bee940e90fd3 authored over 3 years ago
Don't set baseRevs for non-synced tables

github.com/dexie/Dexie.js - 3406633520ac055ced3e7527d31f30d6391a78b4 authored over 3 years ago
Changed protocol format + debugged it a bit more

github.com/dexie/Dexie.js - 65e273668ca15d1f28170a73d156321fdb9eeef8 authored over 3 years ago
allow uppercase vowels in prefix (todoItems = tdi)

github.com/dexie/Dexie.js - 817c22678a143ecb6487f0ebba59c3d703ab5e4d authored over 3 years ago
Global sync state observable

github.com/dexie/Dexie.js - ee4d49e3f6f6da0f49eb3700b311892c5d936cba authored over 3 years ago
Releasing v3.1.0-beta.13

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

github.com/dexie/Dexie.js - ae03222915d1cf4a5030a25841b480a65e82bba1 authored over 3 years ago
Bump ws from 6.2.1 to 6.2.2 in /samples/typescript-simple

Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://gith...

github.com/dexie/Dexie.js - 1689d59853845d6204b3270eb91b7696760d49f3 authored over 3 years ago
Add test for abort rollback

Check that changes don't get written to disk if the transaction is aborted

github.com/dexie/Dexie.js - e586532af21ce5df6fdebf79ada4fb54ff749c0b authored over 3 years ago
Solving it slightly different to avoid multiple

calls to idbtrans.abort()

github.com/dexie/Dexie.js - 90d7713f7073f7960b7bb3c0fc671547777c744b authored over 3 years ago
Make sure promise is rejected.

github.com/dexie/Dexie.js - 8f44f7cf1460de7eaeb451f168bc424419533aa2 authored over 3 years ago
Resolves issue reproduced in PR #1329

github.com/dexie/Dexie.js - 2a484e9334cee1784715150df6e43d3cc78335c4 authored over 3 years ago
Corrected when to trust criteria and not to...

...perform consistent operation based on it.
Both delete and modify.

github.com/dexie/Dexie.js - 7f9da6be9ca164090d23c621c1272bdd6acc9863 authored over 3 years ago
Sync consistent ops even when no match on client

github.com/dexie/Dexie.js - 78fecb1f50f7b3ef54a2e09f09202e7bc39a6708 authored over 3 years ago
Bugfixes Dexie cloud after debugging.

github.com/dexie/Dexie.js - 4bb81b868ddd0690caebb25706182cb4e79822c4 authored over 3 years ago
Bugfix: Using parts of compound primary key as a virtual index failed.

github.com/dexie/Dexie.js - a432c5cd096885a7bd072bdbafc9dc454c61b3da authored over 3 years ago
Syncification works after logging in.

github.com/dexie/Dexie.js - 86b4cddcd1f623e71dfff40fd28d49c67e4ed3f1 authored over 3 years ago
Authenticate demo user successful, but resents public data

github.com/dexie/Dexie.js - ce298c24d97fb1b1ed017297aefbbb0acce25f28 authored over 3 years ago
Releasing v3.1.0-beta.12

github.com/dexie/Dexie.js - 88180b02019bd95bba245fe29a7feecfc42a138f authored over 3 years ago
Support for FileSystemFileHandle when cloning

github.com/dexie/Dexie.js - f68b6b5600e52b9e0e933a4a9ecbf1cfadcb7fb6 authored over 3 years ago
Successful anonymous sync + demo user login

github.com/dexie/Dexie.js - 5ab73a08a72b18326c0bf46518bdebcb118598d5 authored over 3 years ago
Upgraded dreambase-library

github.com/dexie/Dexie.js - 875b7680f854b0cdce98b728cc9d6f68fcb303e4 authored over 3 years ago
Changed when to retry sync (bug: did it indefinitely)

github.com/dexie/Dexie.js - 84c9fd88f977533c24ddf7a8a4ee00187aa3d66f authored over 3 years ago
Releasing v3.1.0-beta.11

github.com/dexie/Dexie.js - 2a81c48d008ef314884d07b974ed21073f50d1c0 authored over 3 years ago
Allow TSON as alt. to BISON.

Easier to debug.
Blob support missing in TSON. Could support it for responses at least. Harded to...

github.com/dexie/Dexie.js - 11a834ed76b84b9f7f98f41411107178af799fde authored over 3 years ago
Rewrite spkiToPEM()

github.com/dexie/Dexie.js - 099ba46baac42942ab9e7cd0f260efd2864db5cb authored over 3 years ago
Upgrade + config eslint to allow optional chaining

github.com/dexie/Dexie.js - 326aada7b3e4fc4e33882efbd6fe73b2750879d0 authored over 3 years ago
Bump dns-packet from 1.3.1 to 1.3.4 in /samples/react

Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
- [Release note...

github.com/dexie/Dexie.js - c087a37171a90a3f24b8a2540bcf8e6de76c7e01 authored over 3 years ago
Bump dns-packet from 1.3.1 to 1.3.4 in /samples/typescript-simple

Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
- [Release note...

github.com/dexie/Dexie.js - 60c3b3136ad398583afc8e77c400f52616ab3cb8 authored over 3 years ago
Bump version (to trigger publish on next release)

github.com/dexie/Dexie.js - 4684e9b0e75431d572c441e5d38d018625c687d9 authored over 3 years ago
WIP debugging

github.com/dexie/Dexie.js - e4617d60362f7fa5f8b5c249e4aa3b04bab66089 authored over 3 years ago
Check for global before checking its prop

Trying to get dexie syncable round trip in https://blog.stackblitz.com/posts/introducing-webcont...

github.com/dexie/Dexie.js - 8517be2abafa060049baa2ac89326b14738d956e authored over 3 years ago
exports field in dexie-cloud-common/package.json

github.com/dexie/Dexie.js - e24bb9bafb4d792cbc1824d327a93e428d37091a authored over 3 years ago
Comment of something we should do better

github.com/dexie/Dexie.js - 1293397cc315e3f3af9c79c372e96ff632d2f68c authored over 3 years ago
Pretain undefined over network protocol.

ChangeSpec use undefined to mark deleted property

github.com/dexie/Dexie.js - 0136f2e902b646160eb78c56f67c4482ae443a30 authored over 3 years ago
Bump ua-parser-js from 0.7.18 to 0.7.28 in /samples/react

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.18 to 0.7.28.
- [Releas...

github.com/dexie/Dexie.js - b3958dfa6f88d3ba09bd06f7e6b33cdec6fb8a7c authored over 3 years ago
Bump handlebars from 4.5.3 to 4.7.7 in /samples/react

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.3 to 4.7.7.
- [Release note...

github.com/dexie/Dexie.js - b05186ce59a4bb80048d6bcd6e2354c2b3affd8c authored over 3 years ago
Bump url-parse from 1.4.7 to 1.5.1 in /samples/react

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.1.
- [Release notes]...

github.com/dexie/Dexie.js - a22269418b2b839d0f540a0a9eae84267952faba authored over 3 years ago
Bump lodash from 4.17.19 to 4.17.21 in /samples/react

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](http...

github.com/dexie/Dexie.js - 9d4e2803a011af3b71c263b9cf68ebcff0844b80 authored over 3 years ago
Bump url-parse from 1.4.7 to 1.5.1 in /samples/typescript-simple

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.1.
- [Release notes]...

github.com/dexie/Dexie.js - e76b3e4a9fc33be0bbbbaa60e92fadcbc3e53606 authored over 3 years ago
Bump hosted-git-info from 2.7.1 to 2.8.9 in /samples/react

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9.
- [Release ...

github.com/dexie/Dexie.js - 80cd287d99a72b5e2ec8649fde5db0f4b9454eed authored over 3 years ago
Bump lodash from 4.17.19 to 4.17.21 in /samples/typescript-simple

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](http...

github.com/dexie/Dexie.js - 7ded620f788265a2f4c3543cd287a2eeb69e4f8f authored over 3 years ago
Comments only

github.com/dexie/Dexie.js - 8a14db7e7ea38c1a573118dbf668d0edaf8b7155 authored over 3 years ago
Supporting clients without bigint support.

Not complete. See comments in the commit on what needs to be done.

github.com/dexie/Dexie.js - 54be4aae0e8398d91da63e6e87ced49a1b65cd23 authored over 3 years ago
Keep shardKey in IDs

github.com/dexie/Dexie.js - 5a5bfcc8f5b8c1cc0e41adeef85e3a4a3e5d167e authored over 3 years ago
Change reduction will be solved differently

github.com/dexie/Dexie.js - c4a95b23c472b419e73a63b7c61f6bed93b55c4b authored over 3 years ago
values are already there and should be.

Cannot optimize like this because there might
come an advanced operation afterwards expecting val...

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

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

github.com/dexie/Dexie.js - 3c827fa0029acdf76f3a732db446dd7f3ab09dc1 authored over 3 years ago
Updage package-lock correctly on release

github.com/dexie/Dexie.js - 9248c136049786269441f16b66d6b47b07785f2f authored over 3 years ago
Specifying rxjs umd name

github.com/dexie/Dexie.js - 0588ccc783d6ade4978eef6bd9255965747b6986 authored over 3 years ago
Moved types and shared code to dexie-cloud-common.

Changed prettier config (single quote)
Small fixes

github.com/dexie/Dexie.js - 113ae0778ca50d4a5afa7ec9a87b0dc57b15ecfa authored over 3 years ago
Releasing v3.1.0-alpha.10

github.com/dexie/Dexie.js - 5a58044e308dbf155859aaccd82651c2a55c00d2 authored over 3 years ago
Run workaround for undefined primary key only for non-POJO objects

github.com/dexie/Dexie.js - 4130518f88501495c89f2d6e8981ffdc032c3bff authored over 3 years ago
Updated intrinsicTypeNames from MDN docs

github.com/dexie/Dexie.js - de48b5daca18405067d4501ab9a28621d5b78b75 authored over 3 years ago
Add CryptoKey to IntrinsicTypes

github.com/dexie/Dexie.js - 1ac54ab45855db9809489121f28d6d338fcfd7ff authored over 3 years ago
Avoid testing WebCrypto if not supported by the browser.

github.com/dexie/Dexie.js - 1519a010daf749acf566508803fb7ea8fef0138f authored over 3 years ago
Adjusted test: Instead testing that structured cloning is happening when id is not an own property.

github.com/dexie/Dexie.js - e50f1c1108ab335b9d6b4e47839dd45f0f1c38ef authored over 3 years ago
Redesigned how to determine whether the workaround for undefined own id property should used or not.

Instead of checking if it's a POJO, it's actually better to test the object for whether it would ...

github.com/dexie/Dexie.js - 4abacd080f2033b775fba196fae2e7eb8b5ee8ee authored over 3 years ago
Bump ssri in /test/integrations/test-dexie-relationships

Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github....

github.com/dexie/Dexie.js - f65f82439efd5c156fc2d39fb7f00df07feaa9f8 authored over 3 years ago
rebalance: Less cloning and maybe clearer code.

github.com/dexie/Dexie.js - be25eaccb64379c049e9e0365d3f653bd7489b3a authored almost 4 years ago
Resolves #1268

github.com/dexie/Dexie.js - de5f518c2b4ac2eade91837a39ef84ccc38dc48d authored almost 4 years ago
Cleanup debug printouts

github.com/dexie/Dexie.js - 8064ea882fa12216f0470ef524a46fe9608b74ea authored almost 4 years ago
Debugging printouts

github.com/dexie/Dexie.js - 26bd7b5e9ab7c9bcd4921fe72e8304b26cbbaae5 authored almost 4 years ago
Bugfix: bug after mergeRanges and readding right.

Since mergeRanges calls rebalance that effectively changes the props of target, it was not reliab...

github.com/dexie/Dexie.js - 0262b1933e344e7a74a327855c7ef207023cbcb7 authored almost 4 years ago