From 9f91fd95c09d4f6d09e53a3db35fa70db6aee567 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 22 May 2017 08:40:38 +0200 Subject: 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 f3c9407d8e1..e237770c820 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, ], ]; -- cgit v1.2.3 From fdfe8f7f152b18e25751fd88a9a3e52a070644a5 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 22 May 2017 10:32:05 +0200 Subject: 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 e5ec9db0689..60fe3edee84 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 eb711c4b569..a1467479cfa 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 2d9f73b3f43..7c20553aacd 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 307fef4ad8a..b8d0af808d1 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 dc5cbffaa8d..39ac19479e2 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 2d15f20485a..9946cfa775b 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 c49ec7aa407..e9df4f0cf3f 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 74ad050d30e..5fc50a122df 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 001c3bbeb50..44f88a1051b 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 a756013568d..3ca98c18790 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 5304051d751..9c543e74004 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 7bada73bbbb..c02dda4de1d 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 5e9e8dae06a..0537adc7892 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 ede999ffec6..dd422939900 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 ab50ef03694..475999dc883 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 02cafdb4d26..10733f33e11 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 caefd1709c5..742ef9a9ec4 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 13a0f161a47..d8b0961bca4 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 77ecbd8e1a2..fafcc76a203 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 3ddde656be7..4f577a346a3 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 bbc4aac6696..bfab5603f7b 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 b037174d348..403b34165cf 100644 --- a/apps/workflowengine/appinfo/info.xml +++ b/apps/workflowengine/appinfo/info.xml @@ -18,7 +18,7 @@ - + -- cgit v1.2.3 From bc8fbc1a678725dc9677a6c1a25cd693eca81286 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 22 May 2017 10:35:25 +0200 Subject: 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 60fe3edee84..b29b0f0b01d 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 a1467479cfa..b10137b14f3 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 7c20553aacd..8be603ee930 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 b8d0af808d1..092d91e4870 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 39ac19479e2..541f75dfea5 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 9946cfa775b..e2211394e1d 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 e9df4f0cf3f..fc696dcca46 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 5fc50a122df..bae4fb894ab 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 44f88a1051b..fa22c9085d8 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 3ca98c18790..a941e4afdc1 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 9c543e74004..7d0f7f5e448 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 c02dda4de1d..19b6587a14a 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 0537adc7892..ccddc9a8f71 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 dd422939900..54c77ac2a1e 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 475999dc883..b64573d59a0 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 10733f33e11..7946908083e 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 742ef9a9ec4..a0d3068d6bb 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 d8b0961bca4..ee3126c0781 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 fafcc76a203..92300320e1e 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 4f577a346a3..aee0692ab47 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 bfab5603f7b..c688da82f1c 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 403b34165cf..80a277f375d 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 -- cgit v1.2.3 From 3ec9d91bd04efb9c93a5540025491867f0e3ba5d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 22 May 2017 10:39:49 +0200 Subject: 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 b10137b14f3..b67def1fb9d 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 092d91e4870..36b6774c6ec 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 541f75dfea5..aaacf3ec80e 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 fc696dcca46..c4b9e18ed05 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 bae4fb894ab..5772b89ba9e 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 fa22c9085d8..f4119a55972 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 7d0f7f5e448..cb7d5d07d33 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 7946908083e..cdefb3dcf29 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 c688da82f1c..29d8b5df022 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 -- cgit v1.2.3