Jorik Schellekens
6873b48c42
Merge pull request #13199 from JorikSchellekens/joriks/font-sclaing-slider
...
Add font scaling labs setting.
2020-04-23 10:30:40 +01:00
Jorik Schellekens
3e21483b82
Try to silence the e2e test
...
Merge branch 'develop' of github.com:vector-im/riot-web into joriks/font-sclaing-slider
2020-04-23 10:19:45 +01:00
Travis Ralston
c23b2415e4
Remove encrypted message search feature flag
...
See https://github.com/matrix-org/matrix-react-sdk/pull/4467
2020-04-22 10:59:47 -06:00
Travis Ralston
6b1965388e
Merge pull request #13312 from vector-im/travis/docs-settings-fix
...
Fix `default_federate` settting description
2020-04-22 08:36:17 -06:00
Travis Ralston
601816862f
Clarify that the .well-known method for Jitsi isn't available yet
...
We should remove this at release time, but if we forget it should be vaguely worded well enough.
People keep assuming it'll just work even though the feature hasn't launched yet. The original theory was that a release was around the corner, but it's since been pushed back several times.
2020-04-21 13:27:05 -06:00
Travis Ralston
25dbeca083
Fix default_federate
settting description
2020-04-21 09:27:03 -06:00
Jorik Schellekens
7d74e789ca
Fix slight innacuracy.
2020-04-21 15:18:22 +01:00
Jorik Schellekens
abcf0b73c0
Docs on font-scaling
2020-04-21 10:05:05 +01:00
Michael Kohler
752b6b63ec
Document more config options in config.md ( fixes #13089 )
...
Signed-off-by: Michael Kohler <me@michaelkohler.info>
2020-04-19 11:44:58 +02:00
The Stranjer
3a551f2da5
Allow admins to create an array of backgrounds to be randomly chosen from
2020-04-17 06:31:49 -04:00
Travis Ralston
bea0dab623
Update cross-signing feature docs and document fallback procedures
...
For https://github.com/matrix-org/matrix-react-sdk/pull/4416
2020-04-16 11:35:28 -06:00
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>
2020-04-13 13:48:10 +08:00
Travis Ralston
83088961d0
Mention Jitsi support at the .well-known level in Jitsi docs
...
For https://github.com/matrix-org/matrix-react-sdk/pull/4348
2020-04-06 16:12:36 -06:00
Travis Ralston
99f8019aa2
Update docs per suggestions
2020-04-06 14:50:06 -06:00
Travis Ralston
abf475ee80
Add some docs about Jitsi widgets and Jitsi configuration
2020-04-03 13:25:33 -06:00
Bruno Windels
66aea5eea5
Merge branch 'develop' into bwindels/settings-config-doc
2020-04-01 11:43:03 +02:00
David Baker
421fcb115f
Give the jitsi wrapper its own external api script
2020-04-01 10:38:49 +01:00
Bruno Windels
ce8f7eaace
Apply suggestions from code review
...
Co-Authored-By: Travis Ralston <travpc@gmail.com>
2020-04-01 09:37:17 +00:00
Bruno Windels
50bb556bc7
Update docs/settings.md
...
Co-Authored-By: Travis Ralston <travpc@gmail.com>
2020-04-01 09:36:50 +00:00
Jorik Schellekens
6ed81eadbf
Some grammar and clarifications.
2020-03-30 11:52:23 +01:00
J. Ryan Stinnett
da249cbc40
Merge remote-tracking branch 'origin/develop' into jryans/review-policy
2020-03-26 11:34:29 +00:00
J. Ryan Stinnett
5b94d8bbd7
Add line about UI for network activity
2020-03-26 11:28:51 +00:00
Travis Ralston
775e1fc4ae
Merge pull request #12780 from vector-im/travis/wrapped-jitsi
...
Use a local widget wrapper for Jitsi calls
2020-03-19 11:52:22 -06:00
Travis Ralston
af97ec57d0
Apply suggestions from code review
...
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
2020-03-19 11:45:17 -06:00
Michael Telatynski
9055d0b8b5
Delete shortcuts.md
...
The in-app keyboard shortcuts view has more.
https://github.com/matrix-org/matrix-react-sdk/pull/4231
2020-03-19 10:52:48 +00:00
Travis Ralston
9da57817d1
Use a local wrapper for Jitsi calls
...
Requires https://github.com/vector-im/riot-web/pull/12780
2020-03-18 15:50:12 -06:00
Travis Ralston
e1eb16ce46
Use a local widget wrapper for Jitsi calls
...
Effectively fixes https://github.com/vector-im/riot-web/issues/11074
Effectively fixes https://github.com/vector-im/riot-web/issues/7112
Fixes https://github.com/vector-im/riot-web/issues/6930
Fixes Jitsi widgets not working for guests (https://github.com/vector-im/riot-web/issues/8933 )
Fixes https://github.com/vector-im/riot-web/issues/5048
Previously we were relying on an integration manager to be defined, functional, and alive in order to join Jitsi calls. This commit changes this so we aren't reliant on an integration manager for Jitsi calls at all, and gives people the option of choosing a Jitsi server via the config.json.
This side is just the wrapper/shell: the logic is mostly in the react-sdk (to be linked via PRs). This layer simply has an HTML file exported that can be used to render a Jitsi widget, and the react-sdk constructs a URL to access it locally. This is similar to how the mobile apps handle Jitsi widgets: instead of iframing the widget URL directly into the app, they pull apart the widget information and natively render it. We're effectively doing the same here by parsing the widget options and using our local wrapper instead of whatever happens to be defined in the widget state event.
Integration managers should still continue to offer a widget URL for Jitsi widgets as this is what the spec requires.
A large part of this is based upon Dimension's handling of Jitsi and widgets in general: a license has been granted to allow Riot (and therefore the react-sdk) to use the code and be inspired by it.
2020-03-18 15:48:02 -06:00
J. Ryan Stinnett
5808ea2ba1
Add notes about chatting with the team
2020-03-18 11:18:29 +00:00
J. Ryan Stinnett
e348546e59
Reformat
2020-03-18 10:59:46 +00:00
J. Ryan Stinnett
34f3671c09
Add notes on review request handling
2020-03-18 10:59:33 +00:00
J. Ryan Stinnett
3989f41985
Clarify merge options
2020-03-18 10:53:48 +00:00
J. Ryan Stinnett
bd8b3a9046
Move multi-repo linking to workflow section
2020-03-18 10:21:28 +00:00
J. Ryan Stinnett
1aecc3d7e5
Add multi-repo PR linking
...
Co-Authored-By: Travis Ralston <travpc@gmail.com>
2020-03-18 10:18:41 +00:00
J. Ryan Stinnett
0b772ca50a
Tweak issue assigning
...
Co-Authored-By: Travis Ralston <travpc@gmail.com>
2020-03-13 16:48:03 +00:00
J. Ryan Stinnett
d930d14735
Add review policy doc
...
This documents various attributes of our overall review policy from code,
design, and product perspectives.
Fixes https://github.com/vector-im/riot-web/issues/12614
2020-03-13 16:39:29 +00:00
Travis Ralston
98bd951366
Add docs and flag for custom theme support
2020-03-13 09:34:16 -06:00
Bruno Windels
5d6690f74b
document scrollpanel and bacat scrolling
2020-03-03 17:59:02 +01:00
J. Ryan Stinnett
9fb807772b
Document start / end composer shortcuts
...
This documents shortcuts for jumping to the start / end of the composer
contents.
Part of https://github.com/vector-im/riot-web/issues/12438
Depends on https://github.com/matrix-org/matrix-react-sdk/pull/4108
2020-02-21 19:00:47 +00:00
Michael Telatynski
4ed27a4ba6
Move bulk to react-sdk and reference it from riot-web land
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-02-13 16:58:27 +00:00
Michael Telatynski
2645e6f525
Merge branches 'develop' and 't3chguy/usercontent' of github.com:vector-im/riot-web into t3chguy/usercontent
2020-02-13 16:36:11 +00:00
Matthew Thomas
a24959319d
Add top left menu shortcut
...
Add <kbd>Ctrl</kbd>/<kbd>⌘</kbd>+<kbd>`</kbd>
2020-02-10 12:59:35 -06:00
Michael Telatynski
98773df76e
Get rid of dependence on usercontent.riot.im
2020-02-07 22:07:30 +00:00
Matthew Hodgson
c3e6a30789
Merge branch 'develop' of git+ssh://github.com/vector-im/riot-web into develop
2020-01-31 15:22:44 +00:00
Matthew Hodgson
87913e6c98
yarn electron nowadays does yarn build already
2020-01-31 15:22:16 +00:00
J. Ryan Stinnett
e9f8700d6b
Document padlock flag
2020-01-31 13:36:16 +00:00
Matthew Hodgson
d8b059452c
fix rogue `
2020-01-31 13:04:00 +00:00
Travis Ralston
8b08ba05c2
Remove docs for new invite dialog labs feature
...
It's the default now: https://github.com/matrix-org/matrix-react-sdk/pull/3906
2020-01-22 21:16:18 -07:00
J. Ryan Stinnett
fe15d3b7c1
Add docs for admin report content message
...
Part of https://github.com/vector-im/riot-web/issues/11992
2020-01-22 14:18:29 +00:00
Travis Ralston
276d14dd5d
Update labs documentation for feature_ftue_dms given new scope
...
See https://github.com/matrix-org/matrix-react-sdk/pull/3854
2020-01-16 14:46:19 -07:00
J. Ryan Stinnett
12267159f2
Enable and document presence in room list feature flag
...
Part of https://github.com/vector-im/riot-web/issues/11799
2020-01-13 11:53:46 +00:00