From 9f91fd95c09d4f6d09e53a3db35fa70db6aee567 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 22 May 2017 08:40:38 +0200 Subject: [PATCH 1/4] We are working on 13 now! Signed-off-by: Roeland Jago Douma --- version.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/version.php b/version.php index f3c9407d8e..e237770c82 100644 --- a/version.php +++ b/version.php @@ -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, ], ]; From fdfe8f7f152b18e25751fd88a9a3e52a070644a5 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 22 May 2017 10:32:05 +0200 Subject: [PATCH 2/4] Adjust version requirement Signed-off-by: Joas Schilling --- apps/admin_audit/appinfo/info.xml | 2 +- apps/comments/appinfo/info.xml | 2 +- apps/dav/appinfo/info.xml | 2 +- apps/encryption/appinfo/info.xml | 2 +- apps/federatedfilesharing/appinfo/info.xml | 2 +- apps/federation/appinfo/info.xml | 2 +- apps/files/appinfo/info.xml | 2 +- apps/files_external/appinfo/info.xml | 2 +- apps/files_sharing/appinfo/info.xml | 2 +- apps/files_trashbin/appinfo/info.xml | 2 +- apps/files_versions/appinfo/info.xml | 2 +- apps/lookup_server_connector/appinfo/info.xml | 2 +- apps/oauth2/appinfo/info.xml | 3 +++ apps/provisioning_api/appinfo/info.xml | 2 +- apps/sharebymail/appinfo/info.xml | 2 +- apps/systemtags/appinfo/info.xml | 2 +- apps/testing/appinfo/info.xml | 2 +- apps/theming/appinfo/info.xml | 2 +- apps/twofactor_backupcodes/appinfo/info.xml | 2 +- apps/updatenotification/appinfo/info.xml | 2 +- apps/user_ldap/appinfo/info.xml | 2 +- apps/workflowengine/appinfo/info.xml | 2 +- 22 files changed, 24 insertions(+), 21 deletions(-) diff --git a/apps/admin_audit/appinfo/info.xml b/apps/admin_audit/appinfo/info.xml index e5ec9db068..60fe3edee8 100644 --- a/apps/admin_audit/appinfo/info.xml +++ b/apps/admin_audit/appinfo/info.xml @@ -7,7 +7,7 @@ Nextcloud 1.2.0 - + diff --git a/apps/comments/appinfo/info.xml b/apps/comments/appinfo/info.xml index eb711c4b56..a1467479cf 100644 --- a/apps/comments/appinfo/info.xml +++ b/apps/comments/appinfo/info.xml @@ -8,7 +8,7 @@ 1.2.0 - + diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml index 2d9f73b3f4..7c20553aac 100644 --- a/apps/dav/appinfo/info.xml +++ b/apps/dav/appinfo/info.xml @@ -15,7 +15,7 @@ appinfo/v1/publicwebdav.php - + OCA\DAV\CardDAV\SyncJob diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml index 307fef4ad8..b8d0af808d 100644 --- a/apps/encryption/appinfo/info.xml +++ b/apps/encryption/appinfo/info.xml @@ -24,7 +24,7 @@ openssl - + OCA\Encryption\Settings\Admin diff --git a/apps/federatedfilesharing/appinfo/info.xml b/apps/federatedfilesharing/appinfo/info.xml index dc5cbffaa8..39ac19479e 100644 --- a/apps/federatedfilesharing/appinfo/info.xml +++ b/apps/federatedfilesharing/appinfo/info.xml @@ -9,7 +9,7 @@ FederatedFileSharing other - + OCA\FederatedFileSharing\Settings\Admin diff --git a/apps/federation/appinfo/info.xml b/apps/federation/appinfo/info.xml index 2d15f20485..9946cfa775 100644 --- a/apps/federation/appinfo/info.xml +++ b/apps/federation/appinfo/info.xml @@ -9,7 +9,7 @@ Federation other - + diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml index c49ec7aa40..e9df4f0cf3 100644 --- a/apps/files/appinfo/info.xml +++ b/apps/files/appinfo/info.xml @@ -11,7 +11,7 @@ - + user-files diff --git a/apps/files_external/appinfo/info.xml b/apps/files_external/appinfo/info.xml index 74ad050d30..5fc50a122d 100644 --- a/apps/files_external/appinfo/info.xml +++ b/apps/files_external/appinfo/info.xml @@ -21,7 +21,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 001c3bbeb5..44f88a1051 100644 --- a/apps/files_sharing/appinfo/info.xml +++ b/apps/files_sharing/appinfo/info.xml @@ -15,7 +15,7 @@ Turning the feature off removes shared files and folders on the server for all s - + public.php diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml index a756013568..3ca98c1879 100644 --- a/apps/files_trashbin/appinfo/info.xml +++ b/apps/files_trashbin/appinfo/info.xml @@ -16,7 +16,7 @@ To prevent a user from running out of disk space, the Deleted files app will not Files_Trashbin - + user-trashbin diff --git a/apps/files_versions/appinfo/info.xml b/apps/files_versions/appinfo/info.xml index 5304051d75..9c543e7400 100644 --- a/apps/files_versions/appinfo/info.xml +++ b/apps/files_versions/appinfo/info.xml @@ -14,7 +14,7 @@ In addition to the expiry of versions, the versions app makes certain never to u Files_Versions - + user-versions diff --git a/apps/lookup_server_connector/appinfo/info.xml b/apps/lookup_server_connector/appinfo/info.xml index 7bada73bbb..c02dda4de1 100644 --- a/apps/lookup_server_connector/appinfo/info.xml +++ b/apps/lookup_server_connector/appinfo/info.xml @@ -9,7 +9,7 @@ 1.0.0 other - + diff --git a/apps/oauth2/appinfo/info.xml b/apps/oauth2/appinfo/info.xml index 5e9e8dae06..0537adc789 100644 --- a/apps/oauth2/appinfo/info.xml +++ b/apps/oauth2/appinfo/info.xml @@ -11,6 +11,9 @@ + + + OCA\OAuth2\Settings\Admin diff --git a/apps/provisioning_api/appinfo/info.xml b/apps/provisioning_api/appinfo/info.xml index ede999ffec..dd42293990 100644 --- a/apps/provisioning_api/appinfo/info.xml +++ b/apps/provisioning_api/appinfo/info.xml @@ -23,6 +23,6 @@ - + diff --git a/apps/sharebymail/appinfo/info.xml b/apps/sharebymail/appinfo/info.xml index ab50ef0369..475999dc88 100644 --- a/apps/sharebymail/appinfo/info.xml +++ b/apps/sharebymail/appinfo/info.xml @@ -9,7 +9,7 @@ ShareByMail other - + diff --git a/apps/systemtags/appinfo/info.xml b/apps/systemtags/appinfo/info.xml index 02cafdb4d2..10733f33e1 100644 --- a/apps/systemtags/appinfo/info.xml +++ b/apps/systemtags/appinfo/info.xml @@ -9,7 +9,7 @@ 1.2.0 - + SystemTags diff --git a/apps/testing/appinfo/info.xml b/apps/testing/appinfo/info.xml index caefd1709c..742ef9a9ec 100644 --- a/apps/testing/appinfo/info.xml +++ b/apps/testing/appinfo/info.xml @@ -7,7 +7,7 @@ Joas Schilling 1.2.0 - + diff --git a/apps/theming/appinfo/info.xml b/apps/theming/appinfo/info.xml index 13a0f161a4..d8b0961bca 100644 --- a/apps/theming/appinfo/info.xml +++ b/apps/theming/appinfo/info.xml @@ -10,7 +10,7 @@ other - + diff --git a/apps/twofactor_backupcodes/appinfo/info.xml b/apps/twofactor_backupcodes/appinfo/info.xml index 77ecbd8e1a..fafcc76a20 100644 --- a/apps/twofactor_backupcodes/appinfo/info.xml +++ b/apps/twofactor_backupcodes/appinfo/info.xml @@ -14,7 +14,7 @@ - + diff --git a/apps/updatenotification/appinfo/info.xml b/apps/updatenotification/appinfo/info.xml index 3ddde656be..4f577a346a 100644 --- a/apps/updatenotification/appinfo/info.xml +++ b/apps/updatenotification/appinfo/info.xml @@ -9,7 +9,7 @@ UpdateNotification - + diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml index bbc4aac669..bfab5603f7 100644 --- a/apps/user_ldap/appinfo/info.xml +++ b/apps/user_ldap/appinfo/info.xml @@ -18,7 +18,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 b037174d34..403b34165c 100644 --- a/apps/workflowengine/appinfo/info.xml +++ b/apps/workflowengine/appinfo/info.xml @@ -18,7 +18,7 @@ - + From bc8fbc1a678725dc9677a6c1a25cd693eca81286 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 22 May 2017 10:35:25 +0200 Subject: [PATCH 3/4] Bump app versions as well Signed-off-by: Joas Schilling --- apps/admin_audit/appinfo/info.xml | 2 +- apps/comments/appinfo/info.xml | 2 +- apps/dav/appinfo/info.xml | 2 +- apps/encryption/appinfo/info.xml | 2 +- apps/federatedfilesharing/appinfo/info.xml | 2 +- apps/federation/appinfo/info.xml | 2 +- apps/files/appinfo/info.xml | 2 +- apps/files_external/appinfo/info.xml | 2 +- apps/files_sharing/appinfo/info.xml | 2 +- apps/files_trashbin/appinfo/info.xml | 2 +- apps/files_versions/appinfo/info.xml | 2 +- apps/lookup_server_connector/appinfo/info.xml | 2 +- apps/oauth2/appinfo/info.xml | 2 +- apps/provisioning_api/appinfo/info.xml | 2 +- apps/sharebymail/appinfo/info.xml | 2 +- apps/systemtags/appinfo/info.xml | 2 +- apps/testing/appinfo/info.xml | 2 +- apps/theming/appinfo/info.xml | 2 +- apps/twofactor_backupcodes/appinfo/info.xml | 2 +- apps/updatenotification/appinfo/info.xml | 2 +- apps/user_ldap/appinfo/info.xml | 2 +- apps/workflowengine/appinfo/info.xml | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/apps/admin_audit/appinfo/info.xml b/apps/admin_audit/appinfo/info.xml index 60fe3edee8..b29b0f0b01 100644 --- a/apps/admin_audit/appinfo/info.xml +++ b/apps/admin_audit/appinfo/info.xml @@ -5,7 +5,7 @@ Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions. AGPL Nextcloud - 1.2.0 + 1.3.0 diff --git a/apps/comments/appinfo/info.xml b/apps/comments/appinfo/info.xml index a1467479cf..b10137b14f 100644 --- a/apps/comments/appinfo/info.xml +++ b/apps/comments/appinfo/info.xml @@ -6,7 +6,7 @@ AGPL Arthur Schiwon, Vincent Petry - 1.2.0 + 1.3.0 diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml index 7c20553aac..8be603ee93 100644 --- a/apps/dav/appinfo/info.xml +++ b/apps/dav/appinfo/info.xml @@ -5,7 +5,7 @@ WebDAV endpoint AGPL owncloud.org - 1.3.0 + 1.4.0 diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml index b8d0af808d..092d91e487 100644 --- a/apps/encryption/appinfo/info.xml +++ b/apps/encryption/appinfo/info.xml @@ -18,7 +18,7 @@ user-encryption admin-encryption - 1.6.0 + 1.7.0 diff --git a/apps/federatedfilesharing/appinfo/info.xml b/apps/federatedfilesharing/appinfo/info.xml index 39ac19479e..541f75dfea 100644 --- a/apps/federatedfilesharing/appinfo/info.xml +++ b/apps/federatedfilesharing/appinfo/info.xml @@ -5,7 +5,7 @@ Provide federated file sharing across servers AGPL Bjoern Schiessle, Roeland Jago Douma - 1.2.0 + 1.3.0 FederatedFileSharing other diff --git a/apps/federation/appinfo/info.xml b/apps/federation/appinfo/info.xml index 9946cfa775..e2211394e1 100644 --- a/apps/federation/appinfo/info.xml +++ b/apps/federation/appinfo/info.xml @@ -5,7 +5,7 @@ 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.2.0 + 1.3.0 Federation other diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml index e9df4f0cf3..fc696dcca4 100644 --- a/apps/files/appinfo/info.xml +++ b/apps/files/appinfo/info.xml @@ -6,7 +6,7 @@ AGPL Robin Appelman, Vincent Petry - 1.7.2 + 1.8.0 diff --git a/apps/files_external/appinfo/info.xml b/apps/files_external/appinfo/info.xml index 5fc50a122d..bae4fb894a 100644 --- a/apps/files_external/appinfo/info.xml +++ b/apps/files_external/appinfo/info.xml @@ -12,7 +12,7 @@ External storage can be configured using the GUI or at the command line. This se admin-external-storage - 1.3.0 + 1.4.0 diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml index 44f88a1051..fa22c9085d 100644 --- a/apps/files_sharing/appinfo/info.xml +++ b/apps/files_sharing/appinfo/info.xml @@ -10,7 +10,7 @@ Turning the feature off removes shared files and folders on the server for all s AGPL Michael Gapczynski, Bjoern Schiessle - 1.4.0 + 1.5.0 diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml index 3ca98c1879..a941e4afdc 100644 --- a/apps/files_trashbin/appinfo/info.xml +++ b/apps/files_trashbin/appinfo/info.xml @@ -10,7 +10,7 @@ To prevent a user from running out of disk space, the Deleted files app will not AGPL Bjoern Schiessle - 1.2.0 + 1.3.0 diff --git a/apps/files_versions/appinfo/info.xml b/apps/files_versions/appinfo/info.xml index 9c543e7400..7d0f7f5e44 100644 --- a/apps/files_versions/appinfo/info.xml +++ b/apps/files_versions/appinfo/info.xml @@ -8,7 +8,7 @@ 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.5.0 + 1.6.0 diff --git a/apps/lookup_server_connector/appinfo/info.xml b/apps/lookup_server_connector/appinfo/info.xml index c02dda4de1..19b6587a14 100644 --- a/apps/lookup_server_connector/appinfo/info.xml +++ b/apps/lookup_server_connector/appinfo/info.xml @@ -6,7 +6,7 @@ AGPL Bjoern Schiessle LookupServerConnector - 1.0.0 + 1.1.0 other diff --git a/apps/oauth2/appinfo/info.xml b/apps/oauth2/appinfo/info.xml index 0537adc789..ccddc9a8f7 100644 --- a/apps/oauth2/appinfo/info.xml +++ b/apps/oauth2/appinfo/info.xml @@ -6,7 +6,7 @@ agpl Lukas Reschke OAuth2 - 1.0.5 + 1.1.0 diff --git a/apps/provisioning_api/appinfo/info.xml b/apps/provisioning_api/appinfo/info.xml index dd42293990..54c77ac2a1 100644 --- a/apps/provisioning_api/appinfo/info.xml +++ b/apps/provisioning_api/appinfo/info.xml @@ -17,7 +17,7 @@ admin-provisioning-api - 1.2.0 + 1.3.0 Provisioning_API diff --git a/apps/sharebymail/appinfo/info.xml b/apps/sharebymail/appinfo/info.xml index 475999dc88..b64573d59a 100644 --- a/apps/sharebymail/appinfo/info.xml +++ b/apps/sharebymail/appinfo/info.xml @@ -5,7 +5,7 @@ Share provider which allows you to share files by mail AGPL Bjoern Schiessle - 1.2.0 + 1.3.0 ShareByMail other diff --git a/apps/systemtags/appinfo/info.xml b/apps/systemtags/appinfo/info.xml index 10733f33e1..7946908083 100644 --- a/apps/systemtags/appinfo/info.xml +++ b/apps/systemtags/appinfo/info.xml @@ -7,7 +7,7 @@ AGPL Vincent Petry, Joas Schilling - 1.2.0 + 1.3.0 diff --git a/apps/testing/appinfo/info.xml b/apps/testing/appinfo/info.xml index 742ef9a9ec..a0d3068d6b 100644 --- a/apps/testing/appinfo/info.xml +++ b/apps/testing/appinfo/info.xml @@ -5,7 +5,7 @@ This app is only for testing! It is dangerous to have it enabled in a live instance AGPL Joas Schilling - 1.2.0 + 1.3.0 diff --git a/apps/theming/appinfo/info.xml b/apps/theming/appinfo/info.xml index d8b0961bca..ee3126c078 100644 --- a/apps/theming/appinfo/info.xml +++ b/apps/theming/appinfo/info.xml @@ -5,7 +5,7 @@ Adjust the Nextcloud theme AGPL Nextcloud - 1.3.0 + 1.4.0 Theming other diff --git a/apps/twofactor_backupcodes/appinfo/info.xml b/apps/twofactor_backupcodes/appinfo/info.xml index fafcc76a20..92300320e1 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.1.1 + 1.2.0 TwoFactorBackupCodes other diff --git a/apps/updatenotification/appinfo/info.xml b/apps/updatenotification/appinfo/info.xml index 4f577a346a..aee0692ab4 100644 --- a/apps/updatenotification/appinfo/info.xml +++ b/apps/updatenotification/appinfo/info.xml @@ -5,7 +5,7 @@ Displays update notifications for Nextcloud and provides the SSO for the updater. AGPL Lukas Reschke - 1.2.0 + 1.3.0 UpdateNotification diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml index bfab5603f7..c688da82f1 100644 --- a/apps/user_ldap/appinfo/info.xml +++ b/apps/user_ldap/appinfo/info.xml @@ -9,7 +9,7 @@ A user logs into Nextcloud with their LDAP or AD credentials, and is granted acc AGPL Dominik Schmidt and Arthur Schiwon - 1.2.1 + 1.3.0 diff --git a/apps/workflowengine/appinfo/info.xml b/apps/workflowengine/appinfo/info.xml index 403b34165c..80a277f375 100644 --- a/apps/workflowengine/appinfo/info.xml +++ b/apps/workflowengine/appinfo/info.xml @@ -5,7 +5,7 @@ AGPL Morris Jobke - 1.2.0 + 1.3.0 WorkflowEngine other From 3ec9d91bd04efb9c93a5540025491867f0e3ba5d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 22 May 2017 10:39:49 +0200 Subject: [PATCH 4/4] Split multi-author entries Signed-off-by: Joas Schilling --- apps/comments/appinfo/info.xml | 3 ++- apps/encryption/appinfo/info.xml | 3 ++- apps/federatedfilesharing/appinfo/info.xml | 3 ++- apps/files/appinfo/info.xml | 3 ++- apps/files_external/appinfo/info.xml | 4 +++- apps/files_sharing/appinfo/info.xml | 3 ++- apps/files_versions/appinfo/info.xml | 3 ++- apps/systemtags/appinfo/info.xml | 3 ++- apps/user_ldap/appinfo/info.xml | 3 ++- 9 files changed, 19 insertions(+), 9 deletions(-) diff --git a/apps/comments/appinfo/info.xml b/apps/comments/appinfo/info.xml index b10137b14f..b67def1fb9 100644 --- a/apps/comments/appinfo/info.xml +++ b/apps/comments/appinfo/info.xml @@ -4,7 +4,8 @@ Comments Files app plugin to add comments to files AGPL - Arthur Schiwon, Vincent Petry + Arthur Schiwon + Vincent Petry 1.3.0 diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml index 092d91e487..36b6774c6e 100644 --- a/apps/encryption/appinfo/info.xml +++ b/apps/encryption/appinfo/info.xml @@ -13,7 +13,8 @@ Default encryption module AGPL - Bjoern Schiessle, Clark Tomlinson + Bjoern Schiessle + Clark Tomlinson user-encryption admin-encryption diff --git a/apps/federatedfilesharing/appinfo/info.xml b/apps/federatedfilesharing/appinfo/info.xml index 541f75dfea..aaacf3ec80 100644 --- a/apps/federatedfilesharing/appinfo/info.xml +++ b/apps/federatedfilesharing/appinfo/info.xml @@ -4,7 +4,8 @@ Federated file sharing Provide federated file sharing across servers AGPL - Bjoern Schiessle, Roeland Jago Douma + Bjoern Schiessle + Roeland Jago Douma 1.3.0 FederatedFileSharing other diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml index fc696dcca4..c4b9e18ed0 100644 --- a/apps/files/appinfo/info.xml +++ b/apps/files/appinfo/info.xml @@ -4,7 +4,8 @@ Files File Management AGPL - Robin Appelman, Vincent Petry + Robin Appelman + Vincent Petry 1.8.0 diff --git a/apps/files_external/appinfo/info.xml b/apps/files_external/appinfo/info.xml index bae4fb894a..5772b89ba9 100644 --- a/apps/files_external/appinfo/info.xml +++ b/apps/files_external/appinfo/info.xml @@ -8,7 +8,9 @@ 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. AGPL - Robin Appelman, Michael Gapczynski, Vincent Petry + Robin Appelman + Michael Gapczynski + Vincent Petry admin-external-storage diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml index fa22c9085d..f4119a5597 100644 --- a/apps/files_sharing/appinfo/info.xml +++ b/apps/files_sharing/appinfo/info.xml @@ -8,7 +8,8 @@ Turning the feature off removes shared files and folders on the server for all s AGPL - Michael Gapczynski, Bjoern Schiessle + Michael Gapczynski + Bjoern Schiessle 1.5.0 diff --git a/apps/files_versions/appinfo/info.xml b/apps/files_versions/appinfo/info.xml index 7d0f7f5e44..cb7d5d07d3 100644 --- a/apps/files_versions/appinfo/info.xml +++ b/apps/files_versions/appinfo/info.xml @@ -3,7 +3,8 @@ files_versions Versions AGPL - Frank Karlitschek, Bjoern Schiessle + Frank Karlitschek + Bjoern Schiessle 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. diff --git a/apps/systemtags/appinfo/info.xml b/apps/systemtags/appinfo/info.xml index 7946908083..cdefb3dcf2 100644 --- a/apps/systemtags/appinfo/info.xml +++ b/apps/systemtags/appinfo/info.xml @@ -5,7 +5,8 @@ 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.) AGPL - Vincent Petry, Joas Schilling + Vincent Petry + Joas Schilling 1.3.0 diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml index c688da82f1..29d8b5df02 100644 --- a/apps/user_ldap/appinfo/info.xml +++ b/apps/user_ldap/appinfo/info.xml @@ -8,7 +8,8 @@ A user logs into Nextcloud with their LDAP or AD credentials, and is granted acc AGPL - Dominik Schmidt and Arthur Schiwon + Dominik Schmidt + Arthur Schiwon 1.3.0