link2xt
be3e202470
feat: allow adding second transport
2025-11-20 15:51:19 +00:00
B. Petersen
54a2e94525
fix: deprecate deletion timer string for '1 Minute'
...
the minimum timestamp in UI is 5 minutes
and the old string is about to be removed from translations.
the 'seconds' fallback is good enough, however
2025-11-15 14:41:54 +01:00
iequidoo
fc81cef113
refactor: Rename chat::create_group_chat() to create_group()
...
If we use modules (which are actually namespaces), we can use shorter names. Another approach is to
only use modules for internal code incapsulation and use full names like deltachat-ffi does.
2025-10-20 04:19:22 -03:00
link2xt
498a831873
api!: remove APIs to create protected chats
...
Create unprotected group in test_create_protected_grp_multidev
The test is renamed accordingly.
SystemMessage::ChatE2ee is added in encrypted groups
regardless of whether they are protected or not.
Previously new encrypted unprotected groups
had no message saying that messages are end-to-end encrypted
at all.
2025-10-19 11:35:09 +00:00
link2xt
f180a7c024
test: test expiration of non-ephemeral message with unknown viewtype
2025-10-13 18:51:46 +00:00
link2xt
7fac9332e1
test: test expiration of ephemeral messages with unknown viewtype
2025-10-13 18:51:46 +00:00
link2xt
ba76944d75
fix: display correct timer value for ephemeral timer changes
...
The timer change should not disappear,
but should display correct timer change.
2025-07-31 15:00:08 +00:00
link2xt
5c3de759d3
refactor: upgrade to Rust 2024
2025-06-28 17:07:59 +00:00
link2xt
ddc2f55a6f
test: encrypt 15 more Rust tests
...
- chat::chat_tests::test_forward_group
- chat::chat_tests::test_resend_foreign_message_fails
- chat::chat_tests::test_resend_info_message_fails
- ephemeral::ephemeral_tests::test_ephemeral_timer_non_member
- receive_imf::receive_imf_tests::test_delayed_removal_is_ignored
- receive_imf::receive_imf_tests::test_dont_readd_with_normal_msg
- receive_imf::receive_imf_tests::test_dont_recreate_contacts_on_add_remove
- receive_imf::receive_imf_tests::test_member_left_does_not_create_chat
- receive_imf::receive_imf_tests::test_outgoing_private_reply_multidevice
- receive_imf::receive_imf_tests::test_recreate_member_list_on_missing_add_of_self
- receive_imf::receive_imf_tests::test_references
- receive_imf::receive_imf_tests::test_send_as_bot
- receive_imf::receive_imf_tests::test_unsigned_chat_group_hdr
- securejoin::securejoin_tests::test_unknown_sender
- webxdc::webxdc_tests::test_webxdc_reject_updates_from_non_groupmembers
2025-04-01 01:09:55 +00:00
link2xt
20d6f0f2ca
fix: do not allow non-members to change ephemeral timer settings
2025-02-17 13:44:18 +00:00
Hocuri
0c0afead2c
refactor: Move even more tests into their own files ( #6521 )
...
As always, I moved the tests from the biggest files. I left out
`mimefactory.rs` because @link2xt has an active PR modifying the tests.
2025-02-06 22:37:25 +01:00