Krille
05c945b042
fix: Last message set incorrectly on all session key received
...
This fixes a bug that the
last message was sent
incorrectly when a session
key received for example
from the key backup. It may
fix several issues like the
last message is set as a
very old one or the last
message is not decrypted.
2023-01-18 11:46:32 +01:00
Malin Errenst
3fb134dfb2
Merge branch 'krille/refactor-room-displayname' into 'main'
...
refactor: room displayname calculation
Closes famedly/fluffychat#1114
See merge request famedly/company/frontend/famedlysdk!1211
2023-01-17 15:31:48 +00:00
Krille
d6c4b530c5
refactor: room displayname calculation
...
This deprecates the displayname
getter in favor of the new
getLocalizedDisplayname which
gets the default localization
by default so it can be
called without defining localizations. It adds a method
to calculate if a room is an
abandoned DM room where
it is made sure that the room
is actually empty.
2023-01-17 08:51:07 +01:00
Nicolas Werner
1e605c6728
Merge branch 'voip/fix-add-ice-candidate-timing' into 'main'
...
Fix the timing error when the candidate arrives before the answer sdp.
See merge request famedly/company/frontend/famedlysdk!1208
2023-01-11 02:50:38 +00:00
Duan Weiwei
579b01a405
Fix the timing error when the candidate arrives before the answer sdp.
2023-01-11 02:50:38 +00:00
Nicolas Werner
4ff07b58f4
Merge branch 'td/ringtone' into 'main'
...
fix: play ringtone for incoming calls before trying to getUserMedia
Closes famedly-web#656
See merge request famedly/company/frontend/famedlysdk!1204
2023-01-03 22:56:51 +00:00
td
d66b01382d
Merge branch 'td/fixrequsers' into 'main'
...
fix: propogate filter to getParticipants in requestParticipants
See merge request famedly/company/frontend/famedlysdk!1206
2023-01-03 22:45:56 +00:00
Nicolas Werner
954a54182d
Merge branch 'nico/test-cleanup' into 'main'
...
chore: use proper matchers in integration tests
See merge request famedly/company/frontend/famedlysdk!1190
2023-01-03 22:38:16 +00:00
td
1138012dd1
fix: propogate filter to getParticipants in requestParticipants
2023-01-04 03:36:51 +05:30
td
bd352b60a6
fix: play ringtone for incoming calls before trying to getUserMedia
2022-12-30 20:33:04 +05:30
The one with the braid
4c5f8d09e8
Merge branch 'braid/bump-version' into 'main'
...
chore: bump version
See merge request famedly/company/frontend/famedlysdk!1203
2022-12-27 13:31:50 +00:00
Lanna Michalke
93b0b1e361
chore: bump version
...
Signed-off-by: Lanna Michalke <l.michalke@famedly.com>
2022-12-27 14:21:36 +01:00
The one with the braid
ed0ab3bdb9
Merge branch 'krille/remove-transaction-workaround' into 'main'
...
refactor: Remove database transaction workaround
See merge request famedly/company/frontend/famedlysdk!1192
2022-12-27 13:20:21 +00:00
Krille
185b27eaf7
Merge branch 'nico/invalid_pushrule_test' into 'main'
...
test: Add test for dendrites invalid pushrules
See merge request famedly/company/frontend/famedlysdk!1201
2022-12-27 08:54:43 +00:00
Krille
f5b470eea9
Merge branch 'nico/account-data-test' into 'main'
...
test: Add tests for account data store and retrieve
Closes #326
See merge request famedly/company/frontend/famedlysdk!1199
2022-12-27 08:51:42 +00:00
Krille Fear
956a2f793f
fix: Add timeout to sync http call
2022-12-27 09:30:04 +01:00
Nicolas Werner
2c87b2a8e3
test: Add test for dendrites invalid pushrules
...
While we do test against dendrite, it is useful to have a few targeted
tests.
See also https://gitlab.com/famedly/company/frontend/famedlysdk/-/issues/349
2022-12-23 11:38:00 +01:00
Nicolas Werner
0a1d4c6544
Merge branch 'voip/fix-called-not-sending-screensharing' into 'main'
...
fix: Fix the called party not sending screensharing correctly.
See merge request famedly/company/frontend/famedlysdk!1198
2022-12-23 10:10:18 +00:00
The one with the braid
53c74acd20
Merge branch 'braid/bump-version' into 'main'
...
chore: bump version
See merge request famedly/company/frontend/famedlysdk!1200
2022-12-23 07:23:31 +00:00
TheOneWithTheBraid
a62e325083
chore: bump version
...
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-12-23 08:06:27 +01:00
Nicolas Werner
8c096ef6ca
test: Add tests for account data store and retrieve
...
fixes https://gitlab.com/famedly/company/frontend/famedlysdk/-/issues/326
2022-12-21 19:49:59 +01:00
cloudwebrtc
23552d5434
fix: Fix the called party not sending screensharing correctly.
2022-12-21 20:49:37 +08:00
Christian Pauly
7a5b013c92
refactor: Remove database transaction workaround
...
The workaround was from the
time when we have used
sqflite or when Hive had
bugs. But now HiveCollections
already supports transactions
in Dart zones and concurrent
write operations shouldn't
be a problem anymore.
2022-12-21 09:41:11 +01:00
Krille
9d9b1e38ec
Merge branch 'krille/store-after-decrypted-last-event' into 'main'
...
fix: Store decrypted last event in store
See merge request famedly/company/frontend/famedlysdk!1197
2022-12-21 08:24:39 +00:00
Krille Fear
49703f5808
fix: Store decrypted last event in store
2022-12-21 08:43:52 +01:00
Nicolas Werner
58b3098f16
Merge branch 'braid/null-safe-code' into 'main'
...
fix: make some Room getters null safe
See merge request famedly/company/frontend/famedlysdk!1196
2022-12-14 22:36:29 +00:00
TheOneWithTheBraid
35a108b704
fix: make some Room getters null safe
...
- gixes huge error cause in integration tests of related apps
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-12-14 21:20:14 +01:00
Nicolas Werner
8c2d7d78d8
chore: use proper matchers in integration tests
2022-12-14 14:45:58 +01:00
Krille
6a1ebf5b24
Merge branch 'krille/refactor-megolm-generator' into 'main'
...
Krille/refactor megolm generator
See merge request famedly/company/frontend/famedlysdk!1194
2022-12-14 08:11:33 +00:00
Christian Pauly
2f1696bff8
chore: Bump version
2022-12-14 09:00:08 +01:00
Christian Pauly
c66d2edb5e
refactor: Key manager megolm handling to make key generation more efficient
2022-12-14 08:59:36 +01:00
Krille
dd7cf5c1bf
Merge branch 'reza/bump-version' into 'main'
...
chore: bump version
See merge request famedly/company/frontend/famedlysdk!1191
2022-12-12 12:49:25 +00:00
Reza
1debb789a2
chore: bump version
2022-12-12 13:10:56 +01:00
Krille
f3e9226c1d
Merge branch 'reza/empty-chat' into 'main'
...
fix: leaved direct chat name
Closes famedly-web#650
See merge request famedly/company/frontend/famedlysdk!1188
2022-12-12 12:00:57 +00:00
Reza
52d6b59cc1
fix: leaved direct chat name
2022-12-12 10:31:40 +01:00
td
90e8d5b118
Merge branch 'feat/voip-connection-tester' into 'main'
...
chore: Add voip connection tester.
See merge request famedly/company/frontend/famedlysdk!1142
2022-12-01 14:14:09 +00:00
Duan Weiwei
0bd8848ec5
chore: Add voip connection tester.
2022-12-01 14:14:08 +00:00
The one with the braid
15c643bc7a
Merge branch 'braid/bump-version' into 'main'
...
chore: bump version
See merge request famedly/company/frontend/famedlysdk!1187
2022-12-01 09:24:04 +00:00
Malin Errenst
0db6bac822
Merge branch 'braid/integration-cleanup' into 'main'
...
fix: minor code style fixes in CI
See merge request famedly/company/frontend/famedlysdk!1186
2022-12-01 09:19:42 +00:00
TheOneWithTheBraid
826661cdbf
chore: bump version
...
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-12-01 10:14:13 +01:00
TheOneWithTheBraid
224c16e061
fix: minor code style fixes in CI
...
- remove some whitespace
- make synapse deployment non-persistent
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-12-01 10:09:58 +01:00
The one with the braid
a47cbfa57c
Merge branch 'grieshofer/fix-await-room-keys-in-event-search' into 'main'
...
fix: await requestKey() in event search
See merge request famedly/company/frontend/famedlysdk!1185
2022-12-01 08:55:57 +00:00
Philipp Grieshofer
3f82835d3a
fix: await requestKey() in event search
2022-12-01 08:55:57 +00:00
The one with the braid
45dac39153
Merge branch 'grieshofer/request-session-key-for-encrypted-events-in-search' into 'main'
...
fix: Request session key for bad encrypted events before the text search is carried out
See merge request famedly/company/frontend/famedlysdk!1183
2022-11-28 08:08:27 +00:00
Philipp Grieshofer
789527c256
fix: Request session key for bad encrypted events before the text search is carried out
2022-11-28 08:08:26 +00:00
Krille Fear
614bc38de2
Merge branch 'reza/bump-version' into 'main'
...
chore: bump version
See merge request famedly/company/frontend/famedlysdk!1182
2022-11-25 07:27:56 +00:00
Reza
b6bbb12056
chore: bump version
2022-11-24 14:29:01 +01:00
Mohammad Reza Moradi
67e1b9b253
Merge branch 'krille/check-if-verified-by-any-master-key' into 'main'
...
feat: Check if a key is verified by any master key
See merge request famedly/company/frontend/famedlysdk!1173
2022-11-24 13:11:07 +00:00
Mohammad Reza Moradi
df0981cadc
Merge branch 'krille/update-readme' into 'main'
...
chore: Update readme with new database
Closes #329
See merge request famedly/company/frontend/famedlysdk!1181
2022-11-24 13:09:50 +00:00
Reza
7da56ee212
fix: minor stuff
2022-11-24 11:00:10 +01:00