David Baker
5f7cdb8d42
s/wire_onclick/handleClicks/
...
and actually pass handleClicks false as appropriate
2016-12-15 14:29:16 +00:00
David Baker
901c0e7e41
Remove unused event params
2016-12-15 14:24:55 +00:00
Kegan Dougal
8a511ed54b
Add .done() to catch exceptions which may be thrown in setState
2016-12-15 14:17:29 +00:00
Luke Barnard
e7564f4dc5
Spelling
2016-12-15 13:16:36 +00:00
Luke Barnard
86739e7d1e
Simplify handling of only one member event
2016-12-15 13:15:00 +00:00
Richard van der Hoff
238a30789f
Merge pull request #591 from matrix-org/luke/fix-wantsdateseparator-performance
...
Fix performance issues with wantsDateSeperator
2016-12-15 12:45:18 +00:00
David Baker
98cad8779c
Add instance_id to initial state
2016-12-15 10:42:11 +00:00
David Baker
fc597ba86e
Underscore for private method
2016-12-15 10:41:22 +00:00
Kegan Dougal
8f42134d9f
Explain why binding
2016-12-14 16:04:20 +00:00
Luke Barnard
b908e7ef29
Fix performance issues with wantsDateSeperator
...
This was causing rendering of MemberEventListSummary to be quite slow. Instead of creating two date objects, just check to see if they represent timestamps that happened on different days.
2016-12-14 16:01:32 +00:00
Kegan Dougal
13dfe9ef0f
Implement bulk invite rejects
2016-12-14 16:00:50 +00:00
David Baker
f5bd8abfda
Support room dir 3rd party network filtering
...
As per https://github.com/matrix-org/synapse/pull/1676
The existing local config system still exists and is used for
remote home server directories (since /thirdparty/protocols
doesn't support listing remote home servers, and also because
people are using it).
2016-12-14 15:41:15 +00:00
Luke Barnard
c07e5d4992
Improve the performance of MemberEventListSummary
...
- The MessagePanel now uses the same key for the MELS instances rendered so that entirely new instances are not created, they are simply passed new props (namely when new events arrive).
- MELS itself now uses `shouldComponentUpdate` so that it only updates if it is given a different number of events to previous or if it is toggled to expand.
2016-12-14 15:31:35 +00:00
Kegan Dougal
1d4591ce68
Add UI in UserSettings for bulk rejecting invites
2016-12-14 15:01:50 +00:00
Richard van der Hoff
8be72e6c27
Configure olm memory size
...
16M is somewhat excessive: configure olm to use a bit less.
Requires changes to the olm library to do anything useful, but will be harmless
without them.
Partial fix to vector-im/riot-web#2726 .
2016-12-14 11:59:37 +00:00
David Baker
2740013625
RELEASES is for update, not install
2016-12-13 10:24:32 +00:00
David Baker
119e03b64f
Get the update base URL right
...
and update the text in the README.
2016-12-12 17:24:22 +00:00
David Baker
c6dbeee245
ico needs to be at least 256x256
2016-12-09 22:33:20 +00:00
David Baker
feb3a13a71
Get version after we've checked out...
2016-12-09 20:23:19 +00:00
David Baker
c80d1c15d2
dev js-sdk & react-sdk
2016-12-09 20:12:37 +00:00
David Baker
b9ba795cb0
v0.9.1
2016-12-09 20:05:41 +00:00
David Baker
598b841bf7
Prepare changelog for v0.9.1
2016-12-09 20:05:41 +00:00
David Baker
93b3857a9b
Merge branch 'develop' into release-v0.9.1
2016-12-09 20:03:10 +00:00
David Baker
5414b5d189
Released js-sdk & react-sdk
2016-12-09 19:58:33 +00:00
David Baker
1fbc938f87
js-sdk develop
2016-12-09 19:57:44 +00:00
David Baker
9f2c453643
Merge branch 'master' into develop
2016-12-09 19:57:08 +00:00
David Baker
57c56992f1
v0.8.1
2016-12-09 19:53:27 +00:00
David Baker
fc39b35369
One more, one more try
2016-12-09 19:52:40 +00:00
David Baker
8ea299bcea
v0.8.1
2016-12-09 19:51:27 +00:00
David Baker
15f556406f
One more try...
2016-12-09 19:50:02 +00:00
David Baker
fb95b71f7b
v0.8.1
2016-12-09 19:48:27 +00:00
David Baker
3ddeece619
Back to rc temporarily
2016-12-09 19:47:28 +00:00
David Baker
56d51687f9
v0.8.1
2016-12-09 19:34:21 +00:00
David Baker
eb6492200d
Prepare changelog for v0.8.1
2016-12-09 19:34:21 +00:00
David Baker
d0850d67cd
js-sdk 0.7.1
2016-12-09 19:32:27 +00:00
David Baker
b4e362d700
Bump to electron 1.4.11
2016-12-09 19:14:59 +00:00
David Baker
eabb91da1e
Merge pull request #2732 from vector-im/dbkr/desktop_readme
...
Update README to say how to build the desktop app
2016-12-09 19:06:14 +00:00
David Baker
fe574b008b
Credit aviral & other options for native riot
2016-12-09 19:05:25 +00:00
David Baker
b8fe8a4363
Merge branch 'develop' of github.com:vector-im/riot-web into develop
2016-12-09 18:30:38 +00:00
David Baker
6acbdc442d
Actually write latest version into latest
2016-12-09 18:29:54 +00:00
David Baker
f7cd5cb76f
Update README to say how to build the desktop app
2016-12-09 18:29:06 +00:00
Richard van der Hoff
e2195de719
Merge pull request #2731 from vector-im/dbkr/signing_id
...
Add signing ID in release_config.yaml
2016-12-09 17:31:46 +00:00
David Baker
3921aa4e54
Merge pull request #2722 from vector-im/dbkr/icons
...
Makeover!
2016-12-09 17:18:27 +00:00
David Baker
48ca0254fe
Add signing ID in release_config.yaml
...
Read by release script in js-sdk
2016-12-09 17:13:20 +00:00
David Baker
375a7605ae
Merge remote-tracking branch 'origin/develop' into dbkr/icons
2016-12-09 15:45:21 +00:00
Richard van der Hoff
8097b150a0
Merge pull request #2730 from vector-im/dbkr/fix_test_breakage
...
Fix broken tests
2016-12-09 15:44:17 +00:00
David Baker
67cf4230ac
Fix broken tests
...
Promises are now not being resolved within the same tick, so give
another tick for the UI to update after all the HTTP calls have
flushed through. This is fairly terrible, but I can't immediately
see a better way of doing this.
2016-12-09 14:27:41 +00:00
Kegsay
21e7b03e53
Merge pull request #586 from matrix-org/kegan/read-receipt-show-time-on-hover
...
Add read receipt times to the hovertip of read markers
2016-12-09 13:19:44 +00:00
Kegan Dougal
5d99d68a64
Show the full date and time if the receipt was sent days after the event
2016-12-09 11:43:23 +00:00
Kegan Dougal
49010c3e93
Refactor how 'readReceipts' are passed into EventTiles
...
Instead of passing a list of RoomMembers, pass a list of records with a
`roomMember` prop and a `ts` prop so we can display the timestamp on hover.
2016-12-09 11:24:10 +00:00