Slavi Pantaleev
0faad74a44
Upgrade Synapse (1.41.1 -> 1.42.0)
hace 4 años
Slavi Pantaleev
a4db9557db
Update homeserver.yaml to match the one in Synapse v1.41.0
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1247
hace 4 años
Toni Spets
bce94c5860
Allow configuring synapse database transaction limit
hace 4 años
Slavi Pantaleev
05ad620386
Update homeserver.yaml to keep up with Synapse v1.40.0
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1225
hace 4 años
Slavi Pantaleev
179775b92d
Upgrade Synapse (1.38.1 -> 1.39.0)
hace 4 años
Michael-GMH
86e4649578
GoMatrixHosting v0.5.5
hace 4 años
Michael-GMH
03006eb5ab
GoMatrixHosting v0.5.5
hace 4 años
Slavi Pantaleev
3da4b684a5
Upgrade Synapse (1.36.0 -> 1.37.0)
hace 4 años
Slavi Pantaleev
9daeb39710
Upgrade Synapse (1.35.1 -> 1.36.0)
hace 4 años
Michael-GMH
122a92fa1c
GoMatrixHosting v0.4.9 update
hace 4 años
Slavi Pantaleev
b1f1c28ef0
Upgrade Synapse (1.34.0 -> 1.35.0)
hace 4 años
Michael-GMH
ad7bbd6442
merge upstream
hace 4 años
Michael-GMH
85777e8f96
merge with upstream
hace 4 años
Ahmad Haghighi
209d59070e
Avoiding if(s), fix #1083
Conversation: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1083#discussion_r638671860
Signed-off-by: Ahmad Haghighi <haghighi@fedoraproject.org>
hace 4 años
Ahmad Haghighi
ee088d5d46
Synapse LDAP auth: add support for Active Directory
Signed-off-by: Ahmad Haghighi <haghighi@fedoraproject.org>
hace 4 años
Slavi Pantaleev
d156c8caa2
Upgrade Synapse (1.33.2 -> 1.34.0)
hace 4 años
Slavi Pantaleev
d4d1e2e922
Upgrade Synapse (1.32.2 -> 1.33.0)
hace 5 años
Slavi Pantaleev
e3fa3e12bc
Upgrade Synapse (1.31 -> 1.32.2)
hace 5 años
Slavi Pantaleev
378fabf177
Revert "Upgrade Synapse (1.31 -> 1.32.1)"
This reverts commit 1fb54a37cb .
Seems like it's been pulled or something. It used to exist, but not
anymore. Not sure what's going on.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1017
Related to
https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1010
hace 5 años
Slavi Pantaleev
1fb54a37cb
Upgrade Synapse (1.31 -> 1.32.1)
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1010
hace 5 años
Slavi Pantaleev
ca786cc343
Revert "Upgrade Synapse (1.31 -> 1.32)"
This reverts commit f825c7c263 .
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1010
hace 5 años
Slavi Pantaleev
f825c7c263
Upgrade Synapse (1.31 -> 1.32)
hace 5 años
Michael-GMH
89cb5a3d7a
GMH v0.4.2 update
hace 5 años
Slavi Pantaleev
3f426de599
Upgrade Synapse (1.30.1 -> 1.31.0)
hace 5 años
Slavi Pantaleev
d09609daa8
Fix Jinja2 syntax error
Fixes a regression introduced in ffe649a240
hace 5 años
Slavi Pantaleev
ffe649a240
Update homeserver.yaml to keep up with Synapse v1.30.0
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/958
hace 5 años
Michael
5a6bdb0c3d
merge upstream
hace 5 años
Pablo Montepagano
52fe8a05b0
Adding vars to synapse for private servers.
hace 5 años
Slavi Pantaleev
9b72384df7
Upgrade Synapse (1.28.0 -> 1.29.0)
hace 5 años
Michael
33ec5710d9
0.2.1 revision
hace 5 años
Slavi Pantaleev
ae091d7b2d
Upgrade Synapse (v1.27.0 -> v1.28.0)
hace 5 años
Slavi Pantaleev
521160c12f
Upgrade Synapse (v1.26.0 -> v1.27.0)
hace 5 años
Slavi Pantaleev
c6feb0b99e
Upgrade Synapse (v1.25.0 -> v1.26.0)
hace 5 años
Slavi Pantaleev
66cdc7bf5a
Clean up worker.yaml generation a bit and make it more flexible
hace 5 años
Marcel Partap
f2c7d79238
Drop probably incorrect comment from synapse homeserver.yaml.j2
hace 5 años
Slavi Pantaleev
d5945c6e78
Upgrade Synapse (v1.24.0 -> v1.25.0) for amd64
hace 5 años
Slavi Pantaleev
aa86e0dac6
Upgrade Synapse (v1.23.0 -> v1.24.0)
Because the ARM images are not pushed yet, we hold back to v1.23.0
for now.
hace 5 años
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.
hace 5 años
Slavi Pantaleev
b627d93cdc
Update homeserver.yaml to keep up with Synapse v1.23.0
Related to #724 (Github Pull Request)
hace 5 años
Marcel Partap
2d1b9f2dbf
synapse workers: reworkings + get endpoints from upstream docs via awk
(yes, a bit awkward and brittle… xD)
hace 5 años
Aaron Raimist
78529cbd47
Upgrade Synapse (v1.20.1 -> v1.21.0)
hace 5 años
Slavi Pantaleev
dd217137b6
Upgrade Synapse (v1.19.3 -> v1.20.0)
hace 5 años
Max Klenk
4fdfc0a34f
add missing ratelimiting options required for load testing
hace 5 años
Max Klenk
a25a429a52
add redis support
hace 5 años
Slavi Pantaleev
9952ec6c16
Upgrade Synapse (v1.18.0 -> v1.19.0)
hace 5 años
Slavi Pantaleev
f78a5d4ee8
Upgrade Synapse (v1.17.0 -> v1.18.0)
hace 5 años
Slavi Pantaleev
200f912c04
Upgrade Synapse (v1.16.1 -> v1.17.0)
Fixes #579 (Github Issue).
hace 5 años
Slavi Pantaleev
928982cffe
Upgrade Synapse (v1.15.2 -> v1.16.0)
hace 5 años
Slavi Pantaleev
f758ee90cb
Add |to_json to some values
hace 5 años
Justin Croonenberghs
35c2655fa4
Removed troublesome #s
hace 5 años