Add software availability check API and enhance profile management features

This commit is contained in:
“VeLiTi”
2025-12-16 14:53:20 +01:00
parent a329cec1a6
commit a9f623cf22
6 changed files with 502 additions and 68 deletions

View File

@@ -1490,6 +1490,7 @@ function getProfile($profile, $permission){
'com_log' => 'U',
'software_update' => 'R',
'software_download' => 'R',
'software_available' => 'R'
];
// Group permissions: [granting_page => [collection => allowed_actions_string]]