J. Ryan Stinnett
6df5c35b4e
Move to labs doc
3 years ago
J. Ryan Stinnett
ebe2ab504b
Add reactions feature description
3 years ago
Richard van der Hoff
cc5911b4aa
Remove redundant and incorrect riot-desktop install instructions ( #9558 )
3 years ago
axel simon
434e8cc937
Changed the Debian repo key and public key URLs
3 years ago
axel simon
6c950593b7
the repo key filename changed, reflecting this
3 years ago
David Baker
147f77f1dc
Update README.md
...
better wording
Co-Authored-By: axelsimon <github@axelsimon.net>
3 years ago
axel simon
261974e9eb
update installation instructions with new repo
...
change mentions of https://riot.im/packages to https://packages.riot.im
add instructions to remove old, now-untrusted riot.im signing key
update language and move from 'apt-get` to the simpler `apt`
3 years ago
Travis Ralston
a263ca8cb3
Add USE_CUSTOM_SDKS to docs
3 years ago
Travis Ralston
eeae5dbcad
Add docs for the Docker image
3 years ago
pacien
2c9b51f29d
Add support for custom profile directory
...
A custom user data directory can now be specified using the "profile-dir"
command line argument.
Github ref: closes #6175
Signed-off-by: Pacien TRAN-GIRARD <pacien.trangirard@pacien.net>
3 years ago
Andrew Morgan
8a48d9e86b
Remove vector-electron-desktop from README
...
The repo (https://github.com/iskrisis/vector-electron-desktop ) very clearly states not to use it anymore.
3 years ago
Jonas Jelten
5a051824c0
configure auth footer links through sdkconfig
...
Signed-off-by: Jonas Jelten <jelten@in.tum.de>
3 years ago
Ben Parsons
d098857d5a
wrap text and link from README.md
3 years ago
J. Ryan Stinnett
95611d2c12
Update README.md grammar
3 years ago
Travis Ralston
631fcb0ad2
Cross-promote mobile apps
3 years ago
Travis Ralston
e47728e0e4
Declare the officially supported browsers in the README
...
Fixes https://github.com/vector-im/riot-web/issues/8701
3 years ago
J. Ryan Stinnett
fcaf0a5503
Recommend using the latest Node LTS version
3 years ago
J. Ryan Stinnett
1312ba537a
Update scripts and docs to use `yarn` where appropriate
...
Most `npm` operations are replaced with `yarn`, which generally has better
behavior. However, steps like publish that write to the NPM registry are left to
`npm`, which currently handles these tasks best.
3 years ago
Michael Telatynski
01becf00f5
Try and improve README
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
3 years ago
J. Ryan Stinnett
2dc26b4c5d
Document and recommend `default_server_name`
...
This the recommended way to define a default server (instead of the existing HS
and IS URL options). It will use `.well-known` discovery to find the URLs.
See https://github.com/vector-im/riot-web/issues/8763 .
4 years ago
David Baker
a6edf66109
Fix order of fetch-develop-deps / npm install
...
It's possible this git fixed in the CI scripts but not the README.
Running `npm install` undoes the npm linking, so this needs to be
run before fetch-develop-deps.
4 years ago
J. Ryan Stinnett
678904dcfb
Allow configuring auth header logo
4 years ago
J. Ryan Stinnett
86ced4cdad
Allow configuring welcome background image
4 years ago
J. Ryan Stinnett
4c877f118d
Document `embeddedPages` configuration
4 years ago
Julien Jerphanion
dd01a398b6
Syntax Coloring
...
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
4 years ago
Aaron Raimist
bfdffc653e
Allow Electron to zoom with CommandOrControl+=
...
Signed-off-by: Aaron Raimist <aaron@raim.ist>
4 years ago
J. Ryan Stinnett
3eb550a15c
Spell homeserver correctly
4 years ago
J. Ryan Stinnett
2d360eab74
Remove support for team servers
4 years ago
Remi Rampin
f7bdc9339c
Make clear that the Debian package is for desktop
4 years ago
Matthew Hodgson
af4d3da7a8
link to Here Be Dragons
4 years ago
Travis Ralston
3286acd306
Use HTTPS cloning for riot-web too
4 years ago
Aaron Raimist
eabcc9261d
Add text saying that bug reports aren't automatic
...
Signed-off-by: Aaron Raimist <aaron@raim.ist>
4 years ago
Aaron Raimist
d256194255
Document how to turn off Piwik and bug reports ( #6738 )
4 years ago
Travis Ralston
91304e70a1
Swap out the complicated canary stuff for serial execution
...
Fixes https://github.com/vector-im/riot-web/issues/7386
4 years ago
Travis Ralston
67e9606d55
Reduce the number of terminals required to build riot-web to 1
...
A step towards a real solution for https://github.com/vector-im/riot-web/issues/7305
This approach makes use of `npm link` to remove the use of symlinks in the build process. The build process has also been altered to invoke the build process of each underlying SDK (react, js). This means that one can now `npm link` and `npm start` and have a working environment.
At the same time, parallelshell was dropped due to lack of maintenance from the maintainer.
4 years ago
Matthew Hodgson
5ef141913b
remove ancient layering warning
4 years ago
David Baker
964a3bc35b
Add readme bit on cross-origin renderer
4 years ago
Matthew Hodgson
1e977b50df
add default_theme to readme
4 years ago
David Baker
96f374ed69
Remove og:image with status.im URL
...
And make it configurable, albeit only at buuld time, as hopefully
explained in the README.
4 years ago
Matthew Hodgson
ab55f2b938
document config.json
4 years ago
Ander Punnar
d9409232f9
default url, not domain
...
https://github.com/matrix-org/matrix-react-sdk/blob/master/src/components/views/messages/MFileBody.js#L116
Signed-off-by: Ander Punnar <ander@kvlt.ee>
5 years ago
Matthew Hodgson
37b5de2251
update triaging a bit
5 years ago
Michael Telatynski
26269986f5
move piwik whitelists to conf and add piwik config.json info to readme
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
5 years ago
Travis Ralston
eb6ce753aa
Clarify what an integrations server is
...
Possibly helps resolve #1698
Signed-off-by: Travis Ralston <travpc@gmail.com>
5 years ago
Hubert Chathi
dd73aeec70
another s/vector/riot/
...
Signed-off-by: Hubert Chathi <hubert@uhoreg.ca>
5 years ago
Marcel
a3525f411d
Fix typo with scripts/fetch-develop-deps.sh in Building From Source
...
scripts/fetch-develop-deps.sh vs scripts/fetch-develop.deps.sh
5 years ago
Richard van der Hoff
a14bc9a9b1
README: minor fixes
5 years ago
Richard van der Hoff
ba0073ca71
README: Add notes on running tests
5 years ago
Valentin Sundermann
aade0d557d
Fix key url in readme
...
The URL for the signing key changed and hence pointed to a wrong direction.
5 years ago
David Baker
4f6b237fbc
Update translation links to riot.im
5 years ago