mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 09:49:33 +07:00
fix(ExApp): remove more mentions to old AppAPI scopes and options
Signed-off-by: Edward Ly <contact@edward.ly>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user