Commit Graph

2467 Commits

Author SHA1 Message Date
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
Reza f969a733f1 fix: minor stuff 2022-11-24 10:48:17 +01:00
Reza dd4d0696b3 fix: do not pass the verified device list 2022-11-24 10:19:52 +01:00
Reza 8f37466295 fix: minor stuff 2022-11-24 09:33:36 +01:00
Reza 10cf979877 fix: minor stuff 2022-11-23 19:28:08 +01:00
Christian Pauly a7dda54414 chore: Update readme with new database 2022-11-23 15:55:01 +01:00
Reza 44f862b966 feat: start verification with the verified device 2022-11-23 13:43:57 +01:00
The one with the braid 5c7966f3a2 Merge branch 'braid/integration-dind' into 'main'
feat: migrate e2ee test to DinD

See merge request famedly/company/frontend/famedlysdk!1179
2022-11-23 08:17:37 +00:00
TheOneWithTheBraid 6ef8a56041 feat: migrate e2ee test to DinD
- migrate e2ee tests to DinD
- test e2ee against Synapse, Conduit and Dendrite
- fix error handling in push rules (thanks to Dendrite tests)

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-11-23 09:01:53 +01:00
Reza ffb37e834f feat: check if the key is verified by any master key 2022-11-22 17:22:04 +01:00
Krille Fear 5fb540fc1e Merge branch 'braid/bump-version' into 'main'
chore: bump version

See merge request famedly/company/frontend/famedlysdk!1176
2022-11-22 07:19:16 +00:00
TheOneWithTheBraid bec85b74dd chore: bump version
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-11-22 08:08:46 +01:00
Krille Fear cfd681a760 Merge branch 'braid/account-kind' into 'main'
fix: follow account kind in registration

See merge request famedly/company/frontend/famedlysdk!1175
2022-11-22 07:04:03 +00:00
TheOneWithTheBraid 3cc4cd8410 fix: follow account kind in registration
- as of now, account kind ist simply ignored

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-11-22 07:53:59 +01:00
td a1a22d411f Merge branch 'braid/bump-version' into 'main'
chore: bump version

See merge request famedly/company/frontend/famedlysdk!1174
2022-11-21 09:57:03 +00:00
TheOneWithTheBraid 6454efa630 chore: bump version
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-11-21 10:46:15 +01:00
td d517581fa5 Merge branch 'krille/fix-powerlevels' into 'main'
fix: PowerLevel calculation regarding to spec

See merge request famedly/company/frontend/famedlysdk!1172
2022-11-21 09:39:50 +00:00
Christian Pauly f3287dbb99 fix: PowerLevel calculation regarding to spec 2022-11-21 10:14:28 +01:00
Christian Pauly aaaf63a0b8 feat: Check if a key is verified by any master key
To check if a device is cross
signed by any master key can
be useful to know which
device can give us the
bootstrap keys on login.
2022-11-21 10:12:12 +01:00