Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 65 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ updates:
- dependencies
cooldown:
default-days: 4

- package-ecosystem: npm
directory: "/"
commit-message:
Expand All @@ -41,3 +42,67 @@ updates:
default-days: 4
exclude:
- "@nextcloud/*"

- package-ecosystem: npm
target-branch: stable33
directory: "/"
commit-message:
prefix: "build"
include: "scope"
versioning-strategy: "increase"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Berlin
open-pull-requests-limit: 10
labels:
- 3. to review
- dependencies
cooldown:
default-days: 4
exclude:
- "@nextcloud/*"

- package-ecosystem: npm
target-branch: stable32
directory: "/"
commit-message:
prefix: "build"
include: "scope"
versioning-strategy: "increase"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Berlin
open-pull-requests-limit: 10
labels:
- 3. to review
- dependencies
cooldown:
default-days: 4
exclude:
- "@nextcloud/*"

- package-ecosystem: npm
target-branch: stable31
directory: "/"
commit-message:
prefix: "build"
include: "scope"
versioning-strategy: "increase"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Berlin
open-pull-requests-limit: 10
labels:
- 3. to review
- dependencies
cooldown:
default-days: 4
exclude:
- "@nextcloud/*"

1 change: 1 addition & 0 deletions .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
matrix:
branches:
- ${{ github.event.repository.default_branch }}
- 'stable33'
- 'stable32'
- 'stable31'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-nextcloud-ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
matrix:
branches:
- ${{ github.event.repository.default_branch }}
- 'stable33'
- 'stable32'
- 'stable31'

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>Two-Factor Authentication via Nextcloud notification</name>
<summary>Allows using any of your logged in devices as second factor</summary>
<description>Allows using any of your logged in devices as second factor</description>
<version>7.0.0</version>
<version>8.0.0-dev.0</version>
<licence>agpl</licence>

<author>Joas Schilling</author>
Expand All @@ -25,7 +25,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/twofactor_nextcloud_notification/main/screenshots/notification.png</screenshot>

<dependencies>
<nextcloud min-version="33" max-version="33" />
<nextcloud min-version="34" max-version="34" />
</dependencies>

<background-jobs>
Expand Down
2 changes: 1 addition & 1 deletion js/twofactor_nextcloud_notification-challenge.js.license
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ This file is generated from multiple sources. Included packages:
- version: 5.94.0
- license: MIT
- twofactor_nextcloud_notification
- version: 7.0.0-dev.0
- version: 8.0.0-dev.0
- license: AGPL-3.0-or-later
2 changes: 1 addition & 1 deletion js/twofactor_nextcloud_notification-settings.js.license
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ This file is generated from multiple sources. Included packages:
- version: 5.94.0
- license: MIT
- twofactor_nextcloud_notification
- version: 7.0.0-dev.0
- version: 8.0.0-dev.0
- license: AGPL-3.0-or-later
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twofactor_nextcloud_notification",
"version": "7.0.0-dev.0",
"version": "8.0.0-dev.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",
Expand Down
Loading