Commit Graph

615 Commits

Author SHA1 Message Date
Ylian Saint-Hilaire 4087a02fdb Fixed config.json capitalization issue. 2022-11-04 11:50:42 -07:00
Ylian Saint-Hilaire 60af01a165 Fixed Telegram proxy issue (#4703) 2022-11-02 13:59:00 -07:00
Ylian Saint-Hilaire fbde2a87a5 Added device help request messaging notification support. 2022-11-01 23:48:21 -07:00
Ylian Saint-Hilaire 1a6e78efed Added device state notifications to messaging applications. 2022-11-01 22:39:59 -07:00
Ylian Saint-Hilaire 11fd5b39e8 Added no-audit when installing NPM packages in the background. 2022-11-01 18:04:43 -07:00
Ylian Saint-Hilaire 7f183ac2fd Added Zulip messaging integration (#4694) 2022-11-01 12:27:06 -07:00
Ylian Saint-Hilaire e2b442ae66 Authlog fix. 2022-10-30 19:43:28 -07:00
Ylian Saint-Hilaire e59fac4884 Added Pushover messaging integration (#4691) 2022-10-30 11:28:24 -07:00
Ylian Saint-Hilaire cbc26b3a43 Added XMPP support (#4679) 2022-10-28 12:34:29 -07:00
Ylian Saint-Hilaire 2aa370df76 Discord NodeJS version fix. 2022-10-27 11:23:35 -07:00
Ylian Saint-Hilaire 7f986bd7c4 First pass as Discord integration (#4651) 2022-10-26 13:19:40 -07:00
Ylian Saint-Hilaire cc7670cc31 Improved state-less server code (#4645) 2022-10-24 16:58:05 -07:00
Ylian Saint-Hilaire b7f8e5238b Added Telegram setup system with --setuptelegram (#4650) 2022-10-22 14:51:16 -07:00
Ylian Saint-Hilaire 7e3dce0ef7 First pass at adding Telegram support (#4650) 2022-10-22 07:23:55 -07:00
Simon Smith e7574b5089
fix minifycore default 2022-09-29 20:07:50 +01:00
Ylian Saint-Hilaire 3829dbcf41 Fix const error (#4519) 2022-09-07 08:12:52 -07:00
Ylian Saint-Hilaire d25bfeafa5 Minor fixes. 2022-09-06 17:52:47 -07:00
Ylian Saint-Hilaire c8335f94d4 Added warning if NodeJS version does not support OpenID. 2022-09-06 14:40:52 -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 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 804311dd51 Fixed MongoDB module version. 2022-09-03 00:40:14 -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 49e04bd454 Improved user authentication log and added 'authlog' tracing. 2022-09-01 22:06:08 -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
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 46e7464b49 More work on server device paging. 2022-08-31 11:54:21 -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 0bf459bb51 Many web relay improvements and fixes (#4467, #4456) 2022-08-30 17:53:27 -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 15ee1feca5 When some files are re-generated, the old copy is now kept as -old. 2022-08-26 14:19:28 -07:00
Ylian Saint-Hilaire 5d7fabfc21 Added guest web sharing of HTTP/HTTPS (#4413) 2022-08-25 20:11:47 -07:00
Ylian Saint-Hilaire 1b67b84369 More work on integrating the script-task. 2022-08-18 18:03:03 -07:00
Ylian Saint-Hilaire 1680138e8d First pass at adding SQLite3 database support (#4398) 2022-08-15 00:33:50 -07:00
Ylian Saint-Hilaire 0fd8b17f5e Added AceBase maintenance. AceBase record removal seems to be terribly slow. 2022-08-14 13:24:14 -07:00
Ylian Saint-Hilaire 1f239481b7 Added basic AceBase support (#4398) 2022-08-13 18:32:17 -07:00
Ylian Saint-Hilaire d519546a6c Added support for changing the Windows agent bitmap logo within the executable. Agent needs to be changed to fully support this. 2022-08-11 17:37:42 -07:00
Ylian Saint-Hilaire 37bcae368b First working version of Windows agent icon replacement. 2022-08-11 13:34:06 -07:00
Ylian Saint-Hilaire 48c6b42a0b Started work on integrating Windows agent icon customization prior to agent signing. 2022-08-10 13:12:59 -07:00
Ylian Saint-Hilaire b760bb6116 Fix agent metadata (agentFileInfo), the ProductVersion and FileVersion. 2022-08-04 01:47:36 -07:00
Ylian Saint-Hilaire 4f89501285 Added --no-package-lock argument when running npm install to install missing modules. This should remove unwanted module pruning. (#4318) 2022-07-28 15:27:42 -07:00
Ylian Saint-Hilaire a4bb51fd55 Forces acme-client@4.2.5 to be installed to upgrade from older versions that use SHA-1 certificate requests that is not longer supported by Let's Encrypt. (#4300) 2022-07-21 18:38:36 -07:00
Ylian Saint-Hilaire 2894b362ac Merge branch 'master' of https://github.com/Ylianst/MeshCentral 2022-07-19 15:46:34 -07:00
Ylian Saint-Hilaire 2529b35094 Typo fix (#4290) 2022-07-19 15:46:23 -07:00
silversword411 a3719b2a78
typos v3 2022-07-19 17:52:30 -04:00
Ylian Saint-Hilaire 66b0315624 Browser session security improvements. 2022-07-12 17:45:19 -07:00
Ylian Saint-Hilaire bcc2a8607e Fix for web relay using ports. 2022-07-11 23:26:54 -07:00
Ylian Saint-Hilaire 04fb1f2bf0 Added CAPTCHA option when creating new accounts on login screen. 2022-07-11 14:35:05 -07:00
Ylian Saint-Hilaire a0ea6ead09 Put in the groundwork for web relay with multiple relay DNS names. 2022-07-10 01:32:11 -07:00
Ylian Saint-Hilaire 3b16b51b08 Allow CrowdSec configuration with any capitalizations in the name. 2022-07-08 11:28:17 -07:00