From ea7dd184efe69f023fb8a148cd3c9a3683fb1ec0 Mon Sep 17 00:00:00 2001 From: Edward Ly Date: Wed, 13 Nov 2024 09:58:02 -0800 Subject: [PATCH] fix(ExApp): remove more mentions to old AppAPI scopes and options Signed-off-by: Edward Ly --- admin_manual/exapps_management/ManagingExApps.rst | 1 - developer_manual/exapp_development/Introduction.rst | 10 ---------- 2 files changed, 11 deletions(-) diff --git a/admin_manual/exapps_management/ManagingExApps.rst b/admin_manual/exapps_management/ManagingExApps.rst index 680bb6696..95c5ffb4a 100644 --- a/admin_manual/exapps_management/ManagingExApps.rst +++ b/admin_manual/exapps_management/ManagingExApps.rst @@ -69,7 +69,6 @@ Options ******* * ``--info-xml INFO-XML`` *[optional]* - path to info.xml file (url or local absolute path) - * ``--force-update`` *[optional]* - force ExApp update (do not prompt for confirmation) * ``-e|--enabled`` *[optional]* - enable ExApp after update Enable diff --git a/developer_manual/exapp_development/Introduction.rst b/developer_manual/exapp_development/Introduction.rst index 265544964..bdfe1bde4 100644 --- a/developer_manual/exapp_development/Introduction.rst +++ b/developer_manual/exapp_development/Introduction.rst @@ -30,21 +30,11 @@ AppAPI brings out the following terms frequently used in the code: * ``ExAppConfig`` - similar to Nextcloud `app_config`, but for ExApps configuration * ``ExAppPreferences`` - similar to Nextcloud `app_preferences`, user-specific settings for ExApps * ``AppAPIAuth`` - AppAPI authentication -* ``ExAppScope`` - granted to ExApp scope group of access to API routes -* ``ExAppApiScope`` - pre-defined scope group of access to list of API routes * ``FileActionsMenu`` - entry in files actions menu (context menu) Concepts -------- -API Access Control Mechanism -^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -Each application defines list of API groups it intends to access. - -This system easily allows you to increase the level of trust in applications. -Even prior to installation, it's possible to ascertain the API groups to which an application will gain access. - Extensible Deployment ^^^^^^^^^^^^^^^^^^^^^