191 Commits (f77428e4dc7f5e8a2e802f115802e92f5bdbf7c2)
 

Author SHA1 Message Date
Rick Watson f77428e4dc move initialization code to constructors as a simplfication 5 years ago
Rick Watson 29906a1d97 fix missing authentication predicate 5 years ago
Rick Watson 15ae0bb248 WIP - some documentation 5 years ago
Rick Watson 8a37302ced remove redundant class reference 5 years ago
Rick Watson 632d6907e5 reorganise information page slightly 5 years ago
Rick Watson 675a85e524 Add comment to development environment file 5 years ago
Rick Watson 3a053f7696 standardise formatting in config files 5 years ago
Rick Watson cf48c79b4d fix bug introduced in value change code 5 years ago
Rick Watson 391fe85a4b comment out CORS setting 5 years ago
Rick Watson 5069cd90a1 Add ENDPOINT_ROOT to Env constants, replace usages. 5 years ago
Rick Watson 2a8599d855 remove unused styles missed in main refactor 5 years ago
Rick Watson ef8061cbc3 use render callbacks for loading notification 5 years ago
Rick Watson ff85c2e661 reduce use of ternaries in form code 5 years ago
Rick Watson df06e58fb0 add demo project implementation 5 years ago
Rick Watson aeea0d9aa6 Merge branch 'master' into ft_demo_project 5 years ago
rjwats 2ceb54ce4c
Merge pull request #48 from rjwats/notistack 5 years ago
Rick Watson d1f3720cd9 Use success variant on sign-out. 5 years ago
rjwats 5161d4bc3c add www artefact directory to git ignore 5 years ago
rjwats a86b565c5a remove www directory, as it is a build artefact 5 years ago
Rick Watson 77771aa807 add fix for latest platformio build changes 5 years ago
Rick Watson f88520db44 experimenting with some refactoring 5 years ago
Rick Watson a0d6524180 WIP - demo project 5 years ago
rjwats 4bb4871a6d
Update README.md 5 years ago
Rick Watson f9255cb496 remove template from travis ci file 5 years ago
Rick Watson 32ac0feae5 testing travis ci 5 years ago
Rick Watson bbcdf3defb fix minor build issue under esp8266 5 years ago
rjwats 49c282b286 upgrade packages 5 years ago
rjwats 067ca81315
Merge pull request #32 from rjwats/ft_autoreconnect 5 years ago
Rick Watson 2c31b67131 latest build 5 years ago
Rick Watson 16390b3909 Merge branch 'ft_autoreconnect' of github.com:rjwats/esp8266-react into ft_autoreconnect 5 years ago
Rick Watson 382299a828 WiFi driver must be managed by arduino, use arduino to init the driver for esp32 core. 5 years ago
Rick Watson 61f046c185 WiFi driver must be managed by arduino, use arduino to init the driver for esp32 core. 5 years ago
Rick Watson cf2a20fbd4 Fix crash on startup when not configured - ESP32 5 years ago
Rick Watson 142235c355 Fix issue with ota service not restarting properly - mdns not being shut down without calling end(). 5 years ago
Rick Watson 4089b32941 fix issue, using wrong even in esp32 5 years ago
Rick Watson 2eb34e83f8 Access Point only comes back up if WiFi is properly disconnected on failures. 5 years ago
Rick Watson e7248c4774 leave WiFi disconnected by default 5 years ago
Rick Watson 94656de3c0 fix compiler warning about integer comparison 5 years ago
Rick Watson 274c3bf77f fix typo in readme 5 years ago
rjwats 5a94ad9350
Merge pull request #29 from rjwats/ft_user_security 5 years ago
Rick Watson 1bcb51e210 fix typos in readme 5 years ago
Rick Watson 49132c66f8 revert to esp8266 in platformio.ini 5 years ago
Rick Watson 537b3951cf more work on readme 5 years ago
Rick Watson 0da88878d5 fix issue with authentication redirect loop 5 years ago
Rick Watson 3157b7d3ef minor tweeks from code review 5 years ago
Rick Watson fec3b3aeae add build command, remove windows warning 5 years ago
Rick Watson 03bae3ff2c more work on readme 5 years ago
Rick Watson bfa94b79d1 resolve use of VLA in JWT encoder function 5 years ago
Rick Watson 9c680e8826 Resolve some typos 5 years ago
rjwats 5d9ccd3095 don't use deprecated theme spacing 5 years ago