624 Commits

Author SHA1 Message Date
Fabien O'Carroll
4de693c027 Removing unecessary createModel calls 2014-01-08 16:31:31 +00:00
Fabien O'Carroll
2373f2a8fb Updating models to cache results 2014-01-08 16:31:00 +00:00
Remy Sharp
c157eb47da MySQL doesn't need SET NAME, also changed get history query 2014-01-07 14:26:51 +00:00
Remy Sharp
755323d950 Merge branch 'master' of git://github.com/remy/jsbin 2014-01-02 15:59:01 +00:00
Fabien O'Carroll
6f8da5515f Adding null param to genSalt && hash methods
this fixes broken optional parameters in bcrypt-nodejs
2014-01-02 15:55:51 +00:00
Fabien O'Carroll
260ac22917 Removing used hash variable 2014-01-02 15:55:20 +00:00
Remy Sharp
f6e22df686 Merge branch 'master' of git://github.com/remy/jsbin 2014-01-02 15:17:04 +00:00
Remy Sharp
ea2b09db04 Moved to pure JS version of bcrypt 2014-01-02 11:33:26 +00:00
Remy Sharp
306e80ee4e Moved to node-mysql-2.x with connection pooling 2013-11-12 11:23:07 +00:00
Remy Sharp
b17a2f2a47 Merge branch 'master' of git://github.com/remy/jsbin 2013-11-12 11:22:49 +00:00
Remy Sharp
131d75968c Extended /<user>/last support to /<user>/last-n
So /rem/last still works, but also /rem/last-1 gives me the penulimate bin I worked on.
2013-11-02 15:38:23 +00:00
Remy Sharp
1f502906f7 Merge branch 'master' of git://github.com/remy/jsbin 2013-11-02 15:37:19 +00:00
Remy Sharp
8e46260244 FIRE!!!! 2013-10-04 16:08:53 +01:00
Remy Sharp
166b21198c Merge branch 'master' of git://github.com/remy/jsbin 2013-10-04 15:07:01 +00:00
Remy Sharp
a13cfd18a9 Seriously? I seem to be breaking really old code... 2013-10-04 16:06:11 +01:00
Remy Sharp
67d739e2f9 Merge branch 'master' of git://github.com/remy/jsbin 2013-10-04 15:04:28 +00:00
Remy Sharp
811cc6bff9 Only show panels with content (...again) 2013-10-04 16:01:09 +01:00
Remy Sharp
804553d340 Merge branch 'master' of git://github.com/remy/jsbin 2013-10-04 14:59:30 +00:00
Remy Sharp
18a2498e0e Merge branch 'master' of git://github.com/remy/jsbin 2013-10-04 14:55:02 +00:00
Remy Sharp
82039849e7 Updated prepopuation to support processors
Used to only support HTML, CSS and JavaScript (with alias support), but now it will correctly move posted values for coffeescript, less, etc to the right processor.

Feels pretty hacky the way it's been done though, and highlights the issue with aliases (or rather inconsistent) naming on the live/output panel. I prefer output, but legacy code has 'live'.

Note already exists, but saying again: editor.js needs a refactor.
2013-10-04 15:54:45 +01:00
Remy Sharp
29f2a13430 FUCK YOU COMMA! 2013-09-27 13:37:20 +01:00
Remy Sharp
05cbcc9591 testing, eh? 2013-09-27 13:36:28 +01:00
Remy Sharp
d013780e13 Merge branch 'master' of git://github.com/remy/jsbin 2013-09-27 12:35:34 +00:00
Remy Sharp
6b88057c18 Merge branch 'master' of git://github.com/remy/jsbin 2013-09-27 12:34:41 +00:00
Remy Sharp
ff632aa970 attempt to expose 500 errors 2013-09-27 13:33:59 +01:00
Remy Sharp
4c8b3ce552 Merge branch 'master' of git://github.com/remy/jsbin 2013-09-27 12:33:33 +00:00
Remy Sharp
036a01d3bd Fixed posting API to also allow opening default panels 2013-09-27 13:25:01 +01:00
Remy Sharp
f08d245aa6 Merge branch 'master' of git://github.com/remy/jsbin 2013-09-27 12:24:23 +00:00
Remy Sharp
d41591ffa5 Add default redirect for github auth
Prevents recent regular crashing
2013-09-18 23:43:49 +02:00
Remy Sharp
dfe8900371 Merge branch 'master' of git://github.com/remy/jsbin 2013-09-18 21:43:02 +00:00
Aron Carroll
8af5eefabc Handle errors raised by passport-github
Despite being a 401 they currently bubble up to the top level error
handler, here we redirect the user back to the app with a friendly
flash message.
2013-09-18 19:59:36 +02:00
Remy Sharp
b02dad6d2d revert domain cookie change - seems to break login - crap 2013-09-13 09:45:56 +01:00
Remy Sharp
9c66e680f7 Merge branch 'master' of git://github.com/remy/jsbin 2013-09-13 08:45:36 +00:00
Remy Sharp
38105883b4 Fixed redirect on team pages to login
BUT: requires clearing of cookies for it to work first. Not ideal...ref #857
2013-09-12 16:45:50 +01:00
Remy Sharp
5d3f13cd0c Merge branch 'master' of git://github.com/remy/jsbin 2013-09-12 15:44:57 +00:00
Remy Sharp
bfb2d0d3fa Fixed revision bumping on codecasting & live reload 2013-09-12 16:16:07 +01:00
Remy Sharp
56a997cf54 Merge branch 'master' of git://github.com/remy/jsbin 2013-09-12 15:15:34 +00:00
Remy Sharp
df524d70b0 Merge branch 'master' of git://github.com/remy/jsbin 2013-09-12 13:45:41 +00:00
Remy Sharp
b0a95a6240 Cache bust the spike.js in the preview. Fixes #801...I hope 2013-09-12 14:45:00 +01:00
Remy Sharp
678c7bc68c Runner wasn't being set properly :-\ 2013-09-12 14:28:22 +01:00
Remy Sharp
e3718aca56 s/runnerHost/runner/g 2013-09-12 12:04:15 +01:00
Remy Sharp
b9b6515c01 Merge branch 'master' of github.com:spdustin/jsbin into spdustin-master 2013-09-12 12:02:38 +01:00
Remy Sharp
707d95b89c Removed stylus support from the server 2013-09-11 11:44:11 +01:00
Remy Sharp
5cb6ba0a14 Merge branch 'master' of git://github.com/remy/jsbin 2013-09-11 10:42:51 +00:00
Dustin Miller
10164212d6 Added comment to helper for runnerHost 2013-09-10 10:57:43 -05:00
Dustin Miller
be3ab85f96 Added option url.runnerhost, remove regexp jsbin to run.jsbin in URL 2013-09-09 17:58:33 -05:00
Remy Sharp
84308ef680 Add in pro group accounts for emberjs & codeclub 2013-09-08 12:19:16 +01:00
Remy Sharp
475de86849 Merge branch 'master' of git://github.com/remy/jsbin 2013-09-08 11:18:37 +00:00
Remy Sharp
3ca77a9b74 Merge branch 'master' of git://github.com/remy/jsbin 2013-09-04 13:22:32 +00:00
Remy Sharp
4353bdc871 Attempt to prevent crash on bumpRevision
Note that this is just a patch to a problem, the actual source of which is unknown.
2013-09-04 14:22:27 +01:00