a840aba878Use ESP.reset() rather than ESP.restart() - due to exceptions encountered on esp8266
Rick Watson
2019-11-30 12:54:57 +0000
78b9ae101eAdd restart service for esp8266 and esp32 Add restart feature to status screen Upgrade material-ui Add icons to buttons
Rick Watson
2019-11-30 12:34:52 +0000
d650280a87remove custom work-around for missing arduinojson6 support - it has since been added to async esp core
Rick Watson
2019-11-30 09:58:28 +0000
Merge pull request #29 from rjwats/ft_user_security
rjwats
2019-06-03 22:22:24 +0100
1bcb51e210fix typos in readme
Rick Watson
2019-06-03 22:18:59 +0100
49132c66f8revert to esp8266 in platformio.ini latest build
Rick Watson
2019-06-03 22:15:01 +0100
537b3951cfmore work on readme
Rick Watson
2019-06-03 21:58:07 +0100
0da88878d5fix issue with authentication redirect loop
Rick Watson
2019-06-03 21:32:54 +0100
3157b7d3efminor tweeks from code review
Rick Watson
2019-06-03 21:05:02 +0100
fec3b3aeaeadd build command, remove windows warning
Rick Watson
2019-06-03 00:01:19 +0100
03bae3ff2cmore work on readme
Rick Watson
2019-06-02 23:52:29 +0100
bfa94b79d1resolve use of VLA in JWT encoder function
Rick Watson
2019-06-02 23:31:00 +0100
9c680e8826Resolve some typos Use nullptr over NULL Fix confusing regexp Fix issue with non-compliant JWT encoding
Rick Watson
2019-06-02 23:15:56 +0100
5d9ccd3095don't use deprecated theme spacing
rjwats
2019-06-02 19:01:06 +0100
9da0888d7dMerge branch 'master' into ft_user_security
Rick Watson
2019-06-02 16:07:23 +0100
49eb17b221resolve build issue under windows with pre-build script
rjwats
2019-06-02 14:27:55 +0100
1b701dc198add comments to platformio.ini more work on readme
Rick Watson
2019-06-01 19:53:42 +0100
856c2bc050use smaller images in docs
Rick Watson
2019-06-01 19:34:14 +0100
1098b99301WIP readme
Rick Watson
2019-06-01 19:27:08 +0100
e66deb9dc7more readme changes
Rick Watson
2019-06-01 18:49:53 +0100
3d41e4f37dtesting a styling change in readme
Rick Watson
2019-06-01 18:47:37 +0100
f64aa64da4more readme changes
Rick Watson
2019-06-01 14:57:00 +0100
a17f8d8cb5more updates to readme
Rick Watson
2019-06-01 10:39:57 +0100
be3814e3b7make minor readme update
Rick Watson
2019-05-31 23:43:43 +0100
fd4b8743d0more readme changes
Rick Watson
2019-05-31 23:43:02 +0100
18d3d5db97use alternative formatting for notes
Rick Watson
2019-05-31 23:32:50 +0100
d5b313876cminor modification to readme
Rick Watson
2019-05-31 23:30:29 +0100
370fef48e8begin updating readme
Rick Watson
2019-05-31 23:28:39 +0100
d7d33a50c8disable buttons which are not accessable when non-admin user is authenticated
Rick Watson
2019-05-31 21:33:12 +0100
22d922c699rename jwt to user in authentication context, in prepartion for filtering display by user level
Rick Watson
2019-05-31 20:55:06 +0100
d5efbe4b18remove redundant label from auth panel
Rick Watson
2019-05-31 20:12:04 +0100
0708a54780secure remaining endpoints to authenticated users
Rick Watson
2019-05-31 19:58:33 +0100
3009e120a6fix ui
Rick Watson
2019-05-29 23:59:57 +0100
73433586b6add security to all admin endpoints
Rick Watson
2019-05-29 23:48:16 +0100
71e5830d6crename endpoint
Rick Watson
2019-05-27 21:21:05 +0100
c8857f06aclook and feel tweeks
Rick Watson
2019-05-27 21:01:00 +0100
fa3132a2faremove comment, checked in by mistake.
Rick Watson
2019-05-27 00:04:56 +0100
b11c508d77introduce basic system status page
Rick Watson
2019-05-27 00:04:29 +0100
218904ed88More renames
Rick Watson
2019-05-26 22:07:16 +0100
90bf97aa2bRename for consistency
Rick Watson
2019-05-26 22:05:58 +0100
d9ad598e0fAdd placeholder system section, for status page and reset feature.
Rick Watson
2019-05-26 22:02:27 +0100
9ee9596b72Rework routing
Rick Watson
2019-05-26 21:27:35 +0100
2fa954d5b9Move wifi routing
Rick Watson
2019-05-26 20:49:15 +0100
6e5b35978aadd security form, begin work on routing
Rick Watson
2019-05-26 19:09:34 +0100
353b46c675Add user icon to app bar
Rick Watson
2019-05-26 16:19:16 +0100
ab03ddaf4dlittle tidyups
Rick Watson
2019-05-25 18:01:50 +0100
4fdc3eee66fix encoding where signature contains a zero
Rick Watson
2019-05-25 17:41:27 +0100
6935b63706remove roles, as a simplification
Rick Watson
2019-05-25 09:45:49 +0100
0c630f0f93Upgrade to material ui 4 Add user management and roles - TBA Menu Label Renames - TBA
Rick Watson
2019-05-24 12:19:27 +0100
685420aaedswitch to full width tabs
Rick Watson
2019-05-21 23:36:51 +0100
096dc55604WIP - User Management Interface
Rick Watson
2019-05-21 23:34:48 +0100
5c6ba73e1fadd redirect feature for authentication
Rick Watson
2019-05-19 21:22:01 +0100
adeb9d27edsome missing newlines and add signout to the menu
Rick Watson
2019-05-19 18:56:57 +0100
396d0333b6More specific access control headers to support cross origin Authorization Pretty sign in page Verify existing JWT on application mount
Rick Watson
2019-05-19 17:51:57 +0100
04e852f7d9add authentication service
Rick Watson
2019-05-18 19:35:27 +0100