aboutsummaryrefslogtreecommitdiff
path: root/syncapi/storage/postgres/invites_table.go
AgeCommit message (Expand)Author
2023-09-15Update gmsl to use new validated RoomID on PDUs (#3200)devonh
2023-06-28Add `MXIDMapping` for pseudoID rooms (#3112)Till
2023-04-27Remove gmsl.HeaderedEvent (#3068)kegsay
2023-01-19Add `/_dendrite/admin/purgeRoom/{roomID}` (#2662)Neil
2022-09-30Transactional isolation for `/sync` (#2745)Neil Alexander
2022-09-28Consistent `*sql.Tx` usage across sync API (#2744)Neil Alexander
2022-03-17Various bug fixes and tweaks around invites and membershipNeil Alexander
2020-11-16Pass pointers to events — reloaded (#1583)Neil Alexander
2020-09-01Storage tweaks (#1373)Neil Alexander
2020-08-25Fix 'Invited user can reject invite over federation several times' (#1341)Kegsay
2020-06-26Finish implementing retiring invites (#1166)Kegsay
2020-06-12Rehuffle where things are in the internal package (#1122)Kegsay
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-05-15Add Range (#1037)Kegsay
2020-05-13Initial syncapi storage refactor to share pq/sqlite code (#1030)Kegsay
2020-03-19HeaderedEvents in sync API (#922)Neil Alexander
2020-03-18Log errors from rows.Close (#920)Prateek Sachan
2020-02-11Always defer *sql.Rows.Close and consult with Err (#844)Kiril Vladimiroff
2020-01-23CS API: Support for /messages, fixes for /sync (#847)Neil Alexander
2020-01-03Implement storage interfaces (#841)Neil Alexander