Skip to content

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 104 commits into from
Mar 27, 2024
Merged

Conversation

MarcWadai
Copy link
Contributor

@MarcWadai MarcWadai commented Mar 25, 2024

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

  • Tests written for new code (and old code if feasible)
  • Linter and other CI checks pass
  • Sign-off given on the changes (see CONTRIBUTING.md)

robintown and others added 30 commits February 1, 2024 18:27
Signed-off-by: Michael Telatynski <[email protected]>
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)
…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]>
Improve client metadata used for OIDC dynamic registration
@MarcWadai MarcWadai self-assigned this Mar 25, 2024
@MarcWadai MarcWadai marked this pull request as draft March 25, 2024 17:47
@MarcWadai
Copy link
Contributor Author

MarcWadai commented Mar 26, 2024

  • créer un nouveau compte agent A
  • A. login avec un email
  • A. activer la sauvegarde automatique (il faut envoyer un premier message pour déclencher le dialog
    • vérifier le vocabulaire utilisé : "Sauvegarde automatique des messages", "code de récupération" (pas de mention de la passphrase)
  • A. inviter un interne dans un salon, vérifier qu'il peut rejoindre le salon
    • inviter en cherchant par nom, prenom
    • inviter par email
  • A. essayer d'inviter un externe dans un salon sans externe, ca doit être impossible
  • A. creer une room disponible pour les externe, inviter un externe E
  • E. créer un nouveau compte externe suite à l'invitation
  • E. login avec email. Rejoindre le salon dans lequel on est invité.
  • E. envoyer un fichier à travers l'anti-virus
  • E. vérifier que les externes n'ont pas accès à :
    • la création de salon
    • la liste des forum
    • l'annuaire (chercher qqn ne donne aucun résultat)
  • A. exporter les participants de la room
  • A. logout, faire la procédure "Oublié mon mot de passe"
    • le code de récupération doit être demandé, ensuite les messages sont bien déchiffrés
  • A. expirer le compte, vérifier que les clients affichent un truc cohérent, et qu'on peut réactiver le compte (si l'expiration est active)~
  • A. supprime son compte

tsconfig.json Outdated
@@ -13,7 +13,6 @@
"declaration": true,
"jsx": "react",
"lib": ["es2021", "dom", "dom.iterable"],
<<<<<<< HEAD
"strict": true,
Copy link
Contributor

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

@MarcWadai MarcWadai marked this pull request as ready for review March 27, 2024 10:01
@MarcWadai MarcWadai merged commit 9254aff into develop_tchap Mar 27, 2024
@MarcWadai MarcWadai deleted the upgrade/element-web-v1.11.61 branch March 27, 2024 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants