notplants and notplants
b63dde1275
Merge remote-tracking branch 'origin/main' into compress
...
# Conflicts:
# homeserver.yaml.tmpl
2026-06-08 18:13:25 +00:00
Simon and Cursor
d75ca4f11f
chore: publish 7.1.1+v1.149.1 release
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-12 23:52:32 +02:00
Simon
cff6cfb001
fix minor bugs with mas integration
2026-05-12 21:46:13 +02:00
notplants
f66bfef727
working on configurable room complexity limits
2026-04-30 15:06:54 -04:00
notplants
a809333dcb
comments
2026-04-29 15:18:13 -04:00
notplants
b39c60d594
add run_compressor command
2026-04-29 15:01:50 -04:00
notplants
4830b0596c
adding many abra commands
2026-04-29 14:47:51 -04:00
notplants
43d68aefb4
use vacuum full
2026-04-29 13:44:55 -04:00
notplants
91efd92d31
add abra command for vacuum full
2026-04-29 13:40:41 -04:00
Simon
c71dc162cb
readd cleanup trap to mas migration script
2026-04-09 11:51:39 +02:00
Simon
625b0381f8
readd cleanup trap to mas migration script
2026-04-09 11:48:25 +02:00
Simon
6f47fca73b
add script to perform mas migration compatibility check
2026-04-08 13:18:28 +02:00
Simon
cf30cebf8e
add function to init mas database
2026-04-07 16:20:34 +02:00
Simon
5481b7e31c
add initial mas setup
2026-04-07 14:59:19 +02:00
knoflook
553fee0e9d
feat: compress db dumps
2026-03-05 14:49:11 +01:00
val
460f5a969c
revert to recipe state of v6.8.0
2026-01-15 11:13:51 +01:00
val
db6440b317
fixed MAX_UPLOAD_SIZE and AUTO_JOIN_ROOM_LIST config
2025-10-29 13:49:02 +01:00
Moritz
0cf9d0a244
chore: publish 6.7.1+v1.133.0 release
2025-09-07 11:49:20 +02:00
val
5808fef48d
add env
2025-06-08 12:20:46 +02:00
vdietrich
237e2c832b
user directory env vars
2025-06-04 16:59:58 +02:00
Jeremy Blanchard
5a7b7f04ed
Bump homeserver version
2025-04-15 08:45:05 -07:00
Moritz
a1d7fdad2d
bump python version in shared_secret_authenticator module
2025-02-11 19:01:59 +01:00
Moritz
a90ccaa65b
add synapse-admin
2025-01-28 17:42:07 +01:00
Simon
7c0e822940
fix bridge token extraction
2025-01-17 20:13:09 +01:00
Simon
d6178fd380
improve set_bridge_tokens
2025-01-17 17:45:18 +01:00
Simon
2a18291f48
add script to setup bridge tokens
2025-01-17 15:43:47 +01:00
vdietrich
943ed58db4
new version of signal bridge conf
2025-01-16 15:53:46 +01:00
Moritz
5c6985596e
update backupbot label
2024-10-24 14:30:32 +02:00
Simon
0498d8006f
finalize signal bot upgrade
2024-09-19 14:57:49 +02:00
Simon
eae5c82d88
update signalbot and fix configs
2024-08-29 13:30:25 +02:00
Moritz
f13856b14c
add web_client_location
2024-07-26 14:09:12 +02:00
3wordchant
951fc56434
app → web, synapse → app
...
Fixes #42
2024-04-12 12:30:05 -03:00
3wordchant
2658fed366
Fix permissions on generated files
2024-03-27 00:38:39 -03:00
Moritz
dfed1e54da
chore: publish 5.0.4+v1.100.0 release
2024-02-19 13:55:03 +01:00
knoflook
b9097c1f94
fix: don't break when logging in with keycloak
2023-10-23 20:19:17 +02:00
decentral1se
a85310346b
fix: drop config if not using
2023-10-11 13:23:54 +02:00
decentral1se
43a3502fad
refactor: point to config manual
2023-10-11 12:45:06 +02:00
decentral1se
08b49c14d9
feat: use nginx proxy, config for public rooms (fedi)
...
See https://git.coopcloud.tech/coop-cloud/matrix-synapse/issues/38 .
2023-10-08 01:41:29 +02:00
Philipp Rothmann
b57b73d5d6
fix: bump homeserver config version
2023-07-18 21:46:54 +02:00
Moritz
d22a8257fb
command for adding admin user
2023-07-06 17:02:49 +02:00
decentral1se
b2e8bf9c8b
chore: bump telegram config
2023-05-10 18:03:46 +02:00
3wordchant
50e0aa06cc
Support separate DOMAIN vs SERVER_NAME
2023-04-23 15:34:58 -04:00
knoflook
fd1a6c7a4a
fix keyserver problems when federating
2023-04-08 23:09:16 +02:00
knoflook
6e556c8b2d
fix: put smtp password in quotes
2023-03-05 12:05:26 +01:00
knoflook
fca551b735
add keycloak 2 and 3
2023-02-21 13:56:01 +01:00
decentral1se
1a0211b743
fix: quote YAML inline dicts correctly
2023-01-08 01:56:30 +01:00
decentral1se
eb541c41ee
fix: consistent compression config
2023-01-08 01:56:13 +01:00
decentral1se
e3bf165da0
refactor!: remove KEYCLOAK2* env vars
...
The experiment is over.
2023-01-08 01:15:36 +01:00
decentral1se
245e81e4bb
fix: make bridge logging ERROR only
...
Decryption happens on the bridges (between systems) so in order to stop
plaintext logging of chat messages, we default to ERROR. If people need
more, they can submit changes for customisation.
2023-01-08 01:11:58 +01:00
decentral1se
e7f81cb9ea
fix: support openid + federation
...
Closes https://git.coopcloud.tech/coop-cloud/matrix-synapse/issues/30
2023-01-08 00:46:05 +01:00