Remy Sharp
8bcdcaed60
Add profile to reserved urls
2013-06-29 08:26:10 +01:00
Remy Sharp
d016234759
Merge branch 'master' of github.com:remy/jsbin
2013-06-25 12:05:10 +01:00
Remy Sharp
0c79c3b931
Release 3.3.2.
v3.3.2
2013-06-25 12:04:55 +01:00
Remy Sharp
0d55c30ad0
Merge pull request #649 from remy/fix/embed-console-276
...
Fix/embed console 276
2013-06-25 02:11:53 -07:00
Remy Sharp
c30ef3620c
fixed javascript exception when in debug mode
2013-06-25 10:10:18 +01:00
Remy Sharp
df0c7520f5
fixed #276 and fixed #582 by ensuring the _console object is pointing to the right window in both embed and full edit mode
2013-06-25 10:09:54 +01:00
Remy Sharp
08f379005f
3.3.1
v3.3.1
2013-06-24 19:42:05 +01:00
Remy Sharp
8494588886
revert back jshint to older version to fix IE8 bombing. ref #642
2013-06-24 19:41:46 +01:00
Remy Sharp
7f6c870e20
Merge branch 'master' of github.com:remy/jsbin
2013-06-12 11:03:28 +01:00
Remy Sharp
7959680227
fixed up the CORS support for the API
2013-06-12 11:03:18 +01:00
Remy Sharp
d59b2f0cab
Merge pull request #633 from Daniel-Hug/master
...
Simplify code for 'Edit in JS Bin' button
2013-06-12 02:44:47 -07:00
Daniel Hug
e4895ce3ce
Remove unnecessary -ms- prefixed transition
...
IE supports transitions without the -ms- prefix.
2013-06-11 21:17:32 -07:00
Daniel Hug
b8fb4bc46f
Simplify code for 'Edit in JS Bin' button
2013-06-11 20:20:20 -07:00
Remy Sharp
8901057d27
fixed mysql update
2013-06-11 12:48:10 +01:00
Remy Sharp
52cf248f0a
version bump with API support
2013-06-11 12:44:14 +01:00
Remy Sharp
e34b4a97dd
Merge branch 'ably-forks-api'
2013-06-11 12:43:10 +01:00
Remy Sharp
b537de0854
Finishing up API, to allow for read only
...
- Added allowReadOnly in config - defaults to true
- read only has CORS support
- Add handler for :rev route, and autoload the latest (needs more cleaning up)
- Allow xhr requests to both /api/x and /abcd/123 (how it originally worked)
2013-06-11 12:41:00 +01:00
Remy Sharp
c756a4f8d9
ignore sqlite file
2013-06-10 22:10:19 +01:00
Remy Sharp
f4cbcd828a
Moved location of jsbin.sqlite to working directory to avoid accidently blow away in /tmp dir. Fixes #558
2013-06-10 22:01:20 +01:00
Remy Sharp
a813220f7a
Merge pull request #629 from AliMD/master
...
Update libs
2013-06-10 13:35:56 -07:00
Ali Mihandoost
0bb0e09f4b
Use jquery 1.9 for ember.js for compatibility.
...
Fix issue #632
2013-06-09 13:32:50 +04:30
Ali Mihandoost
bf191393a4
Add jQuery 1.latest to libs
2013-06-06 18:40:59 +04:30
Ali Mihandoost
e1a6bb9ed5
Use http:// for all libs url
2013-06-06 18:36:19 +04:30
Ali Mihandoost
7fb728f1e0
Update all libs to latest version
...
remove http: for work in all protocols
remove some old version lib
2013-06-06 09:02:14 +04:30
Remy Sharp
707874832d
fixed jshint #624 - used browser bundled version
2013-06-05 19:52:43 +01:00
Remy Sharp
b74f136425
Merge branch 'master' of github.com:remy/jsbin
2013-06-05 19:49:21 +01:00
Remy Sharp
4f2cb69e6e
disable workers whilst trying to understand why it is failing
2013-06-05 19:49:11 +01:00
Remy Sharp
5b94f509ff
Merge pull request #624 from Daniel-Hug/master
...
Update JSHint
2013-06-05 10:15:33 -07:00
Daniel Hug
55107143f5
Update to latest JSHint stable v2.1.3
2013-06-04 22:51:44 -07:00
Remy Sharp
7db4e6163c
removed errors
2013-06-03 08:14:29 -04:00
Remy Sharp
fed5797d2e
typo in alert noop
2013-06-03 08:12:19 -04:00
Remy Sharp
14b9bd778b
add simple browser polyfill for worker to have higher success - but always run on exception
2013-06-02 20:14:05 -04:00
Remy Sharp
0fa5aff21a
Merge branch 'master' of github.com:remy/jsbin
2013-06-02 19:36:06 -04:00
Remy Sharp
85f4cf864e
bump
2013-06-02 19:35:55 -04:00
Remy Sharp
da9651ac57
prevent infinite loops in the render if workers are available
2013-06-02 19:35:42 -04:00
Remy Sharp
3a5dcd929c
Merge pull request #613 from ably-forks/fix-size-overlay-embed-issue
...
Hide frame width in embed mode as it overlays HTML
2013-05-27 06:49:35 -07:00
Remy Sharp
e195ba34a5
Merge pull request #614 from ably-forks/interface-config-from-env-vars
...
Allow client interface to be turned on/off with ENV vars
2013-05-27 06:48:56 -07:00
Matthew O'Riordan
14b984f55c
Allow client interface to be turned on/off with ENV vars
...
Building on pull request https://github.com/remy/jsbin/pull/610 , this allows these settings to be configured as an Environment variable. This is needed for Heroku support, see pull request https://github.com/remy/jsbin/pull/607
2013-05-27 13:50:24 +01:00
Matthew O'Riordan
ff8ed626c6
Hide frame width in embed mode as it overlays HTML
2013-05-27 13:30:20 +01:00
Remy Sharp
347adaa335
Merge pull request #610 from remy/feature/interface-config
...
Support switching off user-related menus via config.
2013-05-24 07:51:04 -07:00
Tom Ashworth
c6df7180df
Support switching off user-related menus via config.
2013-05-24 15:44:58 +01:00
Remy Sharp
008c3d9b21
bump
2013-05-23 17:40:30 +01:00
Remy Sharp
cf9d4ad52b
fixed console use when embedded
2013-05-23 17:40:13 +01:00
Remy Sharp
108bc4a8db
autoid => id
2013-05-21 15:41:11 +01:00
Remy Sharp
c2afbe40b6
Merge branch 'api' of git://github.com/ably-forks/jsbin into ably-forks-api
2013-05-21 15:31:40 +01:00
Remy Sharp
18dde16035
update ver
2013-05-21 15:23:20 +01:00
Remy Sharp
92f82978db
Merge pull request #604 from remy/fix/spike-processor-569
...
Fix spike processor issue
2013-05-21 07:20:55 -07:00
Remy Sharp
8984fa2c74
Merge pull request #602 from remy/fix/scrolling-embed-395
...
Remove more autofocusing.
2013-05-21 07:18:55 -07:00
Matthew O'Riordan
b7e3cbbd19
API documentation
2013-05-21 01:07:46 +01:00
Tom Ashworth
040f11fa9b
Conditionally include console autofocus on contenteditable div.
2013-05-20 16:35:27 +01:00