Valere Fedronic

Results 100 issues of Valere Fedronic

Quick proposal for native_widgets permissions. Actually it's introducing more than just native/regular widgets, it's also introducing the notion of permission for a domain instead of state event id.. Maybe need...

As per [spec](https://spec.matrix.org/v1.8/client-server-api/#msecret_storagev1aes-hmac-sha2): When adding a new key to the secret storage the client must encrypt a "zero"/dummy secret to allow for key checks. Currently web is not using that...

S-Minor
A-E2EE
T-Enhancement
A-E2EE-Key-Backup
A-Element-R

Bump posthog version to 3.2.0. We were using a quite old posthog sdk. Updating to the new one mainly because it now support [`sessions`](https://posthog.com/docs/data/sessions). Allow us to have a per...

In some cases, sessions cannot access the crypto store anymore: see rageshakes https://github.com/matrix-org/element-android-rageshakes/issues/61406 These errors look like: ``` 2024-03-09T15:31:36*411GMT+00:00Z org.matrix.rustcomponents.sdk.crypto.CryptoStoreException$CryptoStore: Error encrypting or decrypting a value aead::Error .... at org.matrix.rustcomponents.sdk.crypto.OlmMachine.outgoingRequests(matrix_sdk_crypto_ffi.kt:52)...

A-E2EE

Quick improvement on Analytics for posthog that would allow us to better filter reported decryption errors. This is adding the following properties to all events: `appVersion`: similar to what web...

Fixes https://github.com/element-hq/element-web/issues/27235 ## Checklist - [x] Tests written for new code (and old code if feasible). - [ ] New or updated `public`/`exported` symbols have accurate [TSDoc](https://tsdoc.org/) documentation. - [x]...

T-Defect

iOS issue: https://github.com/element-hq/element-x-ios/issues/2550 Rageshakes from Element-Web-R include the public curve25519 and ed25519 device keys: ``` device_keys: curve25519:GJ1N4ps7v9+1SXMZ6fNXCk/skwBrVaDbepCJ9lZ5HyY, ed25519:rurFYehF4BKjkCGrTQhIrZb1LuQlbDKXOrF42f39dh8 ``` This is super useful as it means you can search for...

[rendered](https://github.com/BillCarsonFr/matrix-doc/blob/964e74f4e9a99b0738e900c4209b9bb23e7c93cd/proposals/3182-challenges.md) In matrix we already have vibrant discussions going on in rooms, but we often miss a fair method to resolve a dispute between several parties. This proposal improve matrix...

proposal
client-server
kind:feature
needs-implementation

[rendered](https://github.com/BillCarsonFr/matrix-doc/blob/bca/space_top_level_order/proposals/3230-spaces_top_level_order.md) ### Implementations 1. Element Web: https://github.com/matrix-org/matrix-react-sdk/pull/6137, https://github.com/matrix-org/matrix-js-sdk/pull/1735 2. Element Android: https://github.com/vector-im/element-android/pull/3502

proposal
client-server
kind:feature
needs-implementation