Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tchapgouv/tchap-web-v4
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: tchap-4.4.3
Choose a base ref
...
head repository: tchapgouv/tchap-web-v4
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop_tchap
Choose a head ref
Loading
Showing 3,450 changed files with 604,936 additions and 11,896 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 3 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -7,6 +7,6 @@ karma-reports/
.idea/
.tmp/
config.json*
matrix-js-sdk/
matrix-react-sdk/
matrix-analytics-events/
# Exclude the playwright directory as much as we can as the snapshots are huge and we bind mount it in
playwright/
!playwright/docker-entrypoint.sh
19 changes: 7 additions & 12 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
# Copyright 2024 New Vector Ltd.
# Copyright 2017 Aviral Dasgupta
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
# Please see LICENSE files in the repository root for full details.

root = true

@@ -26,4 +18,7 @@ trim_trailing_whitespace = true
indent_size = 2

[package.json]
indent_size = 2
indent_size = 4

[*.tsx.snap]
trim_trailing_whitespace = false
5 changes: 5 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
src/vector/modernizr.js
test/end-to-end-tests/node_modules/
test/end-to-end-tests/element/
test/end-to-end-tests/synapse/
test/end-to-end-tests/lib/
# Legacy skinning file that some people might still have
src/component-index.js
# Auto-generated file
@@ -8,4 +12,5 @@ src/modules.ts
test/.eslintrc.js
test/setupTests.js
patches/patches.json
patches_legacy/patches.json
src/tchap
72 changes: 0 additions & 72 deletions .eslintrc-module_system.js

This file was deleted.

Loading