Merge pull request #5023 from nextcloud/version_bump

We are working on 13 now!
This commit is contained in:
Joas Schilling 2017-05-22 12:20:06 +02:00 committed by GitHub
commit ecd299e8de
23 changed files with 68 additions and 56 deletions

View File

@ -5,9 +5,9 @@
<description>Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.</description>
<licence>AGPL</licence>
<author>Nextcloud</author>
<version>1.2.0</version>
<version>1.3.0</version>
<dependencies>
<nextcloud min-version="12" max-version="12" />
<nextcloud min-version="13" max-version="13" />
</dependencies>
<types>
<logging/>

View File

@ -4,11 +4,12 @@
<name>Comments</name>
<description>Files app plugin to add comments to files</description>
<licence>AGPL</licence>
<author>Arthur Schiwon, Vincent Petry</author>
<author>Arthur Schiwon</author>
<author>Vincent Petry</author>
<default_enable/>
<version>1.2.0</version>
<version>1.3.0</version>
<dependencies>
<nextcloud min-version="12" max-version="12" />
<nextcloud min-version="13" max-version="13" />
</dependencies>
<types>
<logging/>

View File

@ -5,7 +5,7 @@
<description>WebDAV endpoint</description>
<licence>AGPL</licence>
<author>owncloud.org</author>
<version>1.3.0</version>
<version>1.4.0</version>
<default_enable/>
<types>
<filesystem/>
@ -15,7 +15,7 @@
<webdav>appinfo/v1/publicwebdav.php</webdav>
</public>
<dependencies>
<nextcloud min-version="12" max-version="12" />
<nextcloud min-version="13" max-version="13" />
</dependencies>
<background-jobs>
<job>OCA\DAV\CardDAV\SyncJob</job>

View File

@ -13,18 +13,19 @@
</description>
<name>Default encryption module</name>
<licence>AGPL</licence>
<author>Bjoern Schiessle, Clark Tomlinson</author>
<author>Bjoern Schiessle</author>
<author>Clark Tomlinson</author>
<documentation>
<user>user-encryption</user>
<admin>admin-encryption</admin>
</documentation>
<version>1.6.0</version>
<version>1.7.0</version>
<types>
<filesystem/>
</types>
<dependencies>
<lib>openssl</lib>
<nextcloud min-version="12" max-version="12" />
<nextcloud min-version="13" max-version="13" />
</dependencies>
<settings>
<admin>OCA\Encryption\Settings\Admin</admin>

View File

@ -4,12 +4,13 @@
<name>Federated file sharing</name>
<description>Provide federated file sharing across servers</description>
<licence>AGPL</licence>
<author>Bjoern Schiessle, Roeland Jago Douma</author>
<version>1.2.0</version>
<author>Bjoern Schiessle</author>
<author>Roeland Jago Douma</author>
<version>1.3.0</version>
<namespace>FederatedFileSharing</namespace>
<category>other</category>
<dependencies>
<nextcloud min-version="12" max-version="12" />
<nextcloud min-version="13" max-version="13" />
</dependencies>
<settings>
<admin>OCA\FederatedFileSharing\Settings\Admin</admin>

View File

@ -5,11 +5,11 @@
<description>Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing.</description>
<licence>AGPL</licence>
<author>Bjoern Schiessle</author>
<version>1.2.0</version>
<version>1.3.0</version>
<namespace>Federation</namespace>
<category>other</category>
<dependencies>
<nextcloud min-version="12" max-version="12" />
<nextcloud min-version="13" max-version="13" />
</dependencies>
<default_enable/>
<types>

View File

@ -4,14 +4,15 @@
<name>Files</name>
<description>File Management</description>
<licence>AGPL</licence>
<author>Robin Appelman, Vincent Petry</author>
<author>Robin Appelman</author>
<author>Vincent Petry</author>
<default_enable/>
<version>1.7.2</version>
<version>1.8.0</version>
<types>
<filesystem/>
</types>
<dependencies>
<nextcloud min-version="12" max-version="12" />
<nextcloud min-version="13" max-version="13" />
</dependencies>
<documentation>
<user>user-files</user>

View File

@ -8,11 +8,13 @@ This application enables administrators to configure connections to external sto
External storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation.
</description>
<licence>AGPL</licence>
<author>Robin Appelman, Michael Gapczynski, Vincent Petry</author>
<author>Robin Appelman</author>
<author>Michael Gapczynski</author>
<author>Vincent Petry</author>
<documentation>
<admin>admin-external-storage</admin>
</documentation>
<version>1.3.0</version>
<version>1.4.0</version>
<types>
<filesystem/>
</types>
@ -21,7 +23,7 @@ External storage can be configured using the GUI or at the command line. This se
<namespace>Files_External</namespace>
<dependencies>
<nextcloud min-version="12" max-version="12" />
<nextcloud min-version="13" max-version="13" />
</dependencies>
<settings>

View File

@ -8,14 +8,15 @@ Turning the feature off removes shared files and folders on the server for all s
</description>
<licence>AGPL</licence>
<author>Michael Gapczynski, Bjoern Schiessle</author>
<author>Michael Gapczynski</author>
<author>Bjoern Schiessle</author>
<default_enable/>
<version>1.4.0</version>
<version>1.5.0</version>
<types>
<filesystem/>
</types>
<dependencies>
<nextcloud min-version="12" max-version="12" />
<nextcloud min-version="13" max-version="13" />
</dependencies>
<public>
<files>public.php</files>

View File

@ -10,13 +10,13 @@ To prevent a user from running out of disk space, the Deleted files app will not
<licence>AGPL</licence>
<author>Bjoern Schiessle</author>
<default_enable/>
<version>1.2.0</version>
<version>1.3.0</version>
<types>
<filesystem/>
</types>
<namespace>Files_Trashbin</namespace>
<dependencies>
<nextcloud min-version="12" max-version="12" />
<nextcloud min-version="13" max-version="13" />
</dependencies>
<documentation>
<user>user-trashbin</user>

View File

@ -3,18 +3,19 @@
<id>files_versions</id>
<name>Versions</name>
<licence>AGPL</licence>
<author>Frank Karlitschek, Bjoern Schiessle</author>
<author>Frank Karlitschek</author>
<author>Bjoern Schiessle</author>
<description>
This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every users directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesnt run out of Quota because of versions.
In addition to the expiry of versions, the versions app makes certain never to use more than 50% of the users currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation.
</description>
<version>1.5.0</version>
<version>1.6.0</version>
<types>
<filesystem/>
</types>
<namespace>Files_Versions</namespace>
<dependencies>
<nextcloud min-version="12" max-version="12" />
<nextcloud min-version="13" max-version="13" />
</dependencies>
<documentation>
<user>user-versions</user>

View File

@ -6,10 +6,10 @@
<licence>AGPL</licence>
<author>Bjoern Schiessle</author>
<namespace>LookupServerConnector</namespace>
<version>1.0.0</version>
<version>1.1.0</version>
<category>other</category>
<dependencies>
<nextcloud min-version="12.0" max-version="12.0" />
<nextcloud min-version="13" max-version="13" />
</dependencies>
<default_enable/>
<types>

View File

@ -6,11 +6,14 @@
<licence>agpl</licence>
<author>Lukas Reschke</author>
<namespace>OAuth2</namespace>
<version>1.0.5</version>
<version>1.1.0</version>
<default_enable/>
<types>
<authentication/>
</types>
<dependencies>
<nextcloud min-version="13" max-version="13" />
</dependencies>
<settings>
<admin>OCA\OAuth2\Settings\Admin</admin>

View File

@ -17,12 +17,12 @@
<documentation>
<admin>admin-provisioning-api</admin>
</documentation>
<version>1.2.0</version>
<version>1.3.0</version>
<namespace>Provisioning_API</namespace>
<types>
<prevent_group_restriction/>
</types>
<dependencies>
<nextcloud min-version="12" max-version="12" />
<nextcloud min-version="13" max-version="13" />
</dependencies>
</info>

View File

@ -5,11 +5,11 @@
<description>Share provider which allows you to share files by mail</description>
<licence>AGPL</licence>
<author>Bjoern Schiessle</author>
<version>1.2.0</version>
<version>1.3.0</version>
<namespace>ShareByMail</namespace>
<category>other</category>
<dependencies>
<nextcloud min-version="12" max-version="12" />
<nextcloud min-version="13" max-version="13" />
</dependencies>
<default_enable/>

View File

@ -5,11 +5,12 @@
<description>Collaborative tagging functionality which shares tags among users. Great for teams.
(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)</description>
<licence>AGPL</licence>
<author>Vincent Petry, Joas Schilling</author>
<author>Vincent Petry</author>
<author>Joas Schilling</author>
<default_enable/>
<version>1.2.0</version>
<version>1.3.0</version>
<dependencies>
<nextcloud min-version="12" max-version="12" />
<nextcloud min-version="13" max-version="13" />
</dependencies>
<namespace>SystemTags</namespace>
<types>

View File

@ -5,9 +5,9 @@
<description>This app is only for testing! It is dangerous to have it enabled in a live instance</description>
<licence>AGPL</licence>
<author>Joas Schilling</author>
<version>1.2.0</version>
<version>1.3.0</version>
<dependencies>
<nextcloud min-version="12" max-version="12" />
<nextcloud min-version="13" max-version="13" />
</dependencies>
<types>
<authentication/>

View File

@ -5,12 +5,12 @@
<description>Adjust the Nextcloud theme</description>
<licence>AGPL</licence>
<author>Nextcloud</author>
<version>1.3.0</version>
<version>1.4.0</version>
<namespace>Theming</namespace>
<category>other</category>
<dependencies>
<nextcloud min-version="12" max-version="12" />
<nextcloud min-version="13" max-version="13" />
</dependencies>
<types>

View File

@ -5,7 +5,7 @@
<description>A two-factor auth backup codes provider</description>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<version>1.1.1</version>
<version>1.2.0</version>
<namespace>TwoFactorBackupCodes</namespace>
<category>other</category>
@ -14,7 +14,7 @@
</two-factor-providers>
<dependencies>
<nextcloud min-version="12" max-version="12" />
<nextcloud min-version="13" max-version="13" />
</dependencies>
<activity>

View File

@ -5,11 +5,11 @@
<description>Displays update notifications for Nextcloud and provides the SSO for the updater.</description>
<licence>AGPL</licence>
<author>Lukas Reschke</author>
<version>1.2.0</version>
<version>1.3.0</version>
<namespace>UpdateNotification</namespace>
<default_enable/>
<dependencies>
<nextcloud min-version="12" max-version="12" />
<nextcloud min-version="13" max-version="13" />
</dependencies>
<background-jobs>

View File

@ -8,8 +8,9 @@ A user logs into Nextcloud with their LDAP or AD credentials, and is granted acc
</description>
<licence>AGPL</licence>
<author>Dominik Schmidt and Arthur Schiwon</author>
<version>1.2.1</version>
<author>Dominik Schmidt</author>
<author>Arthur Schiwon</author>
<version>1.3.0</version>
<types>
<authentication/>
</types>
@ -18,7 +19,7 @@ A user logs into Nextcloud with their LDAP or AD credentials, and is granted acc
</documentation>
<dependencies>
<lib>ldap</lib>
<nextcloud min-version="12" max-version="12" />
<nextcloud min-version="13" max-version="13" />
</dependencies>
<namespace>User_LDAP</namespace>

View File

@ -5,7 +5,7 @@
<description></description>
<licence>AGPL</licence>
<author>Morris Jobke</author>
<version>1.2.0</version>
<version>1.3.0</version>
<namespace>WorkflowEngine</namespace>
<category>other</category>
@ -18,7 +18,7 @@
</types>
<dependencies>
<nextcloud min-version="12" max-version="12" />
<nextcloud min-version="13" max-version="13" />
</dependencies>
<settings>

View File

@ -26,18 +26,17 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
$OC_Version = array(12, 0, 0, 28);
$OC_Version = array(13, 0, 0, 0);
// The human readable string
$OC_VersionString = '12.0.0';
$OC_VersionString = '13.0.0 alpha';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
'11.0' => true,
'12.0' => true,
'13.0' => true,
],
'owncloud' => [
'10.0.0.12' => true,
],
];