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

Recompiled using coffeescript 1.4.0

github.com/josephg/ShareJS - cd68efddeb3d60dd5b994ae1f7572e9e61f198ce authored about 12 years ago by Joseph Gentle <[email protected]>
Recompiled using coffeescript 1.4.0

github.com/josephg/ShareJS - cd68efddeb3d60dd5b994ae1f7572e9e61f198ce authored about 12 years ago by Joseph Gentle <[email protected]>
Merge branch 'master' of github.com:josephg/ShareJS

github.com/josephg/ShareJS - 3cf4950a1782c9b5676bfa3196462381cc447caa authored about 12 years ago by Joseph Gentle <[email protected]>
Merge branch 'master' of github.com:josephg/ShareJS

github.com/josephg/ShareJS - 3cf4950a1782c9b5676bfa3196462381cc447caa authored about 12 years ago by Joseph Gentle <[email protected]>
Added text2-api. Tests pass.

github.com/josephg/ShareJS - a8baf6b42f3c262dd8885105214f8407033637f2 authored about 12 years ago by Joseph Gentle <[email protected]>
Added a text type compatible with C server

github.com/josephg/ShareJS - 8f9bffdca5f6f946ecff825740985649b8417015 authored about 12 years ago by Joseph Gentle <[email protected]>
Added a text type compatible with C server

github.com/josephg/ShareJS - 8f9bffdca5f6f946ecff825740985649b8417015 authored about 12 years ago by Joseph Gentle <[email protected]>
Remove extra plus signs

github.com/josephg/ShareJS - c6540b648ea084314c3b180af04afffa201dc418 authored about 12 years ago by Matt Colyer <[email protected]>
Remove extra plus signs

github.com/josephg/ShareJS - c6540b648ea084314c3b180af04afffa201dc418 authored about 12 years ago by Matt Colyer <[email protected]>
Recompile with coffeescript 1.4.0

github.com/josephg/ShareJS - 7393ec959df994448cbc49cdbff404bb13b915f2 authored about 12 years ago by Jeremy Apthorp <[email protected]>
Recompile with coffeescript 1.4.0

github.com/josephg/ShareJS - 7393ec959df994448cbc49cdbff404bb13b915f2 authored about 12 years ago by Jeremy Apthorp <[email protected]>
Use ace.require if available for compatibility with ace noconflict builds. Fixes #151

github.com/josephg/ShareJS - a9f513bb19b92f2c4bb1d7ab069a6a26a75b96ef authored about 12 years ago by Matt Gruskin <[email protected]>
Use ace.require if available for compatibility with ace noconflict builds. Fixes #151

github.com/josephg/ShareJS - a9f513bb19b92f2c4bb1d7ab069a6a26a75b96ef authored about 12 years ago by Matt Gruskin <[email protected]>
Allow configuration of s3, dynamo regions.

Previously the same region was used for both S3 and Dynamo, these are
now independent.

github.com/josephg/ShareJS - c4441381976e3c3dafc01eba83c2213184fa0634 authored about 12 years ago by Matt Colyer <[email protected]>
Allow configuration of s3, dynamo regions.

Previously the same region was used for both S3 and Dynamo, these are
now independent.

github.com/josephg/ShareJS - c4441381976e3c3dafc01eba83c2213184fa0634 authored about 12 years ago by Matt Colyer <[email protected]>
Add retry behavior to all S3 requests.

We will try every operation 5 times, with an exponentially growing
time between them. It will st...

github.com/josephg/ShareJS - 221ddb653346cd05fb3f5453b2b7c3f716a403a3 authored about 12 years ago by Matt Colyer <[email protected]>
Add retry behavior to all S3 requests.

We will try every operation 5 times, with an exponentially growing
time between them. It will st...

github.com/josephg/ShareJS - 221ddb653346cd05fb3f5453b2b7c3f716a403a3 authored about 12 years ago by Matt Colyer <[email protected]>
Add retry behavior to all dynamo requests.

We will try every operation 5 times, with an exponentially growing
time between them. It will st...

github.com/josephg/ShareJS - 1bc7d6ab22be8124229eddd196255f140998cc78 authored about 12 years ago by Matt Colyer <[email protected]>
Remove dynamo dependence for awssum

Remove our dependency on the node dynamo module and use the awssum module
instead as it's better...

github.com/josephg/ShareJS - 3f243beaff2eae7ed34d5b9b2c709f7f02a8aa18 authored about 12 years ago by Matt Colyer <[email protected]>
Remove dynamo dependence for awssum

Remove our dependency on the node dynamo module and use the awssum module
instead as it's better...

github.com/josephg/ShareJS - 3f243beaff2eae7ed34d5b9b2c709f7f02a8aa18 authored about 12 years ago by Matt Colyer <[email protected]>
Replace aws2js with awssum

awssum is a more robust and better supported library. This will allow us
to get request headers ...

github.com/josephg/ShareJS - 3ebca178d13a58644d6d47d4857f7dca4d89ae93 authored about 12 years ago by Matt Colyer <[email protected]>
Replace aws2js with awssum

awssum is a more robust and better supported library. This will allow us
to get request headers ...

github.com/josephg/ShareJS - 3ebca178d13a58644d6d47d4857f7dca4d89ae93 authored about 12 years ago by Matt Colyer <[email protected]>
Fix doc creation race condition

two doc objects could be created if two clients open the doc simultaneously

github.com/josephg/ShareJS - f1a4019ce6952ac11f8713f7330e9ee8d22ac4fa authored about 12 years ago by Matt Gruskin <[email protected]>
Fix doc creation race condition

two doc objects could be created if two clients open the doc simultaneously

github.com/josephg/ShareJS - f1a4019ce6952ac11f8713f7330e9ee8d22ac4fa authored about 12 years ago by Matt Gruskin <[email protected]>
Disable EventEmitter warning for number of listeners on a doc

it's reasonable to have more than 10 users working on a doc

github.com/josephg/ShareJS - e1e3ccf64512ef2356d9026a2edaf61c31c18f06 authored about 12 years ago by Matt Gruskin <[email protected]>
Disable EventEmitter warning for number of listeners on a doc

it's reasonable to have more than 10 users working on a doc

github.com/josephg/ShareJS - e1e3ccf64512ef2356d9026a2edaf61c31c18f06 authored about 12 years ago by Matt Gruskin <[email protected]>
Fix detach_ace - not all listeners were being removed

github.com/josephg/ShareJS - bae74fe67c5def81f4b02018ebdc497a7686c604 authored about 12 years ago by Matt Gruskin <[email protected]>
Fix detach_ace - not all listeners were being removed

github.com/josephg/ShareJS - bae74fe67c5def81f4b02018ebdc497a7686c604 authored about 12 years ago by Matt Gruskin <[email protected]>
Add opsCollectionPerDoc option to Mongo storage.

If this is true, each document will have its own collection for its operations. If false, operat...

github.com/josephg/ShareJS - 2b2ecfcf7df565220899efdb81bc7fd9ab0ceb68 authored about 12 years ago by Ben Firshman <[email protected]>
Add opsCollectionPerDoc option to Mongo storage.

If this is true, each document will have its own collection for its operations. If false, operat...

github.com/josephg/ShareJS - 2b2ecfcf7df565220899efdb81bc7fd9ab0ceb68 authored about 12 years ago by Ben Firshman <[email protected]>
Execute safe queries by default.

The mongodb library was throwing large warnings that "The default of false will change to true i...

github.com/josephg/ShareJS - 22ef9d574fce2e244ce67cfb1100eaf0297204cf authored about 12 years ago by Ben Firshman <[email protected]>
Execute safe queries by default.

The mongodb library was throwing large warnings that "The default of false will change to true i...

github.com/josephg/ShareJS - 22ef9d574fce2e244ce67cfb1100eaf0297204cf authored about 12 years ago by Ben Firshman <[email protected]>
Fixed noop try statements in db tests

github.com/josephg/ShareJS - de75d12bfae8ed350f830b7f75acb90a78cb33f8 authored about 12 years ago by Ben Firshman <[email protected]>
Fixed noop try statements in db tests

github.com/josephg/ShareJS - de75d12bfae8ed350f830b7f75acb90a78cb33f8 authored about 12 years ago by Ben Firshman <[email protected]>
Remove hostname and let browser do it's job

Hard coding port to 8000 will prevent the exampleserver from running
with it's port option -p, r...

github.com/josephg/ShareJS - c54f8916d3a5cc46d18ade37e527bf87272b6007 authored about 12 years ago by Vicary Archangel <[email protected]>
Remove hostname and let browser do it's job

Hard coding port to 8000 will prevent the exampleserver from running
with it's port option -p, r...

github.com/josephg/ShareJS - c54f8916d3a5cc46d18ade37e527bf87272b6007 authored about 12 years ago by Vicary Archangel <[email protected]>
A few typo fixes to examples/index.html

Just some English grammar edits.

github.com/josephg/ShareJS - 87c310342f2487c4329a4a6979647657aa6f6af1 authored about 12 years ago by Atul Varma <[email protected]>
A few typo fixes to examples/index.html

Just some English grammar edits.

github.com/josephg/ShareJS - 87c310342f2487c4329a4a6979647657aa6f6af1 authored about 12 years ago by Atul Varma <[email protected]>
Fix #140 by waiting to send the auth message until after the connection is fully open.

github.com/josephg/ShareJS - f422065ffb10b899622d6355e770cd890cf9ac86 authored about 12 years ago by Dave Evans <[email protected]>
Fix #140 by waiting to send the auth message until after the connection is fully open.

github.com/josephg/ShareJS - f422065ffb10b899622d6355e770cd890cf9ac86 authored about 12 years ago by Dave Evans <[email protected]>
Standardize indent to 2 characters rather than beautify-js's standard 4.

github.com/josephg/ShareJS - a15560670541d1837e3d94b28749c10d9193aba4 authored about 12 years ago by Jesse Vincent <[email protected]>
Standardize indent to 2 characters rather than beautify-js's standard 4.

github.com/josephg/ShareJS - a15560670541d1837e3d94b28749c10d9193aba4 authored about 12 years ago by Jesse Vincent <[email protected]>
A second pass at a simpler demo of the JSON API cargo culted from Hex

github.com/josephg/ShareJS - 378be0069e3b9b1b8a275b7e26d4977ad1d7d813 authored about 12 years ago by Jesse Vincent <[email protected]>
A second pass at a simpler demo of the JSON API cargo culted from Hex

github.com/josephg/ShareJS - 378be0069e3b9b1b8a275b7e26d4977ad1d7d813 authored about 12 years ago by Jesse Vincent <[email protected]>
Merge pull request #136 from aslakhellesoy/pass-pg-client

Let me pass in a pg.Client

github.com/josephg/ShareJS - 7a953a8a30fa0309fa39f0e964235c24dd6ae588 authored about 12 years ago by Joseph Gentle <[email protected]>
Merge pull request #136 from aslakhellesoy/pass-pg-client

Let me pass in a pg.Client

github.com/josephg/ShareJS - 7a953a8a30fa0309fa39f0e964235c24dd6ae588 authored about 12 years ago by Joseph Gentle <[email protected]>
Let me pass in a pg.Client so I can use the same connection from my app instead of creating a 2nd connection. Similar to #30 and #31.

github.com/josephg/ShareJS - 54422db952a9662c6f8757bdf29456daee121a38 authored about 12 years ago by Aslak Hellesøy <[email protected]>
Let me pass in a pg.Client so I can use the same connection from my app instead of creating a 2nd connection. Similar to #30 and #31.

github.com/josephg/ShareJS - 54422db952a9662c6f8757bdf29456daee121a38 authored about 12 years ago by Aslak Hellesøy <[email protected]>
Merge pull request #131 from dgreisen/mongo

Mongo authentication and client

github.com/josephg/ShareJS - 02564ee27507fea097d4a957f07126a6284d0c5d authored about 12 years ago by wmertens <[email protected]>
Merge pull request #131 from dgreisen/mongo

Mongo authentication and client

github.com/josephg/ShareJS - 02564ee27507fea097d4a957f07126a6284d0c5d authored about 12 years ago by wmertens <[email protected]>
Merge pull request #128 from daredevildave/master

Add (optional) authentication step when connecting to share servers

github.com/josephg/ShareJS - cf5f4af49ef3098f18a34dc05dd87936d6a20b52 authored about 12 years ago by David Evans <[email protected]>
Merge pull request #128 from daredevildave/master

Add (optional) authentication step when connecting to share servers

github.com/josephg/ShareJS - cf5f4af49ef3098f18a34dc05dd87936d6a20b52 authored about 12 years ago by David Evans <[email protected]>
Merge pull request #133 from dgreisen/auth2

authenticate() can pass custom error message to client through reject(msg)

github.com/josephg/ShareJS - 4bd2896e37fbccafc99bc2eb3b3ca34d0eca4f4d authored about 12 years ago by wmertens <[email protected]>
Merge pull request #133 from dgreisen/auth2

authenticate() can pass custom error message to client through reject(msg)

github.com/josephg/ShareJS - 4bd2896e37fbccafc99bc2eb3b3ca34d0eca4f4d authored about 12 years ago by wmertens <[email protected]>
Merge branch 'auth2' into orig

Conflicts:
src/server/useragent.coffee

github.com/josephg/ShareJS - 449887368b555bfd7d047780ee1c44dfc44faf93 authored about 12 years ago by David Greisen <[email protected]>
Merge branch 'auth2' into orig

Conflicts:
src/server/useragent.coffee

github.com/josephg/ShareJS - 449887368b555bfd7d047780ee1c44dfc44faf93 authored about 12 years ago by David Greisen <[email protected]>
authenticate() can pass error message to client through reject(msg)

Now the authenticate() function can pass a custom error message to
the client by providing the m...

github.com/josephg/ShareJS - b2a3f15355a23f242d2ee5247c0787c9b3acaf2c authored about 12 years ago by David Greisen <[email protected]>
authenticate() can pass error message to client through reject(msg)

Now the authenticate() function can pass a custom error message to
the client by providing the m...

github.com/josephg/ShareJS - b2a3f15355a23f242d2ee5247c0787c9b3acaf2c authored about 12 years ago by David Greisen <[email protected]>
Merge pull request #132 from dgreisen/auth

expose action.responded to authorize() function

github.com/josephg/ShareJS - 7334263a0cf49ef55a46d06e4c7cfc640f0e71d7 authored about 12 years ago by Joseph Gentle <[email protected]>
Merge pull request #132 from dgreisen/auth

expose action.responded to authorize() function

github.com/josephg/ShareJS - 7334263a0cf49ef55a46d06e4c7cfc640f0e71d7 authored about 12 years ago by Joseph Gentle <[email protected]>
exposed action.responded to authorize() function

responded was a private variable used for determining if the authorize()
function had called act...

github.com/josephg/ShareJS - a97be9d03c04f00f861ef38b8a9c1969835a2f4f authored about 12 years ago by David Greisen <[email protected]>
exposed action.responded to authorize() function

responded was a private variable used for determining if the authorize()
function had called act...

github.com/josephg/ShareJS - a97be9d03c04f00f861ef38b8a9c1969835a2f4f authored about 12 years ago by David Greisen <[email protected]>
authentication now occurs after client properly opened

github.com/josephg/ShareJS - 69ffca28cde7de96b411b5de42ab54e5aa9d4790 authored about 12 years ago by David Greisen <[email protected]>
authentication now occurs after client properly opened

github.com/josephg/ShareJS - 69ffca28cde7de96b411b5de42ab54e5aa9d4790 authored about 12 years ago by David Greisen <[email protected]>
Added support for Mongo auth and passing in client

can now pass `user` and `password` in options to authenticate to
mongo database.

can now pass `...

github.com/josephg/ShareJS - 8489cbcbb651f16ed7e797b407768350aa02a903 authored about 12 years ago by David Greisen <[email protected]>
Added support for Mongo auth and passing in client

can now pass `user` and `password` in options to authenticate to
mongo database.

can now pass `...

github.com/josephg/ShareJS - 8489cbcbb651f16ed7e797b407768350aa02a903 authored about 12 years ago by David Greisen <[email protected]>
Let me decide how to connect to redis so I can run on Heroku

github.com/josephg/ShareJS - 376c2afce51a0bc94fa6ae67d83369f927fa6bd6 authored about 12 years ago by Aslak Hellesøy <[email protected]>
Let me decide how to connect to redis so I can run on Heroku

github.com/josephg/ShareJS - 376c2afce51a0bc94fa6ae67d83369f927fa6bd6 authored about 12 years ago by Aslak Hellesøy <[email protected]>
Support old format of origin string in argument to sharejs.open()

This fixes the client tests too.

github.com/josephg/ShareJS - fdede563a8796bb8bf4210264596b86204c3deab authored over 12 years ago by Dave Evans <[email protected]>
Support old format of origin string in argument to sharejs.open()

This fixes the client tests too.

github.com/josephg/ShareJS - fdede563a8796bb8bf4210264596b86204c3deab authored over 12 years ago by Dave Evans <[email protected]>
Fixed tests with auth msg, added new tests for authentication object and timeout

github.com/josephg/ShareJS - 459a60da59b6182e95e60f207756fc0c24411cf8 authored over 12 years ago by Dave Evans <[email protected]>
Fixed tests with auth msg, added new tests for authentication object and timeout

github.com/josephg/ShareJS - 459a60da59b6182e95e60f207756fc0c24411cf8 authored over 12 years ago by Dave Evans <[email protected]>
Add (optional) authentication step when connecting to shares

share.open() now accepts an object instead of a origin string, The object can contains an 'authe...

github.com/josephg/ShareJS - 8e49bcdd1760727def6083ef40720a14265b5f9f authored over 12 years ago by Dave Evans <[email protected]>
Add (optional) authentication step when connecting to shares

share.open() now accepts an object instead of a origin string, The object can contains an 'authe...

github.com/josephg/ShareJS - 8e49bcdd1760727def6083ef40720a14265b5f9f authored over 12 years ago by Dave Evans <[email protected]>
Updated webclient

github.com/josephg/ShareJS - 7b835a1789b4ae21845b803f93562d89a6e2d9ad authored over 12 years ago by Wout Mertens <[email protected]>
Updated webclient

github.com/josephg/ShareJS - 7b835a1789b4ae21845b803f93562d89a6e2d9ad authored over 12 years ago by Wout Mertens <[email protected]>
Merge pull request #127 from rburns/close-doc-not-cnx

"disconnected" event misnamed

Also:
- whitespace
- clean up test

github.com/josephg/ShareJS - d8dcbc62ea9b47cd50fd4a10b7984f8ae6c4c259 authored over 12 years ago by wmertens <[email protected]>
Merge pull request #127 from rburns/close-doc-not-cnx

"disconnected" event misnamed

Also:
- whitespace
- clean up test

github.com/josephg/ShareJS - d8dcbc62ea9b47cd50fd4a10b7984f8ae6c4c259 authored over 12 years ago by wmertens <[email protected]>
uncomment webclient tests

github.com/josephg/ShareJS - 8bd76d97a6a516b845522019e4b7523e0b7031cc authored over 12 years ago by Rob Burns <[email protected]>
uncomment webclient tests

github.com/josephg/ShareJS - 8bd76d97a6a516b845522019e4b7523e0b7031cc authored over 12 years ago by Rob Burns <[email protected]>
clean up test

github.com/josephg/ShareJS - 7f87db38ed5d22bee2ecdaf629d470e3fa70a4e0 authored over 12 years ago by Rob Burns <[email protected]>
clean up test

github.com/josephg/ShareJS - 7f87db38ed5d22bee2ecdaf629d470e3fa70a4e0 authored over 12 years ago by Rob Burns <[email protected]>
listen for 'disconnected' not 'disconnecting' to match changes in commit 692865c

github.com/josephg/ShareJS - e8351ed4282514d731078f5dc6df6c528bb89a39 authored over 12 years ago by Rob Burns <[email protected]>
listen for 'disconnected' not 'disconnecting' to match changes in commit 692865c

github.com/josephg/ShareJS - e8351ed4282514d731078f5dc6df6c528bb89a39 authored over 12 years ago by Rob Burns <[email protected]>
failing test for opening a document after closing one

github.com/josephg/ShareJS - 7dde81aac32c743361155ba03d05b61e4a42a4f0 authored over 12 years ago by Rob Burns <[email protected]>
failing test for opening a document after closing one

github.com/josephg/ShareJS - 7dde81aac32c743361155ba03d05b61e4a42a4f0 authored over 12 years ago by Rob Burns <[email protected]>
whitespace

github.com/josephg/ShareJS - 6ce74c5fd03ef3aec109670357256354116f5007 authored over 12 years ago by Rob Burns <[email protected]>
whitespace

github.com/josephg/ShareJS - 6ce74c5fd03ef3aec109670357256354116f5007 authored over 12 years ago by Rob Burns <[email protected]>
Merge pull request #126 from dcolens/patch-1

callback is not in scope

github.com/josephg/ShareJS - c86705579351bb1a5dd506e55f25aa6934f7453d authored over 12 years ago by wmertens <[email protected]>
Merge pull request #126 from dcolens/patch-1

callback is not in scope

github.com/josephg/ShareJS - c86705579351bb1a5dd506e55f25aa6934f7453d authored over 12 years ago by wmertens <[email protected]>
Update src/server/session.coffee

callback is not defined, removing it

github.com/josephg/ShareJS - da67d1fb80134d8e0cad0b88fffb5e8889ecaa1a authored over 12 years ago by dcolens <[email protected]>
Update src/server/session.coffee

callback is not defined, removing it

github.com/josephg/ShareJS - da67d1fb80134d8e0cad0b88fffb5e8889ecaa1a authored over 12 years ago by dcolens <[email protected]>
Make the tests pass

useSockJS was getting defined as false, and if you do
"useSockJS?" then it will be truthy.

github.com/josephg/ShareJS - 27c33748a92f139a4d2f49f37b85649cb48d85fa authored over 12 years ago by Wout Mertens <[email protected]>
Make the tests pass

useSockJS was getting defined as false, and if you do
"useSockJS?" then it will be truthy.

github.com/josephg/ShareJS - 27c33748a92f139a4d2f49f37b85649cb48d85fa authored over 12 years ago by Wout Mertens <[email protected]>
Only cake webclient is needed; updated webclient

github.com/josephg/ShareJS - 23ead4acaf201b73363495af93dc6d2ed385a08c authored over 12 years ago by Wout Mertens <[email protected]>
Merge pull request #105 from my8bird/master

Random fixes required when I first checked out the project.

github.com/josephg/ShareJS - 7adf7ecceb27f3080be1a9999ebf2d1c704e7185 authored over 12 years ago by wmertens <[email protected]>
Merge pull request #105 from my8bird/master

Random fixes required when I first checked out the project.

github.com/josephg/ShareJS - 7adf7ecceb27f3080be1a9999ebf2d1c704e7185 authored over 12 years ago by wmertens <[email protected]>
Remove spurious fibers dependency from test code

github.com/josephg/ShareJS - 70160f83a1251860e9d91f3b4cff7d2d212b58e1 authored over 12 years ago by Wout Mertens <[email protected]>
Remove spurious fibers dependency from test code

github.com/josephg/ShareJS - 70160f83a1251860e9d91f3b4cff7d2d212b58e1 authored over 12 years ago by Wout Mertens <[email protected]>
Merge pull request #97 from nelsonsilva/sockjs

Added sockjs support

github.com/josephg/ShareJS - 109b0b90f8e22da2232717ca82ef91ecf4d23fd1 authored over 12 years ago by wmertens <[email protected]>