Merge pull request #7846 from nextcloud/this_is_14

Bump version number
This commit is contained in:
Morris Jobke 2018-01-14 20:54:16 +01:00 committed by GitHub
commit 7d9146db38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
23 changed files with 47 additions and 47 deletions

View File

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

View File

@ -7,9 +7,9 @@
<author>Arthur Schiwon</author> <author>Arthur Schiwon</author>
<author>Vincent Petry</author> <author>Vincent Petry</author>
<default_enable/> <default_enable/>
<version>1.3.0</version> <version>1.4.0</version>
<dependencies> <dependencies>
<nextcloud min-version="13" max-version="13" /> <nextcloud min-version="14" max-version="14" />
</dependencies> </dependencies>
<types> <types>
<logging/> <logging/>

View File

@ -5,7 +5,7 @@
<description>WebDAV endpoint</description> <description>WebDAV endpoint</description>
<licence>AGPL</licence> <licence>AGPL</licence>
<author>owncloud.org</author> <author>owncloud.org</author>
<version>1.4.6</version> <version>1.5.0</version>
<default_enable/> <default_enable/>
<types> <types>
<filesystem/> <filesystem/>
@ -15,7 +15,7 @@
<webdav>appinfo/v1/publicwebdav.php</webdav> <webdav>appinfo/v1/publicwebdav.php</webdav>
</public> </public>
<dependencies> <dependencies>
<nextcloud min-version="13" max-version="13" /> <nextcloud min-version="14" max-version="14" />
</dependencies> </dependencies>
<repair-steps> <repair-steps>
<post-migration> <post-migration>

View File

@ -19,13 +19,13 @@
<user>user-encryption</user> <user>user-encryption</user>
<admin>admin-encryption</admin> <admin>admin-encryption</admin>
</documentation> </documentation>
<version>2.0.0</version> <version>2.1.0</version>
<types> <types>
<filesystem/> <filesystem/>
</types> </types>
<dependencies> <dependencies>
<lib>openssl</lib> <lib>openssl</lib>
<nextcloud min-version="13" max-version="13" /> <nextcloud min-version="14" max-version="14" />
</dependencies> </dependencies>
<settings> <settings>
<admin>OCA\Encryption\Settings\Admin</admin> <admin>OCA\Encryption\Settings\Admin</admin>

View File

@ -6,11 +6,11 @@
<licence>AGPL</licence> <licence>AGPL</licence>
<author>Bjoern Schiessle</author> <author>Bjoern Schiessle</author>
<author>Roeland Jago Douma</author> <author>Roeland Jago Douma</author>
<version>1.3.1</version> <version>1.4.0</version>
<namespace>FederatedFileSharing</namespace> <namespace>FederatedFileSharing</namespace>
<category>other</category> <category>other</category>
<dependencies> <dependencies>
<nextcloud min-version="13" max-version="13" /> <nextcloud min-version="14" max-version="14" />
</dependencies> </dependencies>
<settings> <settings>
<admin>OCA\FederatedFileSharing\Settings\Admin</admin> <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> <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> <licence>AGPL</licence>
<author>Bjoern Schiessle</author> <author>Bjoern Schiessle</author>
<version>1.3.0</version> <version>1.4.0</version>
<namespace>Federation</namespace> <namespace>Federation</namespace>
<category>other</category> <category>other</category>
<dependencies> <dependencies>
<nextcloud min-version="13" max-version="13" /> <nextcloud min-version="14" max-version="14" />
</dependencies> </dependencies>
<default_enable/> <default_enable/>
<types> <types>

View File

@ -7,12 +7,12 @@
<author>Robin Appelman</author> <author>Robin Appelman</author>
<author>Vincent Petry</author> <author>Vincent Petry</author>
<default_enable/> <default_enable/>
<version>1.8.0</version> <version>1.9.0</version>
<types> <types>
<filesystem/> <filesystem/>
</types> </types>
<dependencies> <dependencies>
<nextcloud min-version="13" max-version="13" /> <nextcloud min-version="14" max-version="14" />
</dependencies> </dependencies>
<documentation> <documentation>
<user>user-files</user> <user>user-files</user>

View File

@ -14,7 +14,7 @@ External storage can be configured using the GUI or at the command line. This se
<documentation> <documentation>
<admin>admin-external-storage</admin> <admin>admin-external-storage</admin>
</documentation> </documentation>
<version>1.4.1</version> <version>1.5.0</version>
<types> <types>
<filesystem/> <filesystem/>
</types> </types>
@ -23,7 +23,7 @@ External storage can be configured using the GUI or at the command line. This se
<namespace>Files_External</namespace> <namespace>Files_External</namespace>
<dependencies> <dependencies>
<nextcloud min-version="13" max-version="13" /> <nextcloud min-version="14" max-version="14" />
</dependencies> </dependencies>
<settings> <settings>

View File

@ -11,12 +11,12 @@ Turning the feature off removes shared files and folders on the server for all s
<author>Michael Gapczynski</author> <author>Michael Gapczynski</author>
<author>Bjoern Schiessle</author> <author>Bjoern Schiessle</author>
<default_enable/> <default_enable/>
<version>1.5.0</version> <version>1.6.0</version>
<types> <types>
<filesystem/> <filesystem/>
</types> </types>
<dependencies> <dependencies>
<nextcloud min-version="13" max-version="13" /> <nextcloud min-version="14" max-version="14" />
</dependencies> </dependencies>
<public> <public>
<files>public.php</files> <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> <licence>AGPL</licence>
<author>Bjoern Schiessle</author> <author>Bjoern Schiessle</author>
<default_enable/> <default_enable/>
<version>1.3.0</version> <version>1.4.0</version>
<types> <types>
<filesystem/> <filesystem/>
</types> </types>
<namespace>Files_Trashbin</namespace> <namespace>Files_Trashbin</namespace>
<dependencies> <dependencies>
<nextcloud min-version="13" max-version="13" /> <nextcloud min-version="14" max-version="14" />
</dependencies> </dependencies>
<documentation> <documentation>
<user>user-trashbin</user> <user>user-trashbin</user>

View File

@ -9,13 +9,13 @@
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. 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. 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> </description>
<version>1.6.0</version> <version>1.7.0</version>
<types> <types>
<filesystem/> <filesystem/>
</types> </types>
<namespace>Files_Versions</namespace> <namespace>Files_Versions</namespace>
<dependencies> <dependencies>
<nextcloud min-version="13" max-version="13" /> <nextcloud min-version="14" max-version="14" />
</dependencies> </dependencies>
<documentation> <documentation>
<user>user-versions</user> <user>user-versions</user>

View File

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

View File

@ -6,13 +6,13 @@
<licence>agpl</licence> <licence>agpl</licence>
<author>Lukas Reschke</author> <author>Lukas Reschke</author>
<namespace>OAuth2</namespace> <namespace>OAuth2</namespace>
<version>1.1.0</version> <version>1.2.0</version>
<default_enable/> <default_enable/>
<types> <types>
<authentication/> <authentication/>
</types> </types>
<dependencies> <dependencies>
<nextcloud min-version="13" max-version="13" /> <nextcloud min-version="14" max-version="14" />
</dependencies> </dependencies>
<settings> <settings>

View File

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

View File

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

View File

@ -8,9 +8,9 @@
<author>Vincent Petry</author> <author>Vincent Petry</author>
<author>Joas Schilling</author> <author>Joas Schilling</author>
<default_enable/> <default_enable/>
<version>1.3.0</version> <version>1.4.0</version>
<dependencies> <dependencies>
<nextcloud min-version="13" max-version="13" /> <nextcloud min-version="14" max-version="14" />
</dependencies> </dependencies>
<namespace>SystemTags</namespace> <namespace>SystemTags</namespace>
<types> <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> <description>This app is only for testing! It is dangerous to have it enabled in a live instance</description>
<licence>AGPL</licence> <licence>AGPL</licence>
<author>Joas Schilling</author> <author>Joas Schilling</author>
<version>1.3.0</version> <version>1.4.0</version>
<dependencies> <dependencies>
<nextcloud min-version="13" max-version="13" /> <nextcloud min-version="14" max-version="14" />
</dependencies> </dependencies>
<types> <types>
<authentication/> <authentication/>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -29,15 +29,15 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number. // when updating major/minor version number.
$OC_Version = array(13, 0, 0, 10); $OC_Version = array(14, 0, 0, 0);
// The human readable string // The human readable string
$OC_VersionString = '13.0.0 RC 1'; $OC_VersionString = '14.0.0 alpha';
$OC_VersionCanBeUpgradedFrom = [ $OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [ 'nextcloud' => [
'12.0' => true,
'13.0' => true, '13.0' => true,
'14.0' => true,
], ],
'owncloud' => [ 'owncloud' => [
], ],