Commit Graph

2841 Commits

Author SHA1 Message Date
Nicolas Werner 23776e53ad
Merge pull request #1571 from TheOneWithTheBraid/braid/store-left-rooms-in-archive
chore: incrementally add left rooms to archive
2023-11-02 09:56:51 +01:00
Nicolas Werner 620187c772
Merge branch 'main' into braid/store-left-rooms-in-archive 2023-11-02 08:49:48 +01:00
td 5900442bcb
Merge pull request #1594 from famedly/td/useTemplatePub
chore: use our reusable workflow for pub publish
2023-10-25 13:15:31 +00:00
td 318134d6f4
chore: use our custom reusable workflow to avoid manually configuring each publish job 2023-10-25 04:17:01 +05:30
Krille-chan a66e2d8e26
Merge pull request #1592 from famedly/krille/release-0-22-6
build: Release 0.22.6
2023-10-23 13:30:44 +02:00
Krille 569fa186cf
build: Release 0.22.6 2023-10-23 13:03:30 +02:00
Krille-chan c6613323b4
Merge pull request #1591 from famedly/krille/refactor-wait-for-room
refactor: Wait for room in sync until sync process and trigger cleanu…
2023-10-23 13:02:28 +02:00
Krille f0e4232930 refactor: Wait for room in sync until sync process and trigger cleanup call not before actually start clean up. 2023-10-23 12:30:14 +02:00
Krille-chan 49f76b4a29
Merge pull request #1590 from famedly/krille/do-not-convert-linebreaks-in-pre-blocks
fix: Do not convert linebreaks in pre blocks on markdown parsing
2023-10-23 12:26:48 +02:00
Krille 6f144198b7
fix: Do not convert linebreaks in pre blocks on markdown parsing 2023-10-23 08:39:26 +02:00
The one with the braid 5dea95f02c fix: Code style
Signed-off-by: The one with the braid <info@braid.business>
2023-10-20 14:58:56 +02:00
Clemens-Toegel f1fd6f43f9 chore: remove archived room on forget (#2)
Co-authored-by: Clemens Toegel <clemens.toegel@x-tention.at>
2023-10-20 14:04:11 +02:00
Clemens-Toegel 0ec6a64cc8 chore: store states to archived rooms (#1)
* chore: store states to archived rooms

* chore: PR fix

---------

Co-authored-by: Clemens Toegel <clemens.toegel@x-tention.at>
2023-10-20 14:04:11 +02:00
The one with the braid 053dddb76d chore: incrementally add left rooms to archive
- store left rooms in archive during sync (as well as they are removed
  on join already)
- refactor room archive code
- fix typo

Internal reference: SMC-385

Signed-off-by: The one with the braid <info@braid.business>
2023-10-20 14:04:11 +02:00
Krille-chan 8c638a7554
Merge pull request #1588 from famedly/krille/release-0-22-5
build: Bump version to 0.22.5
2023-10-20 13:59:37 +02:00
Krille a9a2bedab0
build: Bump version to 0.22.5 2023-10-20 13:29:07 +02:00
Krille-chan 9fa0710a33
Merge pull request #1586 from famedly/krille/add-methods-to-load-all-keys
feat: Add methods to load all room keys from online key backup
2023-10-20 13:28:02 +02:00
Krille 4e310f16d5 feat: Add methods to load all room keys from online key backup
This makes it possible to load
and sync all room keys
right after the bootstrap if the
app wants to do this.
2023-10-20 12:13:12 +02:00
Krille-chan 3c237f4984
Merge pull request #1537 from PhantomRay/PhantomRay-patch-1
fix: fixed hardcoded historyCount
2023-10-20 12:05:18 +02:00
Ray 4b51c1c5fd fix: fixed hardcoded historyCount 2023-10-20 11:25:45 +02:00
Krille-chan be1f125414
Merge pull request #1585 from famedly/krille/fix-upload-keys
refactor: Trigger upload keys on sync and not in background job and u…
2023-10-20 10:45:20 +02:00
Krille 5c3c85ba3d
refactor: Trigger upload keys on sync and not in background job and upload them before logout 2023-10-20 10:18:05 +02:00
Nicolas Werner 31a52cb463
Merge pull request #1580 from famedly/dependabot/pub/http-1.1.0
build(deps): bump http from 0.13.6 to 1.1.0
2023-10-11 23:39:46 +02:00
dependabot[bot] 9225d6f7d2
build(deps): bump http from 0.13.6 to 1.1.0
Bumps [http](https://github.com/dart-lang/http/tree/master/pkgs) from 0.13.6 to 1.1.0.
- [Release notes](https://github.com/dart-lang/http/releases)
- [Commits](https://github.com/dart-lang/http/commits/http-v1.1.0/pkgs)

---
updated-dependencies:
- dependency-name: http
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 14:22:10 +00:00
Malin 31f0056618
Merge pull request #1575 from famedly/krille/update-markdown
refactor: Update markdown
2023-09-29 10:00:07 +02:00
Krille b5b5cfee5e
fix: Convert linebreaks into br tags on markdown parsing
Removes two test cases in the markdown test which do not work anymore.
Reason for this is that just parsing a word inside of $$ word $$
katex is not valid anyway because katex is only made for mathematical
things. So the output is undefined behavior anyway.
2023-09-29 09:24:50 +02:00
Krille 5dd444daf2
refactor: Update markdown 2023-09-28 08:09:17 +02:00
Krille-chan 9376af619d
Merge pull request #1570 from famedly/release/v0.22.4
build: Bump version to 0.22.4
2023-09-27 11:43:23 +02:00
Krille 80c456f0ab
build: Bump version to 0.22.4 2023-09-27 11:02:48 +02:00
Malin 7ac0f0d325
Merge pull request #1572 from famedly/malin/add-issue-templates
chore: Added adjusted issue templates from product-management
2023-09-26 11:44:33 +02:00
Malin Errenst e1c77ddb5a
chore: Added adjusted issue templates from product-management 2023-09-22 14:12:54 +02:00
Nicolas Werner 8b6bc1212e
Merge pull request #1553 from famedly/nico/handle-send-event-ratelimits
fix: Wait for rate limit to pass while sending messages
2023-09-22 10:28:20 +02:00
Nicolas Werner 97bf7723dd fix: Wait for rate limit to pass while sending messages
Otherwise the user can't handle that exception themselves, since we
don't rethrow.
2023-09-21 13:04:57 +02:00
Nicolas Werner fa73ab3c6f
Merge pull request #1566 from famedly/krille/remove-deprecated-dart-code-metrics
refactor: Remove deprecated dart code metrics
2023-09-21 10:50:51 +02:00
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