Slavi Pantaleev
23f246b0ad
Mention mautrix-signal migration steps to early adopters
před 5 roky
Slavi Pantaleev
aac400664a
Announce mautrix-signal bridge
před 5 roky
Slavi Pantaleev
4fe1248d95
Update changelog entry to be more informative
před 5 roky
Slavi Pantaleev
3475b98b76
Announce the big move to all-on-Postgres
Related to
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/740
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/686
před 5 roky
Slavi Pantaleev
47613e5a27
Remove synapse-janitor support
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/746
před 5 roky
Slavi Pantaleev
eae4f67470
Mention Docker 20.10 in the changelog
před 5 roky
Slavi Pantaleev
c07c927d9f
Automatically enable openid listeners when ma1sd enabled
ma1sd requires the openid endpoints for certain functionality.
Example: 90b2b5301c/src/main/java/io/kamax/mxisd/auth/AccountManager.java (L67-L99)
If federation is disabled, we still need to expose these openid APIs on the
federation port.
Previously, we were doing similar magic for Dimension.
As per its documentation, when running unfederated, one is to enable
the openid listener as well. As per their recommendation, people
are advised to do enable it on the Client-Server API port
and use the `federationUrl` variable to override where the federation
port is (making federation requests go to the Client-Server API).
Because ma1sd always uses the federation port (unless you do some
DNS overwriting magic using its configuration -- which we'd rather not
do), it's better if we just default to putting the `openid` listener
where it belongs - on the federation port.
With this commit, we retain the "automatically enable openid APIs" thing
we've been doing for Dimension, but move it to the federation port instead.
We also now do the same thing when ma1sd is enabled.
před 5 roky
Slavi Pantaleev
d64ad91c25
Add some notes about recent Jitsi changes
A bit late, but still better than nothing.
před 5 roky
benkuly
8c8002f639
added changelog
před 5 roky
benkuly
c985e17f18
updated matrix-sms-bridge
před 5 roky
Slavi Pantaleev
d910df2b1c
Announce Dynamic DNS support
Related to #681 (Github Pull Request)
před 5 roky
Slavi Pantaleev
9a46647010
Make https://matrix.DOMAIN/ redirect to https://element.DOMAIN/
Fixes #696 (Github Issue)
před 5 roky
Slavi Pantaleev
63a49bb2dc
Do not expose /_synapse/admin publicly by default
Fixes #685 (Github Issue).
před 5 roky
Slavi Pantaleev
ae75920be9
Update changelog
Related to 23daec748c and #662 (Github Issue).
před 5 roky
Slavi Pantaleev
3bfbbc10bc
Announce Postgres v13 upgrade
před 5 roky
Dan Arnfield
e89dc7c7a8
Undo bad changelog edit
před 5 roky
Dan Arnfield
3a3383fada
Add support for postgres 13
před 5 roky
Slavi Pantaleev
7901293438
Relocate docs page for consistency
před 5 roky
Slavi Pantaleev
da38a7869f
Add matrix-registration support
před 5 roky
Slavi Pantaleev
daf13107a0
Add support for rust-synapse-compress-state
před 5 roky
Slavi Pantaleev
b2ae669566
Add synapse-admin support
Fixes #562 (Github Issue)
před 5 roky
Slavi Pantaleev
34eec3bf11
Fix date typo
před 5 roky
Slavi Pantaleev
78b1ef9a5f
Add support for matrix-reminder-bot
před 5 roky
Slavi Pantaleev
c6ab1c6a90
Riot is now Element
Fixes #586 (Github Issue)
před 5 roky
Slavi Pantaleev
a8f7ccf3f3
Announce mx-puppet-steam bridging support
Related to #557 (Github Pull Request).
před 5 roky
Slavi Pantaleev
76352bcbd8
Announce mx-puppet-discord bridging support
Related to #540 (Github Pull Request).
před 5 roky
Slavi Pantaleev
b5bed60e6b
Announce mx-puppet-instagram and mx-puppet-twitter support
Related to #551 and #555 (Github Pull Requests).
před 5 roky
teutat3s
0162fe31d1
Re-enable ma1sd user directory search
před 5 roky
benkuly
e44cc9e2a1
added changelog of sms bridge
před 5 roky
Slavi Pantaleev
8d786713a6
Update changelog
před 5 roky
Slavi Pantaleev
07ff116266
Do not send User Directory search requests to ma1sd for now
We can undo this once https://github.com/ma1uta/ma1sd/issues/44 gets
resolved.
před 5 roky
John Goerzen
a2df0016eb
Update matrix-appservice-irc to 0.16.0
Note the potential breaking change
Resolves #474
před 5 roky
Slavi Pantaleev
4afc46fffe
Announce mx-puppet-slack support
Related to #454 (Github Pull Request).
před 5 roky
Slavi Pantaleev
5b8f8bc942
Announce Skype bridging
před 6 roky
Slavi Pantaleev
70010c26ab
Update changelog with information on private Jitsi
Related to #436 (Github Pull Request).
před 6 roky
Slavi Pantaleev
c2d0304eb1
Fix incorrect URL
před 6 roky
Slavi Pantaleev
229c8e1c38
Adjust name in changelog
před 6 roky
Slavi Pantaleev
2fad4ee7d8
Adjust changelog to give credit where credit is due
před 6 roky
Slavi Pantaleev
7266542356
Announce ma1sd -> mxisd migration
před 6 roky
Slavi Pantaleev
a8f4b2a755
Update docs
Related to #425 (Github Pull Request).
před 6 roky
Slavi Pantaleev
8ff55bcd14
Update documentation and changelog
před 6 roky
Slavi Pantaleev
bca8afc3c5
Update changelog to credit Gergely Horváth
Related to #386 (Github Pull Request)
před 6 roky
Slavi Pantaleev
8dd187ac55
Update changelog and documentation
před 6 roky
Slavi Pantaleev
37f3a2d5a8
Add support for themes to riot-web
před 6 roky
Julian Foad
0703c31e11
Document the new Riot server name setting.
před 6 roky
Slavi Pantaleev
f18037ae42
Disable TLSv1.1 by default
před 6 roky
Slavi Pantaleev
9d3d538a2d
Use C collation for Postgres to appease Synapse
před 6 roky
Slavi Pantaleev
4840214193
Announce Appservice Webhooks support
Related to #339 (Github Pull Request).
před 6 roky
Slavi Pantaleev
bd38861179
Add support for automatic Double Puppeting for all Mautrix bridges
před 6 roky
Slavi Pantaleev
ca3b158d94
Add support to matrix-nginx-proxy to work in HTTP-only mode
před 6 roky