1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Started work on recordings panel.

This commit is contained in:
Ylian Saint-Hilaire 2020-05-03 23:49:56 -07:00
parent 50326fe6f6
commit c09b06a65c
5 changed files with 343 additions and 268 deletions

View file

@ -57,6 +57,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
const SITERIGHT_NONEWGROUPS = 64; // 0x00000040
const SITERIGHT_NOMESHCMD = 128; // 0x00000080
const SITERIGHT_USERGROUPS = 256; // 0x00000100
const SITERIGHT_RECORDINGS = 512; // 0x00000200
var obj = {};
obj.user = user;