Matteo Pagliazzi
98df0f26e7
add notifications, fix too many seen requests and misc fixes
2016-09-09 20:12:17 +02:00
Matteo Pagliazzi
6ba721998a
Merge branch 'develop' into paglias/realtime-chat-v1
2016-09-08 19:12:05 +02:00
Matteo Pagliazzi
459a41a5ac
pusher: remove duplicate code
2016-09-08 19:05:22 +02:00
Matteo Pagliazzi
136b4ada45
renable limit on number of tabs connected
2016-09-08 19:05:03 +02:00
Matteo Pagliazzi
d4dc455926
re-enable limit of 1 tab per user connected to pusher
2016-09-08 18:51:24 +02:00
Matteo Pagliazzi
cac764e5d1
add online indicator for party members
2016-09-08 18:48:07 +02:00
Blade Barringer
ee409174f1
Format files to adhere to editorconfig ( #7977 )
2016-09-07 12:58:26 -05:00
Matteo Pagliazzi
ea2be45414
add notifications for real time messages
2016-09-07 17:16:32 +02:00
Matteo Pagliazzi
41079a65c6
correctly reconnect to pusher after inactivity
2016-09-07 17:00:43 +02:00
Matteo Pagliazzi
85c4332a40
pusher: remove commented code that is unused
2016-09-07 16:51:22 +02:00
Matteo Pagliazzi
dafae31366
disable limit of 1 tab per browser connected to pusher
2016-09-07 16:50:22 +02:00
Matteo Pagliazzi
40c9c05514
fix first connection to pusher
2016-09-07 16:46:32 +02:00
Matteo Pagliazzi
0baff2dfd9
remove limit of 1 connected tab per browser
2016-09-07 16:44:20 +02:00
Matteo Pagliazzi
a4ecdbeb3e
fully sync party on system messages
2016-09-07 16:39:53 +02:00
Matteo Pagliazzi
f28dead692
do not sync party every time the page is opened, update chat in realtime
2016-09-06 11:18:52 +02:00
Matteo Pagliazzi
6792464fbf
limit rtc to parties
2016-09-05 17:54:24 +02:00
Matteo Pagliazzi
689a321a9b
enable pusher for all users
2016-08-09 20:05:04 +02:00
Matteo Pagliazzi
6dfa93dab2
correct pusher inactivity timeout
2016-08-08 00:08:54 +02:00
Matteo Pagliazzi
3efd900a3f
correctly check for Pusher being enabled
2016-08-07 22:23:00 +02:00
Matteo Pagliazzi
ff4a3adf7e
feat(pusher): disconnect after 30m of inactivity
2016-08-07 22:20:45 +02:00
Matteo Pagliazzi
1ab8dab9a3
pusher: onlkeopenaximum 1 connection per brorowser
2016-07-08 17:48:39 +02:00
Matteo Pagliazzi
0880850408
Real-time Chat ( #7664 )
...
* feat(realtime-chat): add Pusher library to the server
* feat(realtime-chat): only for private groups
* feat(realtime-chat): add authentication endpoint for Pusher
* feat(realtime-chat): client proof of concept
* fix typo in apidoc
* feat(realtime-chat): redo authentication and write integration tests
* remove firebase code
* fix client side tests
* fix line ending in bower.json
* feat(realtime chat): use presence channels for parties, send events & disconnect clients if user leaves or is removed from party, automatically update UI
* pusher: enable all events in the background
* fix pusher integration tests
2016-07-02 15:17:24 +02:00