Ecosyste.ms: OpenCollective

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

ShareJS

Collaborative editing in any app
Collective - Host: opensource - https://opencollective.com/sharejs - Code: https://github.com/share/ShareJS

Add redirect to ShareDB in README

github.com/josephg/ShareJS - 414e1d6a4e0d3f06a83bfe001bc81f2cd6891475 authored almost 9 years ago
Merge pull request #400 from worlduniting/master

Removed link to currently down sharejs.org

github.com/josephg/ShareJS - 7acff934f4df8df18c19b72cd11ab229651aae11 authored over 9 years ago
removed dead links

github.com/josephg/ShareJS - 71a3c091e3d8cfb927dee5017d5f38ac37e3d730 authored over 9 years ago
Fixed #378 and #382

github.com/josephg/ShareJS - 91f75473de2e033bef819e6ad8965d92da8a2a85 authored over 9 years ago
Merge pull request #384 from pedrosanta/context-remove-var-collision

Update context 'remove' flag var name to avoid collision with 'text' OT type method

github.com/josephg/ShareJS - e5ad8491063ac055d54c4e0119fd5de0878a66ad authored over 9 years ago
add null check for ops returned from agent.submit. Not sure why this is needed right now.

github.com/josephg/ShareJS - 8e9b1c351e925742f1db6ebddd1d035f294ddead authored over 9 years ago
ensure doc is registered on connection before sending a doc message

github.com/josephg/ShareJS - e9df38c7f1943eed3008ab07880d7c36ccbc4382 authored over 9 years ago
refactor collection send methods to pass in doc instead of collection and name

github.com/josephg/ShareJS - cf810b3531ae47cde27c7ac62dddfcd702d3673b authored over 9 years ago
remove dead code

github.com/josephg/ShareJS - 18a125083b30deb17b1b45a8cf8f66ed6d751b6d authored over 9 years ago
Merge branch 'master' into context-remove-var-collision

github.com/josephg/ShareJS - 2f7bff7c38550db16925a138a603873282f94a88 authored over 9 years ago
Merge pull request #385 from gitter-badger/gitter-badge

Add a Gitter chat badge to README.md

github.com/josephg/ShareJS - 26dce2da15f34f2e9a2f82a006e2d63b4df97c56 authored over 9 years ago
Added Gitter badge

github.com/josephg/ShareJS - bec225954cb175ef3b6aba73c52b54c7eb2900ca authored over 9 years ago
Change context remove flag var name

Context remove flag name was updated to avoid collision with the method
'remove' of the 'text' O...

github.com/josephg/ShareJS - e9fafc07bcd7dac5ae35d9c4215d789d00f9412a authored over 9 years ago
fix bug not filtering ops coming from queries

github.com/josephg/ShareJS - 3b182b6931045fc2edfc16badae40df1e2095685 authored over 9 years ago
add nextTick around highly recursive filtering calls

github.com/josephg/ShareJS - 8340a435297a8ed557d25aff4c37206394830db8 authored over 9 years ago
Revert "slight refactor to ingestData & handle case of getting future version"

This reverts commit 3c2306e97596d035e721238ea7fafef90405dd84.

github.com/josephg/ShareJS - 0a9067e93ed96b0aed4df830e2d6865170e36aeb authored over 9 years ago
slight refactor to ingestData & handle case of getting future version

github.com/josephg/ShareJS - 3c2306e97596d035e721238ea7fafef90405dd84 authored over 9 years ago
send the current snapshot of the doc on query insert and don't assume a subscribed starting version

github.com/josephg/ShareJS - e7517c73474f1f6f37184b75fe28b434cb8250b5 authored over 9 years ago
don't keep fetching ops based on original version during insert

github.com/josephg/ShareJS - dff4ba607cb682cf3b2703b6f1551b04b5b64420 authored over 9 years ago
removing warning message for future op, since this is now expected; debounce getLatestOps

with the new server-side query subscriptions, getLatestOps is expected
to be called whenever a q...

github.com/josephg/ShareJS - eb2840d18c5b3c928cc2080e1dde7b8adf54be73 authored over 9 years ago
emit a 'doc' event on the connection when share client creates a new doc

this happens as a side effect of queries, so it is handy to be able to
get a reference to a doc ...

github.com/josephg/ShareJS - 56ace62c9f966490c64a857aec56750146dbda77 authored over 9 years ago
min required livedb version

github.com/josephg/ShareJS - e582a60de16583d5b382bef4dd264638c2feea9c authored over 9 years ago
emit ops from queries instead of subscribing to docs in query results

github.com/josephg/ShareJS - 557fd938f6e8b37b2406902d9157e8f12f7fcaa5 authored over 9 years ago
send message data with connection error & don't throw in addition

github.com/josephg/ShareJS - b73f9ff37cb46837083713390067ea40fa8e039c authored over 9 years ago
fix typo in last commit

github.com/josephg/ShareJS - 94a76f4d49a2e8c45f7170fe06bffddb355326a0 authored over 9 years ago
fix server sub / unsure stream logic and make sure there is only one active stream per doc

github.com/josephg/ShareJS - c0289ba5d1994026dc8650e98b9c746ddd7cf091 authored over 9 years ago
don't send a null version with query

github.com/josephg/ShareJS - 5390d0cb615ce475c6dc5d997df8259b915a3c8c authored over 9 years ago
don't filter query subscriptions by doc subscriptions on server

github.com/josephg/ShareJS - 923494ed10303f0c15e890134c8e20e9553fe742 authored over 9 years ago
greatly simplify dealing with subscriptions by not confusing query subscriptions with document subscriptions

github.com/josephg/ShareJS - e62852b39805f67cdaf9b4265da6365a74e43348 authored over 9 years ago
make sending ops immediate regardless of action & take precedence over other actions; use session id if no src is specified again

github.com/josephg/ShareJS - 9546268abd1ec4a01913d1bd1255ce4f062a87d2 authored over 9 years ago
fix doc tests to be less coupled to connection internals

github.com/josephg/ShareJS - e496171f08e03bb6c571bf18572996c7818c4b08 authored over 9 years ago
cleanup error handling a bit

github.com/josephg/ShareJS - abcbddeb7f0e088d19ef4d1626e978d9503a80a6 authored over 9 years ago
reorder properties for consistency with other messages

github.com/josephg/ShareJS - 9fa5fb0292543b16f5e0f6eeb16368b08ac813cc authored over 9 years ago
remove lastReceived & lastSent message optimizations to avoid possibility of server state mismatch

github.com/josephg/ShareJS - bc56bcb1cd484d041ada1ed87758e16e1a709b5d authored over 9 years ago
remove client connection opQueue, which isn't needed now that seq numbers are not treated as linear in livedb anymore

github.com/josephg/ShareJS - 35c295b0bb5493630ced9000b1bd1691db34f3b9 authored over 9 years ago
always send the src & seq with operations from the client to avoid possibility of them getting out of sync through reconnects or retries

github.com/josephg/ShareJS - 68d3f49745afb9b0aa7059a51b9b4765d3a601d5 authored over 9 years ago
use standard node.js EventEmitter class

github.com/josephg/ShareJS - 9e34de294b15bec35190d62d7b7ae723c193e724 authored over 9 years ago
Merge branch 'Dignifiedquire-browserify_clean'

github.com/josephg/ShareJS - f2efd28928ef663cf387e7817ce9521a001124c3 authored over 9 years ago
Merge branch 'browserify_clean' of https://github.com/Dignifiedquire/ShareJS into Dignifiedquire-browserify_clean

github.com/josephg/ShareJS - 43004c517b489de62db38f6d816d7972d19aad9e authored over 9 years ago
Merge pull request #341 from devongovett/remove-logs

Remove console.logs in JSON API code

github.com/josephg/ShareJS - c3b0455e756cd0f2628efa9eb276fa253a751e3e authored over 9 years ago
Merge pull request #354 from Joris-van-der-Wel/memleakfix

Fix for a typo that causes a memory leak

github.com/josephg/ShareJS - 7ce34d8d9101af89dc8832547c3c4b64afd9c583 authored over 9 years ago
Merge branch 'FredericHeem-master'

github.com/josephg/ShareJS - 837b2c8621463984df46068a7650a273b2fee03e authored over 9 years ago
Merge branch 'master' of https://github.com/FredericHeem/ShareJS into FredericHeem-master

github.com/josephg/ShareJS - 61607358237c5196a5b2a29f8b9e735b0951a3c2 authored over 9 years ago
Merge pull request #372 from bruchu/remove-known-versions

Remove known versions

github.com/josephg/ShareJS - 935f8d070c95fb44a51979928eed2934cc344995 authored over 9 years ago
add devDependencies to help get mocha running again

github.com/josephg/ShareJS - 1e3633c13ddfd6c09fa7f621fd8312a161bdc6f7 authored over 9 years ago
remove known-versions due to search bug where no data was being returned

github.com/josephg/ShareJS - 84b5f26f3edc5911a0ea20146e90ed5c033a3f5a authored over 9 years ago
make browser test passed

github.com/josephg/ShareJS - 683c24fabff7a817ada2d2bb480fef57b2bc36da authored almost 10 years ago
add code coverage npm command with istanbul

github.com/josephg/ShareJS - 4aa2b419c7c2d2c495c4687124080c3e0ab374ec authored almost 10 years ago
use coffee-script 1.7.x to make npm test works

github.com/josephg/ShareJS - 0c481cc87db24feda24a1509aa482bf8ca90f182 authored almost 10 years ago
skip some test

github.com/josephg/ShareJS - a20c518318d023f04817dbe1c28e1b42e35e16eb authored almost 10 years ago
skip integration for now

github.com/josephg/ShareJS - 8a713af8cd1e02e9e0031924dac6cb3aa98c9f88 authored almost 10 years ago
update test WIP

github.com/josephg/ShareJS - cd6ff38dcd16121f81e92cb6a70acaddcd77aad4 authored almost 10 years ago
add livedb-mongo and serve-static in package.json

github.com/josephg/ShareJS - 2b4eb1fa718e0b95d07c5e1aba2fbc0700476d80 authored almost 10 years ago
[useragent] handle error when result in null

github.com/josephg/ShareJS - 8e961e3dbdb539ed3013b206182994fb132301f3 authored almost 10 years ago
use live db memory for the example server

github.com/josephg/ShareJS - 6e73e607dbf3b6d5cde3cf3628750aab592af71f authored almost 10 years ago
use module serve-static in example server

github.com/josephg/ShareJS - e0c38245dbe725a58c3d31d90e05902d16318203 authored almost 10 years ago
retry inflight ops and emit 'retry' event on connection if they get stuck for >5s

github.com/josephg/ShareJS - f63e5cdc112c85e45d599744dc0b86aea872a171 authored almost 10 years ago
make sure op gets cleared when resubmitted

github.com/josephg/ShareJS - 41094269e59148e6fb5d6be6668e000581c879ab authored almost 10 years ago
log doc name on 'Could not subscribe'

github.com/josephg/ShareJS - 33fe8a3e1ab1e66de68ad66fa706c69d655d0e6c authored almost 10 years ago
Merge pull request #368 from lever/master

Add document identification to _submitOpData error

github.com/josephg/ShareJS - cb26c8ddddce341af8f411da79e8ef9aa88c009f authored almost 10 years ago
Add document identification to _submitOpData error

github.com/josephg/ShareJS - dea0c7c2b9118ae9bf4294d7e9727d54d2486197 authored almost 10 years ago
go back to previous op already submitted handling; don't warn on unexpected action clearing

github.com/josephg/ShareJS - c7d1666f01859fe5df7ed06ffd8ac1dd29079247 authored almost 10 years ago
still receive ops in response to op already submitted, treating it as normal

github.com/josephg/ShareJS - 381896c1d81176705582053c6f015ad661bba8bd authored almost 10 years ago
try and address reconnect bug without changing op already submitted yet

github.com/josephg/ShareJS - ad8d004ed28ef066d9667bb786960e5b583d53de authored almost 10 years ago
add collection and id to doc error messages

github.com/josephg/ShareJS - 3c0d6ca8abc3f88db37df6ae58457a2312418ba6 authored almost 10 years ago
fix bug in reconnect with op already submitted

github.com/josephg/ShareJS - 365ca1e86801f221d053fa3ebdc45318beb471f7 authored almost 10 years ago
Merge branch 'master' of github.com:josephg/ShareJS

github.com/josephg/ShareJS - 52ac5f0b5da30c71b266cc906b2c7bb1e6ea2d62 authored almost 10 years ago
fix bug in docs returned by query subscriptions re-sending queued changes upon reconnect if disconnected while submitting

github.com/josephg/ShareJS - baf536125e96f0485adc9f494fe9ddb12966a8ff authored almost 10 years ago
Merge pull request #364 from wenzowski/hotfix/global-leak

avoid MicroEvent global leak

github.com/josephg/ShareJS - 0976da857bebce7cfde77d563ffa6657a2927e59 authored almost 10 years ago
fix bug in last commit from refactor

github.com/josephg/ShareJS - 188b46301ade9f79401ed126c7091af3cc54684c authored almost 10 years ago
avoid MicroEvent global leak

github.com/josephg/ShareJS - 2b4916a6325b4a1665c81b35b5bda43aecb0f10d authored almost 10 years ago
move doc subscribe via query code into doc class

this is tightly coupled to how doc subscribes are implemented
internally so better to be in the ...

github.com/josephg/ShareJS - 719b2941d6303e4fb6408f54893eb229c4375fff authored almost 10 years ago
remove dead code not being executed

github.com/josephg/ShareJS - 7a678933593d17411814e25822f7dec4ac1e759d authored almost 10 years ago
i don't think we need a nextTick here, since all the actions are going to be async

having a nextTick makes the stacks a lot harder to follow and adds
extra overhead if not needed

github.com/josephg/ShareJS - 44fac01ada38e48139719ed84d020ea3ace1a360 authored almost 10 years ago