Travis Ralston
19130dc705
Merge pull request #13235 from TheStranjer/allow-random-welcome-bgs
...
Allow Riot Web to randomly pick welcome backgrounds
2 years ago
The Stranjer
b3f3126583
Better conformity to JS linter
2 years ago
The Stranjer
3a551f2da5
Allow admins to create an array of backgrounds to be randomly chosen from
2 years ago
Travis Ralston
8122c62f24
Merge pull request #13224 from vector-im/travis/xsign-labs-docs
...
Update cross-signing feature docs and document fallback procedures
2 years ago
Travis Ralston
bea0dab623
Update cross-signing feature docs and document fallback procedures
...
For https://github.com/matrix-org/matrix-react-sdk/pull/4416
2 years ago
J. Ryan Stinnett
b5e8e5cf75
Merge pull request #13179 from vector-im/jryans/enable-cross-signing
...
Enable cross-signing / E2EE by default for DM on release
2 years ago
J. Ryan Stinnett
cd19af4003
Enable cross-signing / E2EE by default for DM on release
...
Fixes https://github.com/vector-im/riot-web/issues/13178
2 years ago
Travis Ralston
1a4fe2ac3b
Merge pull request #13128 from dannycolin/inotify-watch-limit
...
Add instruction to resolve the inotify watch limit issue
2 years ago
Travis Ralston
8ed8840b63
Merge pull request #13149 from xobs/labs-config-reference
...
docs: labs: add a pointer to config.md
2 years ago
Michael Telatynski
3cbc9997b9
Merge pull request #13028 from vector-im/t3chguy/poc_riot_desktop_sso_multi_profile
...
Fix Electron SSO handling to support multiple profiles
2 years ago
Michael Telatynski
a77ed6e844
Merge branch 'develop' into t3chguy/poc_riot_desktop_sso_multi_profile
2 years ago
Michael Telatynski
24dbbfa002
Merge pull request #13133 from vector-im/t3chguy/electron-forward-back
...
Add riot-desktop shortcuts for forward/back matching browsers&slack
2 years ago
Michael Telatynski
4354c508c7
Merge pull request #13164 from vector-im/t3chguy/soft-fail-rageshake
...
Allow rageshake to fail in init
2 years ago
Michael Telatynski
36f55c1630
Allow rageshake to fail in init
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Sean Cross
e536b07874
docs: labs: add a pointer to config.md
...
The documentation mentions that Labs features can be manipulated by
opening the Settings menu and selecting Labs. This feature is normally
disabled, so for most users this is not the case.
Add a link to the `config.md` file and a note that the Labs features
must be enabled in order to manipulate them.
Signed-off-by: Sean Cross <sean@xobs.io>
2 years ago
Michael Telatynski
2346829055
Add riot-desktop shortcuts for forward/back matching browsers&slack
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Danny Colin
1dbbdb252c
Add instruction to resolve the inotify watch limit issue
...
On Linux, it's common that the system limit the number of files that can be monitored. If
this limit is too low then the build script will fail.
Signed-off-by: Danny Colin <contact@dannycolin.com>
2 years ago
Travis Ralston
6e15684a04
Merge pull request #13125 from cheryllium/fix_yarn_install_link
...
Fix broken yarn install link in README.md
2 years ago
C. Yang
2514a33892
Fix broken yarn install link in README.md
2 years ago
Travis Ralston
302105163d
Merge pull request #13122 from dannycolin/fix-build-jitsi
...
fix build:jitsi scripts crash caused by a missing folder
2 years ago
Danny Colin
c128e75f5d
fix build:jitsi scripts crash caused by a missing folder
...
On a freshly install of the developer environment, the build:jitsi try
to create a file in ./webapp with the cURL command. However, ./webapp
folder doesn't exist and the build script crash. This patch makes sure
the appropriate folder is created if it doesn't already exist
Signed-off-by: Danny Colin <contact@dannycolin.com>
2 years ago
Michael Telatynski
99e5271cb8
Merge branch 'develop' of github.com:vector-im/riot-web into t3chguy/poc_riot_desktop_sso_multi_profile
2 years ago
Michael Telatynski
15bb819c8a
Instead of encrypting, pass the HS an opaque token which we locally resolve in a map to our profile data
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
c0b4ab9f67
Merge pull request #13095 from vector-im/t3chguy/app_load2
...
App load order changes to catch errors better
2 years ago
Michael Telatynski
4afd29f62c
add comment
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
6fdeca93b6
Make the riot-desktop callback args more generic and encrypt the args
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
c67dcae35e
improve comments
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
942ca3b525
make error translatable
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
83653b3a22
assert rageshake loaded successfully
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
e1bdcf2d9e
remove debug statement
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
8c88e9f0f4
delint and i18n
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
0572d62c88
extract app load error handler from app.js
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
J. Ryan Stinnett
121728ba2e
Merge pull request #13080 from vector-im/jryans/upgrade-2020-04-08
...
Upgrade deps
2 years ago
Michael Telatynski
343d4ea641
small tweaks
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
cc939f9645
extract browser compatibility error handling out of app.js
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
f6ad5bf54c
let settled accept multiple proms + i18n
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
2837c41ca4
factor out config error handling
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
4954c732ee
extract config error handling out of app.js
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
6a5268f09b
fix loadConfig
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
7633009ddb
clean up loadConfig
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
e267086a17
Parallelize loadSkin
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
b3780445d3
fix typescript types
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
7113fe7e31
comments
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
719865c033
parallel load language and theme
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
2c5664b76e
move config loading into index for parallelism
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
43357fe842
reorder
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
6222546e20
prepare platform earlier
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
0b032d7434
loadOlm earlier
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
J. Ryan Stinnett
a1ef707065
yarn upgrade
2 years ago
J. Ryan Stinnett
ee5d39a001
Merge pull request #13078 from RiotTranslateBot/weblate-riot-web-riot-web
...
Update from Weblate
2 years ago