forked from matrix-org/matrix-react-sdk
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from tchapgouv/upgrade-v3.112.0
Upgrade v3.112.0
- Loading branch information
Showing
2,529 changed files
with
16,011 additions
and
29,787 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
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
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -1,17 +1,18 @@ | ||
* @matrix-org/element-web-reviewers | ||
/.github/workflows/** @matrix-org/element-web-team | ||
/package.json @matrix-org/element-web-team | ||
/yarn.lock @matrix-org/element-web-team | ||
* @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 @matrix-org/element-crypto-web-reviewers | ||
/test/SecurityManager-test.ts @matrix-org/element-crypto-web-reviewers | ||
/src/async-components/views/dialogs/security/ @matrix-org/element-crypto-web-reviewers | ||
/src/components/views/dialogs/security/ @matrix-org/element-crypto-web-reviewers | ||
/test/components/views/dialogs/security/ @matrix-org/element-crypto-web-reviewers | ||
/src/stores/SetupEncryptionStore.ts @matrix-org/element-crypto-web-reviewers | ||
/test/stores/SetupEncryptionStore-test.ts @matrix-org/element-crypto-web-reviewers | ||
/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
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,28 @@ | ||
- name: "A-Timesheet-1" | ||
description: "Log any time spent on this into the A-Timesheet-1 project" | ||
color: "5319E7" | ||
- name: "backport staging" | ||
description: "Label to automatically backport PR to staging branch" | ||
color: "B60205" | ||
- name: "Dependencies" | ||
description: "Pull requests that update a dependency file" | ||
color: "0366d6" | ||
- name: "Sponsored" | ||
color: "b506d8" | ||
- name: "T-Deprecation" | ||
description: "A pull request that makes something deprecated" | ||
color: "98e6ae" | ||
- name: "X-Blocked" | ||
description: "The PR cannot move forward in any capacity until an action is made" | ||
color: "ff7979" | ||
- name: "X-Breaking-Change" | ||
color: "ff7979" | ||
- name: "X-Upcoming-Release-Blocker" | ||
description: "This does not affect the current release cycle but will affect the next one" | ||
color: "e99695" | ||
- name: "Z-Community-PR" | ||
description: "Issue is solved by a community member's PR" | ||
color: "ededed" | ||
- name: "Z-Experiment" | ||
description: "Experimental PR, primarily up for its Netlify build, high likelihood of never making it beyond here." | ||
color: "b60205" |
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
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
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
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,21 @@ | ||
name: Sync labels | ||
on: | ||
workflow_dispatch: {} | ||
schedule: | ||
- cron: "0 1 * * *" # 1am every day | ||
push: | ||
branches: | ||
- develop | ||
paths: | ||
- .github/labels.yml | ||
jobs: | ||
sync-labels: | ||
uses: element-hq/element-meta/.github/workflows/sync-labels.yml@develop | ||
with: | ||
LABELS: | | ||
element-hq/element-meta | ||
.github/labels.yml | ||
DELETE: true | ||
WET: true | ||
secrets: | ||
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }} |
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
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
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Contributing code to matrix-react-sdk | ||
|
||
matrix-react-sdk follows the same pattern as https://github.com/vector-im/element-web/blob/develop/CONTRIBUTING.md | ||
Everyone is welcome to contribute code to matrix-react-sdk, provided that they are willing to license their contributions to Element under a [Contributor License Agreement](https://cla-assistant.io/element-hq/matrix-react-sdk) (CLA). This ensures that their contribution will be made available under an OSI-approved open-source license, currently licensed under Affero General Public License v3 (AGPLv3) or General Public License v3 (GPLv3) at your choice. | ||
|
||
matrix-react-sdk follows the same pattern as element-web, please find more contributing guidelines at https://github.com/vector-im/element-web/blob/develop/CONTRIBUTING.md |
Oops, something went wrong.