Commit graph

1406 commits

Author SHA1 Message Date
Oliver Wright
00391a4ef9 Prevent User Information leak Fixes ()
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 ()
* Updated client/utils/p5-javascript.js to reflect the latest one in CodeMirror's repository

* Template string bug fixed ()
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 ()
* 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
Cassie Tarakajian
7bd016bac3
fixes , update node, and everything else that comes along with that () 2019-01-16 17:56:18 -05:00
Cassie Tarakajian
bc863f229d Merge branch 'GaurangTandon-update-dep-versions' 2019-01-16 12:51:59 -05:00
Cassie Tarakajian
2daeb683ff update package-lock.json again, because this file continues to confuse me 2019-01-16 12:51:45 -05:00
Cassie Tarakajian
f7e80eca96 fix merge conflicts 2019-01-16 12:38:32 -05:00
Cassie Tarakajian
437ffba378
fixes () 2019-01-16 12:35:34 -05:00
Peter Blazejewicz
6d2a6cd9f8 Remove warning from build output updating node-sass ()
* Remove warning from build output updating node-sass

This updates minor version of `node-sass` removing warning about CSS
imports in SCSS files:
@sass/node-sass#2362

The primer-tooltips import uses CSS, not SCSS causing that deprecation
warning during build before `node-sass@4.11.*`.

Thanks!

* update package-lock.json too
2019-01-08 17:51:26 -05:00
Peter Blazejewicz
fe950192e7 Fix ESLint errors ()
This fixes failing `npm run lint`:

- fixes `max-len` issue in code by reformat of the expression
- exempt ES6 template literals from `max-len` rule using ESLint
  configuration change

Thanks!
2019-01-08 17:38:02 -05:00
Peter Blazejewicz
89fa0904af Fix broken anchor link in contributing guide ()
Thanks!
2019-01-08 17:12:52 -05:00
Cassie Tarakajian
df3b8b5d45 update package-lock.json, a file that continues to confuse and baffle me 2018-12-21 16:03:29 -05:00
Gaurang Tandon
5e7c8d3a79 Attempts to improve .github contents ()
* attempts to improve .github contents

* more changes

* restructure nature of issue
remove redundant information in first block comment
 (it's already mentioned above each section's heading)
2018-12-21 15:27:22 -05:00
Gaurang Tandon
d1bc470c95 update package lock json 2018-12-18 08:32:43 +05:30
Gaurang Tandon
0f1dfef3c8 remove slugify from dependencies 2018-12-15 12:46:35 +05:30
Gaurang Tandon
d86944034e fix lint errors 2018-12-15 12:43:58 +05:30
Gaurang Tandon
26d65396b4 fixes 2018-12-15 12:35:52 +05:30
Gaurang Tandon
86e271e6c2
update non-breaking dependencies 2018-12-15 10:22:26 +05:30
Cassie Tarakajian
244af16b64
For , needs more testing to know if it fixes it! ()
* for 

* fix linting errors
2018-12-13 17:06:34 -05:00
Cassie Tarakajian
eebe9d9252
fixes () 2018-12-12 14:43:28 -05:00
Francis Li
9fe34504e9 Disable login/save () 2018-12-11 16:21:37 -05:00
Joey Lee
597a6637cb Generative Design Examples: Updated githack cdn to jsDelivr ()
* replaced () with {} to fix implicit return error

* added first version of fetching generative-design examples

* ignore local testing files

* formatting

* updated examples-gg-latest

* updated examples-gg-latest.js

- data files not served via rawgit - hallelujah!
- added jquery

* updated p5 version

* refactoring and code cleanup

* added comment

* comment out link to svgFiles - unused

* moved commented code

* fixed conflicts

* linted examples-gg-latest

* changed branch ref to master

* rm spaces

* updated url links with https for jquery and set branch to dev-updates for testing

* changed branched ref to master

* removed console.log of response.data to prevent logging user data to console

* fixed linting error

* updated p5 version from 0.7.1 to 0.7.2

* updated rawgit to jsdelivr cdn
2018-12-11 15:03:20 -05:00
Francis Li
1edbb52f4d Rebase/squash 2018-12-09 15:34:15 -08:00
Joey Lee
5bcb5119e3 Update/Updated Generative Design Examples ()
* replaced () with {} to fix implicit return error

* added first version of fetching generative-design examples

* ignore local testing files

* formatting

* updated examples-gg-latest

* updated examples-gg-latest.js

- data files not served via rawgit - hallelujah!
- added jquery

* updated p5 version

* refactoring and code cleanup

* added comment

* comment out link to svgFiles - unused

* moved commented code

* fixed conflicts

* linted examples-gg-latest

* changed branch ref to master

* rm spaces

* updated url links with https for jquery and set branch to dev-updates for testing

* changed branched ref to master

* removed console.log of response.data to prevent logging user data to console

* fixed linting error

* updated p5 version from 0.7.1 to 0.7.2
2018-12-07 11:46:04 -05:00
Cassie Tarakajian
b68e3a79fd for 2018-11-26 18:08:24 -05:00
Cassie Tarakajian
5c83d14b63 fix for 2018-11-26 17:45:01 -05:00
Cassie Tarakajian
ef98190e25 for 2018-11-20 18:00:54 -05:00
Cassie Tarakajian
d5f2380c31 for , fix lint error 2018-11-15 17:28:43 -05:00
Cassie Tarakajian
b70d62164c for , add source back to console messages 2018-11-15 17:19:50 -05:00
Cassie Tarakajian
00ea3bc281 Revert "Revert "for , fix linting errors""
This reverts commit ef7231fe03.
2018-11-15 16:41:10 -05:00
Cassie Tarakajian
28d7947910 Revert "Revert "fixes , but fixes the bigger issue at hand here, which is that log messages were not getting deserialized properly""
This reverts commit f1bc7293ce.
2018-11-15 16:40:37 -05:00
Cassie Tarakajian
f1bc7293ce Revert "fixes , but fixes the bigger issue at hand here, which is that log messages were not getting deserialized properly"
This reverts commit 661a367b72.
2018-11-15 15:55:02 -05:00
Cassie Tarakajian
ef7231fe03 Revert "for , fix linting errors"
This reverts commit 8952d760d0.
2018-11-15 15:54:31 -05:00
Cassie Tarakajian
8952d760d0 for , fix linting errors 2018-11-15 14:43:36 -05:00
Laksh Singla
9105249c23 Add New File and New Folder buttons in Navbar (feature: ) ()
* Add New File and New Folder buttons in Navbar (feature: )

* Moved the Add File and Add Folder butons from File to Sketch (feature: )
2018-11-15 14:37:44 -05:00
Cassie Tarakajian
661a367b72 fixes , but fixes the bigger issue at hand here, which is that log messages were not getting deserialized properly 2018-11-15 14:26:31 -05:00