Dominik Henneke

Results 14 issues of Dominik Henneke

https://github.com/matrix-org/matrix-spec-proposals/pull/3817 Depends on: * https://github.com/matrix-org/matrix-widget-api/pull/69 Notes: Allow widgets to create rooms element-web notes: Allow widgets to create rooms --- This PR currently has none of the required changelog labels. A...

Z-Community-PR

[Rendered](https://github.com/nordeck/matrix-spec-proposals/blob/nic/feat/widgetapi-create-room/proposals/3817-widget-api-create-rooms.md) **Implementations** * https://github.com/matrix-org/matrix-widget-api/pull/69 * https://github.com/matrix-org/matrix-react-sdk/pull/9136

proposal
kind:feature
widgets

When using `ComponentVisibilityCustomisations` to hide certain features from the UI, the "Message" link in the people section of a room is still visible and leads to an error, if the...

Z-Community-PR
T-Enhancement

[Rendered](https://github.com/nordeck/matrix-spec-proposals/blob/nic/feat/widgetapi-read-relations/proposals/3869-widgetapi-read-event-relations.md) **Implementations** * https://github.com/matrix-org/matrix-widget-api/pull/72 * https://github.com/matrix-org/matrix-react-sdk/pull/9210

proposal
kind:feature
widgets

This PR implements a proposal for testing the Module System with Cypress. It needs to be viewed together with https://github.com/vector-im/element-web/pull/25951. The changes: 1. We create a module in the `cypress/example_module`...

T-Task
A-Timesheet-1

The refresh-process in the `Client` that was returned for the "Client Credentials Grant" relies on `refresh_token`s. However, this is not guaranteed to be present in this grant: > A refresh...

### Description We use the JS SDK for firebase in react-native but want to switch to `@react-native-firebase/firestore` to enable offline support. To align the codebase in our react and react-native...

Workflow: Waiting for User Response
Workflow: Pending Merge

#### Environment details - OS: Mac OS 14.4.1 (23E224) - Node.js version: v18.19.1 - npm version: 10.2.4 - `@google-cloud/firestore` version: 7.6.0 #### Steps to reproduce 1. Call `v1.FirestoreClient.apiEndpoint` 2. The...

priority: p2
type: bug
api: firestore

See https://github.com/matrix-org/matrix-spec-proposals/pull/3817 for more details.

We have the issue that some IPv6s were rejected by the filter, because of how the `::ffff:*` IPs are defined. The concatenation in `ip6FromIp4Blacklist` led to entries such as `::ffff:127.0.0.0/8`,...

A-MyHours-PSP-3754