Richard van der Hoff
5a58c8bda4
Don't include the world in the published packages
...
We ended up including all sorts of stuff in our published packages. Let's take
the opposite approach and include useful stuff rather than exclude unuseful
stuff.
6 years ago
Richard van der Hoff
f700bb4efa
Merge pull request #2514 from vector-im/rav/webpack_olm
...
Use webpack to copy olm.js
6 years ago
Richard van der Hoff
53e5894759
Merge branch 'develop' into rav/webpack_olm
6 years ago
Richard van der Hoff
8fe05fdff3
Correct path to components.css
...
Fix failure to find components.css which was introduced in e1919c5
(https://github.com/vector-im/vector-web/pull/2513 )
6 years ago
David Baker
e002575eae
Merge pull request #2513 from vector-im/rav/no_bundle_components_css
...
Don't include two copies of the CSS in the tarball
6 years ago
Richard van der Hoff
e1919c5ea3
Don't include two copies of the CSS in the tarball
...
Aggregate our CSS into build/components.css instead of vector/components.css, so
that it isn't included in the tarball.
6 years ago
Richard van der Hoff
fcf683c8a7
Use webpack to copy olm.js
...
Rather than copying olm.js ourselves in package.json, get webpack to do it for
us by declaring it as a second entry point.
6 years ago
Richard van der Hoff
e564d34ca8
Merge pull request #2512 from vector-im/dbkr/firefox_roomdir_align
...
Correct text alignment on room directory search
6 years ago
David Baker
61d7db6eb6
Correct text alignment on room directory search
...
Seemed to only be broken on firefox
6 years ago
Richard van der Hoff
5768f73bbd
Merge pull request #2510 from vector-im/dbkr/ref-is-not-rel
...
Correct spelling of 'rel'
6 years ago
David Baker
df94dd7487
Update ChangelogDialog.js
6 years ago
Richard van der Hoff
4221781d9b
Merge pull request #2507 from vector-im/rav/readme
...
readme tweaks
6 years ago
Richard van der Hoff
e0556789d2
readme tweaks
...
Note that Chrome requires https for voip (fixes #2506 )
Remove lies about where issues are filed.
6 years ago
David Baker
9310d92605
document integrations config in README
6 years ago
Richard van der Hoff
8a2f57d234
Merge pull request #2491 from vector-im/rav/riot
...
s/vector/riot/ in the readme
6 years ago
Richard van der Hoff
d72323bfc5
typo
6 years ago
Richard van der Hoff
dfd0356609
s/vector/riot/ in the readme
...
Also remove the outdated "E2E" section
Fixes https://github.com/vector-im/vector-web/issues/2457
6 years ago
David Baker
20a7aa03ed
Merge pull request #2480 from vector-im/dbkr/babelrc2
...
Switch to babel 6, again
6 years ago
David Baker
e02e0219a7
Add plugin that makes babel 6 not break everything
6 years ago
David Baker
d04201d069
Replace stage & es2017 with specific plugins
...
Also sort out regenerator runtime as it turns out importing
babel-polyfill in your code is insufficient if using webpack
because it's imported too late, so use both that and
regenerator-runtime. Sigh.
6 years ago
David Baker
82de2ca4ec
Remove transform-runtime
...
We use instance methods (or at least, draft.js does) so we need
babel-polyfill instead.
6 years ago
David Baker
18450058d7
Remove presets from karma.conf
...
seemt o be picked up from .babelrc
6 years ago
David Baker
f20b2593bc
move babelcheck.js to scripts/
6 years ago
David Baker
4d51a5de7e
shebang
6 years ago
David Baker
8e0b61ca35
Reminder to restore links + stage2, not stage 0
6 years ago
David Baker
61a543a694
Add babelcheck.js
...
As per 4bea0c0818
6 years ago
David Baker
5608e97719
Remove babel-polyfill
...
Should be no need for it if we're using transform-runtime (and
we definitely don't need it twice...)
6 years ago
Aviral Dasgupta
d6f27add66
Upgrade to babel6 and enable some presets.
6 years ago
David Baker
740ab7e479
Merge pull request #2472 from vector-im/revert-2461-aviraldg-babelrc
...
Revert "Switch to babel 6"
6 years ago
David Baker
ea09a25563
Revert "Switch to babel 6"
6 years ago
David Baker
5a08c62f1b
Use the default integrations URLs in the sample
...
localhost is not a sensible default
6 years ago
David Baker
be1d7781c5
Merge pull request #2461 from vector-im/aviraldg-babelrc
...
Switch to babel 6
6 years ago
David Baker
40ac80a3e9
Replace stage & es2017 with specific plugins
...
Also sort out regenerator runtime as it turns out importing
babel-polyfill in your code is insufficient if using webpack
because it's imported too late, so use both that and
regenerator-runtime. Sigh.
6 years ago
David Baker
5f747e1a90
Remove transform-runtime
...
We use instance methods (or at least, draft.js does) so we need
babel-polyfill instead.
6 years ago
David Baker
0c3537ac1a
Remove presets from karma.conf
...
seemt o be picked up from .babelrc
6 years ago
David Baker
e6caf9ece4
move babelcheck.js to scripts/
6 years ago
David Baker
34c60c69d8
shebang
6 years ago
David Baker
5ff915476a
Reminder to restore links + stage2, not stage 0
6 years ago
David Baker
e5d2ebc57c
Add babelcheck.js
...
As per 4bea0c0818
6 years ago
David Baker
64815b1b0b
Remove babel-polyfill
...
Should be no need for it if we're using transform-runtime (and
we definitely don't need it twice...)
6 years ago
David Baker
59120d3019
Merge branch 'babelrc' of https://github.com/aviraldg/vector-web into aviraldg-babelrc
6 years ago
David Baker
9245ab01f1
js-sdk & react-sdk develop
6 years ago
David Baker
59fe9279d1
0.8.3
6 years ago
David Baker
046c9ef920
Prepare changelog for v0.8.3
6 years ago
David Baker
bca22f26c5
js-sdk & react-sdk release versions
6 years ago
Richard van der Hoff
2b68b88b14
Merge pull request #2453 from vector-im/rav/center_images_in_dialog_buttons
...
Centre images in dialog buttons
6 years ago
Richard van der Hoff
97cedfc712
Centre images in dialog buttons
...
Some dialogs put a spinner in the button... need to line them up.
6 years ago
Matthew Hodgson
86cb3e9376
Merge pull request #2448 from aviraldg/fix-quote
...
Only show quote option if RTE is enabled
6 years ago
Aviral Dasgupta
42993a78ed
Only show quote option if RTE is enabled
6 years ago
Richard van der Hoff
2a5ca9d3df
Merge pull request #2443 from vector-im/dbkr/matrix_network_join_button
...
Fix join button for 'matrix' networks
6 years ago