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
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
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<name>Viewer</name>
<summary>Simple file viewer with slideshow for media</summary>
<description><![CDATA[Show your latest holiday photos and videos like in the movies, show a glimpse of your latest novel directly from your Nextcloud, choose the best GIF of your collection thanks to the direct preview of your favorites files and many more!]]></description>
<version>6.0.0-dev.0</version>
<version>7.0.0-dev.0</version>
<licence>agpl</licence>
<author mail="skjnldsv@protonmail.com">John Molakvoæ</author>
<namespace>Viewer</namespace>
<category>tools</category>
<bugs>https://github.com/nextcloud/viewer</bugs>
<screenshot>https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Viewer/viewer.png</screenshot>
<dependencies>
<nextcloud min-version="33" max-version="33" />
<nextcloud min-version="34" max-version="34" />
</dependencies>
<default_enable />
</info>
2 changes: 1 addition & 1 deletion js/previewUtils-Bz9VYbC0.chunk.mjs.license
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.12.0
- license: MIT
- viewer
- version: 6.0.0-dev.0
- version: 7.0.0-dev.0
- license: AGPL-3.0-or-later
- vite
- version: 5.4.19
Expand Down
2 changes: 1 addition & 1 deletion js/previewUtils-Bz9VYbC0.chunk.mjs.map.license
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.12.0
- license: MIT
- viewer
- version: 6.0.0-dev.0
- version: 7.0.0-dev.0
- license: AGPL-3.0-or-later
- vite
- version: 5.4.19
Expand Down
2 changes: 1 addition & 1 deletion js/viewer-init.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/viewer-init.mjs.license
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ This file is generated from multiple sources. Included packages:
- version: 5.1.3
- license: MIT
- viewer
- version: 6.0.0-dev.0
- version: 7.0.0-dev.0
- license: AGPL-3.0-or-later
- vue-async-computed
- version: 3.9.0
Expand Down
2 changes: 1 addition & 1 deletion js/viewer-init.mjs.map.license
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ This file is generated from multiple sources. Included packages:
- version: 5.1.3
- license: MIT
- viewer
- version: 6.0.0-dev.0
- version: 7.0.0-dev.0
- license: AGPL-3.0-or-later
- vue-async-computed
- version: 3.9.0
Expand Down
2 changes: 1 addition & 1 deletion js/viewer-main.mjs.license
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.0.7
- license: MIT
- viewer
- version: 6.0.0-dev.0
- version: 7.0.0-dev.0
- license: AGPL-3.0-or-later
- vue-material-design-icons
- version: 5.3.1
Expand Down
2 changes: 1 addition & 1 deletion js/viewer-main.mjs.map.license
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.0.7
- license: MIT
- viewer
- version: 6.0.0-dev.0
- version: 7.0.0-dev.0
- license: AGPL-3.0-or-later
- vue-material-design-icons
- version: 5.3.1
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": "viewer",
"version": "6.0.0-dev.0",
"version": "7.0.0-dev.0",
"private": true,
"description": "Simple file viewer with slideshow for media",
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"ignoreUnstable": false,
"baseBranchPatterns": [
"master",
"stable33",
"stable32",
"stable31",
"stable30"
"stable31"
],
"enabledManagers": [
"npm"
Expand Down Expand Up @@ -67,9 +67,9 @@
"major"
],
"matchBaseBranches": [
"stable33",
"stable32",
"stable31",
"stable30"
"stable31"
],
"enabled": false
},
Expand Down
Loading