Commit Graph

91 Commits (7676370be0b131f22c8a770dfb43d437c751ead8)

Author SHA1 Message Date
Rick Carlino 7676370be0 Interpolate API_PORT into docker-compose.yml. Fixes #1598 2019-11-25 13:24:14 -06:00
Rick Carlino 504ea18bcc Fix const auto-loader problems, change belongs_to behavior to allow `nil` by default (sorry). 2019-10-24 12:44:11 -05:00
Rick Carlino b8566b1604 Add browser-http-intake.logs.datadoghq.com to CSP 2019-09-10 14:16:25 -05:00
Rick Carlino 49f2a569ab [EXPERIMENTAL] Conditionally add DataDog agent. 2019-09-10 14:03:06 -05:00
Rick Carlino 864885f925 Add tests 2019-07-25 13:10:06 -05:00
Rick Carlino 5b9026def8 Rename GCS_KEYFILE => GOOGLE_CLOUD_KEYFILE_JSON 2019-07-23 15:07:37 -05:00
Rick Carlino bdf473bb25 GCS Works. NEXT: Get rid of policy object "interop" keys. 2019-07-22 17:24:40 -05:00
Rick Carlino e8ebaf4ed8 [UNSTABLE] Local file storage works. NEXT: GCS 2019-07-22 14:09:40 -05:00
Rick Carlino 73cd2124f2 Use whitelist for config.x_frame_options 2019-06-19 14:08:05 -05:00
Rick Carlino 96ecddf32e Experimental x_frame_options 2019-06-19 13:32:47 -05:00
Rick Carlino bb3d7fa81e Disable config.x_frame_options 2019-06-19 12:45:46 -05:00
Rick Carlino 334f8edf18 Remove useless iframe config option 2019-06-19 10:30:06 -05:00
Rick Carlino b3bba663c7 Fix: Prop names, autoplay typo, iframe issue. 2019-06-18 16:04:42 -05:00
Rick Carlino e4521978b7 Add middlewares back 2019-04-18 11:46:00 -07:00
Rick Carlino e7bf038bee Update rack middleware config 2019-04-17 13:48:54 -07:00
gabrielburnworth 2c80868f99 spellcheck 2019-02-19 18:10:08 -08:00
Rick Carlino cf6cf0e2b8 🎉 🎉 🎉 App loads under parcel. Thanks, @mischnic !! 2019-02-01 11:35:03 -06:00
Rick Carlino 2568f93653 Fix moment import error 2019-02-01 09:38:27 -06:00
Rick Carlino e60d76996d More webpack reference removals. 2019-02-01 08:56:03 -06:00
Rick Carlino 0959533319 More webpack reference removals. 2019-01-30 08:00:26 -06:00
Rick Carlino 5e976c0189 Fix for when webpack runs outside of docker. Requires `npm run webpack` instead of `rake api:webpack`. 2018-10-05 13:58:27 -05:00
Rick Carlino 208e50d507 Rack::Attack updates. 2018-10-05 11:15:18 -05:00
Rick Carlino 3adbfc824f Use Redis as caching mechanism 2018-10-05 10:58:16 -05:00
Rick Carlino 8d982b9e62 Remove more dead code, update CSP. NEXT: Fresh VM QA 2018-10-04 20:22:32 -05:00
Rick Carlino 32eef9deba Add note about webpack hostname 2018-10-01 14:39:10 -05:00
Rick Carlino 139e5e41a9 🎉 2018-10-01 14:29:47 -05:00
Rick Carlino 57c9293982 Updates to DB - PinBinding stuff. 2018-07-19 09:54:42 -05:00
Rick Carlino 965c030bb1
Updates (#893)
Upgrade Ruby and Yarn deps.
2018-06-21 09:48:57 -05:00
Rick Carlino 68a122faee
Allow for parellel log workers (#891)
* ✔️ Parellelize log workers
2018-06-19 15:57:18 -05:00
Rick Carlino ab4015773d Remove bullet for now 2018-04-27 12:51:50 -05:00
Rick Carlino 147262fcbe Stub out Garden and PlantTemplate 2018-04-18 16:50:20 -05:00
Rick Carlino 3b1ed30347 [UNSTABLE] Add more indexes, default verbosity 2018-04-12 14:16:06 -05:00
Rick Carlino 3a56403287 Serve bootstrap, font awesome locally 2018-04-03 11:23:22 -05:00
Rick Carlino 623f660ee6 `critical_email` channel + mailers 2018-03-26 10:35:54 -05:00
Rick Carlino 3dadb77cc8
Introduce a "Flat IR" for sequence nodes (#655)
This is the first release of the Flat IR storage mechanism.
2018-02-11 13:33:46 -06:00
Rick Carlino bb715c433b Fix CSP / Hostname bugs. 2018-01-30 13:02:44 -06:00
Rick Carlino 4417e309e5 DRY up the usage of ENV["API_HOST"] 2018-01-23 11:18:20 -06:00
Rick Carlino 73fb601337 Fix bug for self hosted users noted by @nicmel (thanks!) 2018-01-23 11:07:19 -06:00
Rick Carlino a0d8670519 Remove child_src 2018-01-23 10:55:47 -06:00
Rick Carlino 9dfc23f4c9 Correct the order of server startup commands 2018-01-23 10:16:47 -06:00
Gabriel Burnworth 29a14e3997 Misc bug fixes and refactoring (#627)
* allow external docs links

* match upgrade path test cases

* style updates: prefer return < over (

* refactor util

* import refactor

* fix sequence step scroll

* refactor mocked paths

* remove unnecessary prop

* zoom level checks

* misc fixes

* sync and estop button fixes

* don't sync WebAppConfigs
2018-01-20 07:46:44 -07:00
Rick Carlino e5469a8af2 Move upgrade path calculation into its own class 2018-01-14 08:01:37 -06:00
Rick Carlino 61b33be819 Merge branch 'staging' of https://github.com/FarmBot/Farmbot-Web-App into staging 2018-01-14 07:13:00 -06:00
Rick Carlino 34c4525a5a Allow * iframe on CSP for certain types of webcam feed 2018-01-14 07:10:49 -06:00
Rick Carlino eb1c568a96 Test EXTRA_DOMAINS + CSP updates 2018-01-13 10:39:43 -06:00
Rick Carlino 871030cfa9 Add specs for CSP violation reporter 2018-01-13 10:12:28 -06:00
Rick Carlino 7675557264 ✔️ Done with content security policy 2018-01-13 09:44:11 -06:00
Rick Carlino 553d4e70b8 Fourth draft of CSP- test on staging 2018-01-13 09:38:33 -06:00
Rick Carlino cb3db3eb69 Fourth draft of CSP- test on staging 2018-01-13 09:33:34 -06:00
Rick Carlino b8c5cd9560 Third draft of CSP- test on staging 2018-01-13 09:29:15 -06:00