Skip to content

Commit

Permalink
Resolve conflit between Tchap and Element Web 1.11.25 (#475)
Browse files Browse the repository at this point in the history
* Resolve conflit between Tchap and Element Web 1.11.25
* Add patch-package to package.json
* Move patches temporary to other path
* Remove unnecessary patch
* Fix patch-package position in package.json
* Move back patches-unfixed to patches
* Add merge script
* Adaptation of 15 patches
* Update merge Script
* Adapt Hide Location patch
* Remove patch user-friendlier-encrypted-messages
* activate-cross-signing-and-secure-storage-react - to test : checkDeviceTrust without isCrossSigningSupported
* add-a-help-tab-in-menu-to-redirect-to-external-tchap-faq
* remove old patch activate-cross-signing-and-secure-storage-react
* patch :  auto-accept-tac
* update patch better-help-settings
* update patch : cross signing ui
* patch update : disable-access-options
* update patch : forgot-password, removed one file from patch
* remove old patch :  hide-location-if-no-map-server
* update patch : login
* Adapt patch simplify-exchange-key-message
* update patch : password-policy
* restore Tchap configuration in package json
* remove lint error
* change version to 4.2.0
* remove conf files from eslint
* reactivate patches in package

---------

Co-authored-by: olivier <odelcroi@gmail.com>
  • Loading branch information
jdauphant and odelcroi authored Mar 20, 2023
1 parent 6c45bf6 commit d6ae271
Show file tree
Hide file tree
Showing 37 changed files with 413 additions and 2,688 deletions.
4 changes: 4 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ src/vector/modernizr.js
src/component-index.js
# Auto-generated file
src/modules.ts

# remove those files from eslint
test/.eslintrc.js
test/setupTests.js
5 changes: 0 additions & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ module.exports = {
},
overrides: [
{
<<<<<<< HEAD
files: [
"src/**/*.{ts,tsx}",
"test/**/*.{ts,tsx}",
Expand All @@ -32,10 +31,6 @@ module.exports = {
"plugin:matrix-org/typescript",
"plugin:matrix-org/react",
],
=======
files: ["src/**/*.{ts,tsx}", "test/**/*.{ts,tsx}"],
extends: ["plugin:matrix-org/typescript", "plugin:matrix-org/react"],
>>>>>>> v1.11.25
// NOTE: These rules are frozen and new rules should not be added here.
// New changes belong in https://github.com/matrix-org/eslint-plugin-matrix-org/
rules: {
Expand Down
30 changes: 0 additions & 30 deletions .github/deactivated_workflows/triage-priority-bugs.yml

This file was deleted.

Loading

0 comments on commit d6ae271

Please sign in to comment.