Samuel Meenzen
837cca4ee1
Move sliding sync url logic out of matrix-client.j2
2年前
Samuel Meenzen
9faa65f059
Advertise sliding-sync support when using conduit
Starting from version `0.6.0` conduit natively supports some sync v3 (sliding-sync) features.
https://gitlab.com/famedly/conduit/-/releases/v0.6.0
https://gitlab.com/famedly/conduit/-/merge_requests/501
2年前
Samuel Meenzen
62a086d3e2
Update conduit 0.5.0 -> 0.6.0
2年前
Slavi Pantaleev
ae12ab5c24
Rename variable (matrix_client_element_jitsi_preferredDomain -> matrix_client_element_jitsi_preferredDomain)
2年前
Slavi Pantaleev
e9c0e90147
element-web camelCase renaming (branding.welcomeBackgroundUrl -> branding.welcome_background_url)
2年前
Slavi Pantaleev
1918519e07
element-web camelCase renaming (branding.authHeaderLogoUrl -> branding.auth_header_logo_url)
2年前
Slavi Pantaleev
e7c5eff924
element-web camelCase renaming (branding.authFooterLinks -> branding.auth_footer_links)
2年前
Slavi Pantaleev
38c9aa9369
element-web camelCase renaming (settingDefault -> setting_defaults)
2年前
Slavi Pantaleev
c4f716624b
element-web camelCase renaming (embeddedPages -> embedded_pages)
2年前
Slavi Pantaleev
d4e48a3a67
element-web camelCase renaming (welcomeUserId -> welcome_user_id)
2年前
Slavi Pantaleev
bb90a59bbb
element-web camelCase renaming (roomDirectory -> room_directory)
2年前
Slavi Pantaleev
c800af1bb6
element-web camelCase renaming (permalinkPrefix -> permalink_prefix)
2年前
Slavi Pantaleev
809316b16e
element-web camelCase renaming (showLabsSettings -> show_labs_settings)
2年前
David Mehren
b9b68c7110
Upgrade sliding-sync (v0.99.4 -> v0.99.5)
2年前
Slavi Pantaleev
6d9a990657
Partially revert (preferredDomain -> preferred_domain) renaming
Partially reverts 0a6b934a44 .
`preferred_domain` is only used by Element and does not apply to the
`/.well-known/matrix/client` file.
2年前
krassle
90e3987525
Upgrade Element 1.11.37 -> 1.11.38
2年前
Aine
9d08d8e32e
Update honoroit 0.9.17 -> 0.9.18
2年前
Aine
1b9a20bc2e
Update element 1.11.36 -> 1.11.37
2年前
adam-kress
df406dbfd8
Update synapse 1.88.0 -> 1.89.0
2年前
Slavi Pantaleev
2a56fe09c3
Upgrade Hookshot (4.4.0 -> 4.4.1)
Related to: https://matrix.org/blog/2023/07/bridges-security-updates/
2年前
Slavi Pantaleev
bfe89df323
Upgrade appservice-irc (0.38.0 -> 1.0.1)
Related to: https://matrix.org/blog/2023/07/bridges-security-updates/
2年前
Slavi Pantaleev
e7bc6b3729
Upgrade appservice-slack (2.0.2 -> 2.1.2)
Related to https://matrix.org/blog/2023/07/bridges-security-updates/
2年前
Slavi Pantaleev
8eac642a2d
Upgrade Heisenbridge (1.14.3 -> 1.14.4)
2年前
Slavi Pantaleev
06e2ab94fd
Add missing space
Related to: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2375#issuecomment-1656064975
2年前
Slavi Pantaleev
f3445c124c
Fix Traefik support for matrix-user-verification-service
Related to: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2375#issuecomment-1655758296
2年前
Slavi Pantaleev
0a6b934a44
Rename Element configuration key (preferredDomain -> preferred_domain)
Related to: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2375#issuecomment-1655758296
2年前
System user; root
621578399f
Adding variable for messing with the prompt and setting the default to the example
2年前
Slavi Pantaleev
92ea048080
Add some missing install-all/install-synapse tags to Synapse role
2年前
Alexis Yushin
ba1d665bd9
make smtp tls configurable / optional
2年前
Slavi Pantaleev
ae2f67e15f
Make maubot communicate with the homeserver via the container network
Supersedes https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2791
2年前
greentore
52ed1f7a0b
Update Element logo location
2年前
ThellraAK
6666d23079
Remove file logging, and add existing log level variable to config
2年前
Julian-Samuel Gebühr
14f7eed932
Update matrix-registration-bot, improve authentication config ( #2723 )
* Adjust to new mrb docker versioning
* Stabilze authentication
* fix lint
* Move & document mrb password usage
* Add clean cache role
* Document clean cache
* Fix lint
* Update CHANGELOG.md
* Automate access tokens
* Improve changelog
* Make use of mrb's function to fetch API tokens
* Adjust changelog
* Use ansible.builtin.file to clear directory
* Fix typo
---------
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
2年前
Shreyas Ajjarapu
5ea6aa3e50
Added Google Messager Bridge ( #2794 )
* intial commit
* changed
* Reorderd
* merge old changes
* added changes to matrix_servers
* Remove duplicate discord
* Update main.yml
* added google message to configuring-playbook.md
* Changed docs to add new changes
* Changed bug?
* Removed problem j2 values
* Rename a service files
* change how password hash string
* Changed port number
* Change how the local part works
* Revert "Merge pull request #8 from shreyasajj/wsproxy"
This reverts commit bb1b8fc67ca39f63ca77e70077be99cb2b32c4de, reversing
changes made to cce6ba5f9d .
---------
Co-authored-by: Shreyas Ajjarapu <github.tzarina@aleeas.com>
2年前
Aine
a5cb6272d8
add global bridges relay mode switch
2年前
Aine
330dfd4eaf
Update element 1.11.35 -> 1.11.36
2年前
Slavi Pantaleev
64396419ba
Upgrade synapse-s3-storage-provider (1.2.0 -> 1.2.1)
2年前
Slavi Pantaleev
2fad66a371
Upgrade Synapse (v1.87.0 -> v1.88.0)
2年前
Shreyas Ajjarapu
1df533d351
Update main.yml
2年前
Slavi Pantaleev
5fb1020ada
Use full name of matrix-media-repo for Ansible tags (*-media-repo -> *-matrix-media-repo)
2年前
Aine
ccc99d6c73
Update mautrix-discord 0.5.0 -> 0.6.0
2年前
David Mehren
4e4f107daa
Upgrade sliding-sync (v0.99.3 -> v0.99.4)
2年前
Slavi Pantaleev
3e93613a3f
Upgrade Heisenbridge (1.14.2 -> 1.14.3)
2年前
Michael Hollister
63ee8e5bb9
Replaced csApi config with proxy container url
2年前
Michael Hollister
c8b6b6e034
Added additioanl documentation to rendered config and added to_json filters
2年前
Michael Hollister
d120b0c153
Updated code to use identifier variable
2年前
Michael Hollister
c043463ee1
Fixed conflicting default values for enabling media-repo
2年前
Michael Hollister
ecb24dcaab
Changed volume mounting and directory structure
2年前
Michael Hollister
b9f5aa0344
Removed exposing ports by default
2年前
Michael Hollister
6365118067
Removed additional logging to filesystem by default
2年前