p5.js-web-editor/server
Andrew Nicolaou ae668f681e HTTPS UI switch (#335)
* Checkbox to toggle project's serveSecure flag

This doesn't yet persist or reload the page.

* Help button that shows modal to explain feature

* Extracts protocol redirection to helper

* Returns promise from saveProject() action to allow chaining

* Setting serveSecure flag on project redirects after saving project

* Set serveSecure on Project model in API and client

* Redirect to correct protocol when project is loaded
2017-05-03 11:46:12 -04:00
..
config Search for existing user account using Github emails (#337) 2017-04-13 12:04:10 -04:00
controllers #339 add region to .env 2017-04-13 14:39:03 -04:00
migrations #339 add region to .env 2017-04-13 14:39:03 -04:00
models HTTPS UI switch (#335) 2017-05-03 11:46:12 -04:00
routes delete files based on S3, with a date to be backwards compatible 2017-04-05 23:23:38 -04:00
utils make inital changes for #169--need to migrate the locations of a user's s3 files to be namespaced under their userid 2017-04-06 14:34:14 -04:00
views #330 add google analytics 2017-04-13 14:49:45 -04:00
config.js fix a ton of eslint errors 2016-06-23 18:29:55 -04:00
examples.js update eslint to latest version, fix lots of linting errors (#308) 2017-02-22 14:29:35 -05:00
server.js Enable CORS for all origins and requests on API (#324) 2017-03-23 14:53:16 -04:00