Jonas Platte
|
6f992d1ad8
|
ui: Add a test for updating member profiles
|
2023-10-23 19:34:23 +02:00 |
|
Jonas Platte
|
1ce67cc9e6
|
test: Use DEFAULT_TEST_ROOM_ID in more places
|
2023-10-23 19:34:23 +02:00 |
|
Jonas Platte
|
254efed150
|
test: Rename DEFAULT_SYNC_ROOM_ID to DEFAULT_TEST_ROOM_ID
… and move to matrix-sdk-test's crate root.
|
2023-10-23 19:34:23 +02:00 |
|
Jonas Platte
|
b9c05ca934
|
test: Move room messages test JSON to the only module that uses it
|
2023-10-04 13:23:47 +02:00 |
|
Jonas Platte
|
75d64e697e
|
test: Remove unused constants from test_json::messages
|
2023-10-04 13:23:47 +02:00 |
|
Jonas Platte
|
b35d40d111
|
test: Remove unused sync events from test_json
|
2023-09-27 10:06:32 +02:00 |
|
Jonas Platte
|
3196ac53b2
|
test: Remove TimelineTestEvent
|
2023-09-27 10:06:32 +02:00 |
|
Jonas Platte
|
145c5078f2
|
test: Remove example from SyncResponseBuilder docs
It is only an internal utility, we can copy-paste from other tests.
|
2023-09-27 10:06:32 +02:00 |
|
Jonas Platte
|
62ecff3e1d
|
test: Remove outdated documentation
|
2023-09-27 10:06:32 +02:00 |
|
Jonas Platte
|
fd822fc683
|
testing: Move last event creation code from TestTimeline to EventBuilder
|
2023-09-21 16:00:11 +02:00 |
|
Jonas Platte
|
5cf3c1e731
|
testing: Use EventBuilder in timeline teply integration tests
|
2023-09-21 16:00:11 +02:00 |
|
Jonas Platte
|
37912a1909
|
testing: Update EventBuilder method names for clarity
|
2023-09-21 16:00:11 +02:00 |
|
Jonas Platte
|
c89b38b19f
|
testing: Update EventBuilder::make_message_event_with_id argument order
|
2023-09-21 16:00:11 +02:00 |
|
Jonas Platte
|
2376f16214
|
testing: Change make_message_event_with_id to take event_id by reference
|
2023-09-21 16:00:11 +02:00 |
|
Jonas Platte
|
5d5f5e18de
|
testing: Move ALICE, BOB, CAROL statics to test crate
|
2023-09-21 16:00:11 +02:00 |
|
Jonas Platte
|
a5a9940ad9
|
testing: Extract EventBuilder out of TestTimeline
|
2023-09-21 16:00:11 +02:00 |
|
Jonas Platte
|
fe2e60c60d
|
testing: Replace TimelineTestEvent::Custom with sync_timeline_event!
|
2023-09-21 16:00:11 +02:00 |
|
Jonas Platte
|
054d26774c
|
testing: Generalize add_timeline_event for sync response room builders
|
2023-09-21 16:00:11 +02:00 |
|
Jonas Platte
|
c8a4bc799b
|
testing: Add sync_timeline_event macro for more type safety in tests
|
2023-09-21 16:00:11 +02:00 |
|
Jonas Platte
|
82f793ec0f
|
testing: Rename event_builder module to sync_builder
It used to contain a type named EventBuilder, but that has been renamed
to SyncResponseBuilder a while ago.
|
2023-09-21 16:00:11 +02:00 |
|
Jonas Platte
|
2d47aecd37
|
Remove the appservice feature from matrix-sdk, matrix-sdk-test
|
2023-09-05 15:40:38 +02:00 |
|
Nicolas Mauri
|
1cc11ae988
|
feat(ffi): Add a notification_mode property to room_info (#2460)
* feat(ffi): Add a notification_mode property to room_info
* feat(sdk): Add a notification_mode() function to Room
* Fix Rust syntax
|
2023-08-29 12:25:26 +00:00 |
|
Nicolas Mauri
|
6961a7fb36
|
Fix is_user_mention_enabled and is_room_mention_enabled (#2357)
* Fix is_user_mention_enabled, is_room_mention_enabled
* Fix: XXX comments in UnitTests
* Update comments
* UnitTests: code refactoring
|
2023-08-01 14:43:32 +02:00 |
|
Jonas Platte
|
8c3af12e47
|
test: Rename EventBuilder to SyncResponseBuilder
… because that's what it is.
|
2023-07-12 10:29:29 +02:00 |
|
Andy Balaam
|
2a2ce5f05c
|
Already-passing tests for get_dm_room including left rooms
|
2023-06-20 11:05:37 +01:00 |
|
Kévin Commaille
|
493db9dd3f
|
sdk-test: Add room member ban sync event
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
|
2023-04-24 18:54:29 +02:00 |
|
Alfonso Grillo
|
f70b6f5ecf
|
Expose 'search users' to UniFFI (#1689)
|
2023-03-22 11:15:03 +01:00 |
|
Valere
|
248b8db309
|
Extended verification states
Co-authored-by: Damir Jelić <poljar@termina.org.uk>
Co-authored-by: Denis Kasak <dkasak@termina.org.uk>
|
2023-03-15 18:16:31 +01:00 |
|
Kévin Commaille
|
1b7f4b4b42
|
fix(test): Fix position of prev_content in JSON
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
|
2023-01-17 12:10:19 +01:00 |
|
Flix
|
ab846f79f1
|
test: Add encryption state mock to tests where it is needed
|
2022-11-15 12:32:20 +01:00 |
|
Jonas Platte
|
1e77e91ec4
|
refactor(appservice): Replace warp with axum
|
2022-10-12 17:32:31 +02:00 |
|
Jonas Platte
|
95613be6c9
|
chore: Remove redundant cfg attribute
|
2022-10-12 17:32:31 +02:00 |
|
Benjamin Kampmann
|
b5bd6dfee9
|
fix: Apply redactions to room state events in database, too (#917)
fixes #890
|
2022-09-27 09:24:53 +02:00 |
|
Flix
|
b816307ea9
|
fix: Listen only to events after sending the request
|
2022-09-05 16:41:55 +02:00 |
|
Jonas Platte
|
6ddc8ba36f
|
refactor!: Rename [Sync]RoomEvent to [Sync]TimelineEvent
|
2022-08-25 18:09:13 +02:00 |
|
Jonas Platte
|
4be2f3aa04
|
chore: Upgrade ruma
|
2022-08-25 18:09:13 +02:00 |
|
Kévin Commaille
|
9064e7b02d
|
feat(sdk): Add support for refresh tokens
|
2022-08-03 10:42:28 +02:00 |
|
Benjamin Kampmann
|
2d21c30639
|
Merge remote-tracking branch 'origin/main' into gnunicorn/issue833
|
2022-08-01 13:28:28 +02:00 |
|
Benjamin Kampmann
|
b91217f53b
|
Merge remote-tracking branch 'origin/main' into gnunicorn/issue833
|
2022-07-19 12:19:20 +02:00 |
|
Benjamin Kampmann
|
e3febd6f1f
|
refactore(test): move testing out of regular build environment
|
2022-07-18 14:37:51 +02:00 |
|