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
David Baker
323bd79d0e
Fix join button for 'matrix' networks
...
Fixes https://github.com/vector-im/vector-web/issues/2435
6 years ago
Matthew Hodgson
60adbffacf
try to fix the create room label
6 years ago
Richard van der Hoff
f827a2963e
Merge pull request #2422 from vector-im/dbkr/fix_no_freenode_rooms
...
Don't stop paginating if no rooms match
6 years ago
David Baker
5e293c0f45
Don't stop paginating if no rooms match
...
Always show the scrollpanel otherwise we stop paginating if there
are no matching rooms in the first request (as per comment).
Fixes no freenode rooms being shown.
6 years ago
David Baker
cd7adfed0a
Back to develop react & js sdk
6 years ago
David Baker
902bf3a0a6
0.8.2
6 years ago
David Baker
f736e5243c
Prepare changelog for v0.8.2
6 years ago
David Baker
fb2c2ed09a
Use released version of react-sdk & js-sdk
6 years ago
David Baker
ea38968be9
Merge pull request #2379 from vector-im/dbkr/join_3p_location
...
Add native joining of 3p networks to room dir
6 years ago
David Baker
562b047362
Typo
6 years ago
David Baker
381c9009fb
Doc roomDirectory config section
6 years ago
David Baker
c0a4574069
For single instance, allow domain present & match
6 years ago
David Baker
de9bf4bb47
Actually use variable
6 years ago
Richard van der Hoff
c57bfccb9e
Merge pull request #2406 from vector-im/dbkr/linkify_213
...
Update to linkify 2.1.3
6 years ago
David Baker
52cae92dd7
Update to linkify 2.1.3
...
To pull in https://github.com/SoapBox/linkifyjs/pull/166
6 years ago
David Baker
b80b08f04f
Specify width on icons & comment
6 years ago
David Baker
304e5b997a
PR Freedback
6 years ago
David Baker
6b4dbfbd62
Change default brand to Riot
...
& update sample config
6 years ago
David Baker
000ca35727
Don't pop up errors when this API fails for guests
6 years ago
David Baker
776fe2ad70
Different way of getting fields for 3p location
...
Try to match protocol insance from 'domain' field and use its
fields for all but the last field. Assume the last takes the user
input.
6 years ago
Aviral Dasgupta
9174b32ef1
Upgrade to babel6 and enable some presets.
6 years ago
Richard van der Hoff
602727b7ad
Merge pull request #2383 from vector-im/dbkr/sign_in_not_log_in
...
Use 'Sign In' / 'Sign Out' universally
6 years ago
Richard van der Hoff
56deea9f10
Merge pull request #2382 from vector-im/dbkr/networkdropdown_size_jump
...
Prevent network dropdown resizing slightly
6 years ago
Richard van der Hoff
8e0be29c13
Merge pull request #2380 from vector-im/dbkr/roomdir_no_results
...
Room directory: indicate when there are no results
6 years ago
David Baker
b71b1b5535
Use more variables
6 years ago
Matthew Hodgson
5b3524f174
better wordwrap on RightPanels
6 years ago
David Baker
f9a70a8b04
Use 'Sign In' / 'Sign Out' universally
...
Rather than a mix of 'sign in/out' and 'log in/out'
6 years ago
David Baker
b652ea5024
Prevent network dropdown resizing slightly
...
Dropdown resized by 2px when opened
6 years ago
David Baker
2a37a0cb19
Room directory: indicate when there are no results
...
Fixes https://github.com/vector-im/vector-web/issues/2250
6 years ago
David Baker
761600f325
Add native joining of 3p networks to room dir
...
Use the 3rd party location lookup API to accept third-party locations
in their native form and look up the corresponding portal room for
that location.
Also give the network dropdown some placeholder text.
Fixes https://github.com/vector-im/vector-web/issues/2374
6 years ago
David Baker
65f14c7d21
Stop random rooms appearing when switching network
...
in the public room directory
6 years ago
David Baker
864ba52bc5
Relative img paths please
6 years ago
David Baker
fdb5020c0c
Oops, fix undefined variable
6 years ago
Richard van der Hoff
62344b5194
Merge pull request #2362 from vector-im/dbkr/roomdir_filter_3pnetworks
...
Room dir: New filtering & 3rd party networks
6 years ago
David Baker
0db12fcd22
Move method & don't wastefullt create elements
...
Put did update with the other react interface methods & don't
bother creating the 'current_value' if we throw it away later.
6 years ago
David Baker
455ee4f91b
Argh, tabs
6 years ago
David Baker
5ca391f914
Replace double truth test with something sane
...
Also typo
6 years ago
David Baker
a32abae5a3
Don't use _matrix as default if there isn't one
6 years ago
David Baker
b2dd3ecf3a
Add the _matrix network to the sample config
6 years ago