Commit Graph

2707 Commits

Author SHA1 Message Date
Krille e6e669efef
refactor: Remove deprecated dart code metrics 2023-09-20 14:35:28 +02:00
Krille-chan 0bd9d4d8ec
Merge pull request #1564 from famedly/krille/member-change-type
feat: Implement member change type
2023-09-20 08:40:47 +02:00
Krille 8ac86a883d
feat: Implement member change type
For easier handling and
comparing of m.room.member
state events to better
know what these event
actually changes.
2023-09-19 16:19:42 +02:00
Nicolas Werner 02d7569c90
Merge pull request #1562 from famedly/nico/fix-okb-bootstrap
fix: wait for online key backup key to be cached on reset
2023-09-19 14:28:07 +02:00
Nicolas Werner dab7f6667e
Merge branch 'main' into nico/fix-okb-bootstrap 2023-09-19 14:02:18 +02:00
Nicolas Werner 3c21b672c5
Merge pull request #1557 from famedly/nico/fix.pagination-end
fix: storing the end of history pagination
2023-09-19 12:27:52 +02:00
Nicolas Werner bf51e57e78
chore: remove redundant log message 2023-09-19 12:24:06 +02:00
Nicolas Werner c0c95b1d64
ci: don't fail fast on dendrite failure 2023-09-18 17:19:05 +02:00
Nicolas Werner 3fb77383a3
fix: wait for online key backup key to be cached on reset
Otherwise uploading the keys won't work, since the key backup is
"disabled".
2023-09-18 17:16:43 +02:00
Nicolas Werner 500e423c00 fix: storing the end of history pagination
At least in our CI this throws a null assertion error and since we
explicitly expect this to sometimes be null in our code, we should store
it as such.
2023-09-18 12:02:06 +02:00
Nicolas Werner bbb157503d
Merge pull request #1558 from famedly/reza/apply-state-events-before-decryption
Apply state event before decryption on leaved room
2023-09-18 12:01:35 +02:00
Mohammad Reza Moradi c38cbbc8dc
fix: apply state event before decryption on leaved room 2023-09-18 11:33:17 +02:00
Nicolas Werner 61c89ae45a
Merge pull request #1556 from famedly/nico/fix-owns-encryption-keys
fix: userOwnsEncryptionKeys returns true for empty device lists
2023-09-13 23:11:48 +02:00
Nicolas Werner 5b47a647b6
fix: userOwnsEncryptionKeys returns true for empty device lists 2023-09-13 14:26:41 +02:00
Nicolas Werner 5370e8cee8
Merge pull request #1550 from famedly/nico/fix-stuck-dms
fix: startDirectChat might return an unjoined room
2023-09-05 10:06:33 +02:00
Nicolas Werner cce3646339
fix: startDirectChat might return an unjoined room
If you create DM room, but the other party doesn't join it, they might
be unable to create a new DM using startDirectChat. Since creating a new
DM is pretty much the same as joining the invite, we try to join the
pending DM invite first and fall back to creating a new room if that
fails.
2023-09-04 13:27:55 +02:00
Krille-chan b9eb0b5aa3
Merge pull request #1548 from famedly/krille/release-0-22-3
build: Bump version to 0.22.3
2023-08-29 13:52:03 +02:00
Krille ab0b9c6763
build: Bump version to 0.22.3 2023-08-23 08:24:27 +02:00
mErrenst b17f3a47f2
Merge pull request #1547 from famedly/krille/request-participants-cache
feat: Add option to not cache users in memory when requesting all of …
2023-08-16 09:15:56 +00:00
Krille-chan d7f03708cc
Merge pull request #1536 from famedly/krille/has-new-messages-fix
fix: Has new messages is never true
2023-08-14 10:01:22 +00:00
krille-chan 0c60ad7acd
feat: Add option to not cache users in memory when requesting all of a room 2023-08-13 08:16:11 +02:00
Krille dd64f4702a
fix: Has new messages is never true 2023-08-10 08:44:07 +02:00
td 210ce7c532
Merge pull request #1542 from famedly/release/v0.22.2
chore: release v0.22.2
2023-08-07 21:32:34 +00:00
td 990a2302ac
chore: release v0.22.2 2023-08-06 13:45:48 +02:00
Krille-chan 230510555d
Merge pull request #1540 from famedly/braid/remove-oneself-from-hero-list
fix: direct message room name computation
2023-08-04 06:41:32 +00:00
The one with the braid 30c27f00a1
fix: direct message room name computation
Signed-off-by: The one with the braid <braid@famedly.com>
2023-08-04 08:17:17 +02:00
Nicolas Werner 4addccd9da
Merge pull request #1534 from famedly/nico/simplify-sorting
refactor: simplify UIA stage selection logic
2023-08-01 08:56:56 +00:00
Nicolas Werner 59693b7375
refactor: simplify UIA stage selection logic
(Also prevents a potential out of bounds exception)
2023-08-01 10:31:55 +02:00
Nicolas Werner b27fd4575d
Merge pull request #1535 from famedly/nico/fix-okb-reset
Make online key backup reset actually backup keys
2023-08-01 08:24:25 +00:00
Nicolas Werner a016709a40
feat: Upload keys on OKB reset
This does make the reset take longer on big accounts, but otherwise
users might sign out before the keys are uploaded, which makes the reset
more destructive than necessary. In the common case of not having any
keys it shouldn't make a difference.
2023-07-31 17:31:04 +02:00
Nicolas Werner eb0759caf5
fix: fix upload of old session after reset
Otherwise we would need to wait for a new inbound session to upload
them. It might increase disk usage a bit every 10 minutes.
2023-07-31 17:31:04 +02:00
Nicolas Werner 88223f1b53
Merge pull request #1532 from famedly/nico/simplify-sorting
refactor: Simplify room sorting logic to make invite sorting more obv…
2023-07-31 10:03:25 +00:00
Nicolas Werner 334c9e3b78
refactor: Simplify room sorting logic to make invite sorting more obvious
It wasn't quite obvious that invites were always sorted at the top, if
you just looked at the sort function. This makes it more explicit and
also makes invites always sort before favourited rooms.
2023-07-31 10:55:27 +02:00
td 4f8fce34d5
Merge pull request #1527 from famedly/td/fixTests
chore: fix incorrect image being used for tests
2023-07-20 12:08:40 +00:00
td 36457530c0
Merge pull request #1523 from famedly/release/v0.22.1
chore: release v0.22.1
2023-07-20 11:51:50 +00:00
td 08d64e6f2b
chore: test 2023-07-20 17:14:54 +05:30
td b9f1eebe56
chore: fix incorrect image being used for tests 2023-07-20 16:11:02 +05:30
td db385469a9
chore: release v0.22.1 2023-07-20 02:00:37 +05:30
td c9ef938358
chore: fix publish.yml hash 2023-07-20 01:59:04 +05:30
td 1ac42594ba
Merge pull request #1525 from famedly/td/fixAgain
chore: use oidc instead of a session token to publish to pub
2023-07-19 16:55:17 +00:00
td 43a5bc7d92
chore: use oidc instead of a session token to publish to pub 2023-07-19 21:39:48 +05:30
td 7d4c9dd916
Merge pull request #1524 from famedly/td/fixreleaseci
chore: fix release ci
2023-07-19 14:53:42 +00:00
td dca3231a52
chore: fix release ci 2023-07-19 19:54:36 +05:30
td 944d7e0639
Merge pull request #1519 from famedly/nico/github-actions
feat: Use github actions
2023-07-19 13:26:35 +00:00
td 427be0e0b8
chore: add pub release job 2023-07-19 18:25:30 +05:30
Nicolas Werner 1c5832e14f
Merge branch 'main' of github.com:famedly/matrix-dart-sdk 2023-07-16 15:34:52 +02:00
Niklas Zender 335334205b
chore: add dependabot 2023-07-16 15:34:35 +02:00
Niklas Zender 5b4f7059ee
chore: add github action 2023-07-16 15:34:35 +02:00
Nicolas Werner 4bbb1fbba7
feat: Use github actions 2023-07-16 15:27:31 +02:00
Nicolas Werner 8f79192e0b
Merge branch 'main' of github.com:famedly/matrix-dart-sdk 2023-07-14 12:28:29 +02:00