Commit Graph

388 Commits (47854c71e9bded2c446a251f3ef16f4d5da96ebe)

Author SHA1 Message Date
Patrick Cloke 7950aa8a27 Fix some typos. 4 years ago
Eric Eastwood 80d6dc9783
Remove conflicting sqlite tables that are "reserved" (shadow fts4 tables) (#9003) 4 years ago
Jan Christian Grünhage 43dd93bb26
Add phone home stats for encrypted messages. (#9283) 4 years ago
Richard van der Hoff 9c715a5f19
Fix SSO on workers (#9271) 4 years ago
Patrick Cloke a78016dadf
Add type hints to E2E handler. (#9232) 4 years ago
Patrick Cloke 1baab20352
Add type hints to various handlers. (#9223) 4 years ago
Jason Robinson 4936fc59fc Fix get forward extremities query 4 years ago
Jason Robinson e20f18a766
Make natural join inner join 4 years ago
Patrick Cloke 5b857b77f7
Don't error if deleting a non-existent pusher. (#9121) 4 years ago
Patrick Cloke 4a55d267ee
Add an admin API for shadow-banning users. (#9209) 4 years ago
Jason Robinson 930ba00971 Add depth and received_ts to forward_extremities admin API response 4 years ago
Erik Johnston 758ed5f1bc
Speed up chain cover calculation (#9176) 4 years ago
Erik Johnston ccfafac882
Add schema update to fix existing DBs affected by #9193 (#9195) 4 years ago
Erik Johnston 2506074ef0
Fix receipts or account data not being sent down sync (#9193) 4 years ago
Erik Johnston 7a43482f19
Use execute_batch in more places (#9188) 4 years ago
Erik Johnston eee6fcf5fa
Use execute_batch instead of executemany in places (#9181) 4 years ago
Richard van der Hoff 0cd2938bc8
Support icons for Identity Providers (#9154) 4 years ago
Erik Johnston 6633a4015a
Allow moving account data and receipts streams off master (#9104) 4 years ago
Erik Johnston 350d9923cd
Make chain cover index bg update go faster (#9124) 4 years ago
Richard van der Hoff 2de7e263ed
Ensure we store pusher data as text (#9117) 4 years ago
Patrick Cloke d34c6e1279
Add type hints to media rest resources. (#9093) 4 years ago
Erik Johnston d2479c6870
Fix perf of get_cross_signing_keys (#9116) 4 years ago
Erik Johnston 659c415ed4
Fix chain cover background update to work with split out event persisters (#9115) 4 years ago
Erik Johnston 631dd06f2c
Fix get destinations to catch up query. (#9114) 4 years ago
Erik Johnston 7036e24e98
Add background update for add chain cover index (#9029) 4 years ago
Patrick Cloke d1eb1b96e8
Register the /devices endpoint on workers. (#9092) 4 years ago
Dirk Klimpel 7a2e9b549d
Remove user's avatar URL and displayname when deactivated. (#8932) 4 years ago
Jason Robinson c177faf5a9 Remove trailing whitespace to appease the linter 4 years ago
Jason Robinson 49c619a9a2 Simplify delete_forward_extremities_for_room_txn SQL 4 years ago
Jason Robinson da16d06301 Address pr feedback 4 years ago
Erik Johnston c9195744a4
Move more encryption endpoints off master (#9068) 4 years ago
Erik Johnston 1315a2e8be
Use a chain cover index to efficiently calculate auth chain difference (#8868) 4 years ago
Erik Johnston 4e04435bda
Remove old tables after schema version bump (#9055) 4 years ago
Erik Johnston 63f4990298
Ensure rejected events get added to some metadata tables (#9016) 4 years ago
Jerin J Titus c21d8f1c1d
Drop last_used column from access_tokens (#9025) 4 years ago
Jason Robinson b52fb703f7 Don't try to use f-strings 4 years ago
Jason Robinson 90ad4d443a Implement clearing cache after deleting forward extremities 4 years ago
Erik Johnston fa5f5cbc74
Fix error handling during insertion of client IPs (#9051) 4 years ago
Jason Robinson 85c0999bfb Add Rooms admin forward extremities DELETE endpoint 4 years ago
Jason Robinson b849e46139 Add forward extremities endpoint to rooms admin API 4 years ago
Erik Johnston b530eaa262
Allow running sendToDevice on workers (#9044) 4 years ago
Erik Johnston 63593134a1
Some cleanups to device inbox store. (#9041) 4 years ago
Patrick Cloke 23d701864f
Improve the performance of calculating ignored users in large rooms (#9024) 4 years ago
Patrick Cloke 1c9a850562
Add type hints to the crypto module. (#8999) 4 years ago
Patrick Cloke 9999eb2d02
Add type hints to admin and room list handlers. (#8973) 4 years ago
Patrick Cloke d0c3c24eb2
Drop the unused local_invites table. (#8979) 4 years ago
Patrick Cloke 5d4c330ed9
Allow re-using a UI auth validation for a period of time (#8970) 4 years ago
Brendan Abolivier f2783fc201
Use the simple dictionary in full text search for the user directory (#8959) 4 years ago
Dirk Klimpel 06006058d7
Make search statement in List Room and User Admin API case-insensitive (#8931) 4 years ago
Patrick Cloke bd30cfe86a
Convert internal pusher dicts to attrs classes. (#8940) 4 years ago