Kévin Commaille
97e051235d
Upgrade matrix-sdk
...
And cargo update other crates.
10 months ago
Kévin Commaille
0092ae1e30
Upgrade matrix-sdk
11 months ago
Kévin Commaille
ebd7d029cf
Release Fractal 11
11 months ago
Kévin Commaille
537d31521b
utils: Replace remove_newlines with collapse_whitespace
...
In HTML, contiguous whitespaces must be replaced by a single space, not
removed.
11 months ago
Kévin Commaille
67a12518bd
room-history: Add spaces instead of newlines in topic
11 months ago
Kévin Commaille
efe9189d76
session: Cache room and user profile in memory
...
Reduces the number of requests to the homeserver.
11 months ago
Kévin Commaille
5ea7f82c2f
room-history: Add support for Blurhashes
...
It is displayed while the media is being downloaded, or instead of the
preview if the preview is hidden.
11 months ago
Kévin Commaille
c5325049f6
Release Fractal 11.rc
11 months ago
Kévin Commaille
865733b151
Upgrade glycin
11 months ago
Kévin Commaille
163fe968f2
Upgrade matrix-sdk
...
Use new release
11 months ago
Kévin Commaille
834a06612a
Upgrade crates
...
Gets rid of tokio advisory
11 months ago
Kévin Commaille
9f9b0129f0
Upgrade crate dependencies
...
To get rid of the cargo-deny advisory.
12 months ago
Titouan Real
8af7a922e3
Address RUSTSEC-2025-0022
...
https://rustsec.org/advisories/RUSTSEC-2025-0022
12 months ago
Kévin Commaille
48f569f327
account-settings: Use SDK's OAuth methods rather than implementing our own
12 months ago
Kévin Commaille
a137928496
Upgrade matrix-sdk
12 months ago
Kévin Commaille
f513aa5f8b
Release Fractal 11.beta
12 months ago
Kévin Commaille
384a80afbb
Upgrade matrix-sdk
12 months ago
Kévin Commaille
c55e39a640
Revert "Downgrade oo7"
...
This reverts commit 2f107332fd .
1 year ago
Kévin Commaille
cd1b8419dc
Upgrade crate dependencies
1 year ago
Kévin Commaille
499f9f9370
Upgrade dependencies
1 year ago
Kévin Commaille
5a1cc6497e
Upgrade matrix-sdk
1 year ago
Kévin Commaille
694a07bfec
Upgrade matrix-sdk
1 year ago
Kévin Commaille
33edfe65cf
Upgrade matrix-sdk
1 year ago
Kévin Commaille
2f107332fd
Downgrade oo7
...
Until we find a solution for the current problem.
1 year ago
Kévin Commaille
c2253f2507
Upgrade crate dependencies
...
In particular upgrade oo7 to 0.4.1 to have an extra log for the current
error.
1 year ago
Kévin Commaille
5564609c99
Upgrade matrix-sdk
1 year ago
Kévin Commaille
d5cbeeef99
Upgrade glycin
1 year ago
Kévin Commaille
c51971f37c
Upgrade matrix-sdk
1 year ago
Kévin Commaille
2cafa29b92
Upgrade matrix-sdk
1 year ago
Kévin Commaille
8a6b71e496
secret: Store tokens in a separate file
...
When we switch to supporting OAuth 2.0, the tokens will need to be
refreshed often. To avoid issues where the secret backend might stop
responding, we store them encrypted in a separate file. The secret
backend now only stores the passphrase.
1 year ago
Kévin Commaille
a37e63aecc
Upgrade crate dependencies
1 year ago
Kévin Commaille
a005dfea72
chore: Upgrade matrix-sdk
1 year ago
Kévin Commaille
b67d763dea
Release Fractal 10.1
...
This version backports the fixes to the regressions introduced in
Fractal 10.
1 year ago
Kévin Commaille
be682d69b0
chore: Upgrade matrix-sdk and ruma
1 year ago
Kévin Commaille
c5955bbc74
Release Fractal 10
1 year ago
Kévin Commaille
63b4fe073b
chore: Upgrade matrix-sdk
1 year ago
Kévin Commaille
2835b999f8
camera: Use aperture library for scanning QR codes
...
That way we can benefit from improvements upstream.
This also simplifies the camera API in the process by using a trait
instead of a subclassable GObject.
1 year ago
Kévin Commaille
a849341e3a
Release Fractal 10.rc
1 year ago
Kévin Commaille
06471e66b9
chore: Upgrade matrix-sdk
...
Stop using a private branch.
1 year ago
Kévin Commaille
d1b1f4ad3f
timeline: Refactor code to minimize diff and add tests
1 year ago
Kévin Commaille
f293b5ef60
chore: Upgrade matrix-sdk (ter)
...
Adds a patch to fix decryption errors.
1 year ago
Kévin Commaille
b2b48e7a64
chore: Upgrade matrix-sdk (bis)
...
This time with a real fix for the timeline start issue.
1 year ago
Kévin Commaille
01a3835641
chore: Upgrade matrix-sdk
...
Should fix issue with erroneous "This is the start of the visibile
timeline" in the room history.
1 year ago
Kévin Commaille
fd48e88fcc
Add oidc-aware compatibility
...
It requires a few changes during login to only offer SSO when OIDC
compatability is detected,
and most actions that require UIAA in account details must now occur
in the account management UI of MAS.
1 year ago
Kévin Commaille
ea1a12763b
video-player: Use gstgtk4 library installed on system
...
We do not need to compile it as part of our binary since it is available
in the GNOME platform runtime.
1 year ago
Kévin Commaille
2d0552b74d
timeline: Attempt to minimize the diff batches from the SDK
...
A recent change in the SDK made them less optimized than before,
it creates jumps in the room history when sending a message.
We try to work around that by optimizing the batch ourselves.
1 year ago
Kévin Commaille
cb784482b7
chore: Upgrade matrix-sdk
1 year ago
Kévin Commaille
332fcefbe0
Release Fractal 10.beta
1 year ago
Kévin Commaille
9048261ccd
chore: Upgrade crate dependencies
1 year ago
Kévin Commaille
9c330d3114
qr-code-detector: Do not use image crate
...
It is not needed, we can just construct another type that rqrr accepts
as input for its API.
Gets rid of the image crate in the dependency tree.
1 year ago