From 058efbb8d851ea5a181e38166b851e07a6e093cc Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 14 Aug 2024 12:45:14 +0200 Subject: [PATCH 1/2] feat(deps): Add Nextcloud 31 support on main Signed-off-by: Joas Schilling --- .github/workflows/update-nextcloud-ocp.yml | 2 +- appinfo/info.xml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index 6e705cc8..bbeec0c6 100644 --- a/.github/workflows/update-nextcloud-ocp.yml +++ b/.github/workflows/update-nextcloud-ocp.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ['main', 'master', 'stable29', 'stable28', 'stable27'] + branches: ['main', 'master', 'stable30', 'stable29', 'stable28'] name: update-nextcloud-ocp-${{ matrix.branches }} diff --git a/appinfo/info.xml b/appinfo/info.xml index 37ae1f16..a0bbfe4e 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -8,7 +8,7 @@ Two-Factor Authentication via Nextcloud notification Allows using any of your logged in devices as second factor Allows using any of your logged in devices as second factor - 4.0.0 + 5.0.0 agpl Joas Schilling @@ -25,7 +25,7 @@ https://raw.githubusercontent.com/nextcloud/twofactor_nextcloud_notification/main/screenshots/notification.png - + diff --git a/package-lock.json b/package-lock.json index fa33cf9e..701730c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "twofactor_nextcloud_notification", - "version": "4.0.0", + "version": "5.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "twofactor_nextcloud_notification", - "version": "4.0.0", + "version": "5.0.0", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/axios": "^2.5.0", diff --git a/package.json b/package.json index a9588658..3d0c1146 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twofactor_nextcloud_notification", - "version": "4.0.0", + "version": "5.0.0", "description": "The app allows you to use other logged in devices or browser sessions as a second factor.", "scripts": { "build": "NODE_ENV=production webpack --progress --config webpack.js", From 39043e56596c57945ea8897d21cc6b34b52d81f2 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 14 Aug 2024 14:18:07 +0200 Subject: [PATCH 2/2] chore(assets): Recompile assets Signed-off-by: Joas Schilling --- js/twofactor_nextcloud_notification-challenge.js.license | 2 +- js/twofactor_nextcloud_notification-settings.js.license | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/twofactor_nextcloud_notification-challenge.js.license b/js/twofactor_nextcloud_notification-challenge.js.license index b858dcdf..2d6b4c95 100644 --- a/js/twofactor_nextcloud_notification-challenge.js.license +++ b/js/twofactor_nextcloud_notification-challenge.js.license @@ -40,5 +40,5 @@ This file is generated from multiple sources. Included packages: - version: 5.88.2 - license: MIT - twofactor_nextcloud_notification - - version: 4.0.0 + - version: 5.0.0 - license: AGPL-3.0-or-later diff --git a/js/twofactor_nextcloud_notification-settings.js.license b/js/twofactor_nextcloud_notification-settings.js.license index f2cfc06c..a9af19ae 100644 --- a/js/twofactor_nextcloud_notification-settings.js.license +++ b/js/twofactor_nextcloud_notification-settings.js.license @@ -61,5 +61,5 @@ This file is generated from multiple sources. Included packages: - version: 5.88.2 - license: MIT - twofactor_nextcloud_notification - - version: 4.0.0 + - version: 5.0.0 - license: AGPL-3.0-or-later