Update versions to 11.0.0

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2016-12-01 15:35:49 +01:00
parent 1aefbed55f
commit 01f4c75505
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with 39 additions and 39 deletions

View File

@ -37,16 +37,16 @@ class Definitions {
'addressbook' => [ 'addressbook' => [
'author' => 'Nextcloud', 'author' => 'Nextcloud',
'app' => 'dav', 'app' => 'dav',
'since' => '9.2.0', 'since' => '11.0.0',
'parameters' => [ 'parameters' => [
'id' => [ 'id' => [
'since' => '9.2.0', 'since' => '11.0.0',
'required' => true, 'required' => true,
'description' => 'The id used to identify the addressbook on the instance', 'description' => 'The id used to identify the addressbook on the instance',
'example' => '42', 'example' => '42',
], ],
'name' => [ 'name' => [
'since' => '9.2.0', 'since' => '11.0.0',
'required' => true, 'required' => true,
'description' => 'The display name of the addressbook which should be used in the visual representation', 'description' => 'The display name of the addressbook which should be used in the visual representation',
'example' => 'Contacts', 'example' => 'Contacts',
@ -56,16 +56,16 @@ class Definitions {
'addressbook-contact' => [ 'addressbook-contact' => [
'author' => 'Nextcloud', 'author' => 'Nextcloud',
'app' => 'dav', 'app' => 'dav',
'since' => '9.2.0', 'since' => '11.0.0',
'parameters' => [ 'parameters' => [
'id' => [ 'id' => [
'since' => '9.2.0', 'since' => '11.0.0',
'required' => true, 'required' => true,
'description' => 'The id used to identify the contact on the instance', 'description' => 'The id used to identify the contact on the instance',
'example' => '42', 'example' => '42',
], ],
'name' => [ 'name' => [
'since' => '9.2.0', 'since' => '11.0.0',
'required' => true, 'required' => true,
'description' => 'The display name of the contact which should be used in the visual representation', 'description' => 'The display name of the contact which should be used in the visual representation',
'example' => 'John Doe', 'example' => 'John Doe',
@ -75,21 +75,21 @@ class Definitions {
'announcement' => [ 'announcement' => [
'author' => 'Joas Schilling', 'author' => 'Joas Schilling',
'app' => 'announcementcenter', 'app' => 'announcementcenter',
'since' => '9.2.0', 'since' => '11.0.0',
'parameters' => [ 'parameters' => [
'id' => [ 'id' => [
'since' => '9.2.0', 'since' => '11.0.0',
'required' => true, 'description' => 'The id used to identify the announcement on the instance', 'required' => true, 'description' => 'The id used to identify the announcement on the instance',
'example' => '42', 'example' => '42',
], ],
'name' => [ 'name' => [
'since' => '9.2.0', 'since' => '11.0.0',
'required' => true, 'required' => true,
'description' => 'The announcement subject which should be used in the visual representation', 'description' => 'The announcement subject which should be used in the visual representation',
'example' => 'file.txt', 'example' => 'file.txt',
], ],
'link' => [ 'link' => [
'since' => '9.2.0', 'since' => '11.0.0',
'required' => false, 'required' => false,
'description' => 'The full URL to the file', 'description' => 'The full URL to the file',
'example' => 'http://localhost/index.php/apps/announcements/#23', 'example' => 'http://localhost/index.php/apps/announcements/#23',
@ -117,16 +117,16 @@ class Definitions {
'calendar' => [ 'calendar' => [
'author' => 'Nextcloud', 'author' => 'Nextcloud',
'app' => 'dav', 'app' => 'dav',
'since' => '9.2.0', 'since' => '11.0.0',
'parameters' => [ 'parameters' => [
'id' => [ 'id' => [
'since' => '9.2.0', 'since' => '11.0.0',
'required' => true, 'required' => true,
'description' => 'The id used to identify the calendar on the instance', 'description' => 'The id used to identify the calendar on the instance',
'example' => '42', 'example' => '42',
], ],
'name' => [ 'name' => [
'since' => '9.2.0', 'since' => '11.0.0',
'required' => true, 'required' => true,
'description' => 'The display name of the calendar which should be used in the visual representation', 'description' => 'The display name of the calendar which should be used in the visual representation',
'example' => 'Personal', 'example' => 'Personal',
@ -136,16 +136,16 @@ class Definitions {
'calendar-event' => [ 'calendar-event' => [
'author' => 'Nextcloud', 'author' => 'Nextcloud',
'app' => 'dav', 'app' => 'dav',
'since' => '9.2.0', 'since' => '11.0.0',
'parameters' => [ 'parameters' => [
'id' => [ 'id' => [
'since' => '9.2.0', 'since' => '11.0.0',
'required' => true, 'required' => true,
'description' => 'The id used to identify the event on the instance', 'description' => 'The id used to identify the event on the instance',
'example' => '42', 'example' => '42',
], ],
'name' => [ 'name' => [
'since' => '9.2.0', 'since' => '11.0.0',
'required' => true, 'required' => true,
'description' => 'The display name of the event which should be used in the visual representation', 'description' => 'The display name of the event which should be used in the visual representation',
'example' => 'Workout', 'example' => 'Workout',
@ -155,16 +155,16 @@ class Definitions {
'email' => [ 'email' => [
'author' => 'Nextcloud', 'author' => 'Nextcloud',
'app' => 'sharebymail', 'app' => 'sharebymail',
'since' => '9.2.0', 'since' => '11.0.0',
'parameters' => [ 'parameters' => [
'id' => [ 'id' => [
'since' => '9.2.0', 'since' => '11.0.0',
'required' => true, 'required' => true,
'description' => 'The mail-address used to identify the event on the instance', 'description' => 'The mail-address used to identify the event on the instance',
'example' => 'test@localhost', 'example' => 'test@localhost',
], ],
'name' => [ 'name' => [
'since' => '9.2.0', 'since' => '11.0.0',
'required' => true, 'required' => true,
'description' => 'The display name of a matching contact or the email (fallback) which should be used in the visual representation', 'description' => 'The display name of a matching contact or the email (fallback) which should be used in the visual representation',
'example' => 'Foo Bar', 'example' => 'Foo Bar',
@ -174,28 +174,28 @@ class Definitions {
'file' => [ 'file' => [
'author' => 'Nextcloud', 'author' => 'Nextcloud',
'app' => 'dav', 'app' => 'dav',
'since' => '9.2.0', 'since' => '11.0.0',
'parameters' => [ 'parameters' => [
'id' => [ 'id' => [
'since' => '9.2.0', 'since' => '11.0.0',
'required' => true, 'required' => true,
'description' => 'The id used to identify the file on the instance', 'description' => 'The id used to identify the file on the instance',
'example' => '42', 'example' => '42',
], ],
'name' => [ 'name' => [
'since' => '9.2.0', 'since' => '11.0.0',
'required' => true, 'required' => true,
'description' => 'The file name which should be used in the visual representation', 'description' => 'The file name which should be used in the visual representation',
'example' => 'file.txt', 'example' => 'file.txt',
], ],
'path' => [ 'path' => [
'since' => '9.2.0', 'since' => '11.0.0',
'required' => true, 'required' => true,
'description' => 'The full path of the file for the user', 'description' => 'The full path of the file for the user',
'example' => 'path/to/file.txt', 'example' => 'path/to/file.txt',
], ],
'link' => [ 'link' => [
'since' => '9.2.0', 'since' => '11.0.0',
'required' => false, 'required' => false,
'description' => 'The full URL to the file', 'description' => 'The full URL to the file',
'example' => 'http://localhost/index.php/f/42', 'example' => 'http://localhost/index.php/f/42',
@ -205,16 +205,16 @@ class Definitions {
'pending-federated-share' => [ 'pending-federated-share' => [
'author' => 'Nextcloud', 'author' => 'Nextcloud',
'app' => 'dav', 'app' => 'dav',
'since' => '9.2.0', 'since' => '11.0.0',
'parameters' => [ 'parameters' => [
'id' => [ 'id' => [
'since' => '9.2.0', 'since' => '11.0.0',
'required' => true, 'required' => true,
'description' => 'The id used to identify the federated share on the instance', 'description' => 'The id used to identify the federated share on the instance',
'example' => '42', 'example' => '42',
], ],
'name' => [ 'name' => [
'since' => '9.2.0', 'since' => '11.0.0',
'required' => true, 'required' => true,
'description' => 'The name of the shared item which should be used in the visual representation', 'description' => 'The name of the shared item which should be used in the visual representation',
'example' => 'file.txt', 'example' => 'file.txt',
@ -224,28 +224,28 @@ class Definitions {
'systemtag' => [ 'systemtag' => [
'author' => 'Nextcloud', 'author' => 'Nextcloud',
'app' => 'core', 'app' => 'core',
'since' => '9.2.0', 'since' => '11.0.0',
'parameters' => [ 'parameters' => [
'id' => [ 'id' => [
'since' => '9.2.0', 'since' => '11.0.0',
'required' => true, 'required' => true,
'description' => 'The id used to identify the systemtag on the instance', 'description' => 'The id used to identify the systemtag on the instance',
'example' => '23', 'example' => '23',
], ],
'name' => [ 'name' => [
'since' => '9.2.0', 'since' => '11.0.0',
'required' => true, 'required' => true,
'description' => 'The display name of the systemtag which should be used in the visual representation', 'description' => 'The display name of the systemtag which should be used in the visual representation',
'example' => 'Project 1', 'example' => 'Project 1',
], ],
'visibility' => [ 'visibility' => [
'since' => '9.2.0', 'since' => '11.0.0',
'required' => true, 'required' => true,
'description' => 'If the user can see the systemtag', 'description' => 'If the user can see the systemtag',
'example' => '1', 'example' => '1',
], ],
'assignable' => [ 'assignable' => [
'since' => '9.2.0', 'since' => '11.0.0',
'required' => true, 'required' => true,
'description' => 'If the user can assign the systemtag', 'description' => 'If the user can assign the systemtag',
'example' => '0', 'example' => '0',
@ -255,22 +255,22 @@ class Definitions {
'user' => [ 'user' => [
'author' => 'Nextcloud', 'author' => 'Nextcloud',
'app' => 'core', 'app' => 'core',
'since' => '9.2.0', 'since' => '11.0.0',
'parameters' => [ 'parameters' => [
'id' => [ 'id' => [
'since' => '9.2.0', 'since' => '11.0.0',
'required' => true, 'required' => true,
'description' => 'The id used to identify the user on the instance', 'description' => 'The id used to identify the user on the instance',
'example' => 'johndoe', 'example' => 'johndoe',
], ],
'name' => [ 'name' => [
'since' => '9.2.0', 'since' => '11.0.0',
'required' => true, 'required' => true,
'description' => 'The display name of the user which should be used in the visual representation', 'description' => 'The display name of the user which should be used in the visual representation',
'example' => 'John Doe', 'example' => 'John Doe',
], ],
'server' => [ 'server' => [
'since' => '9.2.0', 'since' => '11.0.0',
'required' => false, 'required' => false,
'description' => 'The URL of the instance the user lives on', 'description' => 'The URL of the instance the user lives on',
'example' => 'localhost', 'example' => 'localhost',
@ -280,16 +280,16 @@ class Definitions {
'user-group' => [ 'user-group' => [
'author' => 'Nextcloud', 'author' => 'Nextcloud',
'app' => 'core', 'app' => 'core',
'since' => '9.2.0', 'since' => '11.0.0',
'parameters' => [ 'parameters' => [
'id' => [ 'id' => [
'since' => '9.2.0', 'since' => '11.0.0',
'required' => true, 'required' => true,
'description' => 'The id used to identify the group on the instance', 'description' => 'The id used to identify the group on the instance',
'example' => 'supportteam', 'example' => 'supportteam',
], ],
'name' => [ 'name' => [
'since' => '9.2.0', 'since' => '11.0.0',
'required' => true, 'required' => true,
'description' => 'The display name of the group which should be used in the visual representation', 'description' => 'The display name of the group which should be used in the visual representation',
'example' => 'Support Team', 'example' => 'Support Team',