fix(ExApp): remove more mentions to old AppAPI scopes and options

Signed-off-by: Edward Ly <contact@edward.ly>
This commit is contained in:
Edward Ly
2024-11-13 09:58:02 -08:00
parent 8d66a9051e
commit ea7dd184ef
2 changed files with 0 additions and 11 deletions

View File

@@ -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

View File

@@ -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
^^^^^^^^^^^^^^^^^^^^^