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

Changed readme to reference browserchannel instead of socket.io

github.com/josephg/ShareJS - d0dd1905548892836b3881312e33a6771ec6050b authored almost 13 years ago
First stab at metadata implementation

Hooks up meta operations throughout the code base. The only thing
implemented is "shout" which m...

github.com/josephg/ShareJS - 59e438139cd3e0417dc9c9577f671f91575ca45b authored almost 13 years ago
First stab at metadata implementation

Hooks up meta operations throughout the code base. The only thing
implemented is "shout" which m...

github.com/josephg/ShareJS - 59e438139cd3e0417dc9c9577f671f91575ca45b authored almost 13 years ago
Renamed agent.id to agent.sessionId

github.com/josephg/ShareJS - 370694d214c7499d239d71e1e92a337e10821428 authored almost 13 years ago
Renamed agent.id to agent.sessionId

github.com/josephg/ShareJS - 370694d214c7499d239d71e1e92a337e10821428 authored almost 13 years ago
Renamed auth/client to useragent

github.com/josephg/ShareJS - 828c1aa19340532d35e8772ccd9a2b9b9048af9d authored almost 13 years ago
Renamed auth/client to useragent

github.com/josephg/ShareJS - 828c1aa19340532d35e8772ccd9a2b9b9048af9d authored almost 13 years ago
Enabled client tests and disabled integration tests due to flakiness

github.com/josephg/ShareJS - 809368d14305f470161668075f8726eec77da490 authored almost 13 years ago
Enabled client tests and disabled integration tests due to flakiness

github.com/josephg/ShareJS - 809368d14305f470161668075f8726eec77da490 authored almost 13 years ago
Removed editing session ids from auth. On second thought, it was a bad idea.

github.com/josephg/ShareJS - 0e69d8289497d6a855b51f35aaa00794b871fd43 authored almost 13 years ago
Removed editing session ids from auth. On second thought, it was a bad idea.

github.com/josephg/ShareJS - 0e69d8289497d6a855b51f35aaa00794b871fd43 authored almost 13 years ago
Added the ability to edit IDs during connect

github.com/josephg/ShareJS - 12cc81ea58476c72f79ce4004cab127d9045ad50 authored almost 13 years ago
Added the ability to edit IDs during connect

github.com/josephg/ShareJS - 12cc81ea58476c72f79ce4004cab127d9045ad50 authored almost 13 years ago
Updated build

github.com/josephg/ShareJS - af20762c0aa996c079ebd9dfebe7775c3b0cb3b0 authored almost 13 years ago
Updated build

github.com/josephg/ShareJS - af20762c0aa996c079ebd9dfebe7775c3b0cb3b0 authored almost 13 years ago
Fixed bug with whereby implicit connections werent disconnecting

github.com/josephg/ShareJS - 3c30badc796f1e2718442c80a38924dd0a6e3e12 authored almost 13 years ago
Fixed bug with whereby implicit connections werent disconnecting

github.com/josephg/ShareJS - 3c30badc796f1e2718442c80a38924dd0a6e3e12 authored almost 13 years ago
Removed backwards-compatible connect event.

github.com/josephg/ShareJS - c697ae6fe3fbcee57f08091b7ed74bd0822825d7 authored almost 13 years ago
Removed backwards-compatible connect event.

github.com/josephg/ShareJS - c697ae6fe3fbcee57f08091b7ed74bd0822825d7 authored almost 13 years ago
Added some code comments in index.html

github.com/josephg/ShareJS - 0a784d2b8ee5fc7bc921c11fd945fafb2298718c authored almost 13 years ago
Added some code comments in index.html

github.com/josephg/ShareJS - 0a784d2b8ee5fc7bc921c11fd945fafb2298718c authored almost 13 years ago
Fixed HTML in examples/index.html for firefox

github.com/josephg/ShareJS - db431d2b616fd434bdb831a253c1f2e774d71c29 authored almost 13 years ago
Fixed HTML in examples/index.html for firefox

github.com/josephg/ShareJS - db431d2b616fd434bdb831a253c1f2e774d71c29 authored almost 13 years ago
Fixed integration tests. Database connections close cleanly now.

github.com/josephg/ShareJS - ead4db070a80df188d1e91da4fbd2c7fc8646bee authored almost 13 years ago
Fixed integration tests. Database connections close cleanly now.

github.com/josephg/ShareJS - ead4db070a80df188d1e91da4fbd2c7fc8646bee authored almost 13 years ago
Added back the connect message for connections, for backwards compatibility

github.com/josephg/ShareJS - 9e1f400061790dff6d0e74bc6c8f690543fcabc3 authored almost 13 years ago
Added back the connect message for connections, for backwards compatibility

github.com/josephg/ShareJS - 9e1f400061790dff6d0e74bc6c8f690543fcabc3 authored almost 13 years ago
Fixed some bugs related to disconnecting and reconnecting. Cleaned up index.html

github.com/josephg/ShareJS - 4dafee74d92d1a30caa64fa0e1d59887a9d2b84a authored almost 13 years ago
Fixed some bugs related to disconnecting and reconnecting. Cleaned up index.html

github.com/josephg/ShareJS - 4dafee74d92d1a30caa64fa0e1d59887a9d2b84a authored almost 13 years ago
Rewrote the entire client to use browserchannel.

github.com/josephg/ShareJS - 692865cd25b2d51d6ceb9d2c76424f2a86a2bdc3 authored almost 13 years ago
Rewrote the entire client to use browserchannel.

github.com/josephg/ShareJS - 692865cd25b2d51d6ceb9d2c76424f2a86a2bdc3 authored almost 13 years ago
Plumbed dupIfSource to auth code & browserchannel

github.com/josephg/ShareJS - 4279098539ae39f87dd70902ba6433c486aa1944 authored almost 13 years ago
Plumbed dupIfSource to auth code & browserchannel

github.com/josephg/ShareJS - 4279098539ae39f87dd70902ba6433c486aa1944 authored almost 13 years ago
Added op dup detection to model code

github.com/josephg/ShareJS - f7b5a145bdf35d6bbda01ce52d1993ac4bd2790a authored almost 13 years ago
Renamed op to opData in applyOp code

github.com/josephg/ShareJS - 57e1673e339625ba0bab17b7d594c9b3a7ec5a74 authored almost 13 years ago
Renamed op to opData in applyOp code

github.com/josephg/ShareJS - 57e1673e339625ba0bab17b7d594c9b3a7ec5a74 authored almost 13 years ago
Fixed a confusing comment

github.com/josephg/ShareJS - 42c111874a9da015e80551c83236bb8bbf8a8eeb authored almost 13 years ago
Fixed a confusing comment

github.com/josephg/ShareJS - 42c111874a9da015e80551c83236bb8bbf8a8eeb authored almost 13 years ago
Merge branch 'master' of github.com:josephg/ShareJS

github.com/josephg/ShareJS - 6fe9a0f1f315731e30c3f366827a4e8d52d5ea0d authored about 13 years ago
Merge branch 'master' of github.com:josephg/ShareJS

github.com/josephg/ShareJS - 6fe9a0f1f315731e30c3f366827a4e8d52d5ea0d authored about 13 years ago
Cleaned up some indentation in model

github.com/josephg/ShareJS - bcc5af542e0508b685793358a24b548630ea4440 authored about 13 years ago
Cleaned up some indentation in model

github.com/josephg/ShareJS - bcc5af542e0508b685793358a24b548630ea4440 authored about 13 years ago
Removed reference to sys module. (Thanks @dmarcos)

github.com/josephg/ShareJS - 121d908be92b1392f27096d142b770f5d674eef7 authored about 13 years ago
Removed reference to sys module. (Thanks @dmarcos)

github.com/josephg/ShareJS - 121d908be92b1392f27096d142b770f5d674eef7 authored about 13 years ago
Cleaned up the postgres database code.

- Added setup_pg script to help initialize your database schema
- Updating a document snapshot d...

github.com/josephg/ShareJS - 652ad82a2800fc584c7fcedb6990003de99860ac authored about 13 years ago
Cleaned up the postgres database code.

- Added setup_pg script to help initialize your database schema
- Updating a document snapshot d...

github.com/josephg/ShareJS - 652ad82a2800fc584c7fcedb6990003de99860ac authored about 13 years ago
Merge https://github.com/collin/ShareJS

github.com/josephg/ShareJS - 59676a6c781a985d55fbf20ff259996d710c905d authored about 13 years ago
Merge https://github.com/collin/ShareJS

github.com/josephg/ShareJS - 59676a6c781a985d55fbf20ff259996d710c905d authored about 13 years ago
Merge pull request #50 from conversation/master

PostgreSQL backend

github.com/josephg/ShareJS - a15d954c96aa60ab8582419964d4dddafa3d2b20 authored about 13 years ago
Merge pull request #50 from conversation/master

PostgreSQL backend

github.com/josephg/ShareJS - a15d954c96aa60ab8582419964d4dddafa3d2b20 authored about 13 years ago
Merge pull request #52 from thegoleffect/master

support for redis.auth

github.com/josephg/ShareJS - 8976488458d5aaec1e387972d9a8c1ddf8a9bd45 authored about 13 years ago
Merge pull request #53 from dcolens/patch-1

Fix for https://github.com/josephg/ShareJS/issues/51

github.com/josephg/ShareJS - 39d31d4e2aec275bce437e786128c5af6b10495e authored about 13 years ago
Merge pull request #53 from dcolens/patch-1

Fix for https://github.com/josephg/ShareJS/issues/51

github.com/josephg/ShareJS - 39d31d4e2aec275bce437e786128c5af6b10495e authored about 13 years ago
Fix for https://github.com/josephg/ShareJS/issues/51

github.com/josephg/ShareJS - e2e03e34c2bb4e3fe56ccf687bcad5cbd2d5036a authored about 13 years ago
Fix for https://github.com/josephg/ShareJS/issues/51

github.com/josephg/ShareJS - e2e03e34c2bb4e3fe56ccf687bcad5cbd2d5036a authored about 13 years ago
support for redis authentication parameters

github.com/josephg/ShareJS - ffce3dfae5c1a7efc5575369227f9994c9b621a3 authored about 13 years ago
support for redis authentication parameters

github.com/josephg/ShareJS - ffce3dfae5c1a7efc5575369227f9994c9b621a3 authored about 13 years ago
converted db/pg to be more like db/redis and got tests passing

* needs some restructuring of test code around pg database
* set-up/tear-down a pg test database

github.com/josephg/ShareJS - 104c79095ebc6be3857f2566dbcd3b0377ebbb21 authored about 13 years ago
converted db/pg to be more like db/redis and got tests passing

* needs some restructuring of test code around pg database
* set-up/tear-down a pg test database

github.com/josephg/ShareJS - 104c79095ebc6be3857f2566dbcd3b0377ebbb21 authored about 13 years ago
Merge branch 'master' of https://github.com/conversation/ShareJS into pg

github.com/josephg/ShareJS - f705f7abef9aa90f59fe115ddf1edd11afec7b67 authored about 13 years ago
Merge branch 'master' of https://github.com/conversation/ShareJS into pg

github.com/josephg/ShareJS - f705f7abef9aa90f59fe115ddf1edd11afec7b67 authored about 13 years ago
Added some examples in the comments for the postgres backend.

github.com/josephg/ShareJS - a72b3fb6a3136f3257469fed0655484fa881fc53 authored about 13 years ago
Added some examples in the comments for the postgres backend.

github.com/josephg/ShareJS - a72b3fb6a3136f3257469fed0655484fa881fc53 authored about 13 years ago
Merge pull request #49 from collin/issue48

Add a length check to the json-api commonality check in child op listeners

github.com/josephg/ShareJS - 435b4bf5832b1eaac7ecaaf6a33bc28e2b51076f authored about 13 years ago
Merge pull request #49 from collin/issue48

Add a length check to the json-api commonality check in child op listeners

github.com/josephg/ShareJS - 435b4bf5832b1eaac7ecaaf6a33bc28e2b51076f authored about 13 years ago
Merge branch 'issue48'

github.com/josephg/ShareJS - a9f2dffefe4eec3dc26a5ee414dc0f77d46827e1 authored about 13 years ago
Merge branch 'issue48'

github.com/josephg/ShareJS - a9f2dffefe4eec3dc26a5ee414dc0f77d46827e1 authored about 13 years ago
added a length check to the json-api commonality check

* discussed at: https://github.com/josephg/ShareJS/issues/48
* makes sure the path and match_pat...

github.com/josephg/ShareJS - b9e7151700a3c3f2345cb243bc36e6844034d8e3 authored about 13 years ago
added a length check to the json-api commonality check

* discussed at: https://github.com/josephg/ShareJS/issues/48
* makes sure the path and match_pat...

github.com/josephg/ShareJS - b9e7151700a3c3f2345cb243bc36e6844034d8e3 authored about 13 years ago
Added postgres backend.

github.com/josephg/ShareJS - 572f20879064e9da61999e7ef4b25acfae29ed81 authored about 13 years ago
Added postgres backend.

github.com/josephg/ShareJS - 572f20879064e9da61999e7ef4b25acfae29ed81 authored about 13 years ago
Merge pull request #45 from laughinghan/patch-1

Remote insert at cursor position should insert text after cursor

github.com/josephg/ShareJS - 1ce4d40fcfd6a7d1652fa7a661fee6c21f56759e authored about 13 years ago
Merge pull request #45 from laughinghan/patch-1

Remote insert at cursor position should insert text after cursor

github.com/josephg/ShareJS - 1ce4d40fcfd6a7d1652fa7a661fee6c21f56759e authored about 13 years ago
josephg/#44 remote insert at cursor position should insert text after cursor

github.com/josephg/ShareJS - 38932149912581ddce9c8d8c1906792bd7364aa4 authored about 13 years ago
Small stylistic cleanups

github.com/josephg/ShareJS - 619081e3bab3819518d5e4e582e47af7d14832a7 authored about 13 years ago
Small stylistic cleanups

github.com/josephg/ShareJS - 619081e3bab3819518d5e4e582e47af7d14832a7 authored about 13 years ago
Added browserchannel-based server frontend

github.com/josephg/ShareJS - 35ab3d1cbbd7776e7ca198341bd4186c18f483f7 authored about 13 years ago
Added browserchannel-based server frontend

github.com/josephg/ShareJS - 35ab3d1cbbd7776e7ca198341bd4186c18f483f7 authored about 13 years ago
Giant refactor of the server.

Rolled db/manager and server/events into model. Split auth out into a separate file.
Tests green.

github.com/josephg/ShareJS - c2c2d74de7000b63c3641106468514e233adea39 authored about 13 years ago
Giant refactor of the server.

Rolled db/manager and server/events into model. Split auth out into a separate file.
Tests green.

github.com/josephg/ShareJS - c2c2d74de7000b63c3641106468514e233adea39 authored about 13 years ago
fixed link on demo page

github.com/josephg/ShareJS - 3950236e681ecba0e1eaad4a9a8408bb53a93d66 authored about 13 years ago
fixed link on demo page

github.com/josephg/ShareJS - 3950236e681ecba0e1eaad4a9a8408bb53a93d66 authored about 13 years ago
Added browserchannel to dependancies

github.com/josephg/ShareJS - d312bd4af8f65ec1928016fbeca72ed2ee8cb05e authored about 13 years ago
Added browserchannel to dependancies

github.com/josephg/ShareJS - d312bd4af8f65ec1928016fbeca72ed2ee8cb05e authored about 13 years ago
Version bump to 0.5.0-pre

github.com/josephg/ShareJS - 5e3afda012e3de6ea40abbe6debb9c53f6e3b22f authored about 13 years ago
Version bump to 0.5.0-pre

github.com/josephg/ShareJS - 5e3afda012e3de6ea40abbe6debb9c53f6e3b22f authored about 13 years ago
Updated ace, added a bloggy post as the landing page and rewrote the demo gallery

github.com/josephg/ShareJS - 8f5db66cfc51959b2dafbb385d6653649ebfdcee authored about 13 years ago
Updated ace, added a bloggy post as the landing page and rewrote the demo gallery

github.com/josephg/ShareJS - 8f5db66cfc51959b2dafbb385d6653649ebfdcee authored about 13 years ago
Added some documentation to the browserchannel server

github.com/josephg/ShareJS - b6ef089217a1b04cac594741fd291e1e3773bf93 authored about 13 years ago
Added some documentation to the browserchannel server

github.com/josephg/ShareJS - b6ef089217a1b04cac594741fd291e1e3773bf93 authored about 13 years ago
Cleaned up json-api a little

github.com/josephg/ShareJS - 81536de6332420e31403f88bd8ae59d4664cfb56 authored about 13 years ago
Cleaned up json-api a little

github.com/josephg/ShareJS - 81536de6332420e31403f88bd8ae59d4664cfb56 authored about 13 years ago
Fixed socket.io tests

github.com/josephg/ShareJS - 58c2fdc7d1c01141d42ccd2a9b754a44efc2b3dd authored about 13 years ago
Fixed socket.io tests

github.com/josephg/ShareJS - 58c2fdc7d1c01141d42ccd2a9b754a44efc2b3dd authored about 13 years ago
Added initial support for browserchannel in the server. Untested.

github.com/josephg/ShareJS - 0e9a0db90957ff5b6976ac679d88fa95f89d77a8 authored about 13 years ago
Added initial support for browserchannel in the server. Untested.

github.com/josephg/ShareJS - 0e9a0db90957ff5b6976ac679d88fa95f89d77a8 authored about 13 years ago
Small cleanups in the bin/ files and fixed callback argument order in bench.coffee

github.com/josephg/ShareJS - ca40051c281f2a10104e3c23a248a19fd2917dd1 authored about 13 years ago
Small cleanups in the bin/ files and fixed callback argument order in bench.coffee

github.com/josephg/ShareJS - ca40051c281f2a10104e3c23a248a19fd2917dd1 authored about 13 years ago
Fixed whitespace in benchmarking script

github.com/josephg/ShareJS - c3fd1e0cc929338a954c9e6b186baa112aaeaa4d authored about 13 years ago
Fixed whitespace in benchmarking script

github.com/josephg/ShareJS - c3fd1e0cc929338a954c9e6b186baa112aaeaa4d authored about 13 years ago