about summary refs log tree commit diff
path: root/modules/services/matrix-homeserver.nix
Commit message (Collapse)AuthorAgeFilesLines
* feat(services/matrix-homeserver)!: use 'actual' unread countsefidel2024-02-171-0/+3
|
* feat(modules): use types.path for secret pathssefidel2024-01-141-4/+4
|
* chore(modules/matrix-homeserver): services.matrix-synapse.sliding-sync -> ↵sefidel2024-01-121-9/+9
| | | | services.matrix-sliding-sync
* chore(overlays, modules/matrix-homeserver): remove obsolete sliding-sync modulesefidel2024-01-121-5/+0
|
* feat(modules)!: init persistencesefidel2024-01-121-1/+1
|
* feat(modules/matrix-bridge): support new homeserversefidel2023-11-121-0/+1
|
* feat(modules/matrix-homeserver): enable token requirement for registerationsefidel2023-11-121-1/+1
|
* chore(modules/matrix-homeserver): cleanup dendritesefidel2023-11-121-3/+1
|
* feat(modules/matrix-homeserver): harden nginxsefidel2023-11-121-4/+5
| | | | | This commit removes the admin endpoints from reverse proxy, and sets the max body size to match the max file upload size in synapse.
* feat(modules/matrix-homeserver)!: dendrite -> synapsesefidel2023-11-121-126/+90
|
* chore(modules)!: dendrite -> matrix-homeserversefidel2023-11-121-0/+231
This commit removes direct references to dendrite in system configuration to provide a base to switch to other homeservers.