- Mar 13, 2019
-
-
David Baker authored
-
David Baker authored
-
David Baker authored
-
J. Ryan Stinnett authored
-
David Baker authored
Update from Weblate
-
Weblate authored
-
Paulo Miranda authored
Currently translated at 88.8% (1386 of 1560 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: http://translate.riot.im/projects/riot-web/matrix-react-sdk/pt_BR/
-
Szimszon authored
Currently translated at 100.0% (1560 of 1560 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: http://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
-
Sheogorath authored
Currently translated at 93.2% (1454 of 1560 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: http://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
-
Kévin C authored
Currently translated at 99.8% (1558 of 1560 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: http://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
-
Samu Voutilainen authored
Currently translated at 89.2% (1393 of 1560 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: http://translate.riot.im/projects/riot-web/matrix-react-sdk/fi/
-
Stanislav Lukeš authored
Currently translated at 99.2% (1548 of 1560 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: http://translate.riot.im/projects/riot-web/matrix-react-sdk/cs/
-
Jeff Huang authored
Currently translated at 100.0% (1560 of 1560 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: http://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
-
pogback authored
Currently translated at 100.0% (1560 of 1560 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: http://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hans/
-
David Baker authored
Remove padlock click handler to show unknown devices
-
David Baker authored
Use modern Yarn version on Travis CI
-
J. Ryan Stinnett authored
The unknown devices dialog is confusing at the moment due to the complex trust model in Riot involving various possible device states. The room header padlock allows you to access this dialog even if there are no unknown devices, which leads users to be unsure what they can believe and reduces confidence in Riot. For now, we'll remove the room header click handler that shows this dialog. Fixes https://github.com/vector-im/riot-web/issues/8815
-
J. Ryan Stinnett authored
Travis CI uses a quite old version of Yarn by default. This adds Yarn's recommended incantation for using the latest stable version.
-
J. Ryan Stinnett authored
-
Jason Robinson authored
Add versioning to integration manager API /register and /account calls
-
Jason Robinson authored
Current used version will be 1.1. Signed-off-by: Jason Robinson <jasonr@matrix.org>
-
Jason Robinson authored
Ensure scalar_token is valid before opening integrations manager
-
Jason Robinson authored
Since Scalar (and other integration managers) are loaded as apps into an iframe, a valid `scalar_token` must exist when loading the app. It is possible that a scalar_token becomes invalid between the time when the integration manager button was rendered and the user clicking the link. Here we make a call to integration manager `/account` before trying to render the integration manager, which ensures we have a valid token for the integration manager to work with. Moving the scalar token revalidation to the cases where it is actually needed could make it possible to decrease the amount of Scalar /account calls we do when switching rooms, which is currently 3. Signed-off-by: Jason Robinson <jasonr@matrix.org>
-
J. Ryan Stinnett authored
Switch to `yarn` for dependency management
-
- Mar 12, 2019
-
-
J. Ryan Stinnett authored
Use a distinct color for selected autocomplete items
-
Travis Ralston authored
Provide an escape from the registration process
-
Travis Ralston authored
-
J. Ryan Stinnett authored
This restores the ability to see which autocomplete item is selected (which seems to have gotten lost during redesign). Fixes https://github.com/vector-im/riot-web/issues/9134
-
J. Ryan Stinnett authored
-
David Baker authored
Fix instantly sending RRs
-
J. Ryan Stinnett authored
Fix simple header counters to correctly handle zero, take two
-
David Baker authored
Merge branch 'dbkr/fix_instant_rrs_pt2' of github.com:matrix-org/matrix-react-sdk into dbkr/fix_instant_rrs_pt2
-
David Baker authored
-
Erik Johnston authored
-
David Baker authored
-
J. Ryan Stinnett authored
Co-Authored-By: dbkr <dbkr@users.noreply.github.com>
-
J. Ryan Stinnett authored
Co-Authored-By: dbkr <dbkr@users.noreply.github.com>
-
David Baker authored
-
- Mar 11, 2019
-
-
Travis Ralston authored
Fix sticky hover state by listening for hover on the document
-
Travis Ralston authored
Fixes https://github.com/vector-im/riot-web/issues/6560 Would be better improved by https://github.com/matrix-org/matrix-doc/pull/1921 or similar in the future.
-