-
f1ead9f124
add keyboard shortcuts modal
catarak
2016-09-07 17:47:22 -0400
-
4799a26652
add code tidy button
catarak
2016-09-07 16:41:56 -0400
-
0716d209c4
add show/hide editor options
catarak
2016-09-07 16:33:01 -0400
-
3cee334a21
remove save from nav when viewing another user's project
catarak
2016-09-07 15:21:22 -0400
-
d1576bb661
add css and html beautify
catarak
2016-09-07 15:05:25 -0400
-
506c959f8c
map shift+tab to beautifier, only for js
catarak
2016-09-07 12:16:26 -0400
-
95daa80fc1
update browser history to go back when exiting open and about, fixes #85
catarak
2016-09-06 22:46:49 -0400
-
14a51b6332
add share modal
catarak
2016-09-06 22:37:29 -0400
-
207bab20eb
add embed route, fix path parsing in PreviewFrame
catarak
2016-09-05 16:08:08 -0400
-
8d20aa3d97
Merge branch 'master' of github.com:processing/p5.js-web-editor
catarak
2016-09-06 16:53:58 -0400
-
-
f82304bd5d
add another necessary ssl file to .gitignore
catarak
2016-09-05 13:19:17 -0400
-
7d7641b80b
comment out login with github button
catarak
2016-09-06 16:53:37 -0400
-
2912bd96c5
add another necessary ssl file to .gitignore
catarak
2016-09-05 13:19:17 -0400
-
-
c2e9cf5998
update gitignore to include ssl files
catarak
2016-09-05 12:38:35 -0400
-
52fa553d8f
add script to reformat database
catarak
2016-09-04 16:39:12 -0400
-
b10d2063ed
hide sidebar by default
catarak
2016-09-03 20:47:30 -0400
-
336be41b09
add default children to files client side
catarak
2016-09-03 20:31:34 -0400
-
01ad5611c6
sidebar styling fixes
catarak
2016-09-03 20:29:18 -0400
-
fedef1628d
fix console error when loading a project by url
catarak
2016-09-03 20:19:07 -0400
-
1ae87ab85c
focus on newfilemodal input when opened
catarak
2016-09-03 19:42:23 -0400
-
6c4ba328aa
fix file name collisions to only be affected in folders
catarak
2016-09-03 14:52:51 -0400
-
e94ba201ce
test downloads for only non s3 files
catarak
2016-09-02 20:40:18 -0400
-
69bb0d0077
adding and deleting files works server side
catarak
2016-09-02 19:02:38 -0400
-
f2fedd8457
add file deletion, client side
catarak
2016-09-02 18:11:27 -0400
-
18839fde81
start to add methods for deleting file recursively
catarak
2016-09-02 12:01:23 -0400
-
550347e6fc
add expanding/contracting styles
catarak
2016-08-30 21:08:50 -0400
-
e82270a709
add hide/showing files, carrot doesn't work
catarak
2016-08-30 18:46:59 -0400
-
c671d0c9f2
fix selected item style--no longer highlights children
catarak
2016-08-30 14:44:53 -0400
-
bf61fdd992
nested css styling fixes
catarak
2016-08-30 14:39:37 -0400
-
245ca63a5d
add special file options to folders
catarak
2016-08-29 23:43:02 -0400
-
fa518f028a
fix proptypes for redux forms
catarak
2016-08-29 23:26:45 -0400
-
9d3bcf2a15
add new folder modal
catarak
2016-08-29 23:23:10 -0400
-
7f5c970b6c
fix proptypes that were missing from preview frame
catarak
2016-08-29 15:58:21 -0400
-
1ae27f0d66
add file icons and file types default to file
catarak
2016-08-25 17:32:27 -0400
-
cd0dcc9184
reset selected file after deleting
catarak
2016-08-24 18:52:08 -0400
-
3dfed2a11e
delete files works, server side
catarak
2016-08-24 17:59:15 -0400
-
34fe78d734
create file works server side
catarak
2016-08-24 17:29:44 -0400
-
5f694329db
delete files, only client side
catarak
2016-08-24 16:06:28 -0400
-
acd5aa8c83
fix new project action
catarak
2016-08-24 15:36:37 -0400
-
69b73d016a
add comment for hack
catarak
2016-08-24 15:31:10 -0400
-
b0ce13e6ba
fix project loading bug
catarak
2016-08-24 15:29:58 -0400
-
74e207553f
fix adding files on front end
catarak
2016-08-24 14:22:10 -0400
-
d08c7c6b94
fix really really annoying bug
catarak
2016-08-24 13:09:48 -0400
-
c8074f1501
do a lot of things that aren't really working
catarak
2016-08-23 23:01:20 -0400
-
ac6585e713
add file works on unsaved project
catarak
2016-08-23 19:40:47 -0400
-
cbb272ec14
file tree renders, select file works and editor changes content, rename works
catarak
2016-08-23 13:52:31 -0400
-
40b70d6c69
add file node component
catarak
2016-08-23 00:10:42 -0400
-
dec3f93c39
add github keys to README
catarak
2016-09-02 17:40:44 -0400
-
d9d7dfa39f
add cancel button to login and signup forms
catarak
2016-09-02 17:37:34 -0400
-
1d86d766d9
add login error for invalid username or password
catarak
2016-09-02 17:31:07 -0400
-
3b6bfbc552
check for duplicate email and username
catarak
2016-09-02 14:51:30 -0400
-
798117164a
add client side sign up validation erros
catarak
2016-09-02 13:05:42 -0400
-
f00acd0de0
Merge pull request #83 from MathuraMG/accessibility
Cassie Tarakajian
2016-09-01 18:13:04 -0400
-
-
8de170135e
switch to react refs
MathuraMG
2016-09-01 12:51:38 -0400
-
6cba157687
add preview; output focus
MathuraMG
2016-08-31 23:07:43 -0400
-
a741e4aaa8
fix passport strategy config, remove github button from signup form
catarak
2016-08-31 15:30:37 -0400
-
7a8e77282d
add github login and signup
catarak
2016-08-31 15:12:18 -0400
-
29571e4764
login with github works if not already registered
catarak
2016-08-31 12:57:47 -0400
-
ab576fe737
add github button styling, add backend for login with github
catarak
2016-08-31 12:28:06 -0400
-
-
f8ab95d0dc
Merge pull request #70 from MathuraMG/accessibility
Cassie Tarakajian
2016-08-30 21:32:40 -0400
-
-
6a3f3a7cf0
Merge pull request #82 from lmccart/console
Cassie Tarakajian
2016-08-30 21:15:03 -0400
-
-
6e18cb9535
fixing console.log outside setup/draw closes #78
Lauren McCarthy
2016-08-30 18:06:55 -0400
-
-
fbc6f1c97a
switch to onChange
MathuraMG
2016-08-29 16:36:35 -0400
-
fe803d52d0
remove preference__option--selected
MathuraMG
2016-08-29 14:39:23 -0400
-
db7d5c34ad
Merge pull request #79 from omnikrll/replace-alert-sound
Cassie Tarakajian
2016-08-29 12:37:03 -0400
-
-
28dba14e5c
replace alert sound
omnikrll
2016-08-28 15:55:19 -0400
-
-
aadbe33685
updating link in nav.js to point to p5/sketches instead of p5js/sketches
Lauren McCarthy
2016-08-28 13:05:12 -0400
-
669a7d47e5
Merge pull request #73 from lmccart/console
Cassie Tarakajian
2016-08-28 11:52:14 -0400
-
-
fa77ad2edd
fixing merge conflicts
Lauren McCarthy
2016-08-28 09:54:35 -0400
-
-
-
-
f936d98f76
fixing linting errors
Lauren McCarthy
2016-08-28 09:52:57 -0400
-
4859b66cc6
fix #54
catarak
2016-08-27 21:52:00 -0400
-
e6bd224694
add ES6 references to readme, add jsx-a11y to .eslintrc
catarak
2016-08-27 21:28:00 -0400
-
64b2ea3da4
add and test logout
catarak
2016-08-27 20:46:20 -0400
-
515febceb2
fix height of console messages and fix #74
catarak
2016-08-27 19:22:41 -0400
-
b79cec93b0
change a to react-router link
catarak
2016-08-27 19:14:22 -0400
-
5fb810b867
Merge pull request #71 from lmccart/openExamples
Cassie Tarakajian
2016-08-27 15:08:38 -0400
-
-
563617d4e8
Merge pull request #63 from omnikrll/editor-accessibility-unique-key-warning
Cassie Tarakajian
2016-08-27 15:05:40 -0400
-
-
402e9bc95e
fixes line numbers closes #36
Lauren McCarthy
2016-08-27 13:54:20 -0400
-
23d5341e7c
getting a little closer with console output line number #36
Lauren McCarthy
2016-08-26 14:22:58 -0400
-
-
ef8034eb1b
adding open option to logged out view closes #67
Lauren McCarthy
2016-08-26 13:32:18 -0400
-
-
-
1803067aeb
change labels
MathuraMG
2016-08-25 17:59:02 -0400
-
b825096640
make preferences radio buttons
MathuraMG
2016-08-25 17:46:30 -0400
-
399e29f37b
remove comment
omnikrll
2016-08-25 13:48:52 -0400
-
c245a6a21e
Merge branch 'upstream' into editor-accessibility-unique-key-warning
omnikrll
2016-08-25 13:46:24 -0400
-
-
-
-
8a61917937
make 'no lint errors' p ino li
omnikrll
2016-08-25 13:45:35 -0400
-
fc0049e2d7
Merge pull request #66 from MathuraMG/temp
Cassie Tarakajian
2016-08-25 12:45:22 -0400
-
-
-
-
1de8c02cf2
fix a few regexes for preview frame
catarak
2016-08-25 12:39:36 -0400
-
db85dcc04b
add word line
MathuraMG
2016-08-25 12:32:06 -0400
-
ec728eb392
fix uploading when project is saved
catarak
2016-08-25 11:25:22 -0400
-
a1dcf77557
upload text files locally
catarak
2016-08-25 00:18:28 -0400
-
9457d2e57c
replace for loop with forEach
omnikrll
2016-08-24 17:54:26 -0400
-
006c78a362
Merge branch 'master' into editor-accessibility-unique-key-warning
omnikrll
2016-08-24 16:43:12 -0400
-
-
-
-
6ec05a617c
Merge pull request #64 from MathuraMG/accessibility
Cassie Tarakajian
2016-08-24 14:01:05 -0400
-
-
76492cec6f
switch focus to section
MathuraMG
2016-08-24 13:30:50 -0400
-
abe9ac4d5a
add on focus
MathuraMG
2016-08-24 13:10:06 -0400
-
-
5d11dcdc84
add key property to lint message elements
omnikrll
2016-08-23 23:38:58 -0400
-
-
de62acdaaa
make renaming files more robust--now checks to see if extension after renaming is the same
catarak
2016-08-22 13:16:28 -0400
-
8713e297dd
add about modal to link to github
catarak
2016-08-22 12:35:59 -0400
-
1734852f68
Merge pull request #50 from MathuraMG/output
Cassie Tarakajian
2016-08-19 16:03:22 -0400
-
-
76c7c6384d
add subtitle
MathuraMG
2016-08-19 15:51:41 -0400