More work on automatic inactive device removal.

This commit is contained in:
Ylian Saint-Hilaire
2021-08-01 10:54:14 -07:00
parent db9e824121
commit 896a613a65
5 changed files with 954 additions and 924 deletions

View File

@@ -295,6 +295,7 @@
"footer": { "type": "string", "default": null, "description": "This is a HTML string displayed at the bottom of the web page when a user is logged in." },
"loginfooter": { "type": "string", "default": null, "description": "This is a HTML string displayed at the bottom of the web page when a user is not logged in." },
"guestDeviceSharing": { "type": "boolean", "default": true, "description": "When set to false, the desktop/terminal sharing link feature is not available." },
"autoRemoveInactiveDevices": { "type": "integer", "default": 0, "description": "Number of days a device can be inactive before it's removed. 0 disables this feature. Device group setting will override this value." },
"altMessenging": {
"type": "object",
"properties": {