Michael Telatynski
8e58d31db3
Document feature_spaces_metaspaces ( #19679 )
...
Co-authored-by: Jonathan de Jong <jonathandejong02@gmail.com>
2021-11-11 13:07:47 +00:00
Timo
3d2880ddfb
Add docs for maximised widgets labs feature ( #19628 )
...
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
2021-11-05 11:43:43 +00:00
Travis Ralston
004e8edcb2
Deprecate sso_immediate_redirect
and add welcome-page only option ( #19437 )
...
* Deprecate `sso_immediate_redirect` and add welcome-page only option
The old `sso_immediate_redirect` option is kept in code for backwards compatibility, but is replaced by `sso_redirect_options.immediate`, where a new `on_welcome_page` option is also introduced to only target entry points to the app.
The path matching is a bit brittle, but still ideal in the sense of not showing UI while the app realizes it needs to redirect.
The new welcome page-only option is fully intended to avoid breaking permalinks and such while still redirecting when needed. In future, other options might be added here to further tune the experience.
* Add note about guests
2021-10-21 08:35:05 -06:00
Travis Ralston
c405880a39
Add labs docs for polls feature
...
See https://github.com/matrix-org/matrix-react-sdk/pull/6934
2021-10-12 15:15:17 -06:00
Maximilian Kratz
0142bb04e4
Removed iOS Jitsi notice
2021-09-30 13:50:43 +02:00
Dariusz Niemczyk
79c4b95824
Fix link to README in translation-docs again
2021-09-17 13:19:38 +02:00
Dariusz Niemczyk
1dcdd549d0
Fix broken readme link
2021-09-17 12:58:19 +02:00
Michael Telatynski
1d5d7751f7
Merge branch 'develop' of github.com:vector-im/element-web into t3chguy/fix/18088
2021-09-08 15:29:11 +01:00
James Salter
e88948917a
Update labs.md
2021-09-03 08:41:09 +01:00
Paulo Pinto
c103565b3c
Document feature_new_layout_switcher
...
Signed-off-by: Paulo Pinto <paulo.pinto@automattic.com>
2021-09-02 16:26:26 +01:00
David Baker
d294c9087f
Merge pull request #18697 from vector-im/dbkr/update_pr_previews_doc
...
Update PR previews doc post GHA
2021-08-24 11:29:11 +01:00
David Baker
aea3b67896
Update PR previews doc post GHA
...
It's not in the checks section anymore.
2021-08-23 17:14:49 +01:00
James Salter
931ac30f6b
Documentation for sentry config
...
Documents keys added in https://github.com/matrix-org/matrix-react-sdk/pull/6597
2021-08-18 09:01:29 +01:00
Michael Telatynski
55338701ea
Delabs Spaces, keeping it as a default-on preference for the time being
2021-08-11 14:52:43 +01:00
Šimon Brandner
d5cd770c84
Add docs for feature_hidden_read_receipts
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-06 07:58:33 +02:00
James Salter
79157c0bf9
Add config keys for posthog
2021-08-04 10:32:45 +01:00
Travis Ralston
858d71218c
Remove voice messages labs flag docs
...
For https://github.com/matrix-org/matrix-react-sdk/pull/6437
2021-07-21 18:11:06 -06:00
Libexus
bf88906de8
Add the Matrix Space to the translations guide
2021-07-20 16:18:33 +02:00
David Teller
92ae57df3f
Labs: feature_report_to_moderators
...
Signed-off-by: David Teller <davidt@element.io>
2021-06-18 18:07:16 +02:00
Robin Townsend
4e1204f34e
Remove logo spinner
...
Removed since design wants to avoid associating slowness with the brand.
Signed-off-by: Robin Townsend <robin@robin.town>
2021-05-20 17:28:25 -04:00
Travis Ralston
45424f4a3b
Better words?
2021-05-10 19:03:57 -06:00
Travis Ralston
c246d7839f
Remove "in development" flag from voice messages labs documentation
...
See https://github.com/matrix-org/matrix-react-sdk/pull/5995
2021-05-07 19:37:40 -06:00
David Baker
c5f533011b
Merge pull request #17008 from vector-im/dbkr/asserted_identity
...
Document option for obeying asserted identity
2021-04-28 09:47:50 +01:00
David Baker
d03032b808
Put asserted identity under voip section
2021-04-27 19:34:21 +01:00
J. Ryan Stinnett
f0069c6ebd
Merge pull request #16980 from vector-im/jryans/code-quality
...
Add code quality review policy
2021-04-23 18:11:22 +01:00
J. Ryan Stinnett
15fe7091ff
Add section on quality when guarded by a feature flag
2021-04-23 17:46:08 +01:00
David Baker
c98ca42bbd
Document option for obeying asserted identity
2021-04-19 20:31:55 +01:00
J. Ryan Stinnett
b0c43890af
Change #element-dev
reference to a link
2021-04-19 17:02:11 +01:00
J. Ryan Stinnett
c2e87dde85
Add code quality review policy
...
This adds a new review policy which encourages tests for new features. As with
everything, we'll continue to tune this based on feedback.
2021-04-16 18:53:18 +01:00
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