summary refs log tree commit diff
path: root/synapse/storage/databases/main/schema (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v1.33.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-315-2/+56
|\
| * Split presence out of master (#9820)Erik Johnston2021-04-232-0/+38
| * Port "Allow users to click account renewal links multiple times without hitti...Andrew Morgan2021-04-191-0/+18
| * Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-142-2/+0
* | Merge tag 'v1.32.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-311-0/+22
|\|
| * Remove outdated constraint on remote_media_cache_thumbnails (#9725)Richard van der Hoff2021-04-061-0/+22
* | Merge commit '918f6ed82' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-0/+17
|\|
| * Add a background task to purge unused chain IDs. (#9542)Patrick Cloke2021-03-091-0/+17
* | Merge commit '33a02f0f5' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-1/+2
|\|
| * Make deleting stale pushers a background update (#9536)Erik Johnston2021-03-031-1/+2
* | Merge commit 'a5daae2a5' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-232-5/+13
|\|
| * Re-run rejected metadata background update. (#9503)Erik Johnston2021-03-021-0/+9
| * Fix SQL delta file taking a long time to run (#9516)Erik Johnston2021-03-021-5/+4
* | Merge commit 'e12077a78' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-232-0/+40
|\|
| * Ensure pushers are deleted for deactivated accounts (#9285)Erik Johnston2021-02-251-0/+21
| * Add SQL delta for deleting stale pushers (#9479)Erik Johnston2021-02-241-0/+19
* | Merge commit 'd2f0ec12d' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-232-11/+2
|\|
| * Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+2
| * Remove conflicting sqlite tables that are "reserved" (shadow fts4 tables) (#9...Eric Eastwood2021-02-101-10/+0
* | Merge commit '939ef657c' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-222-1/+19
|\|
| * Merge remote-tracking branch 'origin/release-v1.26.0' into developErik Johnston2021-01-211-0/+18
| |\
| | * Add schema update to fix existing DBs affected by #9193 (#9195)Erik Johnston2021-01-211-0/+18
| * | Use execute_batch in more places (#9188)Erik Johnston2021-01-211-1/+1
| |/
* | Merge commit '73b03722f' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-222-0/+52
|\|
| * Allow moving account data and receipts streams off master (#9104)Erik Johnston2021-01-182-0/+52
* | Merge commit '631dd06f2' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-0/+17
|\|
| * Add background update for add chain cover index (#9029)Erik Johnston2021-01-141-0/+17
* | Merge commit '98a64b7f7' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-225-0/+119
|\|
| * Use a chain cover index to efficiently calculate auth chain difference (#8868)Erik Johnston2021-01-112-0/+68
| * Remove old tables after schema version bump (#9055)Erik Johnston2021-01-112-0/+34
| * Ensure rejected events get added to some metadata tables (#9016)Erik Johnston2021-01-111-0/+17
* | Merge commit '2fb1c2b6e' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-212-0/+78
|\|
| * Drop last_used column from access_tokens (#9025)Jerin J Titus2021-01-112-0/+78
* | Merge commit 'a03d71dc9' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-212-0/+43
|\|
| * Allow running sendToDevice on workers (#9044)Erik Johnston2021-01-072-0/+43
* | Merge commit '23d701864' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-211-0/+82
|\|
| * Improve the performance of calculating ignored users in large rooms (#9024)Patrick Cloke2021-01-071-0/+82
* | Merge commit '9999eb2d0' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-211-0/+18
|\|
| * Drop the unused local_invites table. (#8979)Patrick Cloke2020-12-291-0/+18
* | Merge commit '28877fade' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-211-0/+18
|\|
| * Allow re-using a UI auth validation for a period of time (#8970)Patrick Cloke2020-12-181-0/+18
* | Merge commit 'cf7d3c90d' into dinsicAndrew Morgan2021-04-161-0/+17
|\|
| * UIA: offer only available auth flowsRichard van der Hoff2020-12-021-0/+17
* | Add knocking support (#81)Andrew Morgan2021-02-091-0/+17
* | Merge commit 'd3ed93504' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-314-12/+12
|\|
| * Add missing `ordering` to background updates (#8850)Richard van der Hoff2020-12-014-12/+12
* | Merge commit '09ac0569f' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-0/+19
|\|
| * Drop (almost) unused index on event_json (#8845)Richard van der Hoff2020-11-301-0/+19
* | Merge commit 'c3119d153' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-0/+17
|\|
| * Improve start time by adding index to e2e_cross_signing_keys (#8694)Erik Johnston2020-11-021-0/+17
* | Merge commit 'ef2d62701' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-0/+17
|\|
| * Add ability for access tokens to belong to one user but grant access to anoth...Erik Johnston2020-10-291-0/+17
* | Merge commit '88e1d0c52' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-0/+2
|\|
| * Add admin API to list users' local media (#8647)Dirk Klimpel2020-10-271-0/+2
* | Merge commit 'de5cafe98' into dinsicAndrew Morgan2020-12-312-3/+3
|\|
| * Move schema file for as_device_stream (#8590)Will Hunt2020-10-201-3/+2
| * Drop unused `device_max_stream_id` table (#8589)Vasilis Gerakaris2020-10-191-0/+1
* | Merge commit '3ee17585c' into dinsicAndrew Morgan2020-12-311-0/+18
|\|
| * Send some ephemeral events to appservices (#8437)Will Hunt2020-10-151-0/+18
* | Merge commit '74976a8e4' into dinsicAndrew Morgan2020-12-3116-41/+168
|\|
| * Include user agent in user daily visits table (#8503)Neil Johnson2020-10-151-0/+18
| * Fix message duplication if something goes wrong after persisting the event (#...Erik Johnston2020-10-131-0/+40
| * Only send RDATA for instance local events. (#8496)Erik Johnston2020-10-091-0/+17
| * Use vector clocks for room stream tokens. (#8439)Erik Johnston2020-10-071-0/+25
| * Add support for MSC2697: Dehydrated devices (#8380)Hubert Chathi2020-10-071-0/+20
| * Add support for MSC2732: olm fallback keys (#8312)Hubert Chathi2020-10-061-0/+24
| * Add logging on startup/shutdown (#8448)Erik Johnston2020-10-0210-41/+24
* | Allow users to click account renewal links multiple times without hitting an ...Andrew Morgan2020-12-301-0/+18
* | Merge commit 'f43c66d23' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-211-1/+1
|\|
| * typoMatthew Hodgson2020-09-281-1/+1
* | Merge commit '31acc5c30' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-212-1/+25
|\|
| * Fix schema delta for servers that have not backfilled (#8396)Erik Johnston2020-09-251-1/+3
| * Fix MultiWriteIdGenerator's handling of restarts. (#8374)Erik Johnston2020-09-241-0/+22
* | Merge commit '837293c31' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-202-0/+42
|\|
| * Add experimental support for sharding event persister. Again. (#8294)Erik Johnston2020-09-142-0/+42
* | Merge commit '453dfe210' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-0/+28
|\|
| * Don't remember `enabled` of deleted push rules and properly return 404 for mi...reivilibre2020-09-091-0/+28
* | Merge commit 'e45b83411' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-202-0/+77
|\|
| * Include method in thumbnail media name (#7124)DeepBlueV7.X2020-09-082-0/+77
* | Merge commit 'cca03dbec' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-0/+22
|\|
| * Rename 'populate_stats_process_rooms_2' background job back to 'populate_stat...Andrew Morgan2020-09-081-0/+22
* | Merge commit '77b4711bc' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-3/+3
|\|
| * Merge branch 'release-v1.20.0' into developRichard van der Hoff2020-09-061-3/+3
| |\
| | * Unread counts fixes (#8254)Brendan Abolivier2020-09-041-3/+3
* | | Merge commit '7513006b0' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-1/+1
|\| |
| * | In light of #8255, use BIGINTs for destination_rooms (#8256)reivilibre2020-09-041-1/+1
* | | Merge commit '17fa4c7ca' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-202-0/+63
|\| |
| * | Catch up after Federation Outage (split, 2): Track last successful stream ord...reivilibre2020-09-041-0/+21
| * | Catch-up after Federation Outage (split, 1) (#8230)reivilibre2020-09-041-0/+42
| |/
* | Merge commit '9f8abdcc3' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-202-42/+0
|\|
| * Revert "Add experimental support for sharding event persister. (#8170)" (#8242)Brendan Abolivier2020-09-042-42/+0
* | Merge commit '112266eaf' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-0/+26
|\|
| * Re-implement unread counts (again) (#8059)Brendan Abolivier2020-09-021-0/+26
* | Merge commit '0d4f614fd' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-202-0/+42
|\|
| * Add experimental support for sharding event persister. (#8170)Erik Johnston2020-09-022-0/+42
* | Merge commit '56efa9ec7' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-0/+25
|\|
| * Allow denying or shadow banning registrations via the spam checker (#8034)Patrick Cloke2020-08-201-0/+25
* | Merge commit 'e04e465b4' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-0/+18
|\|
| * Add a shadow-banned flag to users. (#8092)Patrick Cloke2020-08-141-0/+18
* | Merge commit 'dc22090a6' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-0/+17
|\|
| * Remove some unused database functions. (#8085)Patrick Cloke2020-08-141-0/+17
* | Merge commit '2ffd6783c' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-18/+0
|\|
| * Revert #7736 (#8039)Brendan Abolivier2020-08-061-18/+0
* | Merge commit '66f24449d' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-192-0/+39
|\|
* | Merge commit 'a7bdf98d0' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-165-2/+53
|/
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-05216-0/+8908