Ecosyste.ms: OpenCollective

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

github.com/josephg/ShareJS

Collaborative editing in any app
https://github.com/josephg/ShareJS

Updated README to better reflect 0.7 status

7e6ae0818394ca790d645416fe977ae66679d181 authored over 11 years ago
Updated README to better reflect 0.7 status

7e6ae0818394ca790d645416fe977ae66679d181 authored over 11 years ago
Supersede master with the rewrite branch

75421b69ba23c0b63b1ebbe7bbde60c7c8887b66 authored over 11 years ago
Supersede master with the rewrite branch

75421b69ba23c0b63b1ebbe7bbde60c7c8887b66 authored over 11 years ago
Cleaned up some cruft in json-api

10e48f77372989b121f4bdec8d570394c08ec382 authored over 11 years ago
Cleaned up some cruft in json-api

10e48f77372989b121f4bdec8d570394c08ec382 authored over 11 years ago
Merge pull request #230 from tedsuo/rewrite

Rewrite

5762a8ff96f5dbdfd37508fa06bd49ce68315807 authored over 11 years ago
Merge pull request #230 from tedsuo/rewrite

Rewrite

5762a8ff96f5dbdfd37508fa06bd49ce68315807 authored over 11 years ago
0.7.0-alpha8

bc1279cf573926135e090e200f88efda6e55b6d6 authored over 11 years ago
0.7.0-alpha8

bc1279cf573926135e090e200f88efda6e55b6d6 authored over 11 years ago
Updated to livedb 0.2

b49a1726b3f2b43b0def75a7ae02856502befe27 authored over 11 years ago
Updated to livedb 0.2

b49a1726b3f2b43b0def75a7ae02856502befe27 authored over 11 years ago
Moved to memory backend for prototype server

2a64c12ff706eeb62021e6f924b84be36961b647 authored over 11 years ago
Moved to memory backend for prototype server

2a64c12ff706eeb62021e6f924b84be36961b647 authored over 11 years ago
Fixed query subscribe version issue

7a67adf58a75b19f4221655607ae95f66048b1b1 authored over 11 years ago
Fixed query subscribe version issue

7a67adf58a75b19f4221655607ae95f66048b1b1 authored over 11 years ago
Logged warning messages to the console when ops are rejected

7663c6bff0c86eba53b7ea87670a823812f4163c authored over 11 years ago
Logged warning messages to the console when ops are rejected

7663c6bff0c86eba53b7ea87670a823812f4163c authored over 11 years ago
JSON context and subdoc have the same methods

* optional path and callback arguments everywhere
* insertAt(), getAt(), etc merged into insert(...

c8d0c8bc341e0c327b81fd18d4f5cd6ee0d77305 authored over 11 years ago
JSON context and subdoc have the same methods

* optional path and callback arguments everywhere
* insertAt(), getAt(), etc merged into insert(...

c8d0c8bc341e0c327b81fd18d4f5cd6ee0d77305 authored over 11 years ago
Added docname to version mismatch error message

5cf8d1986f7be3db34bdfa8b469fb10101ca4450 authored over 11 years ago
Added docname to version mismatch error message

5cf8d1986f7be3db34bdfa8b469fb10101ca4450 authored over 11 years ago
Added options to submit

f6352eac3968a92e9f413ec149fbc2547f942544 authored over 11 years ago
Added options to submit

f6352eac3968a92e9f413ec149fbc2547f942544 authored over 11 years ago
Made messagebuffer contain pre-stringified messages

0e4d591492f487ea60e39957b0c33eeb32c70919 authored over 11 years ago
Made messagebuffer contain pre-stringified messages

0e4d591492f487ea60e39957b0c33eeb32c70919 authored over 11 years ago
Added a messagebuffer in the connection for testing

dca6c4ac094d8a49f1ebee79bf5cac8f4736a06b authored over 11 years ago
Added a messagebuffer in the connection for testing

dca6c4ac094d8a49f1ebee79bf5cac8f4736a06b authored over 11 years ago
Merge branch 'rewrite' of github.com:share/ShareJS into rewrite

416a5b83551fddfb501ae48b8c92980163be7122 authored over 11 years ago
Merge branch 'rewrite' of github.com:share/ShareJS into rewrite

416a5b83551fddfb501ae48b8c92980163be7122 authored over 11 years ago
Made filterQueryResults run filterDoc in parallel, which avoids smashing the stack / event loop

f311c762527f9dfeb670a39eafd3ac6f30a78829 authored over 11 years ago
Removed an unnecessary console log

cec326500fe1b4f3a12df18f92ac18d35426bd76 authored over 11 years ago
Removed an unnecessary console log

cec326500fe1b4f3a12df18f92ac18d35426bd76 authored over 11 years ago
Added stream cleanup

d6ff3d995100819d918d103590d68815e139e176 authored over 11 years ago
Added stream cleanup

d6ff3d995100819d918d103590d68815e139e176 authored over 11 years ago
de-crufting coffeescript output

e3c64dd36e9b9eb7de0964bc57c48c9c38463be4 authored over 11 years ago
de-crufting coffeescript output

e3c64dd36e9b9eb7de0964bc57c48c9c38463be4 authored over 11 years ago
subdues update their paths without using _doc

- observes remote and local moves separately
- added destroy method to subdoc

be8c4b603a4a3d6814f40adc3f0c8c24e2e3673a authored over 11 years ago
subdues update their paths without using _doc

- observes remote and local moves separately
- added destroy method to subdoc

be8c4b603a4a3d6814f40adc3f0c8c24e2e3673a authored over 11 years ago
json sortable list example

776fbcba141c82e53c1cac3e9c187ffdcb347bda authored over 11 years ago
json sortable list example

776fbcba141c82e53c1cac3e9c187ffdcb347bda authored over 11 years ago
ensuring things work in the browser

2f789e3f230f540f3f5e3f242fd8f46522de4e27 authored over 11 years ago
ensuring things work in the browser

2f789e3f230f540f3f5e3f242fd8f46522de4e27 authored over 11 years ago
SubDocs are now created from a context instead of a Doc

412c7d46680bed952fd8d1174311e60757e46a83 authored over 11 years ago
First pass at JSON client

* created example at prototype/public/json.html
* tests pass, except for event emitting
* make in...

2ccd951f25fcc2c393ec07bff388511808852353 authored over 11 years ago
renamed ot-types to ottypes

455c4b0fc5864d5e85609dc63c5d5ca7c1f2da38 authored over 11 years ago
little bit of cleanup on json client example

8b9e6445f89db63dafc1e567d97897124cb8a637 authored over 11 years ago
refactor json client test to apply operations

using new lifecycle: _beforeOp,submitOp,_onOp

e236c2e707afd3483d0c26e2610497982d62f2f1 authored over 11 years ago
First pass at JSON client

* created example at prototype/public/json.html
* tests pass, except for event emitting
* make in...

2ccd951f25fcc2c393ec07bff388511808852353 authored over 11 years ago
SubDocs are now created from a context instead of a Doc

412c7d46680bed952fd8d1174311e60757e46a83 authored over 11 years ago
renamed ot-types to ottypes

455c4b0fc5864d5e85609dc63c5d5ca7c1f2da38 authored over 11 years ago
little bit of cleanup on json client example

8b9e6445f89db63dafc1e567d97897124cb8a637 authored over 11 years ago
refactor json client test to apply operations

using new lifecycle: _beforeOp,submitOp,_onOp

e236c2e707afd3483d0c26e2610497982d62f2f1 authored over 11 years ago
SubDocs continue to work after a list move

operation changes their position

43ff1a016d3387de8ac514a217eedafdc8ff74b7 authored over 11 years ago
SubDocs continue to work after a list move

operation changes their position

43ff1a016d3387de8ac514a217eedafdc8ff74b7 authored over 11 years ago
Renamed getOrCreate to get in the prototype examples

3a058722774c783e63b6165ba1e1750689a925ed authored over 11 years ago
Renamed getOrCreate to get in the prototype examples

3a058722774c783e63b6165ba1e1750689a925ed authored over 11 years ago
Renamed collection.getOrCreate to collection.get

5585cf6fa99f22cbf0b8570b5c4e69c6fa89d53b authored over 11 years ago
Renamed collection.getOrCreate to collection.get

5585cf6fa99f22cbf0b8570b5c4e69c6fa89d53b authored over 11 years ago
Wrapped message handing in a try-catch block

92adc56dbaaa72430a8b5d5578c3c7c474fa0423 authored over 11 years ago
Wrapped message handing in a try-catch block

92adc56dbaaa72430a8b5d5578c3c7c474fa0423 authored over 11 years ago
Added test stub for issue #226

9f649e3997eec3057b180241ed3f1108ea36c35c authored over 11 years ago
Added test stub for issue #226

9f649e3997eec3057b180241ed3f1108ea36c35c authored over 11 years ago
Fixed _trigger middleware when theres no callback defined

e9baee178ffa53ba876e03341a01b227da121389 authored over 11 years ago
Fixed _trigger middleware when theres no callback defined

e9baee178ffa53ba876e03341a01b227da121389 authored over 11 years ago
Fixed failing test

6f9cd8d7911de5571fec0f3f0857a7f7e6ab6699 authored over 11 years ago
Fixed failing test

6f9cd8d7911de5571fec0f3f0857a7f7e6ab6699 authored over 11 years ago
0.7.0alpha7

234f03846a07e4963e2ba51b25a8624695f79b9f authored over 11 years ago
0.7.0alpha7

234f03846a07e4963e2ba51b25a8624695f79b9f authored over 11 years ago
npm edited my package.json

4742e826e5757a75bc0ad5e7e94b604b3aaf39f7 authored over 11 years ago
npm edited my package.json

4742e826e5757a75bc0ad5e7e94b604b3aaf39f7 authored over 11 years ago
Fixed erroneous query change callback values and fixed queries after reconnect

0557d53803c8170d71cfab9e8771b2164453dfa9 authored over 11 years ago
Fixed erroneous query change callback values and fixed queries after reconnect

0557d53803c8170d71cfab9e8771b2164453dfa9 authored over 11 years ago
Added missing subscribe emit

7eabdf6bb0777a6e46222b52abac74f31a21a087 authored over 11 years ago
Added missing subscribe emit

7eabdf6bb0777a6e46222b52abac74f31a21a087 authored over 11 years ago
_processQueryResults now does a shallow copy of the data. Also renamed doc to docName (or d inside messages)

6e7cf86879e9f5e8af58ab77c7478560a91aa0dc authored over 11 years ago
_processQueryResults now does a shallow copy of the data. Also renamed doc to docName (or d inside messages)

6e7cf86879e9f5e8af58ab77c7478560a91aa0dc authored over 11 years ago
Added peril to the readme

c77000b29aafa7e01c7158579911f9bdd97076cb authored over 11 years ago
Added peril to the readme

c77000b29aafa7e01c7158579911f9bdd97076cb authored over 11 years ago
Version bump in index.js

3432c0912621ad93e648cd7c0d05cae68ef8ab0e authored over 11 years ago
Version bump in index.js

3432c0912621ad93e648cd7c0d05cae68ef8ab0e authored over 11 years ago
0.7.0alpha6

8e0e48443525fc191405d634457f79dfaee3ff7d authored over 11 years ago
0.7.0alpha6

8e0e48443525fc191405d634457f79dfaee3ff7d authored over 11 years ago
Removed callbacks from _processQueryResults and removed some console logs

b38bff9a10c498e33442eab3bd119820475e363b authored over 11 years ago
Removed callbacks from _processQueryResults and removed some console logs

b38bff9a10c498e33442eab3bd119820475e363b authored over 11 years ago
Fixed a bunch of bugs related to query doc subscribe mode

9817a080da05549a837dff678784d7358686852e authored over 11 years ago
Fixed a bunch of bugs related to query doc subscribe mode

9817a080da05549a837dff678784d7358686852e authored over 11 years ago
Fetch and subscribe query modes work according to the tests

7be72b52f534131acd712b8b1c077246c25e6d46 authored over 11 years ago
Fetch and subscribe query modes work according to the tests

7be72b52f534131acd712b8b1c077246c25e6d46 authored over 11 years ago
Start of query tests & query autosubscribe

7628e4a00c4281ac4c1204ec3f849030f633e93c authored over 11 years ago
Start of query tests & query autosubscribe

7628e4a00c4281ac4c1204ec3f849030f633e93c authored over 11 years ago
Merge branch 'rewrite' of github.com:share/ShareJS into rewrite

169d0a9f42742b63d963b5bbf7656cbbe5a4f491 authored over 11 years ago
Merge branch 'rewrite' of github.com:share/ShareJS into rewrite

169d0a9f42742b63d963b5bbf7656cbbe5a4f491 authored over 11 years ago
Pass collection to UserAgent.prototype._filterQueryResults properly

5ab4c438bc5bd5868d5fcf1d6a3da610471489da authored over 11 years ago
Pass collection to UserAgent.prototype._filterQueryResults properly

5ab4c438bc5bd5868d5fcf1d6a3da610471489da authored over 11 years ago
Added a check for node 0.10 so I stop getting bug reports about it

b51141bda23e8a478040dffb5edce613587e15dc authored over 11 years ago
Added a check for node 0.10 so I stop getting bug reports about it

b51141bda23e8a478040dffb5edce613587e15dc authored over 11 years ago
Added validate and prevalidate to options

ce6748b859094915d4ec03ab5d925760e0cbef3b authored over 11 years ago
Added validate and prevalidate to options

ce6748b859094915d4ec03ab5d925760e0cbef3b authored over 11 years ago
Reverted some changes in useragent to mirror a newly syncronoous validate / prevalidate

b713c1b1879ca7f78321d523dcbbbd4886ec1c9f authored over 11 years ago