Commit Graph

377 Commits (29ded770b16ee302a3f7b3b09c6c8de492301f02)

Author SHA1 Message Date
Erik Johnston b990b2fce5 Add per user ratelimiting overrides 8 years ago
Erik Johnston d766343668 Add index to device_lists_stream 8 years ago
Erik Johnston e4919b9329 Add stream_id index to device_lists_outbound_pokes 8 years ago
David Baker 4aa29508af Use TEXT rather than VARCHAR 8 years ago
David Baker b4017539d4 Make the pushers lang field column longer 8 years ago
Erik Johnston 095b45c165 Aggregate event push actions 8 years ago
Erik Johnston 21b7375778 Add an index to make membership queries faster 8 years ago
Erik Johnston d1e1fd6210 Add ts column to device_lists_outbound_pokes 8 years ago
Erik Johnston fbfad76c03 Add comments 8 years ago
Erik Johnston c974116f19 Implement device key caching over federation 8 years ago
Erik Johnston 2367c5568c Add basic implementation of local device list changes 8 years ago
Erik Johnston c050f493dd Add comment 8 years ago
Erik Johnston caddadfc5a Change device_inbox stream index to include user 8 years ago
Erik Johnston c45d8e9ba2 Add profile data to the room_membership table for joins 8 years ago
Erik Johnston 2687af82d4 Comments 8 years ago
Erik Johnston f32fb65552 Add new API appservice specific public room list 8 years ago
Erik Johnston 46ca345b06 Don't send old events as federation 8 years ago
Erik Johnston 2ac516850b More efficient notif count queries 8 years ago
Erik Johnston 7c9cdb2245 Store federation stream positions in the database 8 years ago
Erik Johnston f8ee66250a Handle sending events and device messages over federation 8 years ago
Erik Johnston 8fd4d9129f Replace postgres GIN with GIST 8 years ago
Erik Johnston a9111786f9 Use most recently added binding, not most recently seen user. 8 years ago
Erik Johnston 1fc1bc2a51 Fix user_threepids schema delta 8 years ago
David Baker 0108ed8ae6 Latest delta is now 37 8 years ago
David Baker df2a616c7b Convert emails to lowercase when storing 8 years ago
Erik Johnston 6942d68247 Bump schema version 8 years ago
Erik Johnston b59994b454 Remove TODO 8 years ago
Erik Johnston 2869a29fd7 Drop some unused indices 8 years ago
David Baker 62073992c5 Make password reset email field case insensitive 8 years ago
Erik Johnston 8009d84364 Match against event_id, rather than room_id 8 years ago
Erik Johnston dc78db8c56 Update correct table 8 years ago
Erik Johnston 4f78108d8c Readd entries to public_room_list_stream that were deleted 8 years ago
Erik Johnston baffe96d95 Add a room visibility stream 8 years ago
Erik Johnston ed992ae6ba Add a DB index to figure out past state at a stream ordering in a room 8 years ago
Erik Johnston 43253c10b8 Remove redundant event_auth index 8 years ago
Erik Johnston 0b32bb20bb Index contains_url for file search queries 8 years ago
Erik Johnston 15ca0c6a4d Make reindex happen in bg 8 years ago
Mark Haines 31f85f9db9 Add comments to existing schema deltas that used "CREATE INDEX" directly 8 years ago
Erik Johnston 54417999b6 Revert "Add index to event_push_actions" 8 years ago
David Baker f2acc3dcf9 Add index to event_push_actions 8 years ago
Mark Haines 647c724573 Use the previous MAX value if any to set the stream_id 8 years ago
Mark Haines 6a6cbfcf1e Track the max_stream_device_id in a separate table, since we delete from the inbox table 8 years ago
Mark Haines 0877157353 Just move the schema and add some DROPs 8 years ago
Mark Haines 43b77c5d97 Only catch databas errors 8 years ago
Mark Haines 7d5b142547 Add a stub run_upgrade 8 years ago
Mark Haines fa722a699c Reapply 34/device_outbox in 35/device_outbox_again.py since the schema was bumped before it landed on develop 8 years ago
Erik Johnston ebb46497ba Add delta file 8 years ago
Mark Haines d4a35ada28 Send device messages over federation 8 years ago
Mark Haines 2ad72da931 Add tables for federated device messages 8 years ago
Erik Johnston 485d999c8a Correctly delete old state groups in purge history API 8 years ago