From 982554a4d87cc64aa84e9c14fab66e14bb9464cb Mon Sep 17 00:00:00 2001 From: Guy Elsmore-Paddock Date: Fri, 19 Apr 2019 11:58:35 -0400 Subject: [PATCH 1/4] Prepare for Next Development Iteration --- nextcloud-aks/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud-aks/VERSION b/nextcloud-aks/VERSION index 26aaba0..a0f9a4b 100644 --- a/nextcloud-aks/VERSION +++ b/nextcloud-aks/VERSION @@ -1 +1 @@ -1.2.0 +latest From 0220e3edff266ae3a1e18f245668814f1c684457 Mon Sep 17 00:00:00 2001 From: Guy Elsmore-Paddock Date: Tue, 14 May 2019 08:36:29 -0400 Subject: [PATCH 2/4] Sort Plugins by Name --- nextcloud-aks/config.example.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud-aks/config.example.env b/nextcloud-aks/config.example.env index 3671866..c2d5136 100644 --- a/nextcloud-aks/config.example.env +++ b/nextcloud-aks/config.example.env @@ -111,13 +111,13 @@ NEXTCLOUD_ADMIN_PASSWORD="NextcloudAdminPassword" # available in the deployed image. # NEXTCLOUD_CUSTOM_APPS=( - 'https://github.com/westberliner/owncloud-checksum/releases/download/v0.4.2/checksum.tar.gz' 'https://github.com/nextcloud/files_antivirus/releases/download/v2.0.1/files_antivirus.tar.gz' 'https://github.com/nextcloud/files_automatedtagging/releases/download/v1.6.0/files_automatedtagging-1.6.0.tar.gz' 'https://github.com/nextcloud/files_downloadactivity/releases/download/v1.4.0/files_downloadactivity-1.4.0.tar.gz' - 'https://github.com/gino0631/nextcloud-metadata/releases/download/v0.9.0/metadata.tar.gz' 'https://github.com/paulijar/music/files/2980042/music_0.9.4_nc-signed.tar.gz' + 'https://github.com/gino0631/nextcloud-metadata/releases/download/v0.9.0/metadata.tar.gz' 'https://github.com/pbek/ownbackup/releases/download/18.11.0/ownbackup-nc.tar.gz' + 'https://github.com/westberliner/owncloud-checksum/releases/download/v0.4.2/checksum.tar.gz' 'https://github.com/nextcloud/user_external/releases/download/v0.6.1/user_external-0.6.1.tar.gz' 'https://github.com/nextcloud/user_saml/releases/download/v2.2.0/user_saml-2.2.0.tar.gz' ) From 737b4ca88bb750a37c4693b5dabaa088a2c10cdc Mon Sep 17 00:00:00 2001 From: Guy Elsmore-Paddock Date: Tue, 14 May 2019 08:36:54 -0400 Subject: [PATCH 3/4] Add Files Right-click as a Plugin --- nextcloud-aks/config.example.env | 1 + 1 file changed, 1 insertion(+) diff --git a/nextcloud-aks/config.example.env b/nextcloud-aks/config.example.env index c2d5136..6989442 100644 --- a/nextcloud-aks/config.example.env +++ b/nextcloud-aks/config.example.env @@ -114,6 +114,7 @@ NEXTCLOUD_CUSTOM_APPS=( 'https://github.com/nextcloud/files_antivirus/releases/download/v2.0.1/files_antivirus.tar.gz' 'https://github.com/nextcloud/files_automatedtagging/releases/download/v1.6.0/files_automatedtagging-1.6.0.tar.gz' 'https://github.com/nextcloud/files_downloadactivity/releases/download/v1.4.0/files_downloadactivity-1.4.0.tar.gz' + 'https://github.com/nextcloud/files_rightclick/releases/download/v0.13.0/files_rightclick.tar.gz' 'https://github.com/paulijar/music/files/2980042/music_0.9.4_nc-signed.tar.gz' 'https://github.com/gino0631/nextcloud-metadata/releases/download/v0.9.0/metadata.tar.gz' 'https://github.com/pbek/ownbackup/releases/download/18.11.0/ownbackup-nc.tar.gz' From 1b12c75575dbdd424dd5bd2caa181bfde242ef06 Mon Sep 17 00:00:00 2001 From: Guy Elsmore-Paddock Date: Tue, 14 May 2019 08:38:13 -0400 Subject: [PATCH 4/4] [1.3.0] Prepare for Release --- nextcloud-aks/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud-aks/VERSION b/nextcloud-aks/VERSION index a0f9a4b..f0bb29e 100644 --- a/nextcloud-aks/VERSION +++ b/nextcloud-aks/VERSION @@ -1 +1 @@ -latest +1.3.0