-
Notifications
You must be signed in to change notification settings - Fork 7
Upgrade/element web v1.11.61 #947
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or 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
Signed-off-by: Michael Telatynski <[email protected]>
This reverts commit 32d4d33.
Signed-off-by: Michael Telatynski <[email protected]>
Update all non-major dependencies
Update dependency stylelint-scss to v6.1.0
…hub-description-4.x Update peter-evans/dockerhub-description action to v4
…monorepo Update typescript-eslint monorepo to v6.20.0
Update custom avatar theme documentation
This upgrades a number of PostCSS dependencies so that we can make use of cascade layers, a feature which I plan to use for theming of Compound: https://compound.element.io/?path=/docs/develop-theming--docs
Allow Element Web to use cascade layers
To reflect the changes in matrix-org/matrix-react-sdk#12240, including the removal of the username and color options (those are now themed through Compound)
Update custom themes documentation
Signed-off-by: Michael Telatynski <[email protected]>
…te of the /auth call Signed-off-by: Michael Telatynski <[email protected]>
Signed-off-by: Michael Telatynski <[email protected]>
Signed-off-by: Michael Telatynski <[email protected]>
Signed-off-by: Michael Telatynski <[email protected]>
Signed-off-by: Michael Telatynski <[email protected]>
Improve client metadata used for OIDC dynamic registration
Prevent "Element" hardcoded in i18n files
To strip the element-desktop-ssoid param from the redirectUri Signed-off-by: Michael Telatynski <[email protected]>
Improve Element Desktop OIDC Native dynamic registration
Trigger Element Desktop release drafter upon release of Element Web
|
estellecomment
approved these changes
Mar 26, 2024
tsconfig.json
Outdated
@@ -13,7 +13,6 @@ | |||
"declaration": true, | |||
"jsx": "react", | |||
"lib": ["es2021", "dom", "dom.iterable"], | |||
<<<<<<< HEAD | |||
"strict": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for next time : if the trailing comma is what created this conflict, we can move the tchap code up so that it's not the last element in the json object
…scovery-tchapUtils Fix build validated config from discovery tchap utils
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Deccription
In this upgrade, I mixed the merge method from iOS/android and web. So there is a seperate commit between the merge and the conflicts to review.
Before merging this PR, we will need to merge this one first,
it include a fix where element-web updated the OIDC Discovery implementation.
How to review
Only those last commits are interesting to check.
Checklist