Kévin Commaille
cdeee6bffb
camera: Fix unimplemented module imports
1 year ago
Kévin Commaille
8126ce3a40
secret: Fix unimplemented module imports
1 year ago
Kévin Commaille
41efd8b809
location: Use a trait for API implementations instead of GObject subclasses
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
Andika Triwidada
be8c021c7f
Update Indonesian translation
1 year ago
Artur S0
e3e5a2bf33
Update Russian translation
1 year ago
Kévin Commaille
8cc9b6c705
ci: Use a previous commit of rust-nightly for building docs
...
There is a regression in the latest commit that prevents the
dependencies from building.
1 year ago
Kévin Commaille
d8cc3eed82
account-settings: Update the items in UserSessionsList rather than replacing them
1 year ago
Brage Fuglseth
95a37306ff
Update Norwegian Bokmål translation
1 year ago
Kévin Commaille
d5cbeeef99
Upgrade glycin
1 year ago
Álvaro Burns
d726cbc5a9
Update Brazilian Portuguese translation
1 year ago
Kévin Commaille
c51971f37c
Upgrade matrix-sdk
1 year ago
Kévin Commaille
7c8e4b2577
room: Count our own user's membership changes as activity
...
That way freshly joined or newly created rooms are at the top of the
list.
1 year ago
Kévin Commaille
0fb493674a
timeline: Add TRACE level logs for item changes
...
To debug an issue with missing items
1 year ago
Kévin Commaille
2cafa29b92
Upgrade matrix-sdk
1 year ago
Titouan Real
7911dd2134
user-sessions-page: React to device disconnections
...
When a device is disconnected, the server sends us an empty
`DeviceUpdates`. In this case, we need to reload the sessions list.
1 year ago
Kévin Commaille
2b8276c416
secret: Create data directory before storing tokens
1 year ago
Andika Triwidada
b4224653c9
Update Indonesian translation
1 year ago
Martin
6b04bbcf93
Update Slovenian translation
1 year ago
Luming Zh
c0620fbafb
Update Chinese (China) translation
1 year ago
Yuri Chornoivan
986491fcaa
Update Ukrainian translation
1 year ago
Kévin Commaille
67362776c6
misc: Fix new clippy lints
1 year ago
Kévin Commaille
5fff035bff
session: Handle refreshing tokens
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
1d69e8282b
secret: Add the SecretExt trait to implement by backends
1 year ago
Kévin Commaille
3736e2782d
secret: Use SampleString trait
...
The code looks cleaner like that.
1 year ago
Kévin Commaille
a37e63aecc
Upgrade crate dependencies
1 year ago
Artur S0
8471160d23
Update Russian translation
1 year ago
Aefgh Threenine
2f9908fd07
Update Thai translation
1 year ago
Sabri Ünal
8dc5668ff6
Update Turkish translation
1 year ago
Rafael Fontenelle
df23a0ec3a
Update Brazilian Portuguese translation
1 year ago
Ekaterine Papava
49f2ab6677
Update Georgian translation
1 year ago
Kévin Commaille
5f48f0f973
session: Set up periodic media cache cleanups
...
Avoids to have it grow indefinitely and gets rid of old media.
1 year ago
Kévin Commaille
a005dfea72
chore: Upgrade matrix-sdk
1 year ago
Kévin Commaille
30a764b4e3
room: Rename timeline property to live-timeline
1 year ago
Kévin Commaille
14ec802dfd
room-history: Use Timeline as source of data rather than room
1 year ago
Kévin Commaille
ca18d920c1
timeline-item: Add a property to access the Timeline of the item
1 year ago
Kévin Commaille
229a5a1d31
timeline-diff-minimizer: Rename and use a custom trait for timeline items
1 year ago
Kévin Commaille
56d395581b
timeline: Prepare support for forward paginating
...
Until now we assumed that loading events always loaded older events.
If we want to support opening the room history at an arbitrary event,
we need to be able to load newer events too.
This refactors code to clarify that we are currently loading older
events.
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
e9b4ffa5b0
ci: Check Rust dependencies with cargo-deny
1 year ago
Luming Zh
cedc6fc539
Update Chinese (China) translation
1 year ago
Rafael Fontenelle
6246535d5b
Update Brazilian Portuguese translation
1 year ago
Martin
a22d09af91
Update Slovenian translation
1 year ago
Yuri Chornoivan
42c8bd045a
Update Ukrainian translation
1 year ago
Daniel Rusek
929c12836c
Update Czech translation
1 year ago
Alexandre Franke
42b5fddadb
about: drop years from copyright
1 year ago
Andika Triwidada
cfbf9ffa61
Update Indonesian translation
1 year ago
Kévin Commaille
3618573f83
build: Require at least OpenSSL 3.0.0
...
Versions older than that are not supported anymore
1 year ago