Commit Graph

1094 Commits

Author SHA1 Message Date
Jared Donovan 903713e705 WIP - Mixed content error for Issue #543 (#661)
* Set trust proxy option on Express app.

* Fix replacement of filePath for full screen and embed sketches.

* Use const rather than let because  is never reassigned.
2018-07-03 13:02:46 -07:00
Cassie Tarakajian 6b560fb904 in process changes to start kubernetes 2018-07-03 12:04:49 -07:00
Cassie Tarakajian 97acbf1978 change tag to docker hub to latest 2018-07-02 18:08:00 -07:00
Cassie Tarakajian fa5a9e39b2 fix linting errors and do stuff to make build work 2018-06-26 19:13:13 -07:00
Cassie Tarakajian 82059bbfb0 remove nginx Dockerfile because it's not actually necessary 2018-06-26 19:05:08 -07:00
Cassie Tarakajian ffeb900d89 comment out .env file 2018-06-26 14:50:21 -07:00
Cassie Tarakajian f6f8e145d1 get the mongo authentication to workgit add . 2018-06-25 19:16:42 -07:00
Cassie Tarakajian a7f319a727 add authentication to mongo, properly, not tested to see if it works with server 2018-06-25 18:18:40 -07:00
Cassie Tarakajian f06198a4e1 start to add mongo configuration 2018-06-25 16:13:31 -07:00
Cassie Tarakajian 1c135635ca okay this time definitely the docker push will work 2018-06-20 13:34:09 -07:00
Cassie Tarakajian 72750e8568 try to tag docker images again 2018-06-20 12:09:54 -07:00
Cassie Tarakajian 4b78b7be5b fix docker tag command 2018-06-20 11:47:21 -07:00
Cassie Tarakajian adebaaba45 try pushing images to docker hub 2018-06-20 11:29:13 -07:00
Cassie Tarakajian 432361bc86 fix lint errors 2018-06-20 10:28:54 -07:00
Cassie Tarakajian d29be20395 Merge branch 'master' into production-docker 2018-06-20 10:23:13 -07:00
Cassie Tarakajian 217ae7011f try building docker images in development first for linting 2018-06-20 10:01:11 -07:00
Cassie Tarakajian b86a4093c5 try removing before_script 2018-06-20 08:50:13 -07:00
Cassie Tarakajian f340d2715f remove installation step from travis because it's in Dockerfile 2018-06-19 20:01:04 -07:00
Cassie Tarakajian 25aa5c77f1 remove --progress from webpack build to see if it prints error 2018-06-19 19:46:34 -07:00
Cassie Tarakajian f7db48910c remove reference to .env file from docker-compose.yml 2018-06-19 19:22:35 -07:00
Cassie Tarakajian d4b927f0d4 get nginx proxying working on local machine 2018-06-19 15:22:18 -07:00
Jared Donovan 9a0c044884 Fixed the linting errors that I could. (#653) 2018-06-18 14:45:50 -07:00
Cassie Tarakajian c7ce85e0d7 fix merge conflicts 2018-06-18 14:33:57 -07:00
Cassie Tarakajian b172087b98 get local-ssl-proxy working for testing prod locally 2018-06-18 14:32:09 -07:00
Cassie Tarakajian a14c232935 fix fetch example scripts, add webpack config to build fetch script bundles 2018-06-18 14:32:09 -07:00
Cassie Tarakajian 131e853503 change Dockerfile to fix environment variables and fetching examples 2018-06-18 14:32:09 -07:00
Cassie Tarakajian 6dd92a1573 start to handle environment variables 2018-06-18 14:32:08 -07:00
Cassie Tarakajian 0857a52326 update .env.example and README, start to build out Docker development and prodiction setup 2018-06-18 14:32:08 -07:00
Cassie Tarakajian 2f84fe12a6 more changes to get dockerization working 2018-06-18 14:30:11 -07:00
Cassie Tarakajian c10ae61316 start production docker configuration 2018-06-18 14:30:11 -07:00
Cassie Tarakajian 41f793b130 remove unused index.html, move example fetch to own folder 2018-06-18 14:30:10 -07:00
Cassie Tarakajian 5613a285f6 move github files to .github folder, delete useless server config, get development Docker build working 2018-06-18 14:30:10 -07:00
Jared Donovan c814826c4a Remove EXAMPLE_USERNAME as a settable option as per discussion on Issue #646 (#651) 2018-06-18 14:30:05 -07:00
Cassie Tarakajian d8e1297803 get local-ssl-proxy working for testing prod locally 2018-06-15 13:51:42 -07:00
Cassie Tarakajian 6ecfe64485 fix fetch example scripts, add webpack config to build fetch script bundles 2018-06-13 17:40:46 -07:00
Cassie Tarakajian 93e4052101 change Dockerfile to fix environment variables and fetching examples 2018-06-08 10:41:33 -07:00
Cassie Tarakajian 28c91b7d05 start to handle environment variables 2018-06-07 14:49:17 -07:00
Cassie Tarakajian ece6c8e450 update .env.example and README, start to build out Docker development and prodiction setup 2018-06-07 13:09:51 -07:00
Cassie Tarakajian edadfd5c68 more changes to get dockerization working 2018-06-04 15:34:40 -07:00
Cassie Tarakajian 073e307f33 start production docker configuration 2018-05-30 15:29:59 -07:00
Cassie Tarakajian 752b804c55 remove unused index.html, move example fetch to own folder 2018-05-30 15:29:59 -07:00
Cassie Tarakajian 2fe11eb707 move github files to .github folder, delete useless server config, get development Docker build working 2018-05-30 15:29:59 -07:00
Cassie Tarakajian 9958619fc4 fixes #630 and updates codemirror 2018-05-30 15:23:32 -07:00
Cassie Tarakajian 63be548f63 fix linting error 2018-05-30 14:23:11 -07:00
Liang Tang d5856ba923 Remove authorization from specific routes (#642)
* fixes #569

* update listObjectsInS3ForUser

* update client-side routes

* update aws controller

* update

* redirect to /login when unlogged in
2018-05-29 21:37:10 -07:00
Cassie Tarakajian 4c46c3ba65 change my version of npm to LTS (for some reason it was at 6.0.0?) and it updated package-lock.json 2018-05-24 18:59:17 -07:00
Cassie Tarakajian 4905a82785 try setting exact node version in travis configuration 2018-05-24 18:55:53 -07:00
Cassie Tarakajian b7108b0b20 add nginx configuration to repo 2018-05-17 17:25:45 -07:00
Cassie Tarakajian 56ab483732 fixes #635 2018-05-15 12:10:24 -07:00
Andrew Mitchell 3bb5bea0ff Issue #598 Add Meta to Transnational Emails (#634)
* Added meta tags to transactional emails

* Use single quotation marks to match style

* single quotes must be used

* single quotes must be used
2018-05-14 11:53:21 -07:00