mirror of
https://github.com/element-hq/dendrite.git
synced 2026-01-16 23:00:35 +00:00
|
Some checks failed
Dendrite / WASM build test (push) Has been cancelled
Dendrite / Linting (push) Has been cancelled
Dendrite / Unit tests (push) Has been cancelled
Dendrite / Build for Linux (push) Has been cancelled
Dendrite / Build for Windows (push) Has been cancelled
Dendrite / Sytest (SQLite Cgo) (push) Has been cancelled
Dendrite / Initial tests passed (push) Has been cancelled
Dendrite / Integration tests (push) Has been cancelled
Dendrite / Upgrade tests (push) Has been cancelled
Dendrite / Upgrade tests from HEAD-2 (push) Has been cancelled
Dendrite / Sytest (PostgreSQL) (push) Has been cancelled
Dendrite / Sytest (SQLite native) (push) Has been cancelled
Dendrite / Complement (PostgreSQL) (push) Has been cancelled
Dendrite / Update Docker images (push) Has been cancelled
Dendrite / Complement (SQLite native) (push) Has been cancelled
Dendrite / Complement (SQLite Cgo) (push) Has been cancelled
Dendrite / Integration tests passed (push) Has been cancelled
This is to complement the existing [Purge Room Admin API](https://element-hq.github.io/dendrite/administration/adminapi#post-_dendriteadminpurgeroomroomid) ### Pull Request Checklist <!-- Please read https://matrix-org.github.io/dendrite/development/contributing before submitting your pull request --> * [x] I have added Go unit tests or [Complement integration tests](https://github.com/matrix-org/complement) for this PR _or_ I have justified why this PR doesn't need tests * [x] Pull request includes a [sign off below](https://element-hq.github.io/dendrite/development/contributing#sign-off) _or_ I have already signed off privately --------- Signed-off-by: Till Faelligen <2353100+S7evinK@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| account_data.go | ||
| admin.go | ||
| admin_whois.go | ||
| aliases.go | ||
| auth_fallback.go | ||
| auth_fallback_test.go | ||
| capabilities.go | ||
| createroom.go | ||
| deactivate.go | ||
| device.go | ||
| directory.go | ||
| directory_public.go | ||
| directory_public_test.go | ||
| joined_rooms.go | ||
| joinroom.go | ||
| joinroom_test.go | ||
| key_backup.go | ||
| key_crosssigning.go | ||
| key_crosssigning_test.go | ||
| keys.go | ||
| leaveroom.go | ||
| login.go | ||
| login_test.go | ||
| logout.go | ||
| membership.go | ||
| memberships.go | ||
| notification.go | ||
| openid.go | ||
| password.go | ||
| peekroom.go | ||
| presence.go | ||
| profile.go | ||
| pusher.go | ||
| pushrules.go | ||
| receipt.go | ||
| redaction.go | ||
| register.go | ||
| register_secret.go | ||
| register_secret_test.go | ||
| register_test.go | ||
| report_event.go | ||
| room_hierarchy.go | ||
| room_tagging.go | ||
| routing.go | ||
| sendevent.go | ||
| sendevent_test.go | ||
| sendtodevice.go | ||
| sendtyping.go | ||
| server_notices.go | ||
| server_notices_test.go | ||
| state.go | ||
| state_test.go | ||
| thirdparty.go | ||
| threepid.go | ||
| upgrade_room.go | ||
| userdirectory.go | ||
| voip.go | ||
| whoami.go | ||