p5.js-web-editor/client/modules/IDE/reducers
Andrew Nicolaou dc801ccf7f Force HTTPS redirection for log in and sign up (#319)
* Higher-order component to force some routes to HTTPS

* Force all user-management routes to HTTPS

* Redirect to sourceProtocol as route unmounts.

By default, no redirection occurs if sourceProtocol is not explicitly
defined.

* Sets serveSecure flag on new projects and usea after forcing protocol

The flag is set to `false` on all projects and as the UI has no way to
change this, it always redirects to HTTP after a signup/login action.

* Move HoC to be with other top-level components

* Server should respond to account page request

* Serves AccountView over HTTPS

* Turns HTTPS redirection off in development by default

Will log to the browser console any redirection that would
have happened. Added a line in the README about how to
enable this for testing in development.
2017-03-30 12:36:26 -04:00
..
console.js update eslint to latest version, fix lots of linting errors (#308) 2017-02-22 14:29:35 -05:00
editorAccessibility.js update eslint to latest version, fix lots of linting errors (#308) 2017-02-22 14:29:35 -05:00
files.js update default p5.js to latest version 2017-02-22 14:34:06 -05:00
ide.js fix #254, stale project warning works correctly, removed unused actions and state for ide 2017-03-02 14:38:29 -05:00
preferences.js Add multiple canvas text outputs (#197) 2016-11-12 11:53:02 -05:00
project.js Force HTTPS redirection for log in and sign up (#319) 2017-03-30 12:36:26 -04:00
projects.js update eslint to latest version, fix lots of linting errors (#308) 2017-02-22 14:29:35 -05:00
toast.js add toast component, start to add functionality 2016-09-07 19:00:52 -04:00