Commit Graph

214 Commits

Author SHA1 Message Date
catarak a1dcf77557 upload text files locally 2016-08-25 00:18:28 -04:00
catarak de62acdaaa make renaming files more robust--now checks to see if extension after renaming is the same 2016-08-22 13:16:28 -04:00
Cassie Tarakajian 1734852f68 Merge pull request #50 from MathuraMG/output
Create text output for canvas
2016-08-19 16:03:22 -04:00
catarak 3ab1b82d8d add fullscreen route and page 2016-08-17 18:13:17 -04:00
catarak bca59a6233 add /:username/sketches links to username sketches 2016-08-17 15:53:25 -04:00
MathuraMG 8659251bcf merge master 2016-08-15 21:09:47 -04:00
catarak 2f6d5e84e8 switch sketch list to sketch list modal, which you now can close 2016-08-15 17:06:12 -04:00
catarak 17efc42778 switch project name edit to html5 input 2016-08-15 12:42:13 -04:00
MathuraMG 87de5a2188 merge master 2016-08-15 12:14:32 -04:00
MathuraMG 5179b09022 merge with master 2016-08-13 11:37:05 -04:00
MathuraMG 34d8582412 add button tp play text output and sketch 2016-08-12 16:37:38 -04:00
MathuraMG bcd2a39f9d add preferences to include text output 2016-08-12 15:50:33 -04:00
MathuraMG 018a8b970c switch lineNo to lineNumber 2016-08-12 14:23:34 -04:00
catarak 8b13631191 fix bug where you could save another user's project 2016-08-12 13:31:34 -04:00
catarak 43c49e9617 when clicking new project, don't save new project 2016-08-12 12:45:26 -04:00
MathuraMG d789c9a8f3 move lint warning to preferences 2016-08-11 14:09:59 -04:00
MathuraMG fb5d640b45 change file names 2016-08-11 13:29:30 -04:00
MathuraMG 57f39d5a64 add editor accessibility 2016-08-11 13:24:02 -04:00
MathuraMG 5cf1249cc7 merge master 2016-08-10 15:51:56 -04:00
MathuraMG 703f9ff820 add basic button functionality to linting 2016-08-10 11:13:17 -04:00
catarak afc86740b3 fix preferences font size text size bug 2016-08-09 18:45:59 -04:00
catarak 42b15d06de add autosave to preferences 2016-08-09 16:15:28 -04:00
catarak 9f9425c5e9 update preferences server side 2016-08-09 14:20:54 -04:00
catarak c76b1353c3 put preferences to server, need to look at mongoose docs tho because is wrong 2016-08-04 21:43:13 -04:00
catarak b542f72d33 remove code bloat from preferences, add preferences to user schema 2016-08-03 23:45:49 -04:00
catarak 443a9f57d5 add file renaming 2016-08-03 17:45:50 -04:00
catarak da98dcd47e add file deletion 2016-08-03 17:45:50 -04:00
catarak a2072d9b0c move preference action creators to preferences component 2016-08-01 13:55:49 -04:00
catarak 979fcf2152 add support for audio files 2016-07-21 14:18:38 -04:00
catarak 9201cb247c make console expandable and contractable 2016-07-21 00:33:41 -04:00
catarak 051e3771ee fix merge conflict with therewasaguy-console 2016-07-20 23:02:45 -04:00
catarak cb1e682994 create unique name if file already exists 2016-07-20 22:52:09 -04:00
catarak 7952eee7bd update readme, add s3 bucket to webpack config 2016-07-20 19:48:00 -04:00
catarak 2affe457d2 when exporting to zip, also add images 2016-07-20 15:33:37 -04:00
catarak cc231cbacd load blob url when uploading file 2016-07-20 00:51:27 -04:00
catarak 91f7cc47a0 close modal after file upload, remove debugger 2016-07-19 22:29:54 -04:00
catarak 0491c00bb5 add function to create all blob urls 2016-07-19 18:27:27 -04:00
catarak 625608ebbb when uploading file, add file to project 2016-07-19 18:27:27 -04:00
catarak b3956fb91b file upload to aws works 2016-07-19 18:27:27 -04:00
catarak c677c37597 get dropzone to render 2016-07-19 18:27:27 -04:00
catarak 699735f8c4 Merge branch 'console' of git://github.com/therewasaguy/p5.js-web-editor into therewasaguy-console 2016-07-18 12:13:36 -04:00
therewasaguy 5561d49a48 merge upstream changes 2016-07-17 19:15:13 -04:00
therewasaguy 7f0b7afac1 add Console component, gets postMessage from previewFrame 2016-07-17 19:06:43 -04:00
MathuraMG 038d290577 fix merge conflicts 2016-07-15 17:23:59 -04:00
catarak 8d8e399aac add cloning of projects 2016-07-15 13:36:33 -04:00
catarak 78ed7b4b5f add download as zip 2016-07-15 13:11:50 -04:00
catarak c3486af031 add author name to sketches 2016-07-15 11:54:47 -04:00
catarak accf8e2504 add expand/contract sidebar 2016-07-14 12:47:54 -04:00
catarak 4d6e4857ba add files, server side, only css and js files 2016-07-13 18:53:56 -04:00
catarak 70588cd487 add new file popup, not tested with redux 2016-07-13 16:13:28 -04:00
mathuramg 1332b7abad convert input to integer 2016-07-13 12:59:58 -04:00
mathuramg c8f54dced9 fix merge conflict 2016-07-11 23:03:54 -04:00
mathuramg 65bd8c2e63 include space and tab 2016-07-10 22:52:48 -04:00
mathuramg 3bdd02e859 make preference value input tag 2016-07-10 20:13:37 -04:00
catarak ebfd1fce0d add Sidebar click to change Editor content 2016-07-08 15:58:49 -04:00
catarak 7a84137e9b start to add selected file stuff 2016-07-08 14:57:22 -04:00
catarak e06c821923 fix updating file to return all file keys 2016-07-07 13:50:52 -04:00
catarak 88531447ba add ids to files, fix update file action/reducer 2016-07-07 13:04:54 -04:00
catarak 6e12ed6524 fix default file on server, change file to files in lots of places 2016-07-06 17:29:07 -04:00
mathuramg 1b56f8ce54 add more preferences 2016-07-06 11:27:39 -04:00
catarak aa0637c256 fix bugs with saving/fetching projects 2016-06-29 12:52:16 -04:00
catarak 21a2b25add fix project saving bug 2016-06-28 19:35:56 -04:00
catarak 3d42da18a8 fix a ton of eslint errors 2016-06-23 18:29:55 -04:00
catarak 81aabddeb1 restructure redux files 2016-06-22 15:58:23 -04:00