From 2403673b36e0a4b758c5f39dafb74c8c51de4e93 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 28 Mar 2024 13:02:42 +0100 Subject: [PATCH] feat(deps): Add Nextcloud 30 support on master Signed-off-by: Joas Schilling --- .github/workflows/npm-audit-fix.yml | 2 +- .github/workflows/update-nextcloud-ocp.yml | 2 +- appinfo/info.xml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 4f51e2b2..0fa447f3 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ['main', 'master', 'stable28', 'stable27', 'stable26'] + branches: ['main', 'master', 'stable29', 'stable28', 'stable27'] name: npm-audit-fix-${{ matrix.branches }} diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index 2d65b440..7ba334c7 100644 --- a/.github/workflows/update-nextcloud-ocp.yml +++ b/.github/workflows/update-nextcloud-ocp.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ['main', 'master', 'stable28', 'stable27', 'stable26'] + branches: ['main', 'master', 'stable29', 'stable28', 'stable27'] name: update-nextcloud-ocp-${{ matrix.branches }} diff --git a/appinfo/info.xml b/appinfo/info.xml index 648bd437..3eb9d3dd 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -9,7 +9,7 @@ Provides the necessary endpoint to enable end-to-end encryption. **Notice:** E2EE is currently not compatible to be used together with server-side encryption ]]> - 1.15.2 + 1.16.0 agpl Bjoern Schiessle EndToEndEncryption @@ -23,7 +23,7 @@ Provides the necessary endpoint to enable end-to-end encryption. https://github.com/nextcloud/end_to_end_encryption.git https://raw.githubusercontent.com/nextcloud/end_to_end_encryption/master/screenshots/e2ee-filelisting.png - + OCA\EndToEndEncryption\BackgroundJob\RollbackBackgroundJob diff --git a/package-lock.json b/package-lock.json index 95650f47..996c3d68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "end_to_end_encryption", - "version": "1.15.0", + "version": "1.16.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "end_to_end_encryption", - "version": "1.15.0", + "version": "1.16.0", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.0.0", diff --git a/package.json b/package.json index 8b891555..3be7a3a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "end_to_end_encryption", - "version": "1.15.0", + "version": "1.16.0", "description": "Provides the necessary endpoint to enable End-to-End encryption.", "private": true, "scripts": {