Commit Graph

53 Commits

Author SHA1 Message Date
Thibault Martin 3b3e99f937 Merge branch 'main' into add-syphon 2022-09-15 16:22:10 +02:00
0x1a8510f2 56d523c804 Add Syphon 2022-09-15 14:41:32 +01:00
Martin Giger d2d69f4c06 Add Thunderbird 2022-07-08 15:57:57 +02:00
Michael Telatynski 58f63c4afc Fix over-encoding issues in Element URIs 2022-06-06 17:11:15 +01:00
Nicolas Werner 0ca4d66a50 Properly pass vias to Element clients
Should fix joining rooms by roomid via matrix.to.

fixes #270

Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
2022-05-29 15:45:25 +02:00
Thibault Martin 0a15f14af0 Merge pull request #253 from CarlSchwan/feat/neochat
Add NeoChat
2022-05-20 17:54:11 +02:00
Carl Schwan 2c3e1daaa4 Update src/open/clients/NeoChat.js
Co-authored-by: Thibault Martin <thibaultamartin@users.noreply.github.com>
2022-05-20 17:52:12 +02:00
Thibault Martin eefb744467 Merge pull request #239 from aaronraimist/install-links
Add new install links for Quaternion, Nheko, and FluffyChat
2022-05-19 09:43:34 +02:00
Thibault Martin b7b1a33258 Merge pull request #252 from CarlSchwan/patch-1
Update metadata about Quatermion
2022-05-17 11:19:21 +02:00
Andrew Ryan 1839eaae3d Remove url encoding from android element:// links
#248 introduced url encoding for the android element:// link but this caused a regression because the encoded url cannot be picked up by android's filters.  See #259 

This returns the android url to its previous form which still worked.
2022-03-04 14:15:26 -08:00
Carl Schwan 9f28514046 Add NeoChat 2022-01-06 10:44:37 +01:00
Carl Schwan a1bb51ad2d Update src/open/clients/Quaternion.js
Co-authored-by: Alexey Rusakov <Kitsune-Ral@users.sf.net>
2021-12-27 10:51:06 +01:00
Carl Schwan 95cc966e28 Update metadata about Quatermion 2021-12-25 22:45:21 +01:00
Aaron Raimist 5f4c9a7c07 Display both flathub and website download links for Linux
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2021-11-24 17:27:28 +00:00
Bruno Windels 4d779d5f52 Merge pull request #245 from krillefear/patch-1
Add deep link for FluffyChat Android and iOS
2021-11-24 09:43:08 +01:00
James Salter c378eb4b4a missed a spot 2021-11-24 19:15:46 +11:00
James Salter b302bd6829 Apply URL encoding to the fragmentPath
According to RFC3986 section 3.5, only certain values are legal
in the fragment. # in particular isn't one of them, but this
is a character that appears in room names.

It shouldn't hurt to escape other, otherwise legal characters
in the fragment such as @ and :.
2021-11-24 17:14:26 +11:00
Krille Fear d52e84ee23 Prefix with /chat/ to make it a valid Uri 2021-11-22 12:44:49 +01:00
Krille Fear 994ad17fc9 Add deep link for FluffyChat Android and iOS 2021-11-21 14:02:35 +01:00
Aaron Raimist e71021e8aa Add F-Droid button for FluffyChat
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2021-11-17 21:24:01 +00:00
Aaron Raimist b5b8e9a743 Add macOS and Windows install links for Quaternion and Nheko
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2021-10-21 03:54:59 -05:00
Twilight Sparkle c22b2f942b Added chat.fedoraproject.org to list of trusted Elements 2021-09-17 10:11:07 +01:00
Michael Telatynski acd881385c Mass Tabs -> Spaces conversion 2021-07-23 12:25:21 +01:00
Bruno Windels 57737a4655 add kde webchat 2021-06-14 11:44:24 +00:00
Bruno Windels 2931fdb548 Merge pull request #195 from ChristianPauly/main
Add FluffyChat
2021-04-13 09:53:51 +02:00
Christian a02bc8aa2c Update Fluffychat.js 2021-04-09 20:49:44 +02:00
Nicolas Werner 98dd339fad Allow deeplinking into Nheko via matrix: scheme
Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
2021-04-08 19:30:45 +02:00
Christian Pauly 5923b13fc1 Add FluffyChat 2021-02-13 17:28:25 +01:00
Bruno Windels dc4ccaef09 Merge pull request #176 from matrix-org/anoa/weechat_punctuation
Fix punctuation of Weechat client description
2021-02-05 19:17:52 +00:00
Bruno Windels a7519d3e1e Merge pull request #186 from aaronraimist/fractal
Put back Fractal
2021-02-05 19:15:28 +00:00
Bruno Windels 260d2b61cd don't use trusted web instance for iOS
as it only intercepts the default app.element.io
2021-02-05 13:00:26 +01:00
Bruno Windels 28fb6dfe9d add method to get preferred web instance out of link
this is a preference that can be put in the link
2021-02-04 17:05:18 +01:00
Bruno Windels 47d0db89c1 allow setting a web instance in the url from a whitelist
as web clients can be hosted on multiple domains, allow specifying
which hosted instance we want to use.

as this could be phishing vector, we work with a host whitelist for now
until a better solution comes to mind.
2021-02-01 11:12:25 +01:00
Bruno Windels 0aa9c2e766 iOS doesn't support intercepting matrix.to links yet
this makes the open in app button more prominent,
as we can't assume the app is installed
2021-02-01 11:11:20 +01:00
Aaron Raimist 87229630d7 Put back Fractal
Removed in 4aff6a96ea for some reason

Signed-off-by: Aaron Raimist <aaron@raim.ist>
2020-12-24 01:27:58 -06:00
Andrew Morgan 03db5be985 Fix punctuation of Weechat client description 2020-12-10 18:25:37 +00:00
Bruno Windels adffdb33bb add tensor client again 2020-12-07 18:54:57 +01:00
Bruno Windels 4aff6a96ea add quaternion again 2020-12-07 18:45:39 +01:00
Bruno Windels 34410059b1 dot 2020-12-07 17:36:03 +01:00
Bruno Windels e5fb5709f7 cleanup 2020-12-07 17:22:52 +01:00
Bruno Windels 4e253697de stylize weechat invite instructions 2020-12-07 16:20:31 +01:00
Bruno Windels ca601d0e73 polish 2020-12-07 16:02:16 +01:00
Bruno Windels 42994c4474 allow markup in instructions 2020-12-07 14:35:08 +01:00
Bruno Windels 614388e663 don't differentiate name between platforms 2020-12-07 14:06:16 +01:00
Bruno Windels b5daf8fe0a remove chevron, no homepage button for element and add change client 2020-12-07 13:34:22 +01:00
Bruno Windels 166f5ded77 improve text instructions and copy button 2020-12-04 19:35:01 +01:00
Bruno Windels e5743471f4 add Nheko and Fractal 2020-12-04 19:34:44 +01:00
Bruno Windels f42820e4ba add copy invite button to text clients 2020-12-04 18:28:40 +01:00
Bruno Windels a705621dd5 put client icons as img tag 2020-12-04 16:08:42 +01:00
Bruno Windels 85ec4ab962 adjust author of Element 2020-12-04 12:35:13 +01:00