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
Bruno Windels
3a8cc2d4d5
Merge pull request #260 from AndrewRyanChama/patch-1
...
Remove url encoding from android element:// links
2022-03-09 10:56:36 +01: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
Bruno Windels
a39c40539f
bump version to 1.2.14
2021-11-24 09:53:24 +01:00
Bruno Windels
aa272ece4d
bump version to 1.2.13
2021-11-24 09:50:36 +01:00
Bruno Windels
85678ea5cc
Merge pull request #236 from ptman/patch-1
...
Document optional URL params
2021-11-24 09:45:40 +01: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
Bruno Windels
ded399d35d
Merge pull request #248 from matrix-org/url-escape-fragment
...
Apply URL encoding to the fragmentPath
2021-11-24 09:40:31 +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
Paul Tötterman
b0281fde72
Document optional URL params
2021-10-12 12:06:49 +03:00
Bruno Windels
7d22a57874
update version to 1.2.12
2021-09-17 16:58:08 +02:00
Bruno Windels
cb63e2d8d7
Merge pull request #233 from matrix-org/twily/trustFedoraEweb
...
Added chat.fedoraproject.org to list of trusted Elements
2021-09-17 16:54:42 +02:00
Twilight Sparkle
c22b2f942b
Added chat.fedoraproject.org to list of trusted Elements
2021-09-17 10:11:07 +01:00
Bruno Windels
27c74448d6
Merge pull request #232 from matrix-org/bwindels/fix-parse-identifier
...
have a separate parse method for identifier so we don't validate the fragment hash
2021-09-14 10:51:39 +02: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
Bruno Windels
a460b52e03
Merge pull request #228 from matrix-org/danilafe/invalid-url
...
Display an error when a junk URL is entered, and provide suggestions.
2021-09-06 13:28:43 +02:00
Danila Fedorin
3802829557
Differentiate between rooms and room aliases
2021-09-01 10:11:19 -07:00
Bruno Windels
874635e92a
Merge pull request #221 from matrix-org/dependabot/npm_and_yarn/path-parse-1.0.7
...
Bump path-parse from 1.0.6 to 1.0.7
2021-08-31 17:54:56 +02:00
Bruno Windels
385c8532eb
Merge pull request #212 from matrix-org/dependabot/npm_and_yarn/browserslist-4.16.6
...
Bump browserslist from 4.15.0 to 4.16.6
2021-08-31 17:45:24 +02: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
Danila Fedorin
878663ca07
Start work on handling invalid URLs
2021-08-30 11:01:56 -07:00
Bruno Windels
88116bdfa6
Merge pull request #225 from matrix-org/danilafe/legal-disclaimer
...
Add a legal disclaimer view
2021-08-30 18:22:39 +02:00
Danila Fedorin
a773daa0cd
Merge branch 'main' into danilafe/legal-disclaimer
2021-08-26 09:39:44 -07:00
Bruno Windels
55d60cb368
make it into a link
2021-08-26 10:46:04 +02:00
Bruno Windels
24f8987972
Merge pull request #226 from matrix-org/danilafe/policy-links
...
Hide links when opening policy, show policy when navigated after load
2021-08-26 09:51:24 +02:00
Danila Fedorin
725a7efb3c
Add license header
...
I hope that 2021 is the correct year here.
2021-08-25 15:55:10 -07:00
Danila Fedorin
f862ed1403
Hide links when opening policy, show policy when navigated after load
2021-08-25 15:06:13 -07:00
Danila Fedorin
34b30de288
Add a legal disclaimer view
2021-08-25 14:47:42 -07:00
Michael Telatynski
c25a9dae4d
Merge pull request #219 from matrix-org/t3chguy/msc3266
2021-08-13 17:00:19 +01:00
dependabot[bot]
defc8b9cfd
Bump path-parse from 1.0.6 to 1.0.7
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-12 23:19:04 +00:00
Michael Telatynski
acd881385c
Mass Tabs -> Spaces conversion
2021-07-23 12:25:21 +01:00
Michael Telatynski
9caf2ce268
Use alternative border radius when previewing a space
2021-07-15 15:36:30 +01:00
Michael Telatynski
7d2dd5cc68
Print port in serve-local script
2021-07-14 14:29:13 +01:00
Michael Telatynski
4bc70d99f4
gitignore .idea
2021-07-14 14:19:31 +01:00
Michael Telatynski
eb9ebaf28e
Print port in serve-local script
2021-07-14 14:19:15 +01:00
Michael Telatynski
5c2f2b0684
Allow well-known to fail, it is optional after all
2021-07-14 14:19:05 +01:00
Bruno Windels
2acec4f124
1.2.10
2021-06-24 17:59:36 +02:00
Bruno Windels
128164aa23
Merge pull request #216 from matrix-org/bwindels-patch-1
...
add kde webchat as element trusted instance
2021-06-24 15:55:22 +00:00
Bruno Windels
57737a4655
add kde webchat
2021-06-14 11:44:24 +00:00
Bruno Windels
3738594fbc
Update README.md
2021-06-11 08:15:17 +00:00