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
7817010533WIP - more experimenting with the security manager
Rick Watson
2019-05-16 00:19:41 +0100
cf693ca341WIP - more work on sign in feature
Rick Watson
2019-05-14 23:18:24 +0100
c74c287e21WIP login page and authentication code
Rick Watson
2019-05-14 22:47:04 +0100
f93804c240don't use deprecated variants
Rick Watson
2019-05-14 22:43:37 +0100
16eedb8171add constant for app name
Rick Watson
2019-05-14 22:41:08 +0100
7f6fc0faccMinor interface tidyups:
Rick Watson
2019-05-14 22:20:08 +0100
e63a8c4b75use SDK provided encoder, rather than pulling in library
Rick Watson
2019-05-11 15:11:11 +0100
a4220d631dRemove un-necessarry HMAC implementation, use SDK provided implementation
Rick Watson
2019-05-06 22:40:24 +0100
079f134aa9resolve issue with test endpoint
Rick Watson
2019-05-06 21:46:28 +0100
6700610d35messing around with JWT implementation
Rick Watson
2019-05-06 15:50:19 +0100
41ace49d5cadd JWT encoding
Rick Watson
2019-05-03 00:31:20 +0100
eca14cf81cplaying with some ideas for security management
Rick Watson
2019-04-30 23:49:28 +0100
a05129be38Merge branch 'master' into ft_user_security
Rick Watson
2019-04-30 00:30:54 +0100
416e736ea9Start work on security manager
Rick Watson
2019-04-30 00:30:43 +0100
a98f1d4504Remove redundant servicePath variable from SettingsPersistence
Rick Watson
2019-04-30 00:30:09 +0100
e8de21aaf4add mac address to wifi status page
Rick Watson
2019-04-29 22:15:07 +0100
33be3ab1b2Remove unused fullDetails prop on status pages
Rick Watson
2019-04-29 21:52:11 +0100
Merge pull request #15 from pcniatic/fix_wifi_settings
rjwats
2019-04-27 07:40:44 +0100
b75cee0b30Improving readIP function
Mauro De Lucca
2019-04-26 23:07:40 -0400
348e65ba4bFix dependencies to latest minor version of current release Remove Time dependency - is being provided as transitive dependency from NTPClient - platformio does not de-conflict
Rick Watson
2019-04-24 23:41:24 +0100