Commit Graph

8424 Commits (a01fb961d492d905979e2adec7c74eadd3377a54)

Author SHA1 Message Date
gabrielburnworth 064ca3ef32 dep updates 2019-06-21 14:49:10 -07:00
gabrielburnworth 38ddb3db6c add default value to dropdown 2019-06-21 14:49:10 -07:00
gabrielburnworth 4c552a1a7e add pin number dropdown 2019-06-21 14:49:09 -07:00
gabrielburnworth 97fbdd46d4 discard unsaved sequence changes option 2019-06-21 14:48:59 -07:00
gabrielburnworth 6d31ee5018 misc updates 2019-06-21 14:43:46 -07:00
Rick Carlino b6dc92075f Merge branch 'staging' into friendly_cs 2019-06-21 16:00:24 -05:00
Rick Carlino 3828c2eadc Merge branch 'master' of github.com:FarmBot/Farmbot-Web-App into friendly_cs 2019-06-21 16:00:10 -05:00
Rick Carlino 3d2c8aaae4 Merge branch 'master' of github.com:FarmBot/Farmbot-Web-App into staging 2019-06-21 15:58:01 -05:00
Rick Carlino 44c85ed9d4
Merge pull request #1241 from FarmBot/nerves-hub-updates
Update NervesHub `devices` endpoint
2019-06-21 15:46:35 -05:00
Rick Carlino 40bb06a0d6 Update seeds.rb 2019-06-21 15:33:16 -05:00
Rick Carlino 161dc72dc7 CSS Updates 2019-06-21 14:52:52 -05:00
Rick Carlino 8f9358ad1c Update null value error message for celery script 2019-06-21 11:35:22 -05:00
Connor Rigby 098a4f93bd
Update NervesHub `devices` endpoint
* This addresses the upcoming change to the NervesHub API
  * https://github.com/nerves-hub/nerves_hub_web/pull/499
* Update nerves_hub tests
2019-06-21 09:25:55 -07:00
Rick Carlino 637b6a9a9d
Merge pull request #1240 from RickCarlino/guest_accounts
Upgrades
2019-06-21 10:57:34 -05:00
Rick Carlino 3a7eb6a7ab Remove deprecated `Buffer` usage. 2019-06-21 09:53:32 -05:00
Rick Carlino 059b4c61f0 Account for differences between VSCode jest and regular jest (opps!) 2019-06-21 08:23:36 -05:00
Rick Carlino 1f886db4ee Tests, part I 2019-06-21 08:09:14 -05:00
Rick Carlino 644d1455f8 Add `object-fit` property 2019-06-19 20:06:23 -05:00
Rick Carlino 1e2d8477a7 Add callbacks back 2019-06-19 17:27:43 -05:00
Rick Carlino 5ec5d7f05b Add responsive CSS and probably not crash staging. 2019-06-19 17:10:38 -05:00
Rick Carlino a97402881b Use Express for demo accounts instead of Express XL 2019-06-19 16:18:08 -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 088f597b09 Still debugging x-frame-options :thinking_face: 2019-06-18 17:20:31 -05:00
Rick Carlino b3bba663c7 Fix: Prop names, autoplay typo, iframe issue. 2019-06-18 16:04:42 -05:00
Rick Carlino df7c8d4c8d Add rake task for clean + real CSS / layout 2019-06-18 15:55:35 -05:00
Rick Carlino 5553adb79f Add marketing message 2019-06-18 14:55:48 -05:00
Rick Carlino b210f7deaa Don't show the "Welcome to the FarmBot Web App" or "Choose your FarmBot" message center cards 2019-06-18 14:02:13 -05:00
Rick Carlino c703d912ea PART II: Reduce use of "guest" in favor of "demo" 2019-06-18 13:08:18 -05:00
Rick Carlino 8083f1de9d Reduce use of "guest" in favor of "demo" 2019-06-18 12:57:55 -05:00
Rick Carlino 4b0c65b88b Update Rack::Attack 2019-06-18 12:28:01 -05:00
Rick Carlino e38153567a Add webcam feeds to seeding options 2019-06-18 09:41:35 -05:00
Rick Carlino 19e02ad9af Dependency updates 2019-06-18 08:32:24 -05:00
Rick Carlino 3463154a9b Merge branch 'staging' of github.com:FarmBot/Farmbot-Web-App into guest_accounts 2019-06-18 08:17:20 -05:00
Rick Carlino 9a7e11e060
Merge pull request #1239 from gabrielburnworth/staging
Misc updates
2019-06-18 08:14:31 -05:00
Gabriel Burnworth 5c99dfd1e1
fix alerts test 2019-06-17 20:23:25 -07:00
gabrielburnworth ddfa308405 message card updates 2019-06-17 18:44:20 -07:00
gabrielburnworth 9a35a52c2b peripheral form updates 2019-06-17 18:43:44 -07:00
Rick Carlino 592f6b6a1f Tests for Transport#send_guest_token_to 2019-06-17 18:26:04 -05:00
Rick Carlino cdedafcf48 Fix FakeTransport bug; NEXT: Tests for Transport#send_guest_token_to 2019-06-17 18:08:02 -05:00
Rick Carlino 808b1b71f3 Tests for Api::GuestAccountsController complete; tracking down bug in FakeTransport 2019-06-17 17:05:17 -05:00
Rick Carlino 95f9b6a9ef UNSTABLE: Begin testing of Api::GuestAccountsController 2019-06-17 15:46:19 -05:00
Rick Carlino 105d792d0d Tests for FARMBOT_GUEST_USER auth 2019-06-17 11:51:47 -05:00
Rick Carlino 5cacc3c205 Add fuzz tests for guest account endpoint 2019-06-17 11:33:34 -05:00
Rick Carlino 8fbfc8290e /guest endpoint works. NEEDS: CSS, tests, edge/error case handling, CSP 2019-06-16 15:59:32 -05:00
Rick Carlino 05f122cec8 Stub out GuestAccountsController 2019-06-16 13:10:25 -05:00
Rick Carlino da973c23f4 Allow guest subscriptions. 2019-06-15 16:35:27 -05:00
Rick Carlino b9607c09c8 Merge branch 'staging' of github.com:FarmBot/Farmbot-Web-App into guest_accounts 2019-06-15 14:29:08 -05:00