Commit Graph

1087 Commits

Author SHA1 Message Date
Ylian Saint-Hilaire c3bcb6f186 Fixed web app error, display stderr on the console. 2019-12-03 17:44:08 -08:00
Ylian Saint-Hilaire 0d662950a6
Merge pull request #700 from ryanblenis/plugin-admin
Show/Hide Plugins tab in device view
2019-12-03 16:54:41 -08:00
Ryan Blenis 3e8bff2248 Show/Hide Plugins tab in device view only if plugins exists that use that functionality 2019-12-02 18:13:19 -05:00
Ylian Saint-Hilaire e258af143a
Merge pull request #698 from ryanblenis/plugin-admin
Plugin Tab OnStates / Better MeshCore processing
2019-12-02 14:14:26 -08:00
Ylian Saint-Hilaire e71e9ce79a Web app speed improvement with geolocation is off. 2019-12-02 14:00:28 -08:00
Ryan Blenis 3fa1c322f5 Error checking of object for correct values 2019-12-02 16:14:04 -05:00
Ryan Blenis 1d9ad31545 Update docs 2019-12-02 16:09:33 -05:00
Ylian Saint-Hilaire f1ceb5adac IE11 Fixes 2019-12-02 12:36:06 -08:00
Ylian Saint-Hilaire 4360783bc2 Improved internalization, french translation. 2019-12-01 15:21:33 -08:00
Ylian Saint-Hilaire d10758dcf2 Added Czech, MpsAliasHost. 2019-12-01 12:52:32 -08:00
Ryan Blenis 3cc2d9ae7e - Move p19 styles to stylesheet
- Wait to update meshcore until after all plugins loaded (reduced processing power)
- More intuitive registerPluginTab functionality
- OnStates for current plugin tab
2019-11-30 20:26:39 -05:00
Ylian Saint-Hilaire 18abb29d60 Updated non-windows agents. 2019-11-28 22:45:21 -08:00
Ylian Saint-Hilaire f33a22fefc Added remember for 30 days 2nd factor option. 2019-11-28 22:29:22 -08:00
Ylian Saint-Hilaire 517b582d80 Implemented optional 2nd factor skip for some IP addresses 2019-11-28 20:57:34 -08:00
Ylian Saint-Hilaire f6c4a3b9e9 Enabled all next-gen agent features in the server. 2019-11-28 12:34:45 -08:00
Ylian Saint-Hilaire eee96d26f4 Merge branch 'master' of https://github.com/Ylianst/MeshCentral 2019-11-28 12:28:01 -08:00
Ylian Saint-Hilaire 5176d17a4c Updated to next generation MeshAgent. 2019-11-28 12:27:44 -08:00
Ylian Saint-Hilaire f91028c9c1
Merge pull request #690 from ryanblenis/plugin-admin
Fix MeshCentral version comparisons.
2019-11-27 10:43:00 -08:00
Ylian Saint-Hilaire e555676e2a
Merge pull request #688 from jsastriawan/master
Update apfserver node search to fix authentication issue
2019-11-27 10:41:11 -08:00
Ryan Blenis d2fee1d600 Fix MeshCentral version comparisons. (Breaking for versions -a through -c) 2019-11-27 13:18:18 -05:00
jsastriawan 2b5cd55fb5 Update apfserver node search to fix authentication issue 2019-11-26 15:38:03 -07:00
Ylian Saint-Hilaire 2c5033811a Added server warnings in MyServer tab. 2019-11-26 14:11:09 -08:00
Ylian Saint-Hilaire 003371984a Fixed agents. 2019-11-26 11:58:00 -08:00
Ylian Saint-Hilaire 07e9f4d624 Fixed terminal. 2019-11-26 11:54:46 -08:00
Ylian Saint-Hilaire d24cec68eb Merge branch 'master' of https://github.com/Ylianst/MeshCentral 2019-11-26 10:54:53 -08:00
Ylian Saint-Hilaire acd39ae7fc Fixed plugin protocol in web app 2019-11-26 10:54:45 -08:00
Ylian Saint-Hilaire ccf2d46b52 Merge branch 'master' of https://github.com/Ylianst/MeshCentral 2019-11-26 10:38:13 -08:00
Ylian Saint-Hilaire 71fcf22336 Fixed plugin protocol id 2019-11-26 10:38:06 -08:00
Bryan Roe 8c1bdc7345 Added commented out code for ConPTY support 2019-11-26 10:36:57 -08:00
Ylian Saint-Hilaire 8e702a49b5
Merge pull request #681 from ryanblenis/plugin-admin
Fix available plugin actions
2019-11-25 23:44:37 -08:00
Ryan Blenis 441d2f2dda Fix unavailable plugin actions 2019-11-26 02:19:42 -05:00
Ylian Saint-Hilaire 8c1f68e3d6 Plugin support improvements. 2019-11-25 18:06:41 -08:00
Ylian Saint-Hilaire d3105a468d Linux user shell improvements. 2019-11-25 16:11:53 -08:00
Ylian Saint-Hilaire 4930e7901d Added launching terminal as logged in user in Linux. 2019-11-25 15:58:07 -08:00
Ylian Saint-Hilaire c0323f7a9d Added support for multiple login 3FA keys. 2019-11-25 14:30:23 -08:00
Ylian Saint-Hilaire 467349f347 Plugin system improvements. 2019-11-25 14:12:43 -08:00
Ylian Saint-Hilaire 73e3b669c8
Merge pull request #676 from ryanblenis/plugin-admin
Plugin GUI
2019-11-25 09:53:55 -08:00
Ylian Saint-Hilaire d81800ee02
Merge pull request #677 from TotallyNotElite/master
Use PTY if python is available
2019-11-25 09:30:17 -08:00
Ryan Blenis cb0b90fcd2 Gracefully handle plugin versions check if one plugin causes an error 2019-11-24 21:29:13 -05:00
Ryan Blenis e754cfbacf Safety check if plugin actually has exports before attempting to export functions 2019-11-24 19:19:46 -05:00
Ryan Blenis a0f0f31c86 Better replace for complex semver comparisons 2019-11-24 16:36:12 -05:00
TotallyNotElite c9590fb834 Update agents/meshcore.min.js 2019-11-24 20:07:19 +01:00
TotallyNotElite 527add155f Fix broken fix
Fixes c01eea2b9d
2019-11-24 20:03:08 +01:00
TotallyNotElite c01eea2b9d Use PTY if python is available
Problem: starting bash with -i will only make the current shell interactive, but not further sub shells (if you switch user for example). 

Fix: Use a PTY
2019-11-24 19:33:03 +01:00
Ryan Blenis 8e55c9b74a Doc update 2019-11-23 15:23:44 -05:00
Ryan Blenis f1de45fb22 Add a quick plugin development readme 2019-11-23 04:25:22 -05:00
Ryan Blenis ff04a663c9 Only show "My Plugins" admin page to site admins 2019-11-22 22:06:25 -05:00
Ryan Blenis 0889ce32ee Merge branch 'master' into plugin-admin 2019-11-22 21:19:22 -05:00
Ryan Blenis 9bd63a084f Redirect download fixes, option to redistribute the meshcore to all nodes after plugin installation 2019-11-22 21:17:07 -05:00
Ylian Saint-Hilaire 16016a1c6f Added config command to MeshCtrl. 2019-11-22 16:17:29 -08:00