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

If user does cmd+s and there's no existing bin, then automatically save

a38bf9f09a3cf8cab3ff4d70a00ce354de859043 authored over 12 years ago
Replace the url when scooping links (allows the JS to run - odd security blocker otherwise)

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

3b76eaa658d7f9ccab33d96287750689e2a3d7d2 authored over 12 years ago
Fixed embedding - updates on save wasn't populating correctly.

e5e2a905fb5b0edfebe821416393cc94bf85faad authored over 12 years ago
Don't create spike session objects until needed

49ff16bc65960c98d103ca518619e59f09ff1e56 authored over 12 years ago
Completed @aron's clone/save with checksum stuff.

bd67e787fb90c411a23214855a13c8763aa368b8 authored over 12 years ago
Pass checksum into jsbin.state after a save #234

After a bin is created without Ajax the checksum is stored in a
flash message and loaded on redi...

cc7fe3d83b8187e816d1b21a20ca93a1282277ae authored over 12 years ago
Add use helper.editUrlForBin() when redirecting

b001559f5ce5866f098a9b7c0788726dc1287730 authored over 12 years ago
Remove code that loads the user history inline

7d56a943029d87d58b48d772662c15a1ee231220 authored over 12 years ago
fix CSS links for root with sub-directory.

d0d438e2a4906175654736b92446d2477d70974a authored over 12 years ago
Update the development docs to remove mention of dev branch

55d193dae526724dd76528cf814707114a4246ce authored over 12 years ago
Using 'host' instead of 'hostname', allowing non-standard port numbers for save

e386b035489a3b8239eba6f3808b694d0b5aff72 authored over 12 years ago
Remove debugging modules...

9654168e7b26a7be89227cbe0e081d6ca3db18a8 authored over 12 years ago
Uncomment debug code and lint the node code

61618e7f1052a219f5837182c2090c96a9bd75c1 authored over 12 years ago
Improve memory management in spike.js

* Clean up session objects when we have no subscribers.
* Always remove the pending object on ...

1a23cf51f9883bfc221c473b5537a4f367a5f72f authored over 12 years ago
Lint the node source

d9c2cd4a83de2822b624eacf1839463b166f0911 authored over 12 years ago
fixed exception on analytics

88de86abf8d925660bd236dfda02462e3041ebb7 authored over 12 years ago
bump ver for lock revision

cb9a2ba3a82dc039344ba8594a1ad57af9240114 authored over 12 years ago
Merge branch 'feature/locked-rev' into development

bd34cf9d71918f4324a2644f864195c0af1a5ffd authored over 12 years ago
Clearer way of locking a revision - added stats to record whether it works

3cd57d01ae9c58eafa7722980d0375d359db41df authored over 12 years ago
Fixed the /list url and defer getting the user's history in an onready ajax request. Fixes #212

6375c84193861fb05fa5515bd7b00e22a5fc73ff authored over 12 years ago
new button to lock revision before sharing

037d16ac5b3363aa555d1e9106c3928b69cec857 authored over 12 years ago
Bump version

77e96ca70f488de83242c3968aa22518f5258757 authored over 12 years ago
By default open the panels with content

Use sessionStorage to memorise your open panels on refresh, but by
default, url controls open pa...

9649b8a572ae133ed4ed8fa292564ef5c934a339 authored over 12 years ago
Make the button url actually shareable

076e69ceccd11a82e8fadbf5f78443991c205c09 authored over 12 years ago
Simple trick to get processors to work when they're being slow. Fixes #273

It's a bit dirty, because it simply re-renders if there was a failure.

24c89c384883d89504d5c5d8aa0f4eacb36d19b2 authored over 12 years ago
Fixed console to wait until HTML is ready before running JS.

This fixes issues when the page is first loaded, the external libraries
aren't loaded yet.

9d2230dd1b09046e7f39408f4a1a12258ca1397f authored over 12 years ago
Make the blue focus bar sticky (it was vanishing as you scrolled)

75e6bdcd4e92254f53da5fb3f6660b280a7a2abf authored over 12 years ago
Only hash the stack, not the entire body

141e9c91e9c9f1adbcc6ed9fc2d6edbbf704731e authored over 12 years ago
blocking setinterval

122fb9d22b27471affcf457678968579032692de authored over 12 years ago
Fix mobile mirror caused by #269 update

Must remember to reflect mobileMirror against jsbin's code mirror
requirements.

f49feddd0834b3a22e3741da51ea7b5fa1de5a12 authored over 12 years ago
config corrected for npm deploy

1e4d83ebc77549615831e8f7013e5c716f528b67 authored over 12 years ago
Adding links to readme

a97afe6a1b4a028c5e5a9a24cb5020d8b046c6c6 authored over 12 years ago
bump ver and REMOVE the damn node version - we WILL FLY BY THE SEAT OF MY PANTS!!!

7c79dfd08df97aaeda81eec353afba62974e84c5 authored over 12 years ago
Allow JSBIN_URL to change BOTH the port and the url port - important for the executable

e347346dc07b21f028734b70784f189940592407 authored over 12 years ago
Executable doesn't affect .PORT, it uses JSBIN_PORT

0daaf30425352cdffd728acff0f685f87ec96500 authored over 12 years ago
Ignore me - you didn't see me, right?

3d6eb3d772089135039b0956c60ebf761eb184f5 authored over 12 years ago
Allow developers to hook in before and after jsbin server configure

de689c3165be41dbe5fbdb3bf29f4000c15993d7 authored over 12 years ago
On processor change - save

ea23c316727d3d71672404ebfd54ec050249e89b authored over 12 years ago
Finished @binarytales' code change :-P

7e8ecdea2885e54d72ad1aae1b65939ea9388f48 authored over 12 years ago
disable jshint (dive out of checkForErrors) if using a js preprocessor and hide the errors panel, inverse if you switch back to javascript

9bed89e0fb3fdb1c49f668e6ceaa2b18dd167e48 authored over 12 years ago
Merge branch 'development' of github.com:remy/jsbin into development

e671d314f3dea6d8cfbe16bb01516843d4c20d8f authored over 12 years ago
Merge branch 'pull-request-269' into development. Closes #269

27c9f26c42a6387c644772933f002374b1c7ed13 authored over 12 years ago
Focus style back in panel

f2b06226cf5c9c2f14fe70c9dfe44fe7f715b86e authored over 12 years ago
Solving the 'mixed tabs & spaces' warnings, by setting the codemirror settings more the way they used to be.

Backstory: in CM 2.2, the handling of tabs changed. The setting
'tabMode' does no longer do anyt...

4c5974ec5e8382209d16f173816a0c69b6c35ff9 authored over 12 years ago
Proper rename the running file

340733fb21a35a0014f356137d3dc93bcc591a3a authored over 12 years ago
Merge branch 'development' of github.com:remy/jsbin into development

a5617fe0781ec1cad71263ae271757e75440b96b authored over 12 years ago
Fixed sqlite corruption of panel.settings in the database

df907c28ae226ce1d066066a687c68eeaebc5cdd authored over 12 years ago
Fix doc filename

6713b91ec1e3c98c735cf9e4dec37061bb59a0d4 authored over 12 years ago
Fixed package to work in node 0.8.x

3556fd62351ed677eaa3d85a66c0f629c9ea127e authored over 12 years ago
Fixed looking for config in good lord THE WRONG PLACE!!!!!!

d784b9680bf1afbf0f50bdf773451aed97749c3c authored over 12 years ago
Keep rev 1 in jsbin url

16fa1de9874f2ebdb739f3106de545b7f165eeea authored over 12 years ago
Update readme and bump version for npm. Ref #265

89a05446e1259434251272366207e13ddc2af277 authored over 12 years ago
jsbin binary funky times - support logger on command line

0b18c1edfe62eafd0e33ed4124aa3fe8b99446e5 authored over 12 years ago
Log die!

c48176d1fea99c917ea57996fb88f890a239d6a8 authored over 12 years ago
Make logger a config option

31960336d75a65dd790bc6e335f4c8453bf0f609 authored over 12 years ago
Cleaner-ish reset password

26b58502bed6bab4d463bcc8e4af88429e0aaadc authored over 12 years ago
Cleaned headers for error email.

8eb7f644a798e2642b7a37443531364aefbc175a authored over 12 years ago
Upgrade error reporting to include headers and hash the subject

2faf997cfa4fe0ce631bcfd080dfa47aa4730a86 authored over 12 years ago
Fixed the crash error (indexOf) on method

d6261a06dbda8c9ad6d1a1fde75b5430e07ca204 authored over 12 years ago
Merge branch 'development' of github.com:remy/jsbin into development

87b0a3fc5613516c1770eff4e2e2b9fd8c4a715b authored over 12 years ago
correctly select/set focus on the first _visible_ input element on form based menus (like login)

05bb8b62a7a974a583da1778b7819658b47ae8f9 authored over 12 years ago
removed blue gradient/hint on current panel, danny says it's not needed and it fixes diseappering menu bugs in IE

134e82fea13e3d1e93587685731db784680aeac0 authored over 12 years ago
IE stylesheet for IE9 - fixed issue 245, menus in IE9

3734afeddf132420d1e28e0c53634a18f918f8bd authored over 12 years ago
No cd needed.

MUSIC FREE MOFOS! Oh…wait…

17ddf8db5f89b6fbecd1ca6c7adb50a0df2475c9 authored over 12 years ago
Making the package public

74a69b322d57dbec1359afd73d905ead4a95d3ce authored over 12 years ago
updated README

760beab056000be3e4068e2638d9fdba3bc50758 authored over 12 years ago
Starting to put the the list page back in.

108f82df8e616981ffdb7e702ba46174710ce6d7 authored over 12 years ago
More detail in todo

4665567eab8dd7638f40b38670ef265472470b27 authored over 12 years ago
Big change to get the console working properly. Fixes #253, #178 and #258

Now the console has history, correct cursor focus, and correct context
when running.

437d7cba9143d1640961e66daeb73d043b899251 authored over 12 years ago
Remove weird left over files from merge

ed662d1ed6c72340a463a606f890a3f166da94aa authored over 12 years ago
Try to track the embeds better

4fb2b349a8b3b33100684167a4c2a48f67039bc3 authored over 12 years ago
Fixed spike in IE8 (style.innerHTML wouldn't fly). ref #255

5b6ad4bc6e2e898d881b395dbbf2c9c57f01d837 authored over 12 years ago
Reverting smart embed, seems to have messed with IE8's head. Ref #255

a02fe40c62f9263300826970e404f53aebe0a987 authored over 12 years ago
missed reg

d0120c15a1be5e4789cc043bdfe11aa4d356009f authored over 12 years ago
If the /edit view is wrapped in an iframe, present the embedded view.

252d339bb399b487392bc1a6692aeb371247a4e7 authored over 12 years ago
Fix undefined error in the notFound() handler

9f64efb651226ea46129bdbc7348a5b94fe740b4 authored over 12 years ago
Merge branch 'development' of github.com:remy/jsbin into development

dd59494e655d1cc34f2ab5f0db813c07b280d91a authored over 12 years ago
Put the interactive console back in place - you can now test commands directly in the jsbin console again

9e637e7448e238249986ff34e98a8a162d18da67 authored over 12 years ago
Clean up error handling code

* Handle error status codes being passed to next().
* Create renderPage() functions in the err...

bf76b8a24654007faf786c312d41bbbd095ac2e1 authored over 12 years ago
Add Store#upgradeUserKey() method

17f176a32441cdb0f2c27cc859ed47b9fc03a38b authored over 12 years ago
Pass template params in correct order in Store#touchLogin()

Was preventing the last_login column from being updated correctly.

8cd88675836628a382eacbc4c594730db3917e2d authored over 12 years ago
Add a template for upgrading a users password

This also sets the created timestamp. We really need to get a SQL
builder module in the next ver...

6f223539eaee056d2b4a43196b0e3790e5686a0b authored over 12 years ago
Now correctly upgrade the users created timestamp

This was preventing the password from being upgraded when the user
knew their email and password...

10b55a4dfd87db590ccaffaecb2cb26b5740a459 authored over 12 years ago
Fixed when undefined

b26decfe42325cc813bbaf21e7636dbc74b10e26 authored over 12 years ago
Allow keyboard shortcuts to be disabled by the user. Fixes #247, #244, #154, #88, #201

6b085ab235e585dcea758bcf69d23fe0175ba58b authored over 12 years ago
Fixed #246. The default disable click handler was being applied even after class was removed. Also change to easily enable code casting.

a5ee37d0a03c76980898b141796b3e19bf5e11c8 authored over 12 years ago
Typo in the shortcuts

59e13ba355c19d41c4f1424a5f070bb5571028c0 authored over 12 years ago
/quiet should strip all JS Bin inserted code - including analytics

5b849a49db8519ce887b331ecde7dd1eababbfb5 authored over 12 years ago
Mootools => MooTools

5ca6d67e967ab4d3bc481f916e65df6d82020774 authored over 12 years ago
Typo

43f9c01788c4f4c12a42f2eaa6fc57dca92df97b authored over 12 years ago
Wrap processors in try/catch - it's crashing poor Dave

661c775d9f255a1993262b496265e8808fa57d02 authored over 12 years ago
Updated mootools

4bad20385e98cf57a112ab16031e464c4f41e7ba authored over 12 years ago
Adding Dojo 1.7.3, removing Dojo 1.4.0

bc8bd88670dd32447a14121b06bb8e6a2ea27bea authored over 12 years ago
Error handling

8e12566650b0dfc1c55a17fc10b21e23f77630f5 authored over 12 years ago
@aron please read: this dynamically changes the host from jsbin.com to 3.jsbin.com - seriously freaked me out!

0626d6adb9e8945138e1b462bcb4296c93167425 authored over 12 years ago
Let's push this bad boy out the door

48bd7f5eaaf44adedb2aff1d52ef4a1c73bc8ce1 authored over 12 years ago
More post content.

9f3a464befc17b37a5728a022119196912e4584d authored over 12 years ago
Allow streams to connect to versionless bins

862459331eb9733409e579dbd87e19d261117c67 authored over 12 years ago
Fixed error thrown when there's no body.

3c76e0145bdc2340a8f3bf31c0756c1fc292ed91 authored over 12 years ago