Skip to content

Commit 606faaa

Browse files
feat: add notifications
Signed-off-by: Luka Trovic <luka@nextcloud.com>
1 parent 7ca4c2e commit 606faaa

35 files changed

Lines changed: 3168 additions & 137 deletions

appinfo/info.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Have a good time and manage whatever you want.
7575
<activity>
7676
<settings>
7777
<setting>OCA\Tables\Activity\SettingChanges</setting>
78+
<setting>OCA\Tables\Activity\SettingSharing</setting>
7879
</settings>
7980
<filters>
8081
<filter>OCA\Tables\Activity\Filter</filter>

appinfo/routes.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,5 +157,9 @@
157157
['name' => 'Context#updateContentOrder', 'url' => '/api/2/contexts/{contextId}/pages/{pageId}', 'verb' => 'PUT'],
158158

159159
['name' => 'RowOCS#createRow', 'url' => '/api/2/{nodeCollection}/{nodeId}/rows', 'verb' => 'POST', 'requirements' => ['nodeCollection' => '(tables|views)', 'nodeId' => '(\d+)']],
160+
161+
['name' => 'Config#getTableConfig', 'url' => '/api/2/config/table/{id}', 'verb' => 'GET'],
162+
['name' => 'Config#getViewConfig', 'url' => '/api/2/config/view/{id}', 'verb' => 'GET'],
163+
['name' => 'Config#setValue', 'url' => '/api/2/config/{key}', 'verb' => 'POST'],
160164
]
161165
];

0 commit comments

Comments
 (0)