summary refs log tree commit diff
path: root/debian (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-03-17Set charset to utf-8 when adding headers for certain text content types (#7044)The Stranjer2-1/+25
Fixes #7043
2020-03-17Remove unused federation endpoint (`query_auth`) (#7026)Patrick Cloke5-146/+80
2020-03-17Remove special casing of `m.room.aliases` events (#7034)Patrick Cloke5-42/+35
2020-03-17Revert "Add options to disable setting profile info for prevent changes. ↵Richard van der Hoff7-398/+1
(#7053)" This reverts commit 54dd28621b070ca67de9f773fe9a89e1f4dc19da, reversing changes made to 6640460d054e8f4444046a34bdf638921b31c01e.
2020-03-16Populate the room version from state events (#7070)Brendan Abolivier3-0/+63
Fixes #7065 This is basically the same as https://github.com/matrix-org/synapse/pull/6847 except it tries to populate events from `state_events` rather than `current_state_events`, since the latter might have been cleared from the state of some rooms too early, leaving them with a `NULL` room version.
2020-03-16Fix buggy condition in account validity handler (#7074)Brendan Abolivier2-1/+6
2020-03-13Use innerText instead of innerHTMLBrendan Abolivier1-1/+2
2020-03-12Add type annotations and comments to auth handler (#7063)Patrick Cloke3-89/+106
2020-03-11LintBrendan Abolivier1-2/+1
2020-03-11Put the file in the templates directoryBrendan Abolivier2-19/+37
2020-03-11