Skip to content

Commit 09db08d

Browse files
committed
feat: add note for ExApp sensitive configs
Signed-off-by: Andrey Borysenko <[email protected]>
1 parent bb0d1e1 commit 09db08d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

developer_manual/exapp_development/tech_details/api/appconfig.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ AppConfig
44

55
The ExApp AppConfig API is similar to the standard Nextcloud **appconfig** API.
66

7+
.. note::
8+
Since Nextcloud 32, sensitive config values are encrypted in the database.
9+
10+
711
Set app config value
812
^^^^^^^^^^^^^^^^^^^^
913

@@ -24,6 +28,7 @@ Request data
2428
"sensitive": "sensitive flag affecting the visibility of the value (0/1, default: 0)"
2529
}
2630
31+
2732
Response data
2833
*************
2934

developer_manual/exapp_development/tech_details/api/preferences.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Preferences
55
The ExApp preferences API is similar to the standard preferences API.
66
It is a user specific setting.
77

8+
.. note::
9+
Since Nextcloud 32, sensitive config values are encrypted in the database.
10+
811

912
Set user config value
1013
^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)