matrix-dart-sdk/test
Nicolas Werner c7d49695d5
fix: prevent body (and plaintextBody) from return html by accident
It is not clear why we ever would want to return the formatted_body when
we ask for the body, but it seems to not be used anywhere and there are
no tests covering that functionality. However it leads to suprising
results, where the plaintextBody can be tricked into returning html
without applying conversions. So we just get rid of that functionality.
2024-10-16 13:59:11 +02:00
..
encryption fix: Race conditions in tests now that they are running faster 2024-10-07 21:37:42 +02:00
matrix_api chore: merge api_lite and dart sdk 2024-03-25 17:22:05 +05:30
msc_extensions chore: expose fake matrix api 2024-04-30 17:42:36 +05:30
box_test.dart fix: also delete db on logout 2024-07-26 22:19:02 +05:30
calls_test.dart fix: Race conditions in tests now that they are running faster 2024-10-07 21:37:42 +02:00
canonical_json_test.dart refactor: Use import sorter and ci templates 2022-07-21 15:44:04 +02:00
client_test.dart fix: Race conditions in tests now that they are running faster 2024-10-07 21:37:42 +02:00
commands_test.dart chore: expose fake matrix api 2024-04-30 17:42:36 +05:30
database_api_test.dart refactor: Cache profiles in database and refactor API 2024-07-23 08:51:10 +02:00
device_keys_list_test.dart fix: Race conditions in tests now that they are running faster 2024-10-07 21:37:42 +02:00
event_test.dart fix: prevent body (and plaintextBody) from return html by accident 2024-10-16 13:59:11 +02:00
fake_client.dart fix: Race conditions in tests now that they are running faster 2024-10-07 21:37:42 +02:00
fake_database.dart fix: also delete db on logout 2024-07-26 22:19:02 +05:30
html_to_text_test.dart refactor: Use import sorter and ci templates 2022-07-21 15:44:04 +02:00
image_pack_test.dart fix: Do not set messages as state events anymore 2024-05-22 22:22:56 +05:30
markdown_test.dart fix: Do only convert linebreaks to br tags in p blocks 2023-11-22 11:02:17 +01:00
matrix_database_test.dart feat: Store accesstokenExpiresIn and call softlogout 5 minutes before 2024-02-23 13:06:38 +01:00
matrix_exception_test.dart chore: fix exception test after api_lite update 2022-10-17 12:52:08 +02:00
matrix_file_test.dart feat: lcov and tag olm tests 2024-04-23 15:21:46 +05:30
matrix_id_string_extension_test.dart refactor: Use import sorter and ci templates 2022-07-21 15:44:04 +02:00
matrix_localizations_test.dart refactor: Use import sorter and ci templates 2022-07-21 15:44:04 +02:00
multilock_test.dart refactor: Use import sorter and ci templates 2022-07-21 15:44:04 +02:00
mxc_uri_extension_test.dart feat: support for authenticated media 2024-08-16 14:35:50 +05:30
push_notification.dart refactor: Use import sorter and ci templates 2022-07-21 15:44:04 +02:00
pushevaluator_test.dart feat: lcov and tag olm tests 2024-04-23 15:21:46 +05:30
room_archived_test.dart fix: don't convert archived rooms to joined rooms by accident 2024-09-18 11:11:35 +02:00
room_test.dart fix: (BREAKING) Change power level without changing memory 2024-10-08 15:10:49 +02:00
sync_filter_test.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
timeline_context_test.dart refactor: Combine sendMessageTimeoutSeconds and sendTimelineEventTimeout 2024-05-20 16:57:55 +02:00
timeline_test.dart fix: Race conditions in tests now that they are running faster 2024-10-07 21:37:42 +02:00
uia_test.dart refactor: Use import sorter and ci templates 2022-07-21 15:44:04 +02:00
user_test.dart fix: Race conditions in tests now that they are running faster 2024-10-07 21:37:42 +02:00
webrtc_stub.dart feat: famedly calls 2024-04-23 15:52:35 +05:30