Aaron Raimist
3397165036
Remove mention of vector.im as default identity server on mobile guide
...
Signed-off-by: Aaron Raimist <aaron@raim.ist>
3 years ago
Weblate
2771494165
Merge branch 'origin/develop' into Weblate.
3 years ago
Travis Ralston
b9984ab1f8
Merge pull request #11527 from vector-im/matthew/seshat-build
...
make it clear that seshat requires electron-build-env (at least on macOS)
3 years ago
take100yen
565f033330
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (23 of 23 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ja/
3 years ago
tleydxdy
0c423c224b
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (23 of 23 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hans/
3 years ago
J. Ryan Stinnett
31ee75f14f
Flip SDKs back to develop
3 years ago
RiotRobot
08ca66c5e7
Merge branch 'master' into develop
3 years ago
RiotRobot
b93b6b448e
Restore creation of the dist directory
3 years ago
RiotRobot
d0c8a6af50
Copy signed Windows installers to pub directory
3 years ago
RiotRobot
dd9305140b
Only log signing command when it fails
3 years ago
RiotRobot
cde5c9c027
Remove redundant Windows installer signing
...
The signing in `electron-package.sh` is no longer needed, since it's already
handled in the new sign script for `electron-builder`.
3 years ago
RiotRobot
99ee0fc72d
Fix Windows signing args
...
The hash arg seems to only accept the short `-h` form. In addition, the args in
the environment contained a fixed hash type which is removed here.
3 years ago
RiotRobot
ff452b9d87
Merge branch 'master' into develop
3 years ago
RiotRobot
d56b73e220
v1.5.5
3 years ago
RiotRobot
8f9c336f62
Prepare changelog for v1.5.5
3 years ago
RiotRobot
1a6af40d0d
v1.5.5
3 years ago
RiotRobot
10c5485373
Upgrade to JS SDK 2.4.5 and React SDK 1.7.4
3 years ago
David Baker
0e46e566bc
Merge pull request #11521 from vector-im/dbkr/read_marker_css_transition
...
Add postcss-easings
3 years ago
Matthew Hodgson
f8c2529d44
doc how i had to build seshat
3 years ago
Matthew Hodgson
fe7813958a
actually log the reason why seshat fails to load...
3 years ago
David Baker
f09a123a87
Add postcss-easings
...
So we can use names like easeInSine in CSS transitions rather than
cubic-bezier(0.47, 0, 0.745, 0.715)
Required for https://github.com/matrix-org/matrix-react-sdk/pull/3674
3 years ago
J. Ryan Stinnett
c6520f0e65
Remove timeframe
3 years ago
J. Ryan Stinnett
57c3e8f4da
Clarify that cross-signing is in development
...
Expand on the development state of cross-signing in the labs docs.
Fixes https://github.com/vector-im/riot-web/issues/11492
3 years ago
David Baker
070d5fc6e8
Sign all of the Windows executable files
...
We can actually just supply a custom signing module here to do our
signing rather than manually signing things in the afterSign hook.
This means all 4 executable files get signed (the main exe, the
stub exe, Update.exe and the installer).
3 years ago
Damir Jelić
222fea969d
Merge branch 'poljar/seshat-pr' into develop
3 years ago
Damir Jelić
e5956de744
labs: Clarify that the event indexing feature supports E2EE search.
3 years ago
Damir Jelić
f28f27a87b
labs: Document the event indexing labs feature.
3 years ago
Damir Jelić
b0783a8995
native-node-modules: Mention that Seshat requires SQLCipher.
3 years ago
David Baker
daacd90b35
Merge pull request #11516 from vector-im/dbkr/windows_sign_all_the_things
...
Sign all of the Windows executable files
3 years ago
David Baker
a84de0bae2
Sign all of the Windows executable files
...
We can actually just supply a custom signing module here to do our
signing rather than manually signing things in the afterSign hook.
This means all 4 executable files get signed (the main exe, the
stub exe, Update.exe and the installer).
3 years ago
Damir Jelić
1869350a9b
native-node-modules: Remove a spurious and.
3 years ago
Damir Jelić
5b8e918d6e
native-node-modules: Explain how to install Rust and link to its docs.
3 years ago
Damir Jelić
f0fe968944
native-node-modules: Capitalize some project names.
3 years ago
Damir Jelić
40f2648fd3
native-node-modules: Expand the Seshat subtitle a bit.
3 years ago
Damir Jelić
b1aff2995d
native-node-modules: Explain the packaging situation a bit.
3 years ago
Damir Jelić
5f6636e28b
native-node-modules: Reword the second paragraph.
3 years ago
Damir Jelić
b52141d6a8
native-node-modules: Add a section about cross compilation.
3 years ago
Damir Jelić
da4b4037a8
native-node-modules: Don't mention the riot version that supports native modules.
3 years ago
Damir Jelić
4c629e82c8
native-node-modules: Add a header level to the title.
3 years ago
Damir Jelić
e96c44c1f2
package.json: Remove the unneeded Neon/Seshat dependencies.
3 years ago
J. Ryan Stinnett
caeae69eb7
Merge pull request #11493 from vector-im/jryans/tweak-cs-lab-name
...
Clarify that cross-signing is in development
3 years ago
J. Ryan Stinnett
84df4785f8
Remove timeframe
3 years ago
J. Ryan Stinnett
7b8ab047ed
Clarify that cross-signing is in development
...
Expand on the development state of cross-signing in the labs docs.
Fixes https://github.com/vector-im/riot-web/issues/11492
3 years ago
RiotRobot
acd7e028d5
Merge branch 'master' into develop
3 years ago
RiotRobot
bf26ec9d1a
v1.5.4
3 years ago
RiotRobot
b0d004d716
Prepare changelog for v1.5.4
3 years ago
RiotRobot
607c37adfd
v1.5.4
3 years ago
RiotRobot
83591b4567
Released js-sdk & react-sdk
3 years ago
Michael Telatynski
6b1ba5e150
Merge pull request #11301 from vector-im/t3chguy/remove_bluebird
...
get rid of bluebird
3 years ago
Michael Telatynski
73990acf7a
use function over const lambda
3 years ago