Commit Graph

5878 Commits

Author SHA1 Message Date
Ylian Saint-Hilaire ee11ef1b33
Merge pull request #4506 from mstrhakr/oidc-groups
Feature: Groups support for OIDC
2022-09-05 22:27:15 -07:00
Ylian Saint-Hilaire 86060d7c5b Reversed #4508 since the code aleady does this. 2022-09-05 22:23:43 -07:00
Ylian Saint-Hilaire cd1a753e4c
Merge pull request #4508 from mstrhakr/allow-config-debug
Feature: Allow for debug options in config file.
2022-09-05 22:13:15 -07:00
mstrhakr 5619948d31 Added Group Support to OIDC
Supports choosing groups to..
  -Allow or restrict login to server
  -Sync with user groups (with / without filter)
  -Grant or revoke site admin privileges
2022-09-06 00:29:22 -04:00
mstrhakr c4fb0c23e1 allow debug from config
allow debug to be set from config at config.settings.debug as with same options as argument
2022-09-05 21:44:53 -04:00
Ylian Saint-Hilaire b62e555c58
Merge pull request #4505 from silversword411/master
docs - Adding filter criteria
2022-09-05 10:23:15 -07:00
silversword411 03ad19e56b
docs - Adding filter criteria 2022-09-05 10:08:41 -04:00
Ylian Saint-Hilaire faa46dcc5c Version 1.0.82 2022-09-05 01:41:21 -07:00
Ylian Saint-Hilaire c28014bdbb Merge branch 'master' of https://github.com/Ylianst/MeshCentral 2022-09-05 01:40:50 -07:00
Ylian Saint-Hilaire 43abf32dba MongoDB TextEncoder is not defined fix (#4499) 2022-09-05 01:40:43 -07:00
Ylian Saint-Hilaire 4befb83b75
Merge pull request #4497 from mstrhakr/oidc-discovery
Feature: Allow discovery of well-known OpenID Connect endpoints
2022-09-04 23:19:25 -07:00
mstrhakr 60ee315b79 actually working discovery 2022-09-04 19:41:14 -04:00
mstrhakr 7ec476ec4d initial working discovery
if user is missing info, we will discover it automatically using well-known endpoints
2022-09-04 15:18:53 -04:00
Ylian Saint-Hilaire 77405a7232 Version 1.0.81 2022-09-03 16:03:08 -07:00
Ylian Saint-Hilaire 6393f5b029
Merge pull request #4494 from mstrhakr/master
Updated OIDC Scope
2022-09-03 16:00:47 -07:00
mstrhakr c8774e700b update oidc scope
passport-openidconnect adds the 'openid' scope to the request, regardless of if its already there.
removed 'openid' scope
removed unused 'groups' scope
2022-09-03 18:22:26 -04:00
Ylian Saint-Hilaire cae47b89a4 Fixed support for Intel vPro(R) Manageability Migration Tool 2022-09-03 12:38:58 -07:00
Ylian Saint-Hilaire a0395e862d Version 1.0.80 2022-09-03 12:03:26 -07:00
Ylian Saint-Hilaire fb5aeeaf37
Merge pull request #4492 from si458/patch-1
use latest mongodb in docker
2022-09-03 11:34:04 -07:00
Simon Smith 9d3828302b
use latest mongodb 2022-09-03 10:25:03 +01:00
Ylian Saint-Hilaire 804311dd51 Fixed MongoDB module version. 2022-09-03 00:40:14 -07:00
Ylian Saint-Hilaire d1e04a7ca7 Fixed SSPI authentication exception. 2022-09-03 00:32:49 -07:00
Ylian Saint-Hilaire 3dc9caeb0f Version 1.0.79 2022-09-02 17:10:12 -07:00
Ylian Saint-Hilaire 4e86b319f7 Added support for help request emails (#4489) 2022-09-02 17:03:38 -07:00
Ylian Saint-Hilaire 9738848dc5 Added email to console for easy debugging. 2022-09-02 15:27:07 -07:00
Ylian Saint-Hilaire 2045ebc110 Added SMS debug. 2022-09-02 15:06:30 -07:00
Ylian Saint-Hilaire 2eb8cbf2d6 Indicate proper error if auto-backup path is not correct (#4483) 2022-09-02 14:37:12 -07:00
Ylian Saint-Hilaire 55f56a1145 Fix for SMS custom handler code (#4478) 2022-09-02 00:47:00 -07:00
Ylian Saint-Hilaire 49e04bd454 Improved user authentication log and added 'authlog' tracing. 2022-09-01 22:06:08 -07:00
Ylian Saint-Hilaire 2689f4e22a Version 1.0.78 2022-09-01 14:58:16 -07:00
Ylian Saint-Hilaire 3c697d4d6e Merge branch 'master' of https://github.com/Ylianst/MeshCentral 2022-09-01 13:31:19 -07:00
Ylian Saint-Hilaire dce036658e Added use URL SMS provider so anyone can bridge to their own SMS solution (#4478) 2022-09-01 13:31:10 -07:00
Bryan Roe e704614320 1. Updated so passthru parameters are passed thru installer
2. Updated so if run from SSH/Terminal, text mode will run as default, instead of appearing hung or displaying timeout.
2022-09-01 11:03:00 -07:00
Ylian Saint-Hilaire 32b194fa50 Version 1.0.77 2022-09-01 00:59:36 -07:00
Ylian Saint-Hilaire 90dab68802
Merge pull request #4476 from mstrhakr/master
Update oidc passport module
2022-09-01 00:34:08 -07:00
Ylian Saint-Hilaire ad22876219 Device paging refresh fix. 2022-08-31 22:25:40 -07:00
Ylian Saint-Hilaire 7296206aa6 Added device paging support to the mobile site. 2022-08-31 22:20:50 -07:00
mstrhakr 03e15c6be1 update oidc passport module
Updated to official passport-openidconnect module, removed custom module.
2022-08-31 23:51:24 -04:00
Ylian Saint-Hilaire 25020ffd18 First working device paging support on desktop site. 2022-08-31 17:11:15 -07:00
Ylian Saint-Hilaire 26f134c95d Completed server-side device paging support. 2022-08-31 14:16:59 -07:00
Ylian Saint-Hilaire 7ea293df60 Added db encryption descriptions in the config.json schema. 2022-08-31 12:46:16 -07:00
Ylian Saint-Hilaire cc444c606e Reverted web relay content security policy (#4474) 2022-08-31 12:24:04 -07:00
Ylian Saint-Hilaire 46e7464b49 More work on server device paging. 2022-08-31 11:54:21 -07:00
Ylian Saint-Hilaire 15c882f24e Partial support for device paging support on the server side, allows a user to view only a subset of the devices. 2022-08-31 11:28:36 -07:00
Ylian Saint-Hilaire d4d1f7d454 MeshCMD is now signed using the MeshCentral code signing cert. 2022-08-31 01:36:23 -07:00
Ylian Saint-Hilaire 860b9b8606 Version 1.0.76 2022-08-30 18:02:07 -07:00
Ylian Saint-Hilaire 0bf459bb51 Many web relay improvements and fixes (#4467, #4456) 2022-08-30 17:53:27 -07:00
Ylian Saint-Hilaire ad7cd67c02 Fixed details tab not updating on Linux (#4466) 2022-08-30 15:30:09 -07:00
Ylian Saint-Hilaire 2a201630e9 Added more text to clarify that MeshCentral needs to be offline for --resetaccount, --createaccount, --adminaccount to work. 2022-08-30 14:41:21 -07:00
Ylian Saint-Hilaire b193ee5521 Version 1.0.75 2022-08-29 12:58:46 -07:00