Commit Graph

  • f2e46d55f3 add additional password mask controls Rick Watson 2019-04-17 00:11:37 +0100
  • ac47377396 Example of wrapping the TextValidator with masking state handler: Rick Watson 2019-04-17 00:01:08 +0100
  • 22605bf1af
    Merge pull request #9 from rjwats/interface-update rjwats 2019-04-14 17:49:16 +0100
  • 990ce1e4ca Check in package-lock.json Rick Watson 2019-04-14 17:04:01 +0100
  • 9b54fc532a latest build Rick Watson 2019-04-14 17:03:41 +0100
  • 9ee875c2a5 upgrade react, react-scripts and build overrides Rick Watson 2019-04-14 17:03:28 +0100
  • e36105f9f2 upgrade material ui Rick Watson 2019-04-14 11:19:32 +0100
  • e68b7627f2
    Arduinojson6 (#8) rjwats 2019-04-14 08:52:40 +0100
  • 51c5e51ecd
    Merge pull request #4 from atsteen/master rjwats 2019-04-10 22:23:57 +0100
  • 65b335c44d Use complete example in readme Rick Watson 2019-04-10 08:33:32 +0100
  • 76e9f9f7ea #5 - Readme documentation states incorrect ENDPOINT_ROOT path for local hosting Rick Watson 2019-04-10 08:31:39 +0100
  • 781b74ecee Modify platformio.ini to allow use of deprecated ArduinoJson libraries Andrew Taylor-Steen 2019-04-07 14:51:08 -0700
  • e95f451523 Add info to readme about issue with Time.h Rick Watson 2019-02-12 23:12:16 +0000
  • d03c03fd9d Remove refrence to SPIFFS global from persistence code, factor out persistence code so it can be re-used. Rick Watson 2018-12-10 22:35:12 +0000
  • 4e200f3d08 latest interface build Rick Watson 2018-11-11 20:12:24 +0000
  • 2f508c738f Update README.md Disable conversion function when not building for ESP8266 Rick Watson 2018-11-11 20:10:21 +0000
  • b00660533d update platformio.ini Rick Watson 2018-11-11 19:56:44 +0000
  • 81d594f899 Force reconfiguration of software access point when updating config or initializing APSettingsService instance. Rick Watson 2018-11-11 19:44:20 +0000
  • be1c86710b Update README.md Rick Watson 2018-11-11 18:35:52 +0000
  • 30fab72690 Fix mistake in wifi scanner implementation Rick Watson 2018-11-11 18:35:33 +0000
  • 83451e7d47 Unify approach for presenting security modes across esp32 and esp8266 Rick Watson 2018-11-11 18:24:59 +0000
  • cc7acab37c Modify compression scheme - no longer compressing index.html due to issues serving compressed file directly with .send on esp32 Removed css from compression plugin - using CSS-in-JS in app Introduce favicon - add mapping for favicon.ico, was previously sending html response for requests for the favicon Rick Watson 2018-11-11 17:53:58 +0000
  • 14820616a6 Add code and required to support differences between eps32 and esp8266 environments Rick Watson 2018-11-11 17:47:44 +0000
  • 26a03b5ccf preprocessor includes for esp8266 and esp32 environments Rick Watson 2018-11-11 16:44:29 +0000
  • 1521b135e1 Minor simplification of includes Rick Watson 2018-11-11 16:36:41 +0000
  • 167cfa283b fix some basic type issues: Rick Watson 2018-10-23 15:23:46 +0100
  • b197ee8a80 calculate elapsed time rather than storing next fire time - avoids overflow issues Rick Watson 2018-10-23 13:55:25 +0100
  • ec829173f9 update package-lock Rick Watson 2018-09-20 09:16:46 +0100
  • 6f85557cc5 update platformio.ini to new variables Rick Watson 2018-09-20 09:08:52 +0100
  • 02fabd3f91 push latest build Rick Watson 2018-09-14 15:48:40 +0100
  • d2847be8a1 use .env to configure endpoint root automatically for production and development Rick Watson 2018-09-14 15:40:46 +0100
  • 17102bf867 update libraries Rick Watson 2018-09-14 15:40:15 +0100
  • 382f2d46bc remove centered from Tabs component Rick Watson 2018-09-14 15:39:02 +0100
  • 4181928267 use latest material ui rjwats@gmail.com 2018-05-18 23:34:49 +0100
  • be7765b584 use latest material ui rjwats@gmail.com 2018-05-18 23:29:14 +0100
  • 66fd863502 prefix settings paths with /rest in interface rjwats@gmail.com 2018-04-01 10:35:40 +0100
  • b6bc520341 prefix all endpoints with /rest rjwats@gmail.com 2018-04-01 10:35:23 +0100
  • 1d2284068a add css override to reduce file path length rjwats@gmail.com 2018-03-29 09:57:52 +0100
  • c8da54aae6 add simple service rjwats@gmail.com 2018-03-29 09:54:02 +0100
  • 4cb18a5d99 re-ordering rjwats@gmail.com 2018-03-11 08:37:38 +0000
  • f216610f34 remove invalid ip address from endpoint rjwats@gmail.com 2018-03-06 23:01:09 +0000
  • 87e499a25c
    Create LICENSE.txt TheUdder 2018-03-06 22:49:53 +0000
  • 088be57347 latest build rjwats@gmail.com 2018-03-06 22:43:56 +0000
  • b7b314e86b update readme rjwats@gmail.com 2018-03-06 22:43:34 +0000
  • 82adad4746 introduce captive portal, tidy up ap management code rjwats@gmail.com 2018-03-06 22:39:33 +0000
  • beb3ff9a62 fix bug associated with dangling pointer rjwats@gmail.com 2018-03-06 22:36:55 +0000
  • 0b334a8ade use fragments where possible, and drop keys. rjwats@gmail.com 2018-03-06 20:58:36 +0000
  • 2c732d3281 remove redundant code and refrences rjwats@gmail.com 2018-03-04 17:53:57 +0000
  • 036c9de75c fix minor bug with refresh button on wifi settings rjwats@gmail.com 2018-03-04 17:43:01 +0000
  • 62ca13b1a4 remove boilerplate from settings rjwats@gmail.com 2018-03-04 17:36:04 +0000
  • eb4bcf708e start reducing boilerplate by introducing rest HOC rjwats@gmail.com 2018-03-04 16:49:24 +0000
  • 1039308a2d latest build rjwats@gmail.com 2018-03-03 23:04:34 +0000
  • c2b6e0723f minor readme update rjwats@gmail.com 2018-03-03 22:47:19 +0000
  • 521462cf75 Use global snackbar rjwats@gmail.com 2018-03-03 22:41:57 +0000
  • 5ffe4ab235 remove some redundant code rjwats@gmail.com 2018-03-03 18:17:46 +0000
  • 6496a56dc7 make divider id unique rjwats@gmail.com 2018-03-03 18:06:43 +0000
  • 4f385e30c5 minor correction to docs rjwats@gmail.com 2018-03-03 12:14:18 +0000
  • 53ed543e3f typo in documentation rjwats@gmail.com 2018-03-03 12:13:09 +0000
  • f6aaa2077b fix links in documentation rjwats@gmail.com 2018-03-03 12:11:15 +0000
  • 7fe6011d4e more documentation rjwats@gmail.com 2018-03-03 12:09:03 +0000
  • ff43e69bc0 add example rjwats@gmail.com 2018-03-03 11:45:02 +0000
  • 570bd2e2c0 correct spelling error rjwats@gmail.com 2018-02-28 23:10:20 +0000
  • 710aba44bf remove pointless quotes from readme rjwats@gmail.com 2018-02-26 23:12:19 +0000
  • 01faeac4db more readme tweaks rjwats@gmail.com 2018-02-26 23:10:27 +0000
  • df0dbcfed7 update readme rjwats@gmail.com 2018-02-26 22:57:09 +0000
  • 791c1e9573 new build rjwats@gmail.com 2018-02-26 22:56:44 +0000
  • 85784a2535 Add feature to enable CORS during the build. rjwats@gmail.com 2018-02-26 22:55:58 +0000
  • 63a639eb22 initial commit of C++ back end and react front end rjwats@gmail.com 2018-02-26 00:11:31 +0000