Commit Graph

268 Commits

Author SHA1 Message Date
Bruno Windels 09ba14e7fc 1.2.6 2021-02-04 11:59:43 +01:00
Bruno Windels 1cab51249e use same csp header for local dev as matrix.to 2021-02-04 11:31:42 +01:00
Bruno Windels 93081b9909 not legacy anymore, is it? 2021-02-04 11:31:29 +01:00
Bruno Windels 5aa2858f4b fix need for unsafe-eval in CSP header 2021-02-04 11:31:07 +01:00
Bruno Windels 034426ed45 1.2.5 2021-02-03 18:57:19 +01:00
Bruno Windels a4642540b4 remove es6 module build, as we use some unsupported syntax in there
chrome 61 supports modules, but support for the coalesce operator
was only added in chrome 80. We don't transpile any syntax in the
es6 build, so things break in chrome 61 - 79. Let's just have everyone
use the legacy build which is only ~150kb instead of ~30kb and
not run the risk of running into more issues like this.

Alternatively, we can transpile some of the more recent syntax
features we use like coalescing operator, but don't feel like
making an exhaustive list of these atm.
2021-02-03 18:53:33 +01:00
Bruno Windels dc23d9f584 update version 2021-02-02 18:22:23 +01:00
Bruno Windels 623512c2b5 add noscript 2021-02-02 18:19:45 +01:00
Bruno Windels 163c3a3f62 release 1.2.3 2021-02-01 16:03:04 +01:00
Bruno Windels 53d1018340 update client view when clicking "change client" link
it would just stay what it was before, so it was hard/impossible
to switch between web and native.
2021-02-01 16:00:46 +01:00
Bruno Windels 1c520a68a3 release v1.2.2 2021-02-01 11:20: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 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 bf5e26dbb5 release 1.2.1 2020-12-16 10:59:39 +01:00
Bruno Windels c3b2254b9d fix #172 2020-12-16 10:58:35 +01:00
Bruno Windels 46b6495e71 fix #175 2020-12-16 10:58:16 +01:00
Bruno Windels 66c51828b0 fix add your client link 2020-12-08 15:50:10 +01:00
Bruno Windels 75ff7e1b23 small tweak 2020-12-08 15:44:04 +01:00
Bruno Windels 9464bdb499 package script 2020-12-08 15:43:59 +01:00
Bruno Windels 70398ebb95 release 1.2.0 2020-12-08 12:27:48 +01:00
Bruno Windels 9455d49124
Update README.md 2020-12-08 11:23:59 +00:00
Bruno Windels 993e0ba403
Merge pull request #171 from matrix-org/bwindels/addnewversion
Merge new version
2020-12-08 11:23:20 +00:00
Bruno Windels b18123d00a don't rely on browser defaults for font sizes 2020-12-08 10:43:18 +01:00
Bruno Windels efdf0125c3 remove storybook 2020-12-08 10:29:55 +01:00
Bruno Windels 25be231beb new deps 2020-12-08 10:29:46 +01:00
Bruno Windels c3256a8277 Merge remote-tracking branch 'origin/bwindels/rewrite' into bwindels/addnewversion 2020-12-07 19:12:17 +01:00
Bruno Windels 3180144c2e cleanup package manifest 2020-12-07 19:09:59 +01:00
Bruno Windels 1f43db2a5b remove most bits 2020-12-07 19:06:26 +01: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 7782a9d197 also include preference homeservers in server dialog 2020-12-07 18:24:10 +01:00
Bruno Windels cc643257a9 polish flash animation in placeholder 2020-12-07 18:00:32 +01:00
Bruno Windels 63b9a4c8b4 fix margin changes between preview placeholders and actual text 2020-12-07 17:57:10 +01:00
Bruno Windels 9395d7f3f5 fix ask every time not being respected for no preview option 2020-12-07 17:51:17 +01:00
Bruno Windels 9712ecf974 don't show border radios on default avatar icon 2020-12-07 17:47:08 +01:00
Bruno Windels 34410059b1 dot 2020-12-07 17:36:03 +01:00
Bruno Windels 639a189730 vertically align checkboxes and radiobuttons 2020-12-07 17:35:49 +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 e9224c4d66 server consent improvements 2020-12-07 16:20:17 +01:00
Bruno Windels 42190df040 improve privacy dialog consent 2020-12-07 16:19:59 +01:00
Bruno Windels ca601d0e73 polish 2020-12-07 16:02:16 +01:00
Bruno Windels ef073de306 change download buttons labeling 2020-12-07 16:01:29 +01:00
Bruno Windels 42994c4474 allow markup in instructions 2020-12-07 14:35:08 +01:00
Bruno Windels 732b8a48ff add platforms icon 2020-12-07 14:24:22 +01:00
Bruno Windels 09c3f09d8b load link when creating rather than previewing it 2020-12-07 14:21:02 +01:00
Bruno Windels e13c943d3f show back button also in install client screen 2020-12-07 14:18:19 +01:00
Bruno Windels 1896fde3a0 also add change client link in install client screen 2020-12-07 14:06:30 +01:00
Bruno Windels 614388e663 don't differentiate name between platforms 2020-12-07 14:06:16 +01:00
Bruno Windels bcd1cbc1b1 allow specifying client in url 2020-12-07 14:05:57 +01:00