Commit Graph

299 Commits (aac546c978e40c832854eb48cefeddaebca12b3e)

Author SHA1 Message Date
Erik Johnston 314b146b2e Track approximate last access time for remote media 9 years ago
Mark Haines c8c5bf950a Fix synapse/storage/schema/delta/30/as_users.py 9 years ago
Erik Johnston c9aff0736c Remove topics table 9 years ago
Mark Haines 9295fa30a8 Annotate the removed indicies with why they were removed. 9 years ago
Erik Johnston 5e50058473 Remove unused indices 9 years ago
Matrix 3b1930e8ec unbreak schema 9 years ago
Mark Haines 9c272da05f Add an openidish mechanism for proving to third parties that you own a given user_id 9 years ago
Erik Johnston fcd1eb642d Add primary key 9 years ago
Erik Johnston 8e6a163f27 Add timestamp and auto incrementing ID 9 years ago
Erik Johnston 984d4a2c0f Add /report endpoint 9 years ago
Erik Johnston ae571810f2 Order NULLs first 9 years ago
Erik Johnston 8fae3d7b1e Use special UPDATE syntax 9 years ago
Erik Johnston 51bb339ab2 Create index concurrently 9 years ago
Erik Johnston b743c1237e Add missing run_upgrade 9 years ago
Erik Johnston c877f0f034 Optimise event_search in postgres 9 years ago
David Baker 07d765209d First bits of emailpusher 9 years ago
Erik Johnston 96bcfb29c7 Add index 9 years ago
Matthew Hodgson 6ff7a79308 move local_media_repository_url_cache.sql to schema v31 9 years ago
David Baker 05d044aac3 pep8 9 years ago
David Baker 2d5c693fd3 Fix port script for changes merged from develop 9 years ago
David Baker 7e2c89a37f Make pushers use the event_push_actions table instead of listening on an event stream & running the rules again. Sytest passes, but remaining to do: 9 years ago
Erik Johnston 8aab9d87fa Don't require config to create database 9 years ago
Erik Johnston 0c53d750e7 Docs and indents 9 years ago
Erik Johnston 92ab45a330 Add upgrade path, rename table 9 years ago
Erik Johnston 3d76b7cb2b Store invites in a separate table. 9 years ago
Matthew Hodgson 7426c86eb8 add a persistent cache of URL lookups, and fix up the in-memory one to work 9 years ago
Mark Haines 1fbb094c6f Add replication streams for ex outliers and current state resets 9 years ago
Erik Johnston b275765545 Comment about weird SQL 9 years ago
Erik Johnston 0c1a27b787 SQLite and postgres doesn't share a true literal 9 years ago
Erik Johnston 84afeb41f3 Ensure all old public rooms have aliases 9 years ago
Mark Haines ba660ecde2 Add a comment to offer a hint to an explanation for why we have a unique constraint on (app_id, pushkey, user_id) 9 years ago
Mark Haines b6e8420aee Add replication stream for pushers 9 years ago
Erik Johnston 9669a99d1a Update users table in a batched manner 9 years ago
Daniel Wagner-Hall edca2d9891 Idempotent-ise schema update script 9 years ago
Mark Haines ebcbb23226 s/stream_ordering/event_stream_ordering/ in push 9 years ago
Mark Haines a1cf9e3bf3 Add a stream for push rule updates 9 years ago
Erik Johnston f9af8962f8 Allow alias creators to delete aliases 9 years ago
Daniel Wagner-Hall 33300673b7 Generate guest access token on 3pid invites 9 years ago
Erik Johnston 112283e230 Prefix TS fields with _ts 9 years ago
Erik Johnston e5999bfb1a Initial cut 9 years ago
Daniel Wagner-Hall 763360594d Mark AS users with their AS's ID 9 years ago
Erik Johnston 771528ab13 Change event_push_actions_rm_tokens schema 9 years ago
Erik Johnston 65e92eca49 Change the way we do public room list fetching 9 years ago
Erik Johnston fdca8ec418 Add events index 9 years ago
Erik Johnston 86896408b0 Add index to event_push_actions 9 years ago
David Baker d4315bbf6b Add index by user id on receipts_linearized 9 years ago
David Baker fe56138142 Remove rogue 'admin' 9 years ago
Matthew Hodgson 6c28ac260c copyrights 9 years ago
David Baker ae1262a241 Add schema change file for is_guest flag 9 years ago
David Baker c79f221192 Add is_guest flag to users db to track whether a user is a guest user or not. Use this so we can run _filter_events_for_client when calculating event_push_actions. 9 years ago