Commit Graph

4499 Commits (02ac463dbfe0ea76eca08f9e603186c72d7c317c)

Author SHA1 Message Date
Matthew Hodgson f84b89f0c6 if an email pusher specifies a brand param, use it 9 years ago
David Baker e793866398 Use user_id in email greeting if display name is null 9 years ago
Matthew Hodgson aaa70e26a2 special case m.room.third_party_invite event auth to match invites, otherwise they get out of sync and you get https://github.com/vector-im/vector-web/issues/1208 9 years ago
David Baker e0deeff23e Fix room list spidering 9 years ago
David Baker d60eed0710 Limit number of notifications in an email notification 9 years ago
David Baker 6ecb2ca4ec pep8 9 years ago
David Baker 2a449fec4d Add cache to remote room lists 9 years ago
David Baker 6ca4d3ae9a Add vector.im to default secondary_directory_servers and add comment explaining it's not a permanent solution 9 years ago
Erik Johnston dea9f20f8c Force boolean 9 years ago
David Baker 963e3ed282 Apparently I am not permitted to have two blank lines here 9 years ago
David Baker d240796ded Basic, un-cached support for secondary_directory_servers 9 years ago
Mark Haines c8c5bf950a Fix synapse/storage/schema/delta/30/as_users.py 9 years ago
Erik Johnston 1d4ee854e2 Fix typo 9 years ago
Erik Johnston cca0093fa9 Change fix 9 years ago
Erik Johnston 4efa389299 Fix GET /push_rules 9 years ago
Erik Johnston aefd2d1cbc Cache get_event_reference_hashes 9 years ago
Mark Haines c626fc576a Move the AS handler out of the Handlers object. 9 years ago
Erik Johnston e5b0bbcd33 Add caches to bulk_get_push_rules* 9 years ago
David Baker 70ecb415f5 Fix c+p fail 9 years ago
David Baker e1625d62a8 Add federation room list servlet 9 years ago
David Baker 887c6e6f05 Split out the room list handler 9 years ago
Erik Johnston 85b992f621 Fix to allow start with postgres 9 years ago
Erik Johnston cc84f7cb8e Send down correct error response if user not found 9 years ago
David Baker b007ee4606 Check for presence of 'avatar_url' key 9 years ago
Erik Johnston faad233ea6 Change short circuit path 9 years ago
Erik Johnston 6900303997 Don't send down all ephemeral events 9 years ago
Erik Johnston 1c5ed2a19b Only work out newly_joined_users for incremental sync 9 years ago
Erik Johnston b08ad0389e Only include non-offline presence in initial sync 9 years ago
Erik Johnston be2c677386 Spell builder correctly 9 years ago
Erik Johnston 79bea8ab9a Inline function. Make load_filtered_recents private 9 years ago
Erik Johnston 84f94e4cbb Add comments 9 years ago
Erik Johnston 137e6a4557 Shuffle things room 9 years ago
Matthew Hodgson 680f1d9387 catch thinko in presentable names 9 years ago
Matthew Hodgson cb8a321bdd fix NPE in room ordering 9 years ago
Matthew Hodgson 88ea5ab2c3 consistency is the better part of valour 9 years ago
Matthew Hodgson 989bdc9e56 Tune email notifs to make them quieter: 9 years ago
Negi Fazeli 6fe04ffef2 Fix set profile error with Requester. 9 years ago
Erik Johnston c0c79ef444 Add back concurrently_execute 9 years ago
Erik Johnston b5605dfecc Refactor SyncHandler 9 years ago
David Baker 31b5395ab6 Remove debug logging 9 years ago
David Baker c2da3406fc Oops, missing comma 9 years ago
David Baker ccffb0965d Remove stale line 9 years ago
David Baker 18d68bfee4 Handle empty events table 9 years ago
David Baker d4503e25ed Make deleting push actions more efficient 9 years ago
David Baker 149fa411e2 Only delete push actions after 30 days 9 years ago
Kegan Dougal 332d7e9b97 Allow clients to specify a server_name to avoid 'No known servers' 9 years ago
Matthew Hodgson e837df6adb increment badge count per missed convo, not per msg 9 years ago
Erik Johnston 42368ea8db Add desc to get_presence_for_users 9 years ago
Mark Haines 0cb441fedd Move typing handler out of the Handlers object 9 years ago
Mark Haines 6a30a0bfd3 Move the functions for parsing app service config 9 years ago