diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index ff53718..5f09869 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,3 +1,3 @@
# SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
-/appinfo/info.xml @kyteinsky @bigcat88
+/appinfo/info.xml @julien-nc @kyteinsky
diff --git a/REUSE.toml b/REUSE.toml
index a9f41da..432d1e0 100644
--- a/REUSE.toml
+++ b/REUSE.toml
@@ -30,7 +30,7 @@ SPDX-FileCopyrightText = "2026 Nextcloud GmbH and Nextcloud contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"
[[annotations]]
-path = ["img/app-dark.svg", "img/app.svg", "img/screenshot1.jpg", "img/screenshot2.jpg", "img/screenshot3.jpg", "img/sound-border.svg", "img/mention.svg"]
+path = ["img/app-dark.svg", "img/app.svg", "img/screenshot1.jpg", "img/screenshot2.jpg", "img/screenshot3.jpg"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 Nextcloud GmbH and Nextcloud contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9b1bf09..da788aa 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,12 +16,14 @@ SPDX-License-Identifier: AGPL-3.0-or-later
Julien Veyssier
Matrix
- https://github.com/julien-nc/integration_matrix
+ https://github.com/nextcloud/integration_matrix
integration
- https://github.com/julien-nc/integration_matrix
- https://github.com/julien-nc/integration_matrix/issues
- https://raw.githubusercontent.com/julien-nc/integration_matrix/main/img/screenshot1.jpg
+ https://github.com/nextcloud/integration_matrix
+ https://github.com/nextcloud/integration_matrix/issues
+ https://raw.githubusercontent.com/nextcloud/integration_matrix/main/img/screenshot1.jpg
+ https://raw.githubusercontent.com/nextcloud/integration_matrix/main/img/screenshot2.jpg
+ https://raw.githubusercontent.com/nextcloud/integration_matrix/main/img/screenshot3.jpg
diff --git a/img/mention.svg b/img/mention.svg
deleted file mode 100644
index 1975b80..0000000
--- a/img/mention.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
diff --git a/img/screenshot1.jpg b/img/screenshot1.jpg
index 939525d..fc7ffad 100644
Binary files a/img/screenshot1.jpg and b/img/screenshot1.jpg differ
diff --git a/img/screenshot2.jpg b/img/screenshot2.jpg
index e4682b9..49cef4a 100644
Binary files a/img/screenshot2.jpg and b/img/screenshot2.jpg differ
diff --git a/img/screenshot3.jpg b/img/screenshot3.jpg
index 1966860..eedf10e 100644
Binary files a/img/screenshot3.jpg and b/img/screenshot3.jpg differ
diff --git a/img/sound-border.svg b/img/sound-border.svg
deleted file mode 100644
index 4767500..0000000
--- a/img/sound-border.svg
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
diff --git a/package.json b/package.json
index a072694..b75c74b 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/julien-nc/integration_matrix"
+ "url": "https://github.com/nextcloud/integration_matrix"
},
"keywords": [
"matrix"
@@ -25,9 +25,9 @@
"author": "Julien Veyssier",
"license": "AGPL-3.0",
"bugs": {
- "url": "https://github.com/julien-nc/integration_matrix/issues"
+ "url": "https://github.com/nextcloud/integration_matrix/issues"
},
- "homepage": "https://github.com/julien-nc/integration_matrix",
+ "homepage": "https://github.com/nextcloud/integration_matrix",
"browserslist": [
"extends @nextcloud/browserslist-config"
],
diff --git a/src/components/RadioElementSet.vue b/src/components/RadioElementSet.vue
index 1df4464..313eddd 100644
--- a/src/components/RadioElementSet.vue
+++ b/src/components/RadioElementSet.vue
@@ -14,14 +14,9 @@ SPDX-License-Identifier: AGPL-3.0-or-later
:border-radius="borderRadius"
@update:checked="onUpdateValue">
-
-
-
+
-
- {{ option.label }}
-
+
diff --git a/src/components/SendFilesModal.vue b/src/components/SendFilesModal.vue
index f1dca81..f0540d6 100644
--- a/src/components/SendFilesModal.vue
+++ b/src/components/SendFilesModal.vue
@@ -15,8 +15,8 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{{ sendType === SEND_TYPE.file.id
- ? n('integration_matrix', 'Send file to Matrix room', 'Send files to Matrix room', files.length)
- : n('integration_matrix', 'Send link to Matrix room', 'Send links to Matrix room', files.length)
+ ? n('integration_matrix', 'Send file to a Matrix room', 'Send files to a Matrix room', files.length)
+ : n('integration_matrix', 'Send link to a Matrix room', 'Send links to a Matrix room', files.length)
}}
@@ -93,6 +93,9 @@ SPDX-License-Identifier: AGPL-3.0-or-later
:size="24"
:url="option.avatar_url"
:display-name="option.info.type === 'room' ? 'R' : 'U'" />
+
{{ option.info.name }}
@@ -130,6 +133,10 @@ SPDX-License-Identifier: AGPL-3.0-or-later
class="radios"
@update:value="selectedPermission = $event">
+
+
+
{{ option.label }}
@@ -471,6 +478,7 @@ export default {
}
.modal-title {
+ margin-top: 0;
display: flex;
justify-content: center;
span {