diff --git a/pub/api/v1/devices/files/index.php b/pub/api/v1/autop/devices/files/index.php similarity index 100% rename from pub/api/v1/devices/files/index.php rename to pub/api/v1/autop/devices/files/index.php diff --git a/pub/api/v1/devices/index.php b/pub/api/v1/autop/devices/index.php similarity index 100% rename from pub/api/v1/devices/index.php rename to pub/api/v1/autop/devices/index.php diff --git a/pub/api/v1/platforms/index.php b/pub/api/v1/autop/platforms/index.php similarity index 100% rename from pub/api/v1/platforms/index.php rename to pub/api/v1/autop/platforms/index.php diff --git a/pub/api/v1/vendors/index.php b/pub/api/v1/autop/vendors/index.php similarity index 100% rename from pub/api/v1/vendors/index.php rename to pub/api/v1/autop/vendors/index.php diff --git a/pub/api/v1/portalsettings/index.php b/pub/api/v1/portal-management/configure/index.php similarity index 100% rename from pub/api/v1/portalsettings/index.php rename to pub/api/v1/portal-management/configure/index.php diff --git a/pub/api/v1/access-rights/index.php b/pub/api/v1/portal-management/group-permissions/index.php similarity index 100% rename from pub/api/v1/access-rights/index.php rename to pub/api/v1/portal-management/group-permissions/index.php diff --git a/pub/api/v1/mailsettings/index.php b/pub/api/v1/portal-management/mail/configure/index.php similarity index 100% rename from pub/api/v1/mailsettings/index.php rename to pub/api/v1/portal-management/mail/configure/index.php diff --git a/pub/api/v1/permissions/index.php b/pub/api/v1/portal-management/permissions/index.php similarity index 100% rename from pub/api/v1/permissions/index.php rename to pub/api/v1/portal-management/permissions/index.php diff --git a/pub/api/v1/user-groups/index.php b/pub/api/v1/portal-management/user-groups/index.php similarity index 100% rename from pub/api/v1/user-groups/index.php rename to pub/api/v1/portal-management/user-groups/index.php diff --git a/pub/api/v1/users/index.php b/pub/api/v1/portal-management/users/index.php similarity index 100% rename from pub/api/v1/users/index.php rename to pub/api/v1/portal-management/users/index.php diff --git a/pub/api/v1/users/apitoken/index.php b/pub/api/v1/user/apitoken/index.php similarity index 100% rename from pub/api/v1/users/apitoken/index.php rename to pub/api/v1/user/apitoken/index.php diff --git a/pub/api/v1/users/avatar/index.php b/pub/api/v1/user/avatar/index.php similarity index 100% rename from pub/api/v1/users/avatar/index.php rename to pub/api/v1/user/avatar/index.php diff --git a/pub/api/v1/users/mfa/index.php b/pub/api/v1/user/mfa/index.php similarity index 100% rename from pub/api/v1/users/mfa/index.php rename to pub/api/v1/user/mfa/index.php diff --git a/pub/api/v1/users/resetpassword/index.php b/pub/api/v1/user/resetpassword/index.php similarity index 100% rename from pub/api/v1/users/resetpassword/index.php rename to pub/api/v1/user/resetpassword/index.php diff --git a/pub/bin/pages/autop/pageDevices_list.php b/pub/bin/pages/autop/pageDevices_list.php index 478a45d..87166e8 100644 --- a/pub/bin/pages/autop/pageDevices_list.php +++ b/pub/bin/pages/autop/pageDevices_list.php @@ -94,7 +94,7 @@ $pageNavbar->outPutNavbar(); checkPermissions('admin-devices', 'RW', true)) { ?> - + diff --git a/pub/bin/pages/autop/pageDevices_view.php b/pub/bin/pages/autop/pageDevices_view.php index 9a9a082..54ae8b8 100644 --- a/pub/bin/pages/autop/pageDevices_view.php +++ b/pub/bin/pages/autop/pageDevices_view.php @@ -58,10 +58,10 @@ function makeFileTables($API, $dataFolder, $device_slugify)