0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-08 20:25:36 +02:00
dendrite/clientapi/routing
devonh f66862958d
Remove event building duplication & push to GMSL (#3056)
Removes event building duplication and moves the funcionality into GMSL
since all the sub-steps are already there.
2023-04-14 15:03:07 +00:00
..
account_data.go
admin.go Add tests for the Dendrite admin APIs (#3028) 2023-03-27 15:39:33 +02:00
admin_whois.go
aliases.go
auth_fallback.go Add clientapi tests (#2916) 2022-12-23 14:11:11 +01:00
auth_fallback_test.go Remove BaseDendrite (#3023) 2023-03-22 09:21:32 +01:00
capabilities.go Add tests for /turnServer, /capabilities and /3pid/ (#3038) 2023-04-03 21:42:46 +02:00
createroom.go Remove event building duplication & push to GMSL (#3056) 2023-04-14 15:03:07 +00:00
deactivate.go Add CS API device tests (#3029) 2023-03-31 10:15:01 +02:00
device.go Add CS API device tests (#3029) 2023-03-31 10:15:01 +02:00
directory.go refactor: use latest GMSL which splits fed client from matrix room logic (#3051) 2023-04-06 09:55:01 +01:00
directory_public.go refactor: use latest GMSL which splits fed client from matrix room logic (#3051) 2023-04-06 09:55:01 +01:00
directory_public_test.go refactor: use latest GMSL which splits fed client from matrix room logic (#3051) 2023-04-06 09:55:01 +01:00
joined_rooms.go
joinroom.go Add user profile tests, refactor user API methods (#3030) 2023-04-03 20:19:26 +02:00
joinroom_test.go Remove BaseDendrite (#3023) 2023-03-22 09:21:32 +01:00
key_backup.go
key_crosssigning.go Merge keyserver & userapi (#2972) 2023-02-20 14:58:03 +01:00
keys.go Merge keyserver & userapi (#2972) 2023-02-20 14:58:03 +01:00
leaveroom.go Remove polylith/API mode (#2967) 2023-02-14 12:47:47 +01:00
login.go Add clientapi tests (#2916) 2022-12-23 14:11:11 +01:00
login_test.go refactor: use latest GMSL which splits fed client from matrix room logic (#3051) 2023-04-06 09:55:01 +01:00
logout.go
membership.go Add tests for CSAPI membership changes (#3034) 2023-04-03 21:21:06 +02:00
notification.go
openid.go
password.go Add clientapi tests (#2916) 2022-12-23 14:11:11 +01:00
peekroom.go
presence.go
profile.go refactor: use latest GMSL which splits fed client from matrix room logic (#3051) 2023-04-06 09:55:01 +01:00
pusher.go
pushrules.go Add pushrules tests (#3044) 2023-04-14 12:35:27 +01:00
receipt.go Private read receipts (#2789) 2022-10-11 12:27:21 +01:00
redaction.go Refactor StoreEvent, add MaybeRedactEvent, create an EventDatabase (#2989) 2023-03-01 17:06:47 +01:00
register.go Add user profile tests, refactor user API methods (#3030) 2023-04-03 20:19:26 +02:00
register_secret.go Handle DisplayName field in admin user registration endpoint (#2935) 2023-01-10 18:09:25 +00:00
register_secret_test.go Handle DisplayName field in admin user registration endpoint (#2935) 2023-01-10 18:09:25 +00:00
register_test.go Add user profile tests, refactor user API methods (#3030) 2023-04-03 20:19:26 +02:00
room_tagging.go
routing.go refactor: use latest GMSL which splits fed client from matrix room logic (#3051) 2023-04-06 09:55:01 +01:00
sendevent.go
sendtodevice.go
sendtyping.go Add tests for CSAPI membership changes (#3034) 2023-04-03 21:21:06 +02:00
server_notices.go Add user profile tests, refactor user API methods (#3030) 2023-04-03 20:19:26 +02:00
server_notices_test.go
state.go Move GMSL client types to Dendrite (#3045) 2023-04-04 17:16:53 +00:00
thirdparty.go
threepid.go refactor: use latest GMSL which splits fed client from matrix room logic (#3051) 2023-04-06 09:55:01 +01:00
upgrade_room.go
userdirectory.go refactor: use latest GMSL which splits fed client from matrix room logic (#3051) 2023-04-06 09:55:01 +01:00
voip.go
whoami.go