Ecosyste.ms: OpenCollective

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

github.com/jsbin/jsbin

Collaborative JavaScript Debugging App
https://github.com/jsbin/jsbin

Allow all origins in runner & live.

This is a precursor to possibly allowing the runner to be distributed as a
standalone without JS...

df431523ca4b8d271efd4efacbdd5ec7529924d2 authored over 11 years ago
Merge pull request #672 from remy/fix/spikes

Spikes: revision following in event streams

c00b8119f2454379223ea5bd5b183db89ee28a1b authored over 11 years ago
Merge branch 'master' of git://github.com/remy/jsbin

f00c8e370ebfd5ae3a46692796f1d4f969169d17 authored over 11 years ago
Merge pull request #671 from Daniel-Hug/master

index.html cleanup & minor fixes

12b68b781a3d095cb65c1c54fde48044d643e6b1 authored over 11 years ago
Merge pull request #673 from remy/feature/ssl

Support SSL

20d8add86d3e20bd8a5dfe593a49db4130864187 authored over 11 years ago
Merge branch 'master' of git://github.com/remy/jsbin

18657ee682d3121efe6e321ff213bb6c4e199533 authored over 11 years ago
Move runner to dynamix render and add build script.

0fe84eafe8b1ed8025c1ff9dbed1f33812658843 authored over 11 years ago
Remove paths from my machine.

694fdf0be40a6dbd35bc2ab74c1177966f681745 authored over 11 years ago
Update nginx conf docs.

a8d1a67a6b5a3f7f1788c0d3c061e511c36df6df authored over 11 years ago
Update nginx docs.

558694bd7628ad71f7d1ee5e72d77a5650be434f authored over 11 years ago
Add nginx condig doc file.

9ce088c3721ffe0f3d03d6ecf6f531c0e9601e55 authored over 11 years ago
We're writing HTML5 not XHTML.

620b8fc9b73fa4138bca2ff43532eadc68dfb0c1 authored over 11 years ago
autocapitalize="none" instead of "off"

The "off" value for safari's proprietary autocapitalize attribute is
deprecated. It should be "n...

7c85087138ace17d255649723f0ab171c3b861c6 authored over 11 years ago
Fix & format IE conditional comments

We don't want two <body> tags in IE6.

dc3ef3931fadcc1db3cebb702a23170910bc83e3 authored over 11 years ago
Remove trailing comma causing errors in IE7.

1c7fef6d641fa65fced47fedad07b9fb46f88b73 authored over 11 years ago
Fix stringify and make it work in IE8.

91fb923451a75099af3f29cd4691fc33bb30a666 authored over 11 years ago
Clean up the runner a little.

0c1d89503d089c4b14ddc21fcc45188e27ff8694 authored over 11 years ago
Tested in environment without run.jsbin.

5e12d4a9e4314942bf03caa9d03b8d67e3ac13d5 authored over 11 years ago
Little bit of tidying.

59bfb9e5cd1aac7ce6d1c6487b63192ed54870a3 authored over 11 years ago
Restore :load URL and DOM.

3151bad9e453138ac10c5666f807a435d6a35f28 authored over 11 years ago
Log from within the runner to get proper object.

98e632498aac68b5f24c82fcf396262bb60c8bd0 authored over 11 years ago
Console commands can be posted into runner and logged out.

af6310ec766efa15688c9b8e77dc3f05a94ab83b authored over 11 years ago
Release v3.3.3.

0254410e6ba62dd001622f9ad6c772bf318c3118 authored over 11 years ago
Merge branch 'master' of git://github.com/remy/jsbin

57f831dc9090ca43c03eb9fbc92353f566c73dbd authored over 11 years ago
Merge pull request #660 from mbostock/add-d3

Add official D3 3.x release.

85ad206e88c4333620e8280eb4140e1f122561ef authored over 11 years ago
Add official D3 3.x release.

c3888942ad47e51764ffb1f8e85b80279ac3ba0a authored over 11 years ago
Add profile to reserved urls

8bcdcaed601dcfc9bcbd89658f9b7b00a82d800f authored over 11 years ago
Run commands in the console with events.

35506e10d5b6a7c062440dec2976d15808c7290e authored over 11 years ago
Remove code completion from console.js.

6c6581bad0170de078cee069cd4b3731908a2ca2 authored over 11 years ago
Clean up console keydown code, with keylib to make it readable.

9d01eef25e379ac721ec4568e1c8b3d67cc51f40 authored over 11 years ago
Simplified navigation UI

- Changed avatar to open profile menu
- Change "open" to "My bins" and "JS Bin" to "Bins"
- Hopi...

50a05b9394860717d1f42dd9133e37d2f1a94544 authored over 11 years ago
supply the view with the user bin count

9f33d85ccd820125c9621d1f84bb726c53edad4b authored over 11 years ago
add getUserBinCount to db adapters

9c9846becd2ff445d435115dc7b499dc0e9e9d86 authored over 11 years ago
Proxy logs out of rendered iframe.

b555e5b3d4e2b0c19b5cc0a438ba8cd7b07385f1 authored over 11 years ago
Add proxy console that posts up to parent. Not connected to live yet.

c62077bca7513a9affe5d0c1bc4449279f1aa69a authored over 11 years ago
Simplify sendReload logic.

37a166dc101eef9dc58d7daf67a4156cfeb3e320 authored over 11 years ago
Restore sending reload to listening pages.

004dd851e9275c02b7b3ee0e86ed7fd81b1b17bc authored over 11 years ago
Resize embedded bins using postMessage.

7dda7abd49fe2fb6e8333badeda862e81eb2b62e authored over 11 years ago
Pass focus events from runner to renderer.

f7586af8bcd761f7aefd015b84ea28b673d14e11 authored over 11 years ago
Add renderer to live.js for handling messaging to & from the runner.

Also restore the iframe text size indicator.

f6bb08f1d2c39f529eca62e9a4b64a20c8eda66a authored over 11 years ago
Fix doc formatting.

6d79b5cade0bc1952be6ae447d05a8df01dd55c9 authored over 11 years ago
Clean up javascript stripping logic for readabilty.

c2bc2f0474ea38cabd6f909708c2f674f96602e8 authored over 11 years ago
Save and restore state for the render iframes.

f492c06d4b3813bf17c72484a0aa763110281863 authored over 11 years ago
Document the debug escaper.

56615500eca84ffa160ee2bdf85170dcb87a1bed authored over 11 years ago
Split runner out to separate file, and restore debug mode.

7ce5159347303ed44ba875af67fc744146ad71d0 authored over 11 years ago
Style and sandbox the runner iframe correctly.

20a504f90eb17d4482b60b3713f0df2f4a93304e authored over 11 years ago
Prepared source rendering using postMessage. Woot.

2f4fd53e3cfcb433fc4d4d19f62de7a8972544b7 authored over 11 years ago
Use window.onload to handler runner iframe generation.

7a2e9c7d54847a5721c1b603c8edaf447f03b507 authored over 11 years ago
Clean up some of the older live render code.

233eae164cadf1d163ac09790b14950eba4defab authored over 11 years ago
Live rendering, basic mode.

IE7 fallback using event source streaming. Currently very specific to my
environment. Addresses ...

cc5253efa426c033f2ef3e81c892a4061bb51fe7 authored over 11 years ago
Timeout tip with autohide.

af694d7be043b3108c9008b64d21d09f9af3039c authored over 11 years ago
Tip error when work not saving.

ff31c915fd5c3e76f1461607026547d65a742a92 authored over 11 years ago
Info and notifications for github login.

8940755fba8ec828c12bec6c5f43b1a5edbd9080 authored over 11 years ago
Allow info, error and notifications from the server (flash).

e5aabef6dbfdba6aeba9c320c29974c5c6b69c37 authored over 11 years ago
Comment escape to hide tip.

3273f3871cbec33189b1d1e88bef435b340ac6a5 authored over 11 years ago
Redirect gist.jsbin to correct gist URL.

e484278835ae4703802f5253837fd81478d232f6 authored over 11 years ago
Use notification when gist created.

1af5afff52653d4d71335a63c341a1781ef5bf2a authored over 11 years ago
Add github login SQL upgrade files.

acc2e15057073d84181924eaa6bdfbcea23e2359 authored over 11 years ago
Clean up tips, adding info, error and notification types.

979bb92fd605bcbd585e29abcc71c4ce6dbd358d authored over 11 years ago
Gist import into correct processor with refactored processors.

fc0f4ea0e7f2ba2f58b744a502d9dbb1aaca9744 authored over 11 years ago
Refactor the gist panel loopage somewhat.

dbba0aaca18bc94cb26bac976dbe4d0691b1d117 authored over 11 years ago
Export gists with correct file extensions.

a2e2bc92f386db2f9f72a3abf4f481ef79621e14 authored over 11 years ago
Refactor processors to use config object.

12f1876c98fa52c397b4eb97a59952b48c5ba225 authored over 11 years ago
Merge branch 'master' of github.com:remy/jsbin

d01623475939992c777e72702da1e17c45d911bf authored over 11 years ago
Release 3.3.2.

0c79c3b931032ed2f39654a9b4478d3b479f7cbc authored over 11 years ago
Merge branch 'master' of git://github.com/remy/jsbin

c1590942d9156dd3a578e952b8b1540d4763fbb3 authored over 11 years ago
Fix creating users.

72a4ec11a731908c03bd565c0ef77b209f59934f authored over 11 years ago
Merge pull request #649 from remy/fix/embed-console-276

Fix/embed console 276

0d55c30ad099af35c7471dfaeaab50a02d9b6ebb authored over 11 years ago
fixed javascript exception when in debug mode

c30ef3620c7b73402c2c1725ae9e8b8efdd50c05 authored over 11 years ago
fixed #276 and fixed #582 by ensuring the _console object is pointing to the right window in both embed and full edit mode

df0c7520f5fc5cc75f8c65c242d40b2e183acf4f authored over 11 years ago
Merge branch 'master' of git://github.com/remy/jsbin

2665f4c07c4bd6ef8761dc834abdbdcbe08c1bb3 authored over 11 years ago
3.3.1

08f379005f0a5ab41bef3cd1c6781f879bbdfe8e authored over 11 years ago
revert back jshint to older version to fix IE8 bombing. ref #642

8494588886ecb2368b38c5fba8585286bdb096e2 authored over 11 years ago
Don't export empty panels.

c4739258e4d400e8757e15aee59918d11600a64e authored over 11 years ago
Export as gist (anonymous or user's).

86d79e5156a535ccb2f55c43f905182a81197e2c authored over 11 years ago
Update github token when GH user logs in.

5453789141f37239618e59829b099d6cd8762644 authored over 11 years ago
Increase Github token scope.

8ce74097f385b66a2054ad062599b509472b43fc authored over 11 years ago
Allow logged out github users to log in.

dace31ca4d818ba0a1c84f13f1ff1751fbb7a4ac authored over 11 years ago
Hide link Github account when linked.

f372814e184f3558f28434f3d1a68ecbb0234e37 authored over 11 years ago
Inform user if matching account already exists.

237bc1bc43d571bb098f1cb628fd0d3f781f56ac authored over 11 years ago
Hook Github to existing user.

482a3daa844cf8c46e754b0235d1bf9096c8f4d5 authored over 11 years ago
Include url in stream log.

3eb11963386b0b1e0428a80a53a2a4f2ac5aad13 authored over 11 years ago
Restore codecasting and revision bumping.

bce673917204efd0275c6c5ba7aff55441c33ec5 authored over 11 years ago
Render stream now follows revisions.

23bd4a8136d2a56d4761d9fdf30c6dab453da474 authored over 11 years ago
Clean and document the updateUserSpikes method.

2ee90c4ea8fd79893de460e47095419048dc9c49 authored over 11 years ago
Fix bug where falsey data was passed to makeEvent.

dda1b6bc63a74ec01cfdd7125c4d111e48491448 authored over 11 years ago
Clean up server side spike code, inlude a test (!)

ad569a0b56c829893df319a88247dea74d68d54e authored over 11 years ago
Clean up and document the client side spike code.

e56562ec67ce81b095bc02fbec3421c278363a47 authored over 11 years ago
Redirect insecure connections.

bb041bface2add7ea4c3cf740e5a8fac5b49bbb8 authored over 11 years ago
Detect SSL and alter URLs to match.

568b5a8da09b4d15667f0ad5fbd75a99b89d3440 authored over 11 years ago
Support creating a new user with gihub, but sessions are broken.

2d5195bbc99b78dd1577eb9318e6a436dbaa91a3 authored over 11 years ago
Create and log in new github user if no matching account.

2556feb74c8decd048f309c7cb7f3f84de24597a authored over 11 years ago
Add github buttons and routes.

aeee052d7906833a23e1cbdb8a29fd318f704d01 authored over 11 years ago
Merge branch 'master' of git://github.com/remy/jsbin

3c3a5ae8e966893bef3490f5d4e4226a4afd5a54 authored over 11 years ago
Merge branch 'master' of github.com:remy/jsbin

7f6c870e20f8540b5040a8b28b5364a55daced46 authored over 11 years ago
fixed up the CORS support for the API

79596802277b30e746bfc2d19861df48fe667522 authored over 11 years ago
Merge branch 'master' of git://github.com/remy/jsbin

d407706bb4ac697fd12e9c0990cb3eb959698c18 authored over 11 years ago
Merge pull request #633 from Daniel-Hug/master

Simplify code for 'Edit in JS Bin' button

d59b2f0cab73ac029287ecb7a7fe8cb46c9b38d8 authored over 11 years ago
Remove unnecessary -ms- prefixed transition

IE supports transitions without the -ms- prefix.

e4895ce3ce08a5e605861bd44233b76ec51559b1 authored over 11 years ago
Simplify code for 'Edit in JS Bin' button

b8fb4bc46fbe7e2866a0800f2f7b4b41bb65cf18 authored over 11 years ago