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
40 changes: 40 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,46 @@ updates:
default-days: 10

# Main stableXX npm
- package-ecosystem: composer
directories:
- "/"
- "/vendor-bin/cs-fixer"
- "/vendor-bin/nextcloud-ocp"
- "/vendor-bin/phpunit"
- "/vendor-bin/psalm"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable34
labels:
- "3. to review"
- "dependencies"
ignore:
# ignore all GitHub linguist patch updates
- dependency-name: "*"
update-types: ["version-update:semver-major"]
cooldown:
default-days: 10
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable34
labels:
- "3. to review"
- "dependencies"
ignore:
# ignore all GitHub linguist patch updates
- dependency-name: "*"
update-types: ["version-update:semver-major"]
cooldown:
default-days: 10

- package-ecosystem: composer
directories:
- "/"
Expand Down
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 }}
- 'stable34'
- 'stable33'
- 'stable32'

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<name>Privacy</name>
<summary>-</summary>
<description><![CDATA[The privacy center shows you where your data is stored and who can access it, either because you shared with them or because they are administrators.]]></description>
<version>6.0.0-dev.1</version>
<version>7.0.0-dev.0</version>
<licence>agpl</licence>
<author mail="georg.ehrke@nextcloud.com">Georg Ehrke</author>
<namespace>Privacy</namespace>
<category>tools</category>
<bugs>https://github.com/nextcloud/privacy/issues/</bugs>
<dependencies>
<nextcloud min-version="34" max-version="34" />
<nextcloud min-version="35" max-version="35" />
</dependencies>
<default_enable />
<settings>
Expand Down
2 changes: 1 addition & 1 deletion js/privacy-main.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/privacy-main.mjs.license
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.0.1
- license: MIT
- privacy
- version: 6.0.0-dev.0
- version: 7.0.0-dev.0
- license: AGPL-3.0-or-later
- semver
- version: 7.7.4
Expand Down
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": "privacy",
"version": "6.0.0-dev.0",
"version": "7.0.0-dev.0",
"description": "Place this app in **nextcloud/apps/**",
"private": true,
"type": "module",
Expand Down
Loading