Commit Graph

23 Commits

Author SHA1 Message Date
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 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 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
Michael Telatynski acd881385c Mass Tabs -> Spaces conversion 2021-07-23 12:25:21 +01:00
Bruno Windels cd559e14ea reload view when webInstances change in the link 2021-02-04 17:08:04 +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 bcd1cbc1b1 allow specifying client in url 2020-12-07 14:05:57 +01:00
Bruno Windels 920a95296c basic handling of event and group preview 2020-12-04 16:38:10 +01:00
Bruno Windels 2ecdf32356 polish create page 2020-12-04 15:31:03 +01:00
Bruno Windels aa62f1fedc more tweaking to server consent flow and changing servers on preview 2020-12-04 14:00:09 +01:00
Bruno Windels 36710eccc4 some styling for create link form 2020-12-02 16:06:48 +01:00
Bruno Windels 0fc203dff5 basic impl of creating a link, with preview 2020-12-02 15:39:33 +01:00
Bruno Windels ca74aaf4d1 implement room preview 2020-12-02 11:06:35 +01:00
Bruno Windels 64657c196a move "looks like not installed" in client view, and open & install stage 2020-12-01 15:29:12 +01:00
Bruno Windels f4cd2a5112 update UI when hash changes 2020-11-30 11:24:08 +01:00
Bruno Windels 4d15ce40c1 minimal working version of user preview 2020-11-30 10:57:39 +01:00
Bruno Windels ead94695f1 preview view model 2020-11-27 21:28:54 +01:00
Bruno Windels 7a6efbcf90 initial commit 2020-11-27 17:05:20 +01:00