Slavi Pantaleev
ddf18eadc7
More ansible-lint fixes
2022-07-18 13:01:17 +03:00
Aine
e149f33140
add/unify 'Project source code URL' link across all roles
2022-07-16 23:59:21 +03:00
3hhh
097c23c0b6
bots: make command_prefix configurable
2022-07-04 22:53:43 +02:00
ThellraAK
1c8f21c738
Adding logging configuration and default to the rest of the mautrixes that don't have them
2022-07-01 04:05:28 -08:00
Olivér Falvai
4be425c267
Upgrade Telegrame bridge to 0.11.3
2022-04-18 13:10:39 +02:00
László Várady
4359e5774c
bridge-mautrix-telegram: add option to enable/disable web-based login
2022-03-12 19:14:08 +01:00
László Várady
5789b3bbab
bridge-mautrix-telegram: add option for creating non-federated rooms
2022-03-07 15:01:06 +01:00
GoliathLabs
a4ba2ba601
Updated: mautrix-telegram v0.11.2
2022-02-22 12:37:11 +01:00
Marko Weltzer
7e5b88c3b7
fix: all praise the allmighty yamllinter
2022-02-05 21:32:54 +01:00
GoliathLabs
29668f4a33
Updated: telegram to v0.11.1
2022-01-16 22:41:01 +01:00
rakshazi
d9dd524db3
self-build consistency: rename vars everywhere
2022-01-07 12:18:45 +02:00
SierraKiloBravo
56e9ff1740
Added defaults and edited config template for mautrix-telegram, allowing editing of MXID/displayname templates for bridged users
2021-12-28 11:40:22 +01:00
Aaron Raimist
fac497faa5
Fix comments in other roles
2021-12-08 10:13:12 +00:00
SkepticalWaves
8e1463a6a1
Update matrix-bridge-mautrix-telegram version
2021-11-28 21:59:33 -05:00
nono
d9d9554a74
Update the docker image version for mautrix-telegram
2021-08-19 14:08:53 +02:00
AtomHare
43c9eab6b9
update mautrix new repo name
2021-08-18 17:20:18 +02:00
Toorero
3a28100131
Renamed matrix_lottieconverter to matrix_telegram_lottieconverter
2021-07-17 14:05:13 +02:00
Toorero
7f15787d54
Fixed mautrix-telegram selfbuild not working on non amd64 platforms
2021-07-16 18:58:55 +02:00
transcaffeine
dbae18fd6a
feat: push ephemeral events to appservices
...
This adds https://github.com/matrix-org/matrix-doc/pull/2409 to the
appservice registrations, enabling synapse to push EDUs to appservices.
2021-03-25 18:49:54 +01:00
rakshazi
2f887f292c
added "matrix_%SERVICE%_version" variable to all roles, use it in "matrix_%SERVICE%_docker_image" var (preserving backward-compatibility)
2021-02-20 19:08:28 +02:00
Slavi Pantaleev
39c2d72d17
Merge branch 'master' into synapse-workers
2021-01-27 17:12:16 +02:00
Slavi Pantaleev
008049f2a9
Fix mautrix-telegram registration file mistake
...
Regression since f6097fbba1
2021-01-27 17:11:46 +02:00
Slavi Pantaleev
a49dab76f8
Merge branch 'master' into synapse-workers
2021-01-27 15:49:16 +02:00
Slavi Pantaleev
e3290d8bcb
Remove |to_json causing trouble
...
Fixes a regression introduced in f6097fbba1
, which was cauing Synapse
to die with this error message:
> ValueError: sender_localpart needs characters which are not URL encoded.
2021-01-27 15:48:35 +02:00
Slavi Pantaleev
a31c9603fa
Merge branch 'master' into synapse-workers
2021-01-27 15:43:56 +02:00
Slavi Pantaleev
f6097fbba1
E2BE not working for mautrix bridges
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/806
2021-01-27 15:43:33 +02:00
Slavi Pantaleev
d3ecc6f017
Fix bridges failing to upload media when Synapse workers are enabled
2021-01-25 13:55:08 +02:00
Panagiotis Georgiadis
999fd2596f
Local rebuild for Telegram
2021-01-12 19:29:50 +01:00
Slavi Pantaleev
a2a4218e95
Make mautrix-python-based bridges E2EE happier
...
Fixes a problem like this:
> File "/usr/lib/python3.8/site-packages/mautrix/bridge/e2ee.py", line 79, in __init__
> raise RuntimeError("Unsupported database scheme")
mautrix-python's e2ee.py module expects to find `postgres://` instead of
`postgresql://`.
2020-12-23 15:39:12 +02:00
Slavi Pantaleev
be0c599565
Feed more slashes to mautrix bridges when using SQLite
...
This makes the `sqlite://` URI match what we were using before
and what the config expects.
2020-12-23 13:33:25 +02:00
Slavi Pantaleev
15f4cc924d
Rename variables (_database_db_name -> _database_name)
2020-12-22 17:10:02 +02:00
Slavi Pantaleev
b9a04a7f95
Rename some remaining matrix_*_postgres_*
vars back to matrix_*_database_*
...
Looks like there are some that I missed in 087dbe4ddc
2020-12-14 14:42:18 +02:00
Slavi Pantaleev
087dbe4ddc
Rename matrix_*_postgres_*
back to matrix_*_database_*
...
I was thinking that it makes sense to be more specific,
and using `_postgres_` also separated these variables
from the `_database_` variables that ended up in bridge configuration.
However, @jdreichmann makes a good point
(https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/740#discussion_r542281102 )
that we don't need to be so specific and can allow for other engines (like MySQL) to use these variables.
2020-12-14 13:02:47 +02:00
Slavi Pantaleev
43d6ff2af8
Fix sqlite usage for mautrix-facebook/mautrix-telegram
...
Regression since 2d99ade72f
and 9bf8ce878e
, respectively.
When SQLite is to be used, these bridges expect an `sqlite://`
connection string, and not a plain file name (path), like Appservice
Discord and mautrix-whatsapp do.
2020-12-14 12:30:10 +02:00
Slavi Pantaleev
9bf8ce878e
Add (Postgres + SQLite) support to matrix-mautrix-telegram bridge
...
I don't use this bridge, so this is completely untested.
2020-12-14 12:06:28 +02:00
transcaffeine
f7d7190bd0
update mautrix-telegram to 0.9.0
2020-11-17 21:20:12 +01:00
Johanna Dorothea Reichmann
2004143f14
Bump version of mautrix-telegram to 0.8.2
...
fixes matrix users unable to delete messages
2020-07-27 15:53:33 +02:00
Slavi Pantaleev
b50cfe8d18
Upgrade mautrix-telegram (0.7.2 -> 0.8.1)
2020-07-14 10:37:07 +03:00
Slavi Pantaleev
19b9a1b16c
Expose mautrix-hangouts port if matrix-nginx-proxy is disabled
2020-06-28 09:01:48 +03:00
Slavi Pantaleev
5da31ba579
Move configuration templates outside of defaults/main.yml files
2020-06-03 09:33:28 +03:00
Slavi Pantaleev
4c4f208613
Upgrade mautrix-telegram (0.7.0 -> 0.7.2)
2020-05-22 19:54:30 +03:00
Slavi Pantaleev
4d260c0dd5
Add encryption configuration defaults to Mautrix bridges
...
Related to #451 (Github Issue).
2020-04-17 09:44:48 +03:00
Slavi Pantaleev
72f6e56fb8
Upgrade mautrix-telegram (0.6.1 -> 0.7.0)
2020-01-18 14:17:50 +02:00
Slavi Pantaleev
bd38861179
Add support for automatic Double Puppeting for all Mautrix bridges
2020-01-12 20:28:36 +02:00
Slavi Pantaleev
53186ffa1c
Sync configuration with upstream for all Mautrix bridges
2020-01-12 19:10:05 +02:00
Marcel Partap
7ead77fdb7
Remove spurious 'mxisd' string from mautrix bridge templates comment
2020-01-08 22:39:21 +01:00
benkuly
e23be75f6d
added vars for bot token in telegram bridge
2019-11-30 08:33:32 +01:00
Slavi Pantaleev
39ae7959bd
Upgrade Telegram bridge (0.6.0 -> 0.6.1)
2019-09-20 15:23:34 +03:00
Slavi Pantaleev
d543780e42
Use mautrix-telegram Docker image from new official registry
2019-07-28 19:33:02 +03:00
Slavi Pantaleev
5a6c546d87
Upgrade Telegram bridge (0.5.2 -> 0.6.0)
2019-07-12 13:08:48 +03:00