dendrite/clientapi/routing
2023-05-02 01:03:30 +03:00
..
account_data.go Private read receipts (#2789) 2022-10-11 12:27:21 +01:00
admin.go Add tests for the Dendrite admin APIs (#3028) 2023-03-27 15:39:33 +02:00
admin_whois.go Define component interfaces based on consumers (1/2) (#2423) 2022-05-05 13:17:38 +01:00
aliases.go Merge v0.8.9 (#13) 2022-07-04 17:39:22 +02:00
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 Merge upstream 0.10.8 2023-01-09 09:46:09 +02:00
deactivate.go Merge remote-tracking branch 'ldap/syncloud' into daniel/ldap-integration 2023-04-30 14:55:50 +03: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 Filter /members, return members at given point (#2827) 2022-10-25 12:39:10 +02:00
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 Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
key_crosssigning.go ♻️ Distinguish UserApi from UserAPI properly. 2023-04-30 16:01:04 +03: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 Actual username on LoginTypePassword 2023-05-02 01:03:30 +03: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 Define component interfaces based on consumers (1/2) (#2423) 2022-05-05 13:17:38 +01:00
membership.go Add tests for CSAPI membership changes (#3034) 2023-04-03 21:21:06 +02:00
multiroom.go Multiroom feature (#45) 2022-10-31 12:52:27 +01:00
notification.go Merge upstream 0.10.8 2023-01-09 09:46:09 +02:00
openid.go Initial support for multiple server names (#2829) 2022-10-26 12:59:19 +01:00
password.go Merge remote-tracking branch 'ldap/syncloud' into daniel/ldap-integration 2023-04-30 14:55:50 +03:00
peekroom.go Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
presence.go Simplify presence stringification (should help with vector-im/element-android#5712) 2022-04-07 10:10:28 +01:00
profile.go Merge remote-tracking branch 'ldap/syncloud' into daniel/ldap-integration 2023-04-30 14:55:50 +03:00
pusher.go Merge upstream 0.10.8 2023-01-09 09:46:09 +02:00
pushrules.go Define component interfaces based on consumers (1/2) (#2423) 2022-05-05 13:17:38 +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 Merge remote-tracking branch 'ldap/syncloud' into daniel/ldap-integration 2023-04-30 14:55:50 +03: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 Merge remote-tracking branch 'ldap/syncloud' into daniel/ldap-integration 2023-04-30 14:55:50 +03:00
room_tagging.go Upstream release v0.9.0 (#18) 2022-08-03 13:35:29 +02:00
routing.go Merge remote-tracking branch 'ldap/syncloud' into daniel/ldap-integration 2023-04-30 14:55:50 +03:00
sendevent.go Merge upstream 0.10.8 2023-01-09 09:46:09 +02:00
sendtodevice.go Log to device messages being received and sent (#55) 2022-11-21 12:56:26 +01:00
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 Implement server notices (#2180) 2022-02-18 16:05:03 +01:00
state.go Merge remote-tracking branch 'ldap/syncloud' into daniel/ldap-integration 2023-04-30 14:55:50 +03:00
thirdparty.go Merge upstream 0.10.8 2023-01-09 09:46:09 +02:00
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 Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
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 Fix linter issues (#2624) 2022-08-05 11:12:41 +02:00
whoami.go Update /whoami response to match Spec v1.2 (#2201) 2022-02-18 11:28:02 +00:00