aboutsummaryrefslogtreecommitdiff
path: root/syncapi/storage
AgeCommit message (Expand)Author
2022-08-30Index on `syncapi_send_to_device` table (#2684)PiotrKozimor
2022-08-25SyncAPI tweaks/fixes (#2671)Till
2022-08-16Stop spamming the logs with `StateBetween: ignoring deleted state` event IDsNeil Alexander
2022-08-11Implement history visibility on `/messages`, `/context`, `/sync` (#2511)Till
2022-08-05Partly fix notification counts (#2621)Till
2022-08-05Fix linter issues (#2624)Till
2022-08-03Fix syncapi shared users query & device lists (#2614)Till
2022-08-02Delete correct Send-to-Device messages (#2608)Till
2022-07-25Update database migrations, remove goose (#2264)Till
2022-07-18Set historyVisibility in rowsToStreamEventsTill Faelligen
2022-07-18History visibility database changes (#2533)Till
2022-07-15Use sync API database in `filterSharedUsers` (#2572)Neil Alexander
2022-07-12Minor SendToDevice fix (#2565)Till
2022-07-11Ristretto cache (#2563)Neil Alexander
2022-05-17bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)kegsay
2022-05-10Add indexes to `syncapi_output_room_events` table that satisfy the filters (#...Neil Alexander
2022-05-03Global database connection pool (for monolith mode) (#2411)Neil Alexander
2022-04-28Only load members of newly joined rooms (#2389)Till
2022-04-28Limit presence in `/sync` responses (#2394)Till
2022-04-27Fix #2390 (#2392)Till
2022-04-27Try that againNeil Alexander
2022-04-27Correct account data position mappingNeil Alexander
2022-04-27Don't create fictitious presence entries (#2381)Neil Alexander
2022-04-26Send all account data on complete sync by defaultNeil Alexander
2022-04-26Fix account data positionNeil Alexander
2022-04-26Start account data ID from `from`Neil Alexander
2022-04-26Fix account_data not correctly send in a complete sync (#2379)Till
2022-04-26Add heroes to the room summary (#2373)Till
2022-04-20Eliminate more SQL no row errors in sync API (#2363)Neil Alexander
2022-04-13Make `/messages` filterable (#2347)Till
2022-04-11Correctly use provided filters (#2339)Till
2022-04-09Remove dead code in the sync api (#2341)kegsay
2022-04-08syncapi: add more tests; fix more bugs (#2338)kegsay
2022-04-08Add test infrastructure code for dendrite unit/integ tests (#2331)kegsay
2022-04-07Add possibility to ignore users (#2329)Till
2022-04-06Add presence module V2 (#2312)Till
2022-04-01Include joined and invite member counts in room summary (#2315)Neil Alexander
2022-03-29Remove eduserver (#2306)S7evinK
2022-03-24Fix lint errorsNeil Alexander
2022-03-21Remove unused partition_offset_table (#2288)S7evinK
2022-03-18Better mapping of stream positions to topological positions in `/messages` (#...Neil Alexander
2022-03-17Various bug fixes and tweaks around invites and membershipNeil Alexander
2022-03-16Fix SQL statement for PurgeRoomState (#2280)S7evinK
2022-03-11Don't range entire state for `/sync` (#2270)Neil Alexander
2022-03-03Implement Push Notifications (#1842)Dan
2022-03-01Hopefully fix read receipts (#2241)Neil Alexander
2022-02-21Implement `/context` (#2207)S7evinK
2022-02-04Remove sarama/saramajetstream dependencies (#2138)S7evinK
2021-11-03Reduce CPU usage of SelectStateInRange (#2038)Neil Alexander
2021-11-02Run gofmt on dendrite - apply go 1.17 preferred build tags (#2021)PiotrKozimor