From c14af47fd90b923c935068fa564c670779c0ebe0 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Sat, 13 Jan 2018 20:16:38 +0100 Subject: [PATCH 1/2] Bump version number Signed-off-by: Roeland Jago Douma --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 6ba86635dd..04ca2acd0a 100644 --- a/version.php +++ b/version.php @@ -29,15 +29,15 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = array(13, 0, 0, 10); +$OC_Version = array(14, 0, 0, 0); // The human readable string -$OC_VersionString = '13.0.0 RC 1'; +$OC_VersionString = '14.0.0 alpha'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ - '12.0' => true, '13.0' => true, + '14.0' => true, ], 'owncloud' => [ ], From db411f87717f02f7d967c0d43600bb5e9cef862f Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Sun, 14 Jan 2018 11:40:53 +0100 Subject: [PATCH 2/2] Bump apps Signed-off-by: Roeland Jago Douma --- apps/admin_audit/appinfo/info.xml | 4 ++-- apps/comments/appinfo/info.xml | 4 ++-- apps/dav/appinfo/info.xml | 4 ++-- apps/encryption/appinfo/info.xml | 4 ++-- apps/federatedfilesharing/appinfo/info.xml | 4 ++-- apps/federation/appinfo/info.xml | 4 ++-- apps/files/appinfo/info.xml | 4 ++-- apps/files_external/appinfo/info.xml | 4 ++-- apps/files_sharing/appinfo/info.xml | 4 ++-- apps/files_trashbin/appinfo/info.xml | 4 ++-- apps/files_versions/appinfo/info.xml | 4 ++-- apps/lookup_server_connector/appinfo/info.xml | 4 ++-- apps/oauth2/appinfo/info.xml | 4 ++-- apps/provisioning_api/appinfo/info.xml | 4 ++-- apps/sharebymail/appinfo/info.xml | 4 ++-- apps/systemtags/appinfo/info.xml | 4 ++-- apps/testing/appinfo/info.xml | 4 ++-- apps/theming/appinfo/info.xml | 4 ++-- apps/twofactor_backupcodes/appinfo/info.xml | 4 ++-- apps/updatenotification/appinfo/info.xml | 4 ++-- apps/user_ldap/appinfo/info.xml | 4 ++-- apps/workflowengine/appinfo/info.xml | 4 ++-- 22 files changed, 44 insertions(+), 44 deletions(-) diff --git a/apps/admin_audit/appinfo/info.xml b/apps/admin_audit/appinfo/info.xml index 3b7a7a8957..44abc85f10 100644 --- a/apps/admin_audit/appinfo/info.xml +++ b/apps/admin_audit/appinfo/info.xml @@ -5,10 +5,10 @@ Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions. AGPL Nextcloud - 1.3.0 + 1.4.0 AdminAudit - + diff --git a/apps/comments/appinfo/info.xml b/apps/comments/appinfo/info.xml index 6fcfa4bd39..61a23cf65f 100644 --- a/apps/comments/appinfo/info.xml +++ b/apps/comments/appinfo/info.xml @@ -7,9 +7,9 @@ Arthur Schiwon Vincent Petry - 1.3.0 + 1.4.0 - + diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml index 25a0d542e8..7115cacfef 100644 --- a/apps/dav/appinfo/info.xml +++ b/apps/dav/appinfo/info.xml @@ -5,7 +5,7 @@ WebDAV endpoint AGPL owncloud.org - 1.4.6 + 1.5.0 @@ -15,7 +15,7 @@ appinfo/v1/publicwebdav.php - + diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml index f35a87aa4f..5744e5d2d6 100644 --- a/apps/encryption/appinfo/info.xml +++ b/apps/encryption/appinfo/info.xml @@ -19,13 +19,13 @@ user-encryption admin-encryption - 2.0.0 + 2.1.0 openssl - + OCA\Encryption\Settings\Admin diff --git a/apps/federatedfilesharing/appinfo/info.xml b/apps/federatedfilesharing/appinfo/info.xml index ce2e2286be..ac5e3f45e9 100644 --- a/apps/federatedfilesharing/appinfo/info.xml +++ b/apps/federatedfilesharing/appinfo/info.xml @@ -6,11 +6,11 @@ AGPL Bjoern Schiessle Roeland Jago Douma - 1.3.1 + 1.4.0 FederatedFileSharing other - + OCA\FederatedFileSharing\Settings\Admin diff --git a/apps/federation/appinfo/info.xml b/apps/federation/appinfo/info.xml index e2211394e1..c7fc2f2431 100644 --- a/apps/federation/appinfo/info.xml +++ b/apps/federation/appinfo/info.xml @@ -5,11 +5,11 @@ 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. AGPL Bjoern Schiessle - 1.3.0 + 1.4.0 Federation other - + diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml index c4b9e18ed0..1faf2c80ad 100644 --- a/apps/files/appinfo/info.xml +++ b/apps/files/appinfo/info.xml @@ -7,12 +7,12 @@ Robin Appelman Vincent Petry - 1.8.0 + 1.9.0 - + user-files diff --git a/apps/files_external/appinfo/info.xml b/apps/files_external/appinfo/info.xml index 27409242c6..a924c32ba2 100644 --- a/apps/files_external/appinfo/info.xml +++ b/apps/files_external/appinfo/info.xml @@ -14,7 +14,7 @@ External storage can be configured using the GUI or at the command line. This se admin-external-storage - 1.4.1 + 1.5.0 @@ -23,7 +23,7 @@ External storage can be configured using the GUI or at the command line. This se Files_External - + diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml index e98d29aeb8..326bd49e9b 100644 --- a/apps/files_sharing/appinfo/info.xml +++ b/apps/files_sharing/appinfo/info.xml @@ -11,12 +11,12 @@ Turning the feature off removes shared files and folders on the server for all s Michael Gapczynski Bjoern Schiessle - 1.5.0 + 1.6.0 - + public.php diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml index a941e4afdc..305906a544 100644 --- a/apps/files_trashbin/appinfo/info.xml +++ b/apps/files_trashbin/appinfo/info.xml @@ -10,13 +10,13 @@ To prevent a user from running out of disk space, the Deleted files app will not AGPL Bjoern Schiessle - 1.3.0 + 1.4.0 Files_Trashbin - + user-trashbin diff --git a/apps/files_versions/appinfo/info.xml b/apps/files_versions/appinfo/info.xml index cb7d5d07d3..511b1713cb 100644 --- a/apps/files_versions/appinfo/info.xml +++ b/apps/files_versions/appinfo/info.xml @@ -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 user’s 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 doesn’t 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 user’s 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. - 1.6.0 + 1.7.0 Files_Versions - + user-versions diff --git a/apps/lookup_server_connector/appinfo/info.xml b/apps/lookup_server_connector/appinfo/info.xml index 19b6587a14..31fc4fe8e5 100644 --- a/apps/lookup_server_connector/appinfo/info.xml +++ b/apps/lookup_server_connector/appinfo/info.xml @@ -6,10 +6,10 @@ AGPL Bjoern Schiessle LookupServerConnector - 1.1.0 + 1.2.0 other - + diff --git a/apps/oauth2/appinfo/info.xml b/apps/oauth2/appinfo/info.xml index ccddc9a8f7..0bbad31dab 100644 --- a/apps/oauth2/appinfo/info.xml +++ b/apps/oauth2/appinfo/info.xml @@ -6,13 +6,13 @@ agpl Lukas Reschke OAuth2 - 1.1.0 + 1.2.0 - + diff --git a/apps/provisioning_api/appinfo/info.xml b/apps/provisioning_api/appinfo/info.xml index 54c77ac2a1..849e74432f 100644 --- a/apps/provisioning_api/appinfo/info.xml +++ b/apps/provisioning_api/appinfo/info.xml @@ -17,12 +17,12 @@ admin-provisioning-api - 1.3.0 + 1.4.0 Provisioning_API - + diff --git a/apps/sharebymail/appinfo/info.xml b/apps/sharebymail/appinfo/info.xml index b64573d59a..f1cd70a66b 100644 --- a/apps/sharebymail/appinfo/info.xml +++ b/apps/sharebymail/appinfo/info.xml @@ -5,11 +5,11 @@ Share provider which allows you to share files by mail AGPL Bjoern Schiessle - 1.3.0 + 1.4.0 ShareByMail other - + diff --git a/apps/systemtags/appinfo/info.xml b/apps/systemtags/appinfo/info.xml index cdefb3dcf2..e46daf4b04 100644 --- a/apps/systemtags/appinfo/info.xml +++ b/apps/systemtags/appinfo/info.xml @@ -8,9 +8,9 @@ Vincent Petry Joas Schilling - 1.3.0 + 1.4.0 - + SystemTags diff --git a/apps/testing/appinfo/info.xml b/apps/testing/appinfo/info.xml index a0d3068d6b..d0d350a036 100644 --- a/apps/testing/appinfo/info.xml +++ b/apps/testing/appinfo/info.xml @@ -5,9 +5,9 @@ This app is only for testing! It is dangerous to have it enabled in a live instance AGPL Joas Schilling - 1.3.0 + 1.4.0 - + diff --git a/apps/theming/appinfo/info.xml b/apps/theming/appinfo/info.xml index 883dfbbb2e..11a8d2f73f 100644 --- a/apps/theming/appinfo/info.xml +++ b/apps/theming/appinfo/info.xml @@ -5,12 +5,12 @@ Adjust the Nextcloud theme AGPL Nextcloud - 1.4.1 + 1.5.0 Theming other - + diff --git a/apps/twofactor_backupcodes/appinfo/info.xml b/apps/twofactor_backupcodes/appinfo/info.xml index 18728a7047..f2581de63e 100644 --- a/apps/twofactor_backupcodes/appinfo/info.xml +++ b/apps/twofactor_backupcodes/appinfo/info.xml @@ -5,7 +5,7 @@ A two-factor auth backup codes provider agpl Christoph Wurst - 1.2.3 + 1.3.0 TwoFactorBackupCodes other @@ -14,7 +14,7 @@ - + diff --git a/apps/updatenotification/appinfo/info.xml b/apps/updatenotification/appinfo/info.xml index aee0692ab4..5dc0889bb9 100644 --- a/apps/updatenotification/appinfo/info.xml +++ b/apps/updatenotification/appinfo/info.xml @@ -5,11 +5,11 @@ Displays update notifications for Nextcloud and provides the SSO for the updater. AGPL Lukas Reschke - 1.3.0 + 1.4.0 UpdateNotification - + diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml index c303ef7928..dbf9a73689 100644 --- a/apps/user_ldap/appinfo/info.xml +++ b/apps/user_ldap/appinfo/info.xml @@ -10,7 +10,7 @@ A user logs into Nextcloud with their LDAP or AD credentials, and is granted acc AGPL Dominik Schmidt Arthur Schiwon - 1.3.1 + 1.4.0 @@ -19,7 +19,7 @@ A user logs into Nextcloud with their LDAP or AD credentials, and is granted acc ldap - + User_LDAP diff --git a/apps/workflowengine/appinfo/info.xml b/apps/workflowengine/appinfo/info.xml index 80a277f375..5d51333f75 100644 --- a/apps/workflowengine/appinfo/info.xml +++ b/apps/workflowengine/appinfo/info.xml @@ -5,7 +5,7 @@ AGPL Morris Jobke - 1.3.0 + 1.4.0 WorkflowEngine other @@ -18,7 +18,7 @@ - +