Commit graph

169 commits

Author SHA1 Message Date
Will Hunt
cba383bc32
Merge pull request #333 from zecakeh/fractal-matrix-uri
Add support for deeplink for Fractal
2024-08-29 14:01:24 +01:00
Will Hunt
ab5f922acf
Merge branch 'main' into fractal-matrix-uri 2024-08-29 10:25:40 +01:00
Ajay Bura
e97ac79e05
fix typo in user path 2024-07-30 13:51:07 +05:30
Ajay Bura
0123ab4988
update user link path 2024-07-30 13:50:18 +05:30
Ajay Bura
9750d5e245
add cinny deep link 2024-07-28 09:08:07 +05:30
Doug
657fd9cc1a
Add Element X iOS entries in the apple-app-site-association. (#337)
* Add Element X to the apple-app-site-association file.

* Tidy up the generated apple-app-site-association file.
2024-05-07 11:39:56 +01:00
Kévin Commaille
d3458399c5
Update Fractal homepage URL
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2024-01-18 19:35:42 +01:00
Kévin Commaille
dbc054eda7
Add deeplink for Fractal
Uses the same code as Nheko.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2024-01-04 15:36:13 +01:00
Alexandre Franke
e04f48135f
Update Fractal (#327)
Co-authored-by: Alexandre Franke <afranke@gnome.org>
2023-11-27 17:40:02 +01:00
Martin Giger
246cd5e941
Thunderbird officially has a flatpak now, update TB logo. (#319) 2023-09-15 22:02:33 +02:00
AJ Jordan
990bef4d17
Fix desktop Element download link (#313)
The previous link now leads to a page that says "Contact Sales".
2023-06-13 17:20:20 +02:00
Felix Stupp
6091a1af32
Add SchildiChat to clients (#301)
* Add SchildiChat to clients

mostly adapted version of element.js,
as SchildiChat is an fork of Element.

* SchildiChat: Change description to new official one

Reason: https://github.com/matrix-org/matrix.to/pull/301#issuecomment-1465739125
Source: https://raw.githubusercontent.com/SchildiChat/SchildiChat-android/5bbd462cdbecf64ceda7e65e8cd8a4e241bfca03/fastlane/metadata/android/en-US/short_description.txt

* SchildiChat: Add test instance to trusted web instances

Reason: https://github.com/matrix-org/matrix.to/pull/301#issuecomment-1465739125
2023-04-14 09:28:46 +02:00
3nt3
7b6233217c
Add the Cinny client (#286)
* Add the Cinny client

Signed-off-by: 3nt3 <gott@3nt3.de>

* Implement suggested edits by thibaultamartin

Signed-off-by: 3nt3 <gott@3nt3.de>

* fix instructions

Signed-off-by: 3nt3 <gott@3nt3.de>

* address things brought up in PR

Signed-off-by: 3nt3 <gott@3nt3.de>

---------

Signed-off-by: 3nt3 <gott@3nt3.de>
2023-02-20 09:44:15 +01:00
Eric Eastwood
68e81ddd79
Add trailing comma
Co-authored-by: Travis Ralston <travpc@gmail.com>
2023-02-17 14:08:24 -06:00
Eric Eastwood
97f77d141a Add app.gitter.im as trusted web instance 2023-02-16 14:01:38 -06:00
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
Thibault Martin
f08c12066e
Merge pull request #272 from matrix-org/t3chguy-patch-1
Fix over-encoding issues in Element URIs
2022-06-09 16:36:31 +02:00
Michael Telatynski
c39e7e1f3a
Merge pull request #264 from CommanderRoot/rm-deprecated-substr
Replace deprecated String.prototype.substr()
2022-06-09 13:54:22 +01: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
Tobias Speicher
d20d7734cd
Replace deprecated String.prototype.substr()
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated

Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-04-14 01:22:33 +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
Bruno Windels
b32b4b8533 don't accept empty fragments 2021-09-14 10:49:24 +02:00
Bruno Windels
1b6d1de059 don't accept empty identifiers 2021-09-14 10:48:27 +02:00
Bruno Windels
41d7308ba8 have a separate parse method for identifier so we don't validate the fragment hash 2021-09-14 10:44:27 +02:00
Danila Fedorin
3802829557 Differentiate between rooms and room aliases 2021-09-01 10:11:19 -07:00
Danila Fedorin
5f5359ae65 Remove outdated comments 2021-08-30 14:48:22 -07:00
Danila Fedorin
e2fb5de595 Adjust fix suggestions 2021-08-30 14:42:28 -07:00
Danila Fedorin
b57fbd8b6d Add suggestions for invalid URLs 2021-08-30 14:14:31 -07:00
Danila Fedorin
0844279c58 Error on missing initial hash 2021-08-30 12:11:21 -07:00
Danila Fedorin
e4aeadecd7 Add a 'invalid URL' view 2021-08-30 12:05:42 -07:00
Danila Fedorin
628e99ba2d Cleanup view switching code a bit 2021-08-30 11:08:58 -07:00