Richard van der Hoff
042a6b58c4
Remove redundant whatwg import
...
This has been rewritten to use browser-request rather than whatwg, so remove
the import, which was causing the build to fail on npm 2. (It worked, for the
wrong reasons, on npm 3.)
2016-08-25 12:14:49 +01:00
Richard van der Hoff
d87cf6c02b
Transpile the react-sdk before running travis tests
2016-08-25 12:12:20 +01:00
Richard van der Hoff
0c99c5563f
Add .travis.yml
2016-08-25 11:56:49 +01:00
Matthew Hodgson
3934e37f77
Merge pull request #1972 from aviraldg/feature-changelog
...
add fancy changelog dialog
2016-08-24 18:02:00 +01:00
Matthew Hodgson
ae910d82a8
Merge pull request #416 from aviraldg/feature-changelog
...
add fancy changelog dialog
2016-08-24 18:01:39 +01:00
Richard van der Hoff
6bcf9cc9db
TimelinePanel-test: Hackery to make it pass
2016-08-24 17:30:53 +01:00
Richard van der Hoff
cdd2902b01
Update annoying TimelinePanel test
...
* Actually test what we were supposed to be testing (viz, that we can paginate
back down after we hit the top of the room)
* Make the cap on the number of events we show in the timeline a configurable
property, so that we can set it in the test
* Use a smaller cap in the test, so that we have to do less paginating to hit
the cap, to make the test run quicker.
* add some more logging so that we can see how far it's got if it gets stuck.
2016-08-24 16:28:00 +01:00
Kegsay
97fc4249d4
Merge pull request #428 from matrix-org/kegan/state-key-with-underscores
...
Send bot options with leading underscore on the state key
2016-08-24 15:09:44 +01:00
Kegan Dougal
c292312115
Send bot options with leading underscore on the state key
...
This is in order to get around the synapse rule which states that if the
state key is a user ID, then only that user can send the event. We want to
set the event for another user (the bot), hence we can't send just the plain
user ID.
2016-08-24 14:54:44 +01:00
Matthew Hodgson
2ee4fa484e
Merge pull request #1978 from aviraldg/feature-autocomplete-improvements
...
Update autocomplete design
2016-08-24 14:48:06 +01:00
Matthew Hodgson
2f0599aae1
Merge pull request #419 from aviraldg/feature-autocomplete-improvements
...
Update autocomplete design and scroll it correctly
2016-08-24 14:47:22 +01:00
Kegan Dougal
6235d88b55
Missing return
2016-08-24 14:10:21 +01:00
Kegsay
82a822820f
Merge pull request #427 from matrix-org/kegan/postmessage-bot-options
...
Add ability to query and set bot options
2016-08-24 13:51:31 +01:00
Kegan Dougal
73ba55abad
s/then/done/ to throw uncaught exceptions if the error function throws
2016-08-24 13:47:35 +01:00
Kegan Dougal
dbff5f671e
Add ability to query and set bot options
...
- Also standardise on 'success' as the key name for successes.
- Also return the entire `content` on get state event requests.
2016-08-24 13:23:06 +01:00
Richard van der Hoff
bc7948d75f
Merge remote-tracking branch 'origin/master' into develop
2016-08-24 10:24:35 +01:00
Richard van der Hoff
5348b8a980
Merge pull request #2001 from vector-im/rav/fix_readme_lies
...
Update encryption info in README
2016-08-24 10:22:38 +01:00
Richard van der Hoff
f2936dc15c
Update encryption info in README
2016-08-23 18:07:07 +01:00
Mark Haines
fb4d3a9729
Merge pull request #425 from matrix-org/markjh/travis
...
Add .travis.yml
2016-08-23 17:20:30 +01:00
Matthew Hodgson
864f9747f0
Merge pull request #2000 from vector-im/wmwragg/chat-message-presentation
...
Added event/info message avatars back in
2016-08-23 17:14:21 +01:00
Matthew Hodgson
08c0d7e298
Merge pull request #426 from matrix-org/wmwragg/chat-message-presentation
...
Added event/info message avatars back in
2016-08-23 17:14:11 +01:00
wmwragg
ae8234ffe3
Added event/info message avatars back in
2016-08-23 15:58:27 +01:00
wmwragg
3ea62eb73a
Added event/info message avatars back in
2016-08-23 15:57:53 +01:00
Mark Haines
763d3bf9e7
Add .travis.yml
2016-08-23 15:05:50 +01:00
Kegsay
c10208a203
Merge pull request #423 from matrix-org/kegan/scalar-postmessage-api
...
Add postMessage API required for integration provisioning
2016-08-23 15:00:44 +01:00
Richard van der Hoff
0dbc3ce344
Merge pull request #424 from matrix-org/rav/fix_react_test
...
Fix TimelinePanel test
2016-08-23 14:56:21 +01:00
Kegan Dougal
ecc7850e13
Trailing )
2016-08-23 14:50:52 +01:00
Kegan Dougal
1c649303e3
Consistency with sendResponse
2016-08-23 14:50:29 +01:00
Kegan Dougal
e96a40004b
Review comments
2016-08-23 14:41:47 +01:00
Richard van der Hoff
70c0290aec
Fix TimelinePanel test
...
https://github.com/matrix-org/matrix-react-sdk/pull/422 made events take up
less vertical space, so we now need more of them to allow us to scroll back.
2016-08-23 14:39:44 +01:00
Matthew Hodgson
2fae966884
notification panel WIP
2016-08-23 14:28:10 +01:00
Matthew Hodgson
f888ec6e81
notification panel WIP
2016-08-23 14:27:58 +01:00
Kegan Dougal
f6b008350d
Spaces not tabs
2016-08-23 13:31:55 +01:00
wmwragg
d2e8201d79
Making sure that the sub list count always stays up to date, including when people read the outstanding notifications
2016-08-23 13:24:02 +01:00
wmwragg
65d7d01dfa
Merge branch 'develop' into wmwragg/direct-chat-sublist
2016-08-23 12:49:43 +01:00
wmwragg
6a4d02ffc5
Merge branch 'develop' into wmwragg/direct-chat-sublist
2016-08-23 12:49:21 +01:00
wmwragg
c362d4ff01
Added updating of count when room tile notification state changed
2016-08-23 12:40:28 +01:00
wmwragg
2cf2df20f6
Added updating of count when room tile notification state changed
2016-08-23 12:40:15 +01:00
Matthew Hodgson
1a2475ebba
Merge pull request #422 from matrix-org/wmwragg/chat-message-presentation
...
Wmwragg/chat message presentation
2016-08-23 12:20:03 +01:00
Matthew Hodgson
1d1f89e0de
Merge pull request #1987 from vector-im/wmwragg/chat-message-presentation
...
Wmwragg/chat message presentation
2016-08-23 12:19:58 +01:00
Kegan Dougal
9162a0ff01
Add postMessage API required for integration provisioning
...
Supports querying member state and creating invites only.
2016-08-23 12:00:11 +01:00
wmwragg
ee73bc3aa4
Refactor of the badge logic, and also added no badges when zero notifications
2016-08-23 11:35:03 +01:00
wmwragg
d3fa680373
Added all the notification states to the sub list count logic
2016-08-23 11:14:45 +01:00
wmwragg
ef9d6d45b6
Merge branch 'develop' into wmwragg/direct-chat-sublist
2016-08-23 10:54:05 +01:00
wmwragg
6d1f9003e2
Merge branch 'develop' into wmwragg/direct-chat-sublist
2016-08-23 10:52:50 +01:00
wmwragg
a980864886
Initial sub list notifications count. Still needs propagation of muting/unmuting etc. events from room tile up to sub list
2016-08-23 10:47:17 +01:00
wmwragg
ca4d506391
Header wording for capped truncation count updated
2016-08-22 22:47:00 +01:00
Aviral Dasgupta
884abbd7e9
Cleanup autocomplete
2016-08-23 00:36:31 +05:30
Aviral Dasgupta
554c33a883
Extract autocomplete styling to CSS
2016-08-23 00:36:01 +05:30
Aviral Dasgupta
56813eb11e
remove whatwg-fetch and use browser-request
2016-08-22 23:59:32 +05:30