-
### Background information
- **Dendrite version or git SHA**: 0.5.0
- **Monolith or Polylith?**: Monolith
- **SQLite3 or Postgres?**: Postgres
- **Running in Docker?**: Docker (matrixdotorg/…
-
Hello,
I noticed a unique key on mxid in table hashes. That way only one 3pid can be assigned to a single mxid.
I have replaced that index with
`CREATE UNIQUE INDEX index_hashes_unique_1 ON hash…
-
When a user clicks on their User Profile in Riot, Ma1sd says:
It appears the client has requested:
2.244.174.94 - - [13/Jun/2020:14:25:18 +0200] "GET /_matrix/identity/v2/hash_details HTTP/1.1" 401 …
-
running through the steps at this part:
```
1. Invite ma1sd-federation-test@kamax.io
2. The 3PID invite should be turned into a Matrix invite to @ma1sd-lookup-test:kamax.io.
3. The invited tes…
-
**Description:**
I'm using mxisd with matrix-synapse-rest-auth as password provider to sync users from LDAP/AD.
in mxisd.yaml I have:
```
ldap:
enabled: true
connection:
host: 'xx…
tgurr updated
11 months ago
-
The build documentation says that to validate the configuration one should check whether there is a signing key avail:
`
$ curl 'http://localhost:8090/_matrix/identity/api/v1/pubkey/ed25519:0'
…
-
Hello! I was testing Matrix-Synapse with mxisd but I stopped tests because my requirements are tied tied multiple LDAP Servers (Different Active Directory Domains with trust relationships)
Is ma1sd c…
-
There might be an issue with token expiration. When I launch Element desktop app then go to settings, I see my email address listed under email addresses. I also see what appears to be appropriate lin…
-
Perhaps it would be possible to implement an identity server, with possibly a choice to install it or not during the installation of the application.
It would be possible to use sydent as identity se…
-
Hi, I tried to deactivate a user with
```
curl -X POST 'https://matrix.xxx.xxx/_matrix/client/r0/admin/deactivate/%40someuser%3Amatrix.xxx.xxx?access_token=SOMETOKEN' --data '{}'
```
got
```
…