Cassie Tarakajian
1d2cb87c33
for #874 , also fixes bug in which file options could be revealed by right clicking even if user isn't owner of sketch
2019-03-14 16:10:50 -04:00
nimish
a018929489
Remove file menu on blur
2019-03-13 18:10:47 +05:30
Nimish Agrawal
87c012b9f6
Autofocus on Add File menu ( #882 )
2019-03-12 16:17:27 -04:00
Cassie Tarakajian
3527568955
remove moment reference from webpack/config.prod.js
2019-03-05 16:59:07 -05:00
Cassie Tarakajian
be476183d3
Merge branch 'siddhant1-Code_splitting'
2019-03-05 16:30:02 -05:00
Cassie Tarakajian
00a3e9b2b5
update package-lock.json
2019-03-05 16:28:54 -05:00
Cassie Tarakajian
145d058bf5
Merge branch 'Code_splitting' of git://github.com/siddhant1/p5.js-web-editor into siddhant1-Code_splitting
2019-03-05 16:26:28 -05:00
Cassie Tarakajian
d9670f7bc3
fixes #865 ( #869 )
2019-03-05 16:25:34 -05:00
siddhant1
ef39b07205
Removed Moment'
2019-03-05 19:36:01 +05:30
Cassie Tarakajian
d17364a2ce
pull vendor css from node_modules, remove duplicate vendor css from client/styles/vendor
2019-03-04 15:38:14 -05:00
Cassie Tarakajian
5710ebf414
Merge branch 'siddhant1-feature'
2019-03-04 12:53:26 -05:00
Cassie Tarakajian
883a1cc2f6
update package-lock.json
2019-03-04 12:51:45 -05:00
Cassie Tarakajian
02e2a7b0ce
Merge branch 'feature' of git://github.com/siddhant1/p5.js-web-editor into siddhant1-feature
2019-03-04 12:33:39 -05:00
Cassie Tarakajian
dc58c0f3f2
for #852
2019-03-04 11:56:50 -05:00
siddhant1
b6e2c4c983
Migrated from momentjs to date-fns
2019-03-02 15:05:40 +05:30
Oliver Wright
e37926de74
Refactor Toolbar Props - See #824 ( #849 )
2019-03-01 16:21:00 -05:00
siddhant
456697ec75
Fixed Mongoose Warning ( #856 )
2019-03-01 15:47:17 -05:00
Cassie Tarakajian
74ec1ba5bf
fixes #725 by updating jshint ( #848 )
2019-02-25 16:52:07 -05:00
Cassie Tarakajian
2cc0d578fb
for #790 , when saving a sketch, pull from codemirror window ( #847 )
...
* for #790 , when saving a sketch, pull from codemirror window
* fix lint errors
2019-02-25 16:45:20 -05:00
Oliver Wright
61f20d1d4c
Refactor Nav Props - See #824 ( #846 )
2019-02-25 15:11:07 -05:00
Oliver Wright
5fdcd08add
Use File id in Redux Actions - Fixes #842 ( #844 )
...
Prevents file name collisions that are possible with the folder
system.
2019-02-25 12:57:10 -05:00
Oliver Wright
03d7533e2a
Serve text-type assets from sketch asset urls - Fixes #839 ( #843 )
2019-02-22 18:05:56 -05:00
Cassie Tarakajian
d8b07c1843
update contribution guide
2019-02-22 17:29:55 -05:00
Cassie Tarakajian
ed57e082e6
fixes #820 , fixes #830 , fixes #831 ( #841 )
2019-02-21 17:15:28 -05:00
Oliver Wright
e75c98b299
Prevent Race Condition when Updating Project - Fixes #837 ( #838 )
2019-02-20 16:27:28 -05:00
Cassie Tarakajian
f1b6aab749
fixes #826
2019-02-20 16:03:18 -05:00
Oliver Wright
d0832ea4b7
Prevent crash when console.error is used - Fixes #833 ( #834 )
2019-02-20 15:57:37 -05:00
Cassie Tarakajian
3f821ffb32
Merge branch 'GaurangTandon-fix-char-restriction'
2019-02-20 14:57:33 -05:00
Cassie Tarakajian
3a1b8abac1
fix lint error
2019-02-20 14:57:26 -05:00
Cassie Tarakajian
4dcec4baa8
Merge branch 'fix-char-restriction' of git://github.com/GaurangTandon/p5.js-web-editor into GaurangTandon-fix-char-restriction
2019-02-20 14:49:55 -05:00
Cassie Tarakajian
68c36c6dfb
fix broken package-lock.json
2019-02-20 14:49:37 -05:00
Cassie Tarakajian
06b33a1d20
Merge branch 'sepans-jest'
2019-02-20 14:25:14 -05:00
Cassie Tarakajian
8d5ac723de
update package-lock.json
2019-02-20 14:25:02 -05:00
Oliver Wright
00391a4ef9
Prevent User Information leak Fixes #822 ( #823 )
...
Prevents leaking the encrypted password and verification tokens to
the user when they update their account.
2019-02-20 11:08:10 -05:00
Gaurang Tandon
57b5f2f5bb
resolve mc
2019-02-10 07:00:48 +05:30
Gaurang Tandon
bd3eed5fd3
reverted some changes and changed to file system safe naming
2019-02-10 06:57:03 +05:30
Oliver Wright
e8639a6ed0
Update snapshot
2019-02-10 01:00:24 +00:00
Oliver Wright
1df469bdeb
Update test
2019-02-10 01:00:20 +00:00
sepans
89094bf09c
Temporarily remove jest from CI
2019-01-25 17:28:59 -05:00
Sepand Ansari
a62d35fe03
Move test documentation to development.md
2019-01-25 17:26:56 -05:00
sepans
e13f8a7007
Adds test:ci for travis ci to run lint and jest
2019-01-25 17:26:56 -05:00
Sepand Ansari
189cc586c6
Add jest snapshot testing to Nav.jsx
2019-01-25 17:26:56 -05:00
Sepand Ansari
e1ef323e9b
Add jest/enzyme and a simple unit test
2019-01-25 17:21:10 -05:00
Laksh Singla
772a7c9370
Updated client/utils/javascript.js
to reflect changes in the CodeMirror's repository ( #805 )
...
* Updated client/utils/p5-javascript.js to reflect the latest one in CodeMirror's repository
* Template string bug fixed (#773 )
2019-01-25 15:43:01 -05:00
Cassie Tarakajian
65c1c35d10
fix fetch-examples script to adjust to changes to the p5.js website
2019-01-25 15:12:04 -05:00
Francis Li
31abeb9455
Serve up an empty 404 page if no examples user ( #766 )
...
* Rebase/squash
* Fix 404 page showing when refreshing Examples list
* Fix linter error
* Revert special-case handling of the p5 user for examples
* Add additional env var for enabling/disabling examples
2019-01-25 14:12:39 -05:00
Cassie Tarakajian
601ef4d012
Merge branch 'passion-for-coding-heroku-deployment'
2019-01-24 17:33:56 -05:00
Cassie Tarakajian
2a253f50ac
update engine versions in package.json
2019-01-24 17:33:42 -05:00
Francis Li
c91199faa8
Edits as requested. Change template URL to processing repo, master branch to reflect final merge destination.
2019-01-19 15:14:27 -08:00
Francis Li
14955e455a
Merge branch 'master' into heroku-deployment
2019-01-19 15:11:07 -08:00