Ylian Saint-Hilaire

Results 303 comments of Ylian Saint-Hilaire

MeshCentral has had a manifest.json for a long time, [in GitHub, it's here](https://github.com/Ylianst/MeshCentral/blob/master/public/manifest.json). It is also accessible from the root, so you can try accessing `/manifest.json` and it should work....

Not currently possible, but if this feature where to be added, how would MeshCentral validate the token? Also, the token would need to include the userid you want to be...

Arg. The run command feature does not currently support getting results back... but I will be adding that. The agent console may show some stuff, but that is only for...

You would be... right. ``` var kvm = ( ((responses['CIM_KVMRedirectionSAP'].response['EnabledState'] == 6) && (responses['CIM_KVMRedirectionSAP'].response['RequestedState'] == 2)) || (responses['CIM_KVMRedirectionSAP'].response['EnabledState'] == 2) || (responses['CIM_KVMRedirectionSAP'].response['EnabledState'] == 6) ); ```

Thank you! Fixed, will be in v1.0.75.

(I am on vacation until October 18th) Would this this a domain wide setting? Like, for this domain, all users will have user consent be the default for "Connect"?

So, some OAuth flows will be deprecated, specifically loopback and out-of-band. I don't think MeshCentral uses these, so we should be fine. Regardless of these removals, are you saying the...

Oh wow! Thank you!!! I don't know of anyone running MeshCentral in any real way using AceBase, so this is the perfect time to make these improvements. Given that the...

Yes! I plan to do that. I first want to support getting back the result of a script and storing the result in the event log and display that back....

Logging this issue also shows you care about this feature. Nothing worst than coding something no-one will use. So, totally appreciate you taking the time to file it. I am...