summary refs log tree commit diff
path: root/synapse (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-04-15De-localpart `{Filtering,FilteringWorkerStore}.add_user_filter()` github/squah/expand_localpart_columns_1 squah/expand_localpart_columns_1Sean Quah3-10/+8
Signed-off-by: Sean Quah <seanq@matrix.org>
2023-04-15De-localpart `{Filtering,FilteringWorkerStore}.get_user_filter()`Sean Quah6-32/+37
Signed-off-by: Sean Quah <seanq@matrix.org>
2023-04-15Fix stray write to `profiles` to set `full_user_id`Sean Quah1-2/+2
Signed-off-by: Sean Quah <seanq@matrix.org>
2023-04-15De-localpart `ProfileWorkerStore.set_profile_avatar_url()`Sean Quah5-13/+14
Signed-off-by: Sean Quah <seanq@matrix.org>
2023-04-15De-localpart `ProfileWorkerStore.set_profile_displayname()`Sean Quah5-9/+12
Signed-off-by: Sean Quah <seanq@matrix.org>
2023-04-15De-localpart `ProfileWorkerStore.create_profile()`Sean Quah4-6/+9
Signed-off-by: Sean Quah <seanq@matrix.org>
2023-04-15De-localpart `ProfileWorkerStore.get_profile_avatar_url()`Sean Quah4-15/+46
Signed-off-by: Sean Quah <seanq@matrix.org>
2023-04-15De-localpart `ProfileWorkerStore.get_profile_displayname()`Sean Quah7-25/+36
Signed-off-by: Sean Quah <seanq@matrix.org>
2023-04-15De-localpart `ProfileWorkerStore.get_profileinfo()`