dendrite/clientapi/routing
Kegsay 9dd2ed7f65
Implement key uploads (#1202)
* Add storage layer for postgres/sqlite

* Return OTK counts when inserting new keys

* Hook up the key DB and make a test pass

* Convert postgres queries to be sqlite queries

* Blacklist test due to requiring rejected events

* Unbreak tests

* Update blacklist
2020-07-15 12:02:34 +01:00
..
account_data.go Refactor account data (#1150) 2020-06-18 18:36:03 +01:00
auth_fallback.go
capabilities.go
createroom.go Implement local redaction (#1182) 2020-07-03 17:24:51 +01:00
device.go Add User-Interactive Authentication (#1193) 2020-07-10 00:39:44 +01:00
directory_public_test.go Implement ExtraPublicRoomsProvider for p2p demos (#1180) 2020-07-03 12:59:00 +01:00
directory_public.go Yggdrasil demo initial public room directory (#1181) 2020-07-03 14:28:43 +01:00
directory.go Replace publicroomsapi with a combination of clientapi/roomserver/currentstateserver (#1174) 2020-07-02 15:41:18 +01:00
getevent.go
joinroom.go Add PerformInvite and refactor how errors get handled (#1158) 2020-06-24 15:06:14 +01:00
keys.go Implement key uploads (#1202) 2020-07-15 12:02:34 +01:00
leaveroom.go
login.go Add User-Interactive Authentication (#1193) 2020-07-10 00:39:44 +01:00
logout.go
membership.go Implement local redaction (#1182) 2020-07-03 17:24:51 +01:00
memberships.go Remove membership table from account DB (#1172) 2020-06-30 13:34:59 +01:00
profile.go Remove membership table from account DB (#1172) 2020-06-30 13:34:59 +01:00
redaction.go Implement local redaction (#1182) 2020-07-03 17:24:51 +01:00
register_test.go
register.go
room_tagging.go Refactor account data (#1150) 2020-06-18 18:36:03 +01:00
routing.go Implement key uploads (#1202) 2020-07-15 12:02:34 +01:00
sendevent.go Implement local redaction (#1182) 2020-07-03 17:24:51 +01:00
sendtodevice.go
sendtyping.go Remove membership table from account DB (#1172) 2020-06-30 13:34:59 +01:00
state.go Return the correct /joined_members response and allow ?format=event (#1146) 2020-06-17 16:21:42 +01:00
threepid.go
voip.go
whoami.go