Commit Graph

27 Commits

Author SHA1 Message Date
stryan c1dc85ec72 Merge remote-tracking branch 'upstream/main' 2023-08-07 18:24:25 -04: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
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
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
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
stryan fbdde7eab3 add saintnet element 2021-12-01 13:09:34 -05: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
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 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
Bruno Windels e5fb5709f7 cleanup 2020-12-07 17:22:52 +01:00
Bruno Windels ca601d0e73 polish 2020-12-07 16:02:16 +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 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
Bruno Windels 604dda7380 create apple-app-site-association during build 2020-12-03 12:35:21 +01:00
Bruno Windels 32fdb6c9c3 adjust desktop element:/ schema 2020-12-03 11:07:15 +01:00
Bruno Windels 5d40d01360 make preview useable without client list, to reuse in create link view 2020-12-02 15:36:54 +01:00