Fixes
This commit is contained in:
@@ -135,6 +135,11 @@
|
||||
<length>8</length>
|
||||
<notnull>false</notnull>
|
||||
</field>
|
||||
<field>
|
||||
<name>archived</name>
|
||||
<type>boolean</type>
|
||||
<default>false</default>
|
||||
</field>
|
||||
</declaration>
|
||||
</table>
|
||||
<table>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<description>My first ownCloud app</description>
|
||||
<licence>AGPL</licence>
|
||||
<author>Julius Härtl</author>
|
||||
<version>0.0.1.13</version>
|
||||
<version>0.0.1.14</version>
|
||||
<namespace>Deck</namespace>
|
||||
<category>other</category>
|
||||
<dependencies>
|
||||
|
||||
@@ -22,10 +22,10 @@ return [
|
||||
['name' => 'board#read', 'url' => '/boards/{boardId}/', 'verb' => 'GET'],
|
||||
['name' => 'board#update', 'url' => '/boards/', 'verb' => 'PUT'],
|
||||
['name' => 'board#delete', 'url' => '/boards/{boardId}/', 'verb' => 'DELETE'],
|
||||
// boards - sharees
|
||||
['name' => 'board#addSharee', 'url' => '/boards/sharee', 'verb' => 'POST'],
|
||||
['name' => 'board#removeSharee', 'url' => '/boards/sharee', 'verb' => 'DELETE'],
|
||||
['name' => 'board#updateSharee', 'url' => '/boards/sharee', 'verb' => 'PUT'],
|
||||
// boards - acl
|
||||
['name' => 'board#addAcl', 'url' => '/boards/acl', 'verb' => 'POST'],
|
||||
['name' => 'board#updateAcl', 'url' => '/boards/acl', 'verb' => 'PUT'],
|
||||
['name' => 'board#deleteAcl', 'url' => '/boards/acl/{id}', 'verb' => 'DELETE'],
|
||||
|
||||
// stacks
|
||||
['name' => 'stack#index', 'url' => '/stacks/{boardId}/', 'verb' => 'GET'],
|
||||
|
||||
Reference in New Issue
Block a user