forked from element-hq/element-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
84 changed files
with
3,133 additions
and
313 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
* @element-hq/element-web-reviewers | ||
/.github/workflows/** @element-hq/element-web-team | ||
/package.json @element-hq/element-web-team | ||
/yarn.lock @element-hq/element-web-team | ||
|
||
/src/SecurityManager.ts @element-hq/element-crypto-web-reviewers | ||
/test/SecurityManager-test.ts @element-hq/element-crypto-web-reviewers | ||
/src/async-components/views/dialogs/security/ @element-hq/element-crypto-web-reviewers | ||
/src/components/views/dialogs/security/ @element-hq/element-crypto-web-reviewers | ||
/test/components/views/dialogs/security/ @element-hq/element-crypto-web-reviewers | ||
/src/stores/SetupEncryptionStore.ts @element-hq/element-crypto-web-reviewers | ||
/test/stores/SetupEncryptionStore-test.ts @element-hq/element-crypto-web-reviewers | ||
|
||
# Ignore translations as those will be updated by GHA for Localazy download | ||
/src/i18n/strings | ||
# Ignore the synapse plugin as this is updated by GHA for docker image updating | ||
/playwright/plugins/homeserver/synapse/index.ts | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
patreon: matrixdotorg | ||
liberapay: matrixdotorg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
name: Bug report for the Element desktop app (not in a browser) | ||
description: File a bug report if you are using the desktop Element application. | ||
labels: [T-Defect] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
Please report security issues by email to security@matrix.org | ||
- type: textarea | ||
id: reproduction-steps | ||
attributes: | ||
label: Steps to reproduce | ||
description: Please attach screenshots, videos or logs if you can. | ||
placeholder: Tell us what you see! | ||
value: | | ||
1. Where are you starting? What can you see? | ||
2. What do you click? | ||
3. More steps… | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: result | ||
attributes: | ||
label: Outcome | ||
placeholder: Tell us what went wrong | ||
value: | | ||
#### What did you expect? | ||
#### What happened instead? | ||
validations: | ||
required: true | ||
- type: input | ||
id: os | ||
attributes: | ||
label: Operating system | ||
placeholder: Windows, macOS, Ubuntu, Arch Linux… | ||
validations: | ||
required: false | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Application version | ||
description: You can find the version information in Settings -> Help & About. | ||
placeholder: e.g. Element version 1.7.34, olm version 3.2.3 | ||
validations: | ||
required: false | ||
- type: input | ||
id: source | ||
attributes: | ||
label: How did you install the app? | ||
description: Where did you install the app from? Please give a link or a description. | ||
placeholder: e.g. From https://element.io/get-started | ||
validations: | ||
required: false | ||
- type: input | ||
id: homeserver | ||
attributes: | ||
label: Homeserver | ||
description: | | ||
Which server is your account registered on? If it is a local or non-public homeserver, please tell us what is the homeserver implementation (ex: Synapse/Dendrite/etc.) and the version. | ||
placeholder: e.g. matrix.org or Synapse 1.50.0rc1 | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: rageshake | ||
attributes: | ||
label: Will you send logs? | ||
description: | | ||
Did you know that you can send a /rageshake command from your application to submit logs for this issue? Trigger the defect, then type `/rageshake` into the message input area followed by a description of the problem and send the command. You will be able to add a link to this defect report and submit anonymous logs to the developers. | ||
options: | ||
- "Yes" | ||
- "No" | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
name: Bug report for Element Web (in browser) | ||
description: File a bug report if you are using Element in a web browser like Firefox, Chrome, Edge, and so on. | ||
labels: [T-Defect] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
Please report security issues by email to security@matrix.org | ||
- type: textarea | ||
id: reproduction-steps | ||
attributes: | ||
label: Steps to reproduce | ||
description: Please attach screenshots, videos or logs if you can. | ||
placeholder: Tell us what you see! | ||
value: | | ||
1. Where are you starting? What can you see? | ||
2. What do you click? | ||
3. More steps… | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: result | ||
attributes: | ||
label: Outcome | ||
placeholder: Tell us what went wrong | ||
value: | | ||
#### What did you expect? | ||
#### What happened instead? | ||
validations: | ||
required: true | ||
- type: input | ||
id: os | ||
attributes: | ||
label: Operating system | ||
placeholder: Windows, macOS, Ubuntu, Arch Linux… | ||
validations: | ||
required: false | ||
- type: input | ||
id: browser | ||
attributes: | ||
label: Browser information | ||
description: Which browser are you using? Which version? | ||
placeholder: e.g. Chromium Version 92.0.4515.131 | ||
validations: | ||
required: false | ||
- type: input | ||
id: webapp-url | ||
attributes: | ||
label: URL for webapp | ||
description: Which URL are you using to access the webapp? If a private server, tell us what version of Element Web you are using. | ||
placeholder: e.g. develop.element.io, app.element.io | ||
validations: | ||
required: false | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Application version | ||
description: You can find the version information in Settings -> Help & About. | ||
placeholder: e.g. Element version 1.7.34, olm version 3.2.3 | ||
validations: | ||
required: false | ||
- type: input | ||
id: homeserver | ||
attributes: | ||
label: Homeserver | ||
description: | | ||
Which server is your account registered on? If it is a local or non-public homeserver, please tell us what is the homeserver implementation (ex: Synapse/Dendrite/etc.) and the version. | ||
placeholder: e.g. matrix.org or Synapse 1.50.0rc1 | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: rageshake | ||
attributes: | ||
label: Will you send logs? | ||
description: | | ||
Did you know that you can send a /rageshake command from the web application to submit logs for this issue? Trigger the defect, then type `/rageshake` into the message input area followed by a description of the problem and send the command. You will be able to add a link to this defect report and submit anonymous logs to the developers. | ||
options: | ||
- "Yes" | ||
- "No" | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Questions & support | ||
url: https://matrix.to/#/#element-web:matrix.org | ||
about: Please ask and answer questions here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: Enhancement request | ||
description: Do you have a suggestion or feature request? | ||
labels: [T-Enhancement] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for taking the time to propose an enhancement to an existing feature. If you would like to propose a new feature or a major cross-platform change, please [start a discussion here](https://github.com/element-hq/element-meta/discussions/new?category=ideas). | ||
- type: textarea | ||
id: usecase | ||
attributes: | ||
label: Your use case | ||
description: What would you like to be able to do? Please feel welcome to include screenshots or mock ups. | ||
placeholder: Tell us what you would like to do! | ||
value: | | ||
#### What would you like to do? | ||
#### Why would you like to do it? | ||
#### How would you like to achieve it? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: alternative | ||
attributes: | ||
label: Have you considered any alternatives? | ||
placeholder: A clear and concise description of any alternative solutions or features you've considered. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional context | ||
placeholder: Is there anything else you'd like to add? | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<!-- Thanks for submitting a PR! Please ensure the following requirements are met in order for us to review your PR --> | ||
|
||
## Checklist | ||
|
||
- [ ] Tests written for new code (and old code if feasible). | ||
- [ ] New or updated `public`/`exported` symbols have accurate [TSDoc](https://tsdoc.org/) documentation. | ||
- [ ] Linter and other CI checks pass. | ||
- [ ] I have licensed the changes to Element by completing the [Contributor License Agreement (CLA)](https://cla-assistant.io/element-hq/element-web) |
39 changes: 39 additions & 0 deletions
39
.github/actions/download-verify-element-tarball/action.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
name: Upload release assets | ||
description: Uploads assets to an existing release and optionally signs them | ||
inputs: | ||
tag: | ||
description: GitHub release tag to fetch assets from. | ||
required: true | ||
out-file-path: | ||
description: Path to where the webapp should be extracted to. | ||
required: true | ||
runs: | ||
using: composite | ||
steps: | ||
- name: Download release tarball | ||
id: current_download | ||
uses: robinraju/release-downloader@a96f54c1b5f5e09e47d9504526e96febd949d4c2 # v1 | ||
with: | ||
tag: ${{ inputs.tag }} | ||
fileName: element-*.tar.gz* | ||
out-file-path: ${{ runner.temp }}/download-verify-element-tarball | ||
|
||
- name: Verify tarball | ||
shell: bash | ||
run: gpg --verify element-*.tar.gz.asc element-*.tar.gz | ||
working-directory: ${{ runner.temp }}/download-verify-element-tarball | ||
|
||
- name: Extract tarball | ||
shell: bash | ||
run: | | ||
mkdir webapp | ||
tar xvzf element-*.tar.gz -C webapp --strip-components=1 | ||
working-directory: ${{ runner.temp }}/download-verify-element-tarball | ||
|
||
- name: Move webapp to out-file-path | ||
shell: bash | ||
run: mv ${{ runner.temp }}/download-verify-element-tarball/webapp ${{ inputs.out-file-path }} | ||
|
||
- name: Clean up temp directory | ||
shell: bash | ||
run: rm -R ${{ runner.temp }}/download-verify-element-tarball |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.