Kévin Commaille
57ae0ef0c4
Downgrade curve25519-dalek
...
The current version was yanked.
8 months ago
Kévin Commaille
7f39417349
room-history: Show a banner when there are pending invite requests
...
And the user can accept or deny it.
8 months ago
Kévin Commaille
4625b5bb97
session: Allow to knock on a room in explore view and room preview
8 months ago
Kévin Commaille
bfcf5550cf
sidebar: Show our invite requests
8 months ago
Kévin Commaille
b672f52bf8
room-details: Allow to change join rule to knock
8 months ago
Kévin Commaille
25f2dc1cc8
components: Add dialog to ask what to do about unsaved changes
...
To reduce code duplication and be consistent about the wording.
8 months ago
Kévin Commaille
454f3e15ae
room-details: Be consistent about wording around knock feature
...
Always talk about requesting an invite
8 months ago
Kévin Commaille
83ca3e8a2b
sender-avatar: Remove action to deny invite request
...
We don't show an avatar for invite requests, so it's very unlikely to
ever appear.
8 months ago
Kévin Commaille
f526ad5d6b
room-details: Show the list of users that knocked on the room
8 months ago
Kévin Commaille
fecf32f3c6
session: Move membership lists to MemberList
...
Allows to reuse the same list filtered by membership in several places.
We also use an enum that is a subset of Membership for identifying the
lists, allowing to do exhaustive matches, which will catch when new
variants are added.
8 months ago
Kévin Commaille
34ad0aae0f
utils: Allow to change item in SingleItemListModel
8 months ago
Kévin Commaille
f07ee800a8
user-page: Be consistent about wording around knock feature
...
Always talk about requesting an invite.
8 months ago
Martin
47acd98a6b
Update Slovenian translation
8 months ago
Yuri Chornoivan
94b4b5c4b1
Update Ukrainian translation
8 months ago
Luming Zh
99a7fdb9bd
Update Chinese (China) translation
8 months ago
Anders Jonsson
c3bb69aaed
message-dialogs: Fix typo
8 months ago
Kévin Commaille
0a92b9772a
room-details: Ask to confirm some changes in PermissionsMemberRow
...
When muting, promoting to the same level as our own user, or demoting
oneself like on the UserPage.
8 months ago
Kévin Commaille
edf6f80adc
room-details: Ask to confirm some changes in PermissionsAddMembersSubpage
...
When muting or promoting to the same level as our own user, like on the
UserPage.
8 months ago
Kévin Commaille
87406c1278
room-details: Only show members with default PL in view to add custom PLs
...
It is more consistent with the wording that way.
8 months ago
Kévin Commaille
c5d7b4d6e7
room-details: Fix member selection not toggled when using PermissionsSelectMemberRow checkbox
...
It only worked when activating the full row.
8 months ago
Kévin Commaille
8c7b452b1f
user-page: Allow to change own power level and ask for confirmation
8 months ago
Kévin Commaille
d3ce661865
Upgrade ruma and matrix-sdk
...
This upgrade is more about Ruma, to test the main branch that contains
several breaking changes before it is released.
8 months ago
Kévin Commaille
ab2f70a258
build: Remove ffmpeg-full extension
...
It is not compatible with the 25.08beta freedesktop.org runtime base.
It was replaced by the codecs-extra extension which is auto-downloaded
with the runtime.
8 months ago
Kévin Commaille
12e2c9cbfb
Upgrade matrix-sdk
...
To the new release.
8 months ago
Aefgh Threenine
431d849bcd
Update Thai translation
8 months ago
Anders Jonsson
4319c3160b
Update Swedish translation
8 months ago
Kévin Commaille
9299056daa
ci: Upgrade cargo-nextest
8 months ago
Kévin Commaille
81900cdc6d
Upgrade matrix-sdk
...
And run `cargo update`.
8 months ago
Kévin Commaille
ca1599296c
Update manifest, CI and instructions for 25.08beta runtime base
8 months ago
Kévin Commaille
b4bcb46fae
Port to Rust 2024
9 months ago
Kévin Commaille
591026c65c
Upgrade matrix-sdk
...
And run cargo update.
9 months ago
Kévin Commaille
4b1b3fb12b
Upgrade glycin-loaders to 1.2.2
9 months ago
Daniel Rusek
a089732ba2
Update Czech translation
9 months ago
Álvaro Burns
f9b1f23b11
Update Brazilian Portuguese translation
9 months ago
Kévin Commaille
4a65b1cb29
docs: Update Flathub instructions
9 months ago
Kévin Commaille
b31f4ff67b
Release Fractal 12.beta
9 months ago
Luming Zh
938396b500
Update Chinese (China) translation
9 months ago
Martin
1006b9b2b4
Update Slovenian translation
9 months ago
Yuri Chornoivan
1c27842ab3
Update Ukrainian translation
9 months ago
Kévin Commaille
0eec6d8189
room-history: Display the sender of membership change events
9 months ago
Kévin Commaille
3f611f7ca2
message-toolbar: Use the sender of the tombstone event for routing the successor room
...
We shouldn't use the server name in the room ID, it is supposed to be an
opaque string and the `!localpart:server_name` format might change.
9 months ago
Baxrom Raxmatov
aaf145feb7
Add Uzbek (Latin) translation
9 months ago
David Akopov
3a6628adea
sidebar-section: signal aggregate notification count & highlight changes
...
Add notification-count, highligh and has-notifications properties to the
sidebar section model and signal on corresponding changes.
Aggregation is done as follows:
is-read := conjunction_over_all_rooms_in_section(is-read)
highligh := union_over_rooms_in_section(highligh)
has-notification := any_over_rooms(has-notifications)
notification-count := sum_over_rooms_in_section(notification-count)
Functionality of ExpressionList is reused on one of the intermediate
models to populate watches (internally on the underlying model) and signal
change of notification-count or highlight with the room indices.
This implementation recalculates the aggregate expressions via
naive iterations (discarding exactly which room(s)' values were
changed).
UI state bits are reflected accordingly to consume the signalled changes.
Fixes : #1048
9 months ago
Kévin Commaille
a213ec8467
Release Fractal 11.2
9 months ago
Kévin Commaille
85bcfc74bc
Upgrade matrix-sdk
...
Use the newly released version.
9 months ago
Rafael Fontenelle
59c6e88311
Update Brazilian Portuguese translation
9 months ago
Luming Zh
37c8490abc
Update Chinese (China) translation
10 months ago
Juliano de Souza Camargo
7f687871b7
Update Brazilian Portuguese translation
10 months ago
Yuri Chornoivan
da49563c35
Update Ukrainian translation
10 months ago
Martin
b31d74e8ba
Update Slovenian translation
10 months ago