Ecosyste.ms: OpenCollective

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

jsbin

We are on a mission to support maintaining JS Bin and support building new functionality and features to help others teach.
Collective - Host: opensource - https://opencollective.com/jsbin - Code: https://github.com/jsbin/jsbin

Removing getVisibility references

github.com/jsbin/jsbin - ad223e0398ac83e5235bb2211fc7f8c66cc7ccc5 authored about 11 years ago
Clarify what bin is in getBinSourceFile

Plus white space stripped

github.com/jsbin/jsbin - 16a24e7a1d28aa4241feef29d544e968f0a859e5 authored about 11 years ago
Adding getVisibility to sqlite

github.com/jsbin/jsbin - aa0ccaf7a331356487504f68f536633d746bfd22 authored about 11 years ago
Fixing type with jQuery 1.8.3

github.com/jsbin/jsbin - 31badcb1f397ab9ead71b92c4e3d91267d6ed6c8 authored about 11 years ago
Adding check for output/console panel before posting render msg

fixes #906

github.com/jsbin/jsbin - ef1b4f201a10c0bdd433a61dd1fc52181e0268f2 authored about 11 years ago
Wrapping getBinSource in protectVisibility

github.com/jsbin/jsbin - bc6c6c66b2abee36b539e7dda7ae304180d58852 authored about 11 years ago
Clearing sessionStorage so private bins won't be cached

github.com/jsbin/jsbin - 1661dacae55f161e075c1972f3db4acfde9b8f55 authored about 11 years ago
protectVisbility now async, serves up default files if user not authed

github.com/jsbin/jsbin - d8482b86d1684aff68dc367b6b23229fc97fe4ee authored about 11 years ago
Removing console.log

github.com/jsbin/jsbin - 834641ba8475025af8e16ada0649e1cc3e8746d4 authored about 11 years ago
Adding protectVisibility to downloadBin

github.com/jsbin/jsbin - bbd23069ba3f0e22d666d53c7df48e0d33203add authored about 11 years ago
Adding protectVisibility to render

github.com/jsbin/jsbin - 890037f5f3600ad8342147e5bbf1f80679fa5692 authored about 11 years ago
Adding protectVisibility method

github.com/jsbin/jsbin - c9478e7de2c4fc9e7b52e6adfdacaead8988b27f authored about 11 years ago
Removing checkPrivate as param

github.com/jsbin/jsbin - 58833ccb5519979d334b3a75a237d8e64480ef15 authored about 11 years ago
Merge pull request #1024 from rjackson/update_ember

Update to Ember 1.3.1

github.com/jsbin/jsbin - aa59e9aef4febe75280cb31141969129c3350f0d authored about 11 years ago
Merge pull request #1026 from remy/fix/1025

Fix/1025

github.com/jsbin/jsbin - 632e73cb8df585c4b66c3a7bb406f03792a2e1b0 authored about 11 years ago
Dummy .focus function, also strip multi-line support

It was a hangover from jsconsole which isn't supported in jsbin.

github.com/jsbin/jsbin - 67fc33bfe916706774b9cc039ac364bc13da76ac authored about 11 years ago
Handling user's not signed in trying to signup

github.com/jsbin/jsbin - 55a2dc5ace170e4cc488cf6cf079f7557ebaa9a3 authored about 11 years ago
Removing /pro handler

github.com/jsbin/jsbin - 54939abacfdb55e61a8e331685b1890521c9c1d1 authored about 11 years ago
Removing unecessary metadata call

github.com/jsbin/jsbin - 1aa20c9059d430598509a1356c562a57d82bc6c5 authored about 11 years ago
Handle metadata error at loadBin

github.com/jsbin/jsbin - d202b8338a415a01decf75d38aa4736508c4e3c9 authored about 11 years ago
Adding default visibility for claimed bins

github.com/jsbin/jsbin - d16ce3ea45d82fe406951fa71a163a623051d4f7 authored about 11 years ago
Adding methods for sqlite

github.com/jsbin/jsbin - 2891cdd4e0be8af969af19ed5ed17b45c77bc076 authored about 11 years ago
Adding update script for sqlite

github.com/jsbin/jsbin - 88202c1ec2b9ba09397229aa19907b7b02053e27 authored about 11 years ago
Update to Ember 1.3.1

Fixes security issues:

* [CVE-2014-0013](https://groups.google.com/forum/#!topic/ember-security...

github.com/jsbin/jsbin - bbb1738b6a93e82d2f7d2b671687a05dd1ebd859 authored about 11 years ago
move to latest undefsafe & feature-gateway

github.com/jsbin/jsbin - c1902bee0f9e65a793b6cf362fcd9267cab81ca7 authored about 11 years ago
Adding the click handler for visibilityToggle buttons

github.com/jsbin/jsbin - e8579a16816d4ca7d1308a0944a34da572cc4fea authored about 11 years ago
Initial hiding of make bin private/public button based on current state

github.com/jsbin/jsbin - 41dc4681c9c636532cffd6f2df27b905defadd27 authored about 11 years ago
Adding public/private class to body for styling

github.com/jsbin/jsbin - c0d221cc0aa9c64902db14170e449a5c2515b059 authored about 11 years ago
Adding make public/private buttons

github.com/jsbin/jsbin - 75bd8234746aadbe9070dc0c4d987b340c8e786a authored about 11 years ago
Passing private data to index template

github.com/jsbin/jsbin - 279f11ba48bada7bfa7a844ba12cceb109d6e416 authored about 11 years ago
Adding handler for setting bins public

github.com/jsbin/jsbin - 415e2ef1059caaf0cc042a620107b48f4655de85 authored about 11 years ago
Adding setBinAsPublic method

github.com/jsbin/jsbin - eac92a69081056349a2f4a99a07548a0e5a7e138 authored about 11 years ago
Defaults for bin metadata

github.com/jsbin/jsbin - 3b245dba091a1c2d389bae23f618eef4a5273495 authored about 11 years ago
Merge pull request #1023 from remy/feature/handlebars

Support feature checks in templates

github.com/jsbin/jsbin - dfd375b5edd8ceb8a8d8e4a82ace046efccbb185 authored about 11 years ago
Support feature checks in templates

The template needs the user object (expected to be the session user), and usage is:

```html
{{#...

github.com/jsbin/jsbin - a2565aeae7feb51719baa4f79b85acc2c31bf1dc authored about 11 years ago
Adding default visibility param for setBinOwner

github.com/jsbin/jsbin - 161679771a5ddf802f3d6b34b133e9fba67a0b3d authored about 11 years ago
Adding a NOT NULL check for visibility

github.com/jsbin/jsbin - d9ea2a7c48992b54775cb70bca052bd146163ff6 authored about 11 years ago
Removing logs

github.com/jsbin/jsbin - 591e8d534f856d26073877e7174633715ebe8406 authored about 11 years ago
Adding visibility to setBinOwner

github.com/jsbin/jsbin - 367406149ff574bc2007e62c28d07f3c2959d01f authored about 11 years ago
Updating reference to getBinOwner

github.com/jsbin/jsbin - 96f7c79d8ae69aa8025c5ee715361133e134959b authored about 11 years ago
Renaming getBinOwner method

github.com/jsbin/jsbin - c80d5ad82d22e625ebbbb3cd82e01171cf89c700 authored about 11 years ago
Attaching binMetadata to req.bin object

github.com/jsbin/jsbin - ba1357b77278ebee4abbacd8bf3ee79ac252caa4 authored about 11 years ago
Creatign local reference to models to scope 'this'

github.com/jsbin/jsbin - 7a48d530fe84fb4bafa2e2b449779ac60ff8a507 authored about 11 years ago
Removing console.logs

github.com/jsbin/jsbin - b2a4f188b9cebba3809c1345d327094da703de21 authored about 11 years ago
Updating setBinVisiblity params

github.com/jsbin/jsbin - 42f6cd00c61dba16df064796ff4a2810c7af5b46 authored about 11 years ago
Renaming binWithOWner to binMetadata

github.com/jsbin/jsbin - bc127c83a03b33bb84ebf5928b3f4ec96cc641c4 authored about 11 years ago
Fixing a leaking pending object

If there was no session for the spike ping, then it would exit the timer, but the pending object...

github.com/jsbin/jsbin - d9e6e937f0ed899d5f01e4164091e1c712fd8128 authored about 11 years ago
Ensure jsbin runs from the root directory

github.com/jsbin/jsbin - 87c7b6288bcdc2a840b092a50a3b07f7012ad1e0 authored about 11 years ago
removed old code

github.com/jsbin/jsbin - af65c471859816edab0216036cacd8808d6eddd1 authored about 11 years ago
Merge pull request #1021 from remy/feature/repl

Expose a repl to help diagnose insane spike count

github.com/jsbin/jsbin - ba525aa7fd9fea9deef9edbb1eb3955119672e5c authored about 11 years ago
Merge pull request #1020 from remy/feature/test-errors

Fixed mail handler throwing and give a way to see errors

github.com/jsbin/jsbin - 06f4de66ed6eb8c72bc19c27f665874725fc6e37 authored about 11 years ago
Fixed mail handler throwing and give a way to see errors

github.com/jsbin/jsbin - 16e3b6ffcb360840eff6e5126cf7758ab390e72e authored about 11 years ago
Merge branch 'feature/pro_user_flag' of https://github.com/remy/jsbin into feature/private_bins

* 'feature/pro_user_flag' of https://github.com/remy/jsbin: (23 commits)
Adding TODO
Adding ...

github.com/jsbin/jsbin - 3714e0d355dfce0d4d982b9c200f8e829eab875c authored about 11 years ago
Adding route for setting bin to private

github.com/jsbin/jsbin - a1e6583789fe969dc79bb05019137da29c909df6 authored about 11 years ago
Adding setBinPrivate handler

github.com/jsbin/jsbin - 2f62dfaf25968ef1540b08dc51f0d10362de2553 authored about 11 years ago
Adding make private handler

github.com/jsbin/jsbin - df8a79c0c4d885954cefa74db0eb2557b9de42b9 authored about 11 years ago
Adding make bin private button

github.com/jsbin/jsbin - 5d7a7ffa7553d8ffbb7dc58587486225d853ebec authored about 11 years ago
Adding setBinVisibility method

github.com/jsbin/jsbin - 8998565c35e4b36de90dfa815a5a36976a6e62f6 authored about 11 years ago
Removing email notifications in travis

github.com/jsbin/jsbin - 600dad7eefdc37d63bcd39d3c18fc18b64a917cd authored about 11 years ago
Expose a repl to help diagnose insane spike count

github.com/jsbin/jsbin - 7c60c752e71e26248c8d2485516960779567b918 authored about 11 years ago
Fixing jsbin throwing exception when headers sent twice, then mail vomiting and causing Dave to explode :-\

github.com/jsbin/jsbin - 34ec6161bf591455da6208a75c3a6830a48b5b53 authored about 11 years ago
Moving check for user and privacy to authorisedToViewBin function

github.com/jsbin/jsbin - 411da75f80839cafe80da75eda6c1787f9765715 authored about 11 years ago
damn strict

github.com/jsbin/jsbin - c3d1533e2eba4eba3ef70b238c381982a7076e44 authored about 11 years ago
Updating checkPrivate to use getBinWithOwner

Uses visibility over private

github.com/jsbin/jsbin - 3a5d44f9efc15aa49b9b7d773faff71075f46705 authored about 11 years ago
Adding autorisedToViewBin function

github.com/jsbin/jsbin - 1c0981336ef8d655d54f9d841234dbb0edcf3bfb authored about 11 years ago
Adding getBinWithOwner method

TODO update methodname elsewhere

github.com/jsbin/jsbin - d2f494225f2730f0410926eedb9c2bcb975fa11d authored about 11 years ago
Fixes #1009. Reverting introduction of strict.

We'll have to reintroduce and run a full lint check because it's blowing up Chrome et al.

github.com/jsbin/jsbin - fbadb333c2ab204b4ae1b1dc433e924a1253f338 authored about 11 years ago
switch console to use github.io?

github.com/jsbin/jsbin - 218a7bd0c63133890e1a84693f1a445bc9c10ad7 authored about 11 years ago
update console to latest underscore?

github.com/jsbin/jsbin - 3f075f48b97f64942f3350ad6ef67716ccff929c authored about 11 years ago
switch to jashkenas from documentcloud for backbone/underscorejs

github.com/jsbin/jsbin - 4173be1a3301186da71be573d328efa00bfc56b9 authored about 11 years ago
Updating method names

github.com/jsbin/jsbin - 6ddd01ee3a8f883fab9fe8a23b75e94c843b9b39 authored about 11 years ago
Updating isPrivate, Adding getBinOwner

github.com/jsbin/jsbin - e24498ac5e2b94845119b423623c9cd252f7ce37 authored about 11 years ago
Renaming isPrivate to getVisibility

github.com/jsbin/jsbin - 044b40f44d9b5875215e9d0b4e8e850367752ec5 authored about 11 years ago
Adding getBinOwner to methods array

github.com/jsbin/jsbin - 60b2c061b716ae991315f38361ae6582c4ad97fd authored about 11 years ago
Renaming isPrivate to getVisbility

github.com/jsbin/jsbin - 7bc079bf5b0f305b74addefa6f5f8eae83d39a61 authored about 11 years ago
Updating mysql script to add visibility column as ENUM

github.com/jsbin/jsbin - cdaf326a2fe9da181e2e3b37aa3e9d4000ccd935 authored about 11 years ago
Renaming isPrivate to getVisibility

github.com/jsbin/jsbin - 2fd3b62764244c54a5c4eb4a0f3f65e74f0bb5ae authored about 11 years ago
Adding getBinOwner sql template

github.com/jsbin/jsbin - dd28843b5c42a259dc52d2423d1822035e07b90d authored about 11 years ago
Umm, merging into myself..?

Merge branch 'feature/private_bins' of https://github.com/remy/jsbin into feature/private_bins

...

github.com/jsbin/jsbin - 581312f271096eafe4bb5abcfba1510c5e061c02 authored about 11 years ago
Adding isPrivate method to BinModel

github.com/jsbin/jsbin - 636f34a5dd356a72489f6bf0f0daed81fd07e604 authored about 11 years ago
Adding privateCheck as app.param for 'bin'

github.com/jsbin/jsbin - 2fea7cba5cbff8ca4a402e1d8fe866133bab5364 authored about 11 years ago
Adding checkPrivate method to BinHandler

This simply calls next if bin is availiable, or passes an error through
if the user has not got t...

github.com/jsbin/jsbin - f4629e1e92c32ed08552c4daa9e3590d365a03fb authored about 11 years ago
Adding isPrivate sql template

github.com/jsbin/jsbin - 7fa41d6543256e179569d9f6e278fd20da18be07 authored about 11 years ago
Adding mysql script

github.com/jsbin/jsbin - 7f9703c2221eee0c64424ee458ff91df16d3b7b4 authored about 11 years ago
Adding isPrivate to methods array

github.com/jsbin/jsbin - a0833f7ac79e3366bc55939a0ef920b3dbaaf2ad authored about 11 years ago
Adding isPrivate mySQL method

github.com/jsbin/jsbin - 887d91abc7eda2aaf39d057fd5343b850061e3c2 authored about 11 years ago
Adding privateCheck as app.param for 'bin'

github.com/jsbin/jsbin - 3487ee7256cec1d2158dc7d76efaa3652fe6b5fd authored about 11 years ago
Adding checkPrivate method to BinHandler

This simply calls next if bin is availiable, or passes an error through
if the user has not got t...

github.com/jsbin/jsbin - c5a2279baf636a972e504adaf598af59c39ccded authored about 11 years ago
Adding isPrivate method to BinModel

github.com/jsbin/jsbin - 7ec7d63bf652b126c6d84667bc7911f575e63e42 authored about 11 years ago
Adding isPrivate to methods array

github.com/jsbin/jsbin - b3a3d42bbd2ad40ceff10355f99010e94b00bb09 authored about 11 years ago
Adding isPrivate mySQL method

github.com/jsbin/jsbin - b7ee4fa68d76f29682fd4dcd3fda5bb1030361e6 authored about 11 years ago
Adding isPrivate sql template

github.com/jsbin/jsbin - ce15a3fbbbc51b71903b9214a2e4ecc333215622 authored about 11 years ago
Adding mysql script

github.com/jsbin/jsbin - 638a0322abd610c2aeec9a7c12d38b4cc6e1cd34 authored about 11 years ago