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

Started work on improved device guest sharing.

This commit is contained in:
Ylian Saint-Hilaire 2021-04-09 00:28:02 -07:00
parent 2ded4c60d5
commit 9bf2e211ab
77 changed files with 2740 additions and 132 deletions

View file

@ -38,6 +38,7 @@ var meshCentralSourceFiles = [
"../views/player.handlebars",
"../views/desktop.handlebars",
"../views/terminal.handlebars",
"../views/sharing.handlebars",
"../views/mstsc.handlebars",
"../emails/account-check.html",
"../emails/account-invite.html",
@ -75,6 +76,7 @@ var minifyMeshCentralSourceFiles = [
"../views/player.handlebars",
"../views/desktop.handlebars",
"../views/terminal.handlebars",
"../views/sharing.handlebars",
"../views/mstsc.handlebars",
"../public/scripts/agent-desktop-0.0.2.js",
"../public/scripts/agent-redir-rtc-0.1.0.js",