Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-04-15 | De-localpart `{Filtering,FilteringWorkerStore}.get_user_filter()` | Sean Quah | 6 | -32/+37 | |
Signed-off-by: Sean Quah <seanq@matrix.org> | |||||
2023-04-15 | Fix stray write to `profiles` to set `full_user_id` | Sean Quah | 1 | -2/+2 | |
Signed-off-by: Sean Quah <seanq@matrix.org> | |||||
2023-04-15 | De-localpart `ProfileWorkerStore.set_profile_avatar_url()` | Sean Quah | 5 | -13/+14 | |
Signed-off-by: Sean Quah <seanq@matrix.org> | |||||
2023-04-15 | De-localpart `ProfileWorkerStore.set_profile_displayname()` | Sean Quah | 5 | -9/+12 | |
Signed-off-by: Sean Quah <seanq@matrix.org> | |||||
2023-04-15 | De-localpart `ProfileWorkerStore.create_profile()` | Sean Quah | 4 | -6/+9 | |
Signed-off-by: Sean Quah <seanq@matrix.org> | |||||
2023-04-15 | De-localpart `ProfileWorkerStore.get_profile_avatar_url()` | Sean Quah | 4 | -15/+46 | |
Signed-off-by: Sean Quah <seanq@matrix.org> | |||||
2023-04-15 | De-localpart `ProfileWorkerStore.get_profile_displayname()` | Sean Quah | 7 | -25/+36 | |
Signed-off-by: Sean Quah <seanq@matrix.org> | |||||
2023-04-15 | De-localpart `ProfileWorkerStore.get_profileinfo()` | Sean Quah | 8 | -18/+25 | |
Signed-off-by: Sean Quah <seanq@matrix.org> | |||||
2023-04-15 | Add background update to populate `user_filters.full_user_id` | Sean Quah | 3 | -4/+78 | |
Signed-off-by: Sean Quah <seanq@matrix.org> | |||||
2023-04-15 |