matrix-corporal icon indicating copy to clipboard operation
matrix-corporal copied to clipboard

Matrix Corporal: reconciliator and gateway for a managed Matrix server

Results 18 matrix-corporal issues
Sort by recently updated
recently updated
newest added

It would be nice to specify which PLs users should have in rooms along with their membership.

Due to mandatory E2EE I have to find some solution to pregenerate keys for my users and store them somewhere in a safe place. Normally they forget passwords on a...

Synapse could be configured to listen on two ports: One for proxied requests and one for reconciliation requests. The reconciliation one could have no rate limit, thus solving the rate...

Currently, I have to log in to Corporal's account and join rooms if they're invite-only. It would be nice if Matrix Corporal would auto-join rooms when invited if the room...

When using Corporal to manage user passwords, using the [interactive auth APIs](https://matrix.org/docs/spec/client_server/r0.6.1#user-interactive-authentication-api) does not work. To [quote](https://matrix.to/#/!ZAXhfRqRdNttyzGLBL:devture.com/$1597819039371YgxCe:devture.com?via=devture.com&via=matrix.org&via=tchncs.de) @spantaleev , > A potential problem might be that some routes require "interactive...

Hi, I would need to pre-populate the server with a set of user that will be authorized to use the system. Each user has a user-id, a display name and...

When Synapse implement E2EE features, there are still no ways to disable all E2EE stuff on per-server level, here is issue about this https://github.com/matrix-org/synapse/issues/4401. For example, some corporate instances need...

## I should be able to restrict users to send invite to higher power level users. - [X] Add new policy rule "PowerLevel" - [X] Fetch invited users from Context...

If user removed from policy file, it doesn't automatically kicked of from managed rooms. What scenario is intented to work with fired employees ? If I was supposed to deactivate...

Related to: https://github.com/matrix-org/synapse/pull/5119 matrix-corporal support for this will come a bit later, because: - the old API endpoints still work. Using the new endpoints may fail on older versions of...