Commit graph

563 commits

Author SHA1 Message Date
Julian Sparber
7c22fad41c i18n: Import translations from legacy 2022-03-31 13:17:51 +02:00
Bilal Elmoussaoui
e8c0891bc2 CI: fix docs branch 2022-03-31 10:50:13 +00:00
Kévin Commaille
c6cd1d7916 readme: Mention legacy branch 2022-03-31 10:11:43 +00:00
Kévin Commaille
6eeac2d0e6 readme: Add instructions for the nightly flatpak 2022-03-31 10:11:43 +00:00
Kévin Commaille
9a32e24191 readme: Be consistent in naming of Fractal-next 2022-03-31 10:11:43 +00:00
Kévin Commaille
d853a66a16 readme: Add syntax highlighting for shell commands 2022-03-31 10:11:43 +00:00
Kévin Commaille
9c9e41bb1d readme: Fix typos 2022-03-31 10:11:43 +00:00
Kévin Commaille
dd4931ea7c readme: Improve formatting
Wrap lines at ~100 characters.
2022-03-31 10:11:43 +00:00
Bilal Elmoussaoui
2894e5510f gobject: Drop default ParentType 2022-03-31 09:53:53 +00:00
Bilal Elmoussaoui
9039633c24 components: Use Default where possible 2022-03-31 09:53:53 +00:00
Kévin Commaille
3d8fe3912f build: Fix variable name in metainfo 2022-03-31 09:24:58 +00:00
Kévin Commaille
9968d724f0 build: Add develoment version to metainfo
Fixes the version of the flatpak bundle
2022-03-31 09:24:58 +00:00
Bilal Elmoussaoui
241055546a docs: fix the logo link & add favicon 2022-03-31 08:05:52 +00:00
Alexandre Franke
eb9123edbf doc: turn links into buttons 2022-03-30 23:41:01 +02:00
Julian Sparber
c38a7307c3 ci: Fix nightly deploy job 2022-03-30 15:18:43 +00:00
Julian Sparber
80adbfd0e9 ci: Make nightly publish job run
Jobs starting with a dot arn't executed
2022-03-30 16:48:21 +02:00
Julian Sparber
ec1254259f Add Kévin Commaille to AboutDialog 2022-03-30 15:19:34 +02:00
Julian Sparber
83575f825e Change version to follow scheme used by GNOME 2022-03-30 15:17:46 +02:00
Julian Sparber
a73ff67be4 Copy and update metainfo from master 2022-03-30 15:15:10 +02:00
Julian Sparber
b154693be0 Add doap file 2022-03-30 14:36:28 +02:00
Julian Sparber
5fe5bf4e29 Add code of conduct from master 2022-03-30 14:36:28 +02:00
Julian Sparber
c6b5b226b7 Use desktop file from master 2022-03-30 14:36:28 +02:00
Julian Sparber
ea562b6446 doc: Update readme 2022-03-30 14:36:28 +02:00
Julian Sparber
47378356b9 Add 'inout' to typos 2022-03-30 14:36:28 +02:00
Julian Sparber
0bf6a4ff32 Remove Next from app-id 2022-03-30 14:36:28 +02:00
Julian Sparber
38ee2cdd04 ci: Add nightly build 2022-03-30 14:36:28 +02:00
Kévin Commaille
a6cd20aca9
chore: Update matrix-sdk 2022-03-30 13:02:51 +02:00
Kévin Commaille
73c9d51ea8
login: Use EntryRow and PasswordEntryRow 2022-03-28 17:45:48 +02:00
Kévin Commaille
ce6da47adc
login: Move brand_to_icon as a method on IdpBrand 2022-03-28 17:45:47 +02:00
Kévin Commaille
c0d7ff2588
login: Check login types when autodiscovery is disabled 2022-03-28 17:45:47 +02:00
Kévin Commaille
c1a97472b4
login: Move to its own module 2022-03-28 17:45:47 +02:00
Kévin Commaille
0e5886bedf
sidebar: Always show the total number of notifications 2022-03-27 18:47:24 +02:00
Kévin Commaille
a2a7800c1b
sidebar: Order rooms by latest message
Only use latest messages or the user join state event.
Bind to property so the order is updated when it changes.

Fixes #858
2022-03-27 16:26:17 +02:00
Kévin Commaille
0a73302554
sidebar: Fix room highlight 2022-03-27 12:48:17 +02:00
Julian Sparber
b5bbe1527d Update sdk
Fixes: https://gitlab.gnome.org/GNOME/fractal/-/issues/955
2022-03-25 16:20:27 +01:00
Julian Sparber
e6259b5c50 timeline: Clear timeline on broken forward_stream 2022-03-25 16:20:27 +01:00
alyaeanyx
ace62a343f
Clarify error message for auto-discovery 2022-03-23 19:34:44 +01:00
alyaeanyx
13038bc3fa
Fix style 2022-03-23 19:05:05 +01:00
alyaeanyx
d1c85f13b3
Add user facing message for ClientBuildError::AutoDiscovery 2022-03-23 19:04:31 +01:00
alyaeanyx
8f56b9b5e7
Update matrix-rust-sdk 2022-03-23 19:04:31 +01:00
Julian Sparber
36616f86e8 verification: Fix missing property in set_property 2022-03-22 16:58:36 +01:00
Julian Sparber
82d2dfa5a8 verification: Improve text for labels 2022-03-22 16:20:15 +01:00
Julian Sparber
cef415bc01 verification: Make sure use Mode::CurrentSession for setup 2022-03-22 16:08:48 +01:00
JCWasmx86
d8e58a76aa login: Add SSO support 2022-03-22 15:45:22 +01:00
Maximiliano Sandoval R
8eb8e9981c attachment: Check mimetype asap 2022-03-22 14:25:25 +00:00
Maximiliano Sandoval R
ec2852dc90 Make a drag and drop overlay widget 2022-03-22 14:25:25 +00:00
Maximiliano Sandoval R
57b2640035 Implement attachments
With drag and drop.

Fixes: https://gitlab.gnome.org/GNOME/fractal/-/issues/121, https://gitlab.gnome.org/GNOME/fractal/-/issues/764.
2022-03-22 14:25:25 +00:00
Julian Sparber
9742cff5d1 verification: Improve text for labels 2022-03-22 12:52:06 +01:00
Julian Sparber
fb547d0f3b verification: Use incomming requests on cross-signing setup 2022-03-22 12:39:15 +01:00
Julian Sparber
cc23304b42 verification: Use markup for label with markup 2022-03-21 12:48:33 +01:00