Commit Graph

2023 Commits

Author SHA1 Message Date
Krille Fear e97fe621d6 chore: Allow custom image resizer to be an async method 2022-04-04 14:35:23 +02:00
Krille Fear 03afabd323 Merge branch 'krille/fix-powerlevel-calc' into 'main'
fix: Missing type check in power level calculation

See merge request famedly/company/frontend/famedlysdk!1000
2022-04-03 06:31:58 +00:00
Christian Pauly ebd4ff3544 chore: Bump version 2022-04-03 08:25:25 +02:00
Christian Pauly cdd6111ce1 fix: Missing type check in power level calculation 2022-04-03 08:22:53 +02:00
Nicolas Werner 245246460d Merge branch 'krille/send-files-easier' into 'main'
fix: Store sending files in database and fix retrying to send them

See merge request famedly/company/frontend/famedlysdk!999
2022-04-01 13:18:34 +00:00
Krille Fear 6f977b7c9d fix: Store sending files in database and fix retrying to send them 2022-04-01 14:26:57 +02:00
Krille Fear 21378313c3 Merge branch 'krille/post-load-users' into 'main'
fix: Post load all users on room opening

See merge request famedly/company/frontend/famedlysdk!998
2022-04-01 06:36:51 +00:00
Krille Fear b9e8d173e3 Merge branch 'krille/better-fallback-message' into 'main'
fix: Better fallback message for member events without any change

Closes famedly-web#335

See merge request famedly/company/frontend/famedlysdk!997
2022-03-31 11:14:11 +00:00
Christian Pauly 117baecfb1 fix: Post load all users on room opening
When opening a room we need to
fetch all users from the database.
Otherwise we would need to
update the timeline per user after
creation which should be much slower.
2022-03-31 13:07:40 +02:00
Christian Pauly ea3910001b fix: Better fallback message for member events without any change 2022-03-31 12:20:23 +02:00
The one with the Braid f8eee4f4f1 Merge branch 'krille/newversion' into 'main'
chore: Bump version

See merge request famedly/company/frontend/famedlysdk!995
2022-03-30 09:37:52 +00:00
Christian Pauly 9ea9be283f chore: Bump version 2022-03-30 11:31:25 +02:00
The one with the Braid ec755fe591 Merge branch 'krille/file-sending-status' into 'main'
feat: Pass through a custom image

See merge request famedly/company/frontend/famedlysdk!994
2022-03-30 09:25:58 +00:00
Christian Pauly 6a57f99c00 feat: Pass through a custom image
resize function to the client

This allows the use of the
native imaging package in a more
easy way.
2022-03-30 11:15:04 +02:00
The one with the Braid ac24da4963 Merge branch 'krille/file-sending-status' into 'main'
feat: Display dummy event in timeline for sending files

See merge request famedly/company/frontend/famedlysdk!993
2022-03-30 08:45:22 +00:00
Christian Pauly 445252b3a5 feat: Pass through a custom image
resize function to the client

This allows the use of the
native imaging package in a more
easy way.
2022-03-30 10:35:17 +02:00
Christian Pauly a915cdacc8 feat: Display dummy event in timeline for sending files
For thumbnail generation, encrypting
and uploading it is not necessary
to block the UI. The given file
event should already be displayed
in the timeline. This placed it in
the UI and adds a additional
fileSendingStatus property so the
app can fetch the current status.
2022-03-30 10:27:42 +02:00
Krille Fear 23e0d29a0d Merge branch 'krille/try-again-sending' into 'main'
feat: Try again uploading file events for one minute

See merge request famedly/company/frontend/famedlysdk!986
2022-03-30 06:38:01 +00:00
Nicolas Werner e2d2a69e45 Merge branch 'voip/move-voip-methods-from-room' into 'main'
chore: Move the call methods in room to the voip class.

See merge request famedly/company/frontend/famedlysdk!980
2022-03-25 23:51:55 +00:00
Duan Weiwei cac4dc967d chore: Move the call methods in room to the voip class. 2022-03-25 23:51:55 +00:00
The one with the Braid 2a19b02fe0 Merge branch 'nico/fix-publish-pipeline' into 'main'
fix: properly create the directory for the pub credentials

See merge request famedly/company/frontend/famedlysdk!992
2022-03-25 20:43:32 +00:00
Nicolas Werner c83c1c7564 fix: properly create the directory for the pub credentials
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-03-25 21:37:07 +01:00
The one with the Braid 2b301981f2 Merge branch 'bump-version' into 'main'
chore: bump version

See merge request famedly/company/frontend/famedlysdk!990
2022-03-25 15:54:36 +00:00
The one with the Braid 34deed498c Merge branch 'braid/publish-on-tag' into 'main'
fix: automatically publish on tags

See merge request famedly/company/frontend/famedlysdk!991
2022-03-25 15:49:04 +00:00
TheOneWithTheBraid cf6802fe74 fix: automatically publish on tags
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-03-25 16:42:36 +01:00
TheOneWithTheBraid 49c6093c2f chore: bump version
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-03-25 16:27:43 +01:00
Krille Fear f8bd084466 Merge branch 'krille/loglevel-in-client' into 'main'
feat: Set loglevel in client constructor

See merge request famedly/company/frontend/famedlysdk!989
2022-03-25 13:47:23 +00:00
Christian Pauly f86b242dcf feat: Try again uploading file events for one minute
This also refactors the code for
sending events with the same
Duration of one minute.
2022-03-25 12:54:42 +01:00
Christian Pauly abddbee24c feat: Set loglevel in client constructor
This is just more convenient than
doing it in a line after the constructor.
2022-03-25 12:12:43 +01:00
Krille Fear c897127be5 Merge branch 'henri/fix-olm-session-creation-issue' into 'main'
fix: remove pendaing outbound group session creation on completed or errored

Closes #252

See merge request famedly/company/frontend/famedlysdk!987
2022-03-25 09:17:49 +00:00
The one with the Braid 27f3a7ec6d Merge branch 'krille/get-event' into 'main'
feat: Get event in a room faster by searching in database

See merge request famedly/company/frontend/famedlysdk!988
2022-03-24 13:16:51 +00:00
Christian Pauly 6b36d6bd79 feat: Get event in a room faster by searching in database 2022-03-24 14:10:41 +01:00
h.carnot 2cd4eb5e2c fix: remove pendaing outbound group session creation on completed or errored 2022-03-24 13:52:28 +01:00
The one with the Braid 118f2e6b97 Merge branch 'widgets' into 'main'
feat: implement mofifying widgets

See merge request famedly/company/frontend/famedlysdk!983
2022-03-24 09:53:41 +00:00
Krille Fear 5a70474329 Merge branch 'henri/fix-example' into 'main'
fix: example

Closes #270

See merge request famedly/company/frontend/famedlysdk!984
2022-03-24 09:49:10 +00:00
TheOneWithTheBraid c362ead49a feat: implement mofifying widgets
- add predefined MatrixWidget factories
- allow to create widgets
- allow to delete widgets

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-03-24 10:40:10 +01:00
h.carnot 3a55bd312d fix: example 2022-03-24 10:39:17 +01:00
Krille Fear b5336cf589 Merge branch 'henri/event-getLocalizedBody-remove-markdown' into 'main'
feat: allow removing markdown formating from localized body

See merge request famedly/company/frontend/famedlysdk!979
2022-03-24 08:09:43 +00:00
Krille Fear f1be211845 Merge branch 'henri/fix-room-loading' into 'main'
fix: room members loading

See merge request famedly/company/frontend/famedlysdk!982
2022-03-24 08:04:17 +00:00
Henri Carnot 809fe9e621 fix: room members loading
States were used before being fetched from the database.
Thus, room membership states weren't set, and so,
user display names weren't be fetched from the database.
2022-03-24 08:04:17 +00:00
Krille Fear 1411a3ceae Merge branch 'krille/simplify-relates-to' into 'main'
refactor: Simplify relates to and make it more type safe

See merge request famedly/company/frontend/famedlysdk!981
2022-03-24 07:42:51 +00:00
Christian Pauly 657a332b03 refactor: Simplify relates to and make it more type safe
Everything in content is user generated
so we should never expect correct
types and return null instead.
2022-03-22 11:46:48 +01:00
h.carnot f095cbe29d feat: add some more tests 2022-03-18 11:45:08 +01:00
h.carnot b47a5f8dff feat: added doc 2022-03-18 11:42:38 +01:00
h.carnot 77347a44ff feat: allow removing markdown formating 2022-03-18 11:40:10 +01:00
Krille Fear 08e0284cef Merge branch 'krille/nextversion' into 'main'
chore: Bump version

See merge request famedly/company/frontend/famedlysdk!978
2022-03-17 16:00:09 +00:00
Christian Pauly 4418b95e46 chore: Bump version 2022-03-17 16:53:35 +01:00
td ba48ab661c Merge branch 'td/oldusername' into 'main'
fix: send oldusername in displayname changed event

Closes #271

See merge request famedly/company/frontend/famedlysdk!977
2022-03-17 15:12:15 +00:00
Techno-Disaster 885da787b4
fix: send oldusername in displayname changed event 2022-03-17 18:51:26 +05:30
Nicolas Werner 62780b5b2f Merge branch 'krille/fix-reactions-trigger-notifications' into 'main'
fix: Dont encrypt reactions

See merge request famedly/company/frontend/famedlysdk!974
2022-03-15 10:40:52 +00:00