J. Ryan Stinnett
001b15b856
Rewrap review guide
2021-04-16 16:02:46 +01:00
Travis Ralston
4c96b7826c
Labs documentation for DND mode
2021-04-15 00:50:35 -06:00
Travis Ralston
1de7828e4d
Write out docs explicitly.
2021-04-12 14:59:56 -06:00
Travis Ralston
c580148bb7
Add mobile download link configuration
...
This is similar to the desktopBuilds config option.
The mobile setup guide and static incompatible browser pages are not touched by these options given they are static assets and easily replaced.
2021-04-08 18:39:09 -06:00
Travis Ralston
97a43d058d
Support a config option to skip login/welcome and go to SSO
...
For deployments which want this sort of functionality for their users. Ideal for self-hosted deployments.
2021-04-06 19:39:26 -06:00
Travis Ralston
af443c4cff
Update docs/room-list-store.md
...
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com >
2021-04-02 19:33:16 -06:00
Travis Ralston
70db749430
Restabilize room list ordering with prefiltering on spaces/communities
...
Fixes https://github.com/vector-im/element-web/issues/16799
This change replaces the "relative priority" system for filters with a kind model. The kind is used to differentiate and optimize when/where a filter condition is applied, resulting in a more stable ordering of the room list. The included documentation describes what this means in detail.
This also introduces a way to inhibit updates being emitted from the Algorithm class given what we're doing to the poor thing will cause it to do a bunch of recalculation. Inhibiting the update and implicitly applying it (as part of our updateFn.mark()/trigger steps) results in much better performance.
This has been tested on my own account with both communities and spaces of varying complexity: it feels faster, though the measurements appear to be within an error tolerance of each other (read: there's no performance impact of this).
2021-03-31 23:36:36 -06:00
Germain
a9db513352
Update docs/native-node-modules.md
...
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com >
2021-03-29 18:07:45 +01:00
Germain Souquet
1ea1d29d3e
Move native node modules documentation to element-desktop
2021-03-29 15:59:21 +01:00
J. Ryan Stinnett
57d5206592
Merge pull request #16447 from nielsbasjes/AddK8sExampleConfig
...
Add example for deployment into Kubernetes
2021-03-25 13:18:14 +00:00
Travis Ralston
6201c3a3f5
Merge pull request #16705 from vector-im/travis/voice-messages/exp
...
Add webpack config and labs flag docs for voice messages
2021-03-24 09:56:39 -06:00
Niels Basjes
281236432a
Provide documentation on how to run on Kubernetes
2021-03-23 11:55:11 +01:00
Germain Souquet
cfbcf12e1d
docs: update file extensions in CIDER editor documentation
2021-03-22 15:02:28 +00:00
Travis Ralston
a1c602c98e
Merge pull request #16468 from vector-im/travis/welcome-login
...
Docs for `loginForWelcome`
2021-03-19 09:12:42 -06:00
Travis Ralston
146ed151dd
Add docs for labs flag
2021-03-16 23:24:26 -06:00
Travis Ralston
90817f3bc6
Developer documentation
...
The lint rules don't currently exist, but would apply to `mxcUrlToHttp` and `getHttpUriForMxc`
2021-03-11 09:19:59 -07:00
Travis Ralston
e2ce4239bd
Improve docs for customisations
...
The new regex considers Windows as an OS, and the added array helps reduce merge conflicts for the future.
2021-03-09 14:17:51 -07:00
J. Ryan Stinnett
134618f4cd
Remove old conferencing doc
...
This old document from 2015 has no connection to the current state of
conferencing, so best to remove it to avoid confusion.
2021-03-09 13:23:18 +00:00
David Baker
b910fcd38a
Add option for audio live streaming
...
Starts jitsi streaming to a specially configured URL so that the
jitsi server can start an audio-only stream, in combination with an
API to manage audio streams by room ID.
2021-03-04 18:00:55 +00:00
Michael Telatynski
f0a8f166c9
Update docs/labs.md
...
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com >
2021-02-25 15:38:28 +00:00
Michael Telatynski
f941169da3
Document feature_spaces
2021-02-25 12:21:30 +00:00
Travis Ralston
c6ab8d1d37
Docs for loginForWelcome
2021-02-16 15:19:21 -07:00
David Baker
46af8ba17a
VoIP virtual rooms, mkII
...
or: remove the virtual room mapping config option
as per https://github.com/matrix-org/matrix-react-sdk/pull/5639
2021-02-12 20:59:17 +00:00
J. Ryan Stinnett
bf5a69d3a0
Document the mobile guide toast option
...
Part of https://github.com/vector-im/element-web/issues/16283
2021-01-28 17:28:52 +00:00
David Baker
342d0474fd
Merge pull request #16236 from vector-im/dbkr/voip_user_mapper
...
Docs for the VoIP translate pattern option
2021-01-22 14:11:54 +00:00
David Baker
f8b9958010
Docs for the voip translate pattern option
2021-01-21 19:23:57 +00:00
Travis Ralston
40f2ba8205
Fix Riot->Element in permalinkPrefix docs
2021-01-20 14:39:01 -07:00
Travis Ralston
6985e8f41f
Update documentation words
2021-01-19 10:00:45 -07:00
Travis Ralston
0359a977be
Update docs/widget-layouts.md
...
Co-authored-by: David Baker <dbkr@users.noreply.github.com >
2021-01-19 07:19:39 -07:00
Travis Ralston
39ce5d06e6
Describe how the widget layouts are supposed to look in time
2021-01-18 17:40:52 -07:00
J. Ryan Stinnett
d8408933f1
Upgrade warning severity
2020-12-10 14:29:38 +00:00
J. Ryan Stinnett
ec781b3ebe
Document pull request previews
...
This documents the pull request previews we recently added when working on
https://github.com/vector-im/element-web/issues/12624 .
2020-12-09 13:59:45 +00:00
J. Ryan Stinnett
301ea6a5f3
Merge pull request #15277 from akissinger/katex
...
added katex.min.css to webpack for math support (main PR in matrix-react-sdk)
2020-11-27 11:55:56 +00:00
Aleks Kissinger
e743a12f30
matched setting name to PR in matrix-react-sdk
2020-11-26 17:40:14 +00:00
J. Ryan Stinnett
f1e89bf833
Replace various instances of Riot with Element
2020-11-25 17:01:19 +00:00
Travis Ralston
71206e8e3d
Add documentation for new UIFeature flag regarding room history settings
2020-10-27 19:23:06 -06:00
J. Ryan Stinnett
4d2e4d30ca
Update translation project names
2020-10-21 13:23:38 +01:00
J. Ryan Stinnett
6420120dd4
Update Weblate URL
2020-10-21 13:16:43 +01:00
J. Ryan Stinnett
f37b63a6cb
Fix file extension
...
Co-authored-by: Travis Ralston <travpc@gmail.com >
2020-10-16 11:22:28 +01:00
J. Ryan Stinnett
7793f07c81
Document customisation points
...
https://github.com/matrix-org/matrix-react-sdk/pull/5327 adds a concept of
"customisation points" to keep custom functionality contained. This adds some
general guidance on how to use them.
2020-10-15 18:01:38 +01:00
Aleks Kissinger
89ce904ebb
Merge branch 'develop' into katex
2020-10-10 19:32:35 +01:00
Aleks Kissinger
1dae7df28a
added doc for latex_maths feature flag
2020-10-10 19:01:30 +01:00
Hubert Chathi
49fd9f827d
document dehydration feature flag
2020-10-06 15:29:45 -04:00
J. Ryan Stinnett
4753a49819
Merge pull request #15325 from resynth1943/patch-3
...
Update Riot -> Element in docs/feature-flags.md
2020-09-30 13:41:02 +01:00
Qt Resynth
db08128954
Riot -> Element
2020-09-30 12:04:01 +00:00
Qt Resynth
48f71f26e7
Apply suggestions from code review
...
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com >
2020-09-30 11:58:44 +00:00
Qt Resynth
21329f17c9
Update Riot -> Element in docs/review.md
2020-09-30 11:05:19 +00:00
Qt Resynth
407777539f
Moar Element 'n' Stuff
...
Gotta fix that up :-)
Man this is how I spend my free time
2020-09-30 11:00:02 +00:00
J. Ryan Stinnett
307f7c23e9
Document config for preferring Secure Backup setup methods
...
Part of https://github.com/vector-im/element-web/issues/15238
2020-09-21 15:56:38 +01:00
Travis Ralston
c364215d53
Add missing options
2020-09-18 12:24:06 -06:00