summaryrefslogtreecommitdiffstats
path: root/webapp/actions/websocket_actions.jsx
Commit message (Expand)AuthorAgeFilesLines
* Add sync logic for DMs/GMs when network reconnects (#5676)Joram Wilander2017-03-081-0/+20
* Prevented RHS from closing when you reply to a message that had been deleted....Christopher Speller2017-03-061-5/+0
* PLT-3077 Add group messaging (#5489)Joram Wilander2017-03-021-2/+2
* Fix channel created WS event (#5552)enahum2017-02-271-1/+2
* PLT-5653 Fix Create channel does not show in another device (#5548)enahum2017-02-271-1/+15
* Increase performance when receiving messages (#5375)Joram Wilander2017-02-131-13/+0
* Add webapp/utils/url.jsx (#5285)Akihiko Odaki2017-02-071-1/+2
* Add functionality for refetching latest data after computer wakes up (#5120)Joram Wilander2017-01-191-1/+7
* Fix console errors when logging out (#4915)Joram Wilander2016-12-291-10/+6
* Fix error after leaving team (#4888)enahum2016-12-261-0/+1
* Fix team switch (#4851)enahum2016-12-221-6/+1
* Remove new user event handling on client (#4822)Joram Wilander2016-12-221-24/+0
* PLT-5012 Combine updateLastViewedAt, setLastViewedAt and setActiveChannel int...Joram Wilander2016-12-211-1/+1
* PLT-4167 Team Sidebar (#4569)enahum2016-12-191-2/+23
* PLT-1378 Initial version of emoji reactions (#4520)Harrison Healey2016-11-301-1/+30
* PLT-4233 When internet reconnects, reconnect websocket and grab latest posts,...Joram Wilander2016-11-291-4/+5
* Merge branch 'release-3.5'Christopher Speller2016-11-241-1/+10
|\
| * Fixed error logged when joining a team from another tab (#4620)Harrison Healey2016-11-211-0/+5
| * Properly load profile for new posts that have unloaded users (#4578)Joram Wilander2016-11-211-1/+5
* | Off screen edited posts no longer show up as new posts (#4485)Joram Wilander2016-11-141-1/+1
|/
* Fix websocket on old versions of IE11 (#4501)Joram Wilander2016-11-101-23/+26
* Fixing websocket and team store issues when leaving team (#4412)Christopher Speller2016-11-011-2/+2
* PLT-4596 Stopped trying to get new users when not in a context with a team (#...Harrison Healey2016-11-011-0/+5
* Load channel members with channels to make sure we have latest unread counts ...Joram Wilander2016-11-011-4/+4
* PLT-4430 improve slow channel switching (#4331)enahum2016-10-271-0/+1
* Remove legacy reference to hasDirectProfile (#4308)Joram Wilander2016-10-241-3/+0
* Fix bad use of websocket event when a new user is added (#4309)Joram Wilander2016-10-241-1/+1
* Merging performance branch into master (#4268)Joram Wilander2016-10-191-30/+32
* PLT-3734 Cleaning up shouldSendEvent function (#4024)enahum2016-09-271-25/+26
* Webrtc client side (#4026)enahum2016-09-161-3/+11
* Send hello event containing server version on WebSocket connect (#3936)Joram Wilander2016-09-041-0/+9
* Do not send push notifications for channels being actively viewed (#3931)Joram Wilander2016-09-021-1/+1
* Add missing directProfiles updates on real-time user updates (#3876)enahum2016-08-241-0/+3
* PLT-3942 Add real-time updates for center channel profile picture popover (#3...enahum2016-08-241-0/+11
* PLT-3593 fixing issue of removing from team DM list (#3857)Corey Hulen2016-08-221-0/+4
* PLT-3881 Fix websocket errors after leaving the team (#3815)Corey Hulen2016-08-171-0/+2
* Changed autodetection of SiteURL (#3764)Harrison Healey2016-08-091-1/+1
* PLT-3408 Add SiteURL to config.json (#3692)Harrison Healey2016-08-021-4/+18
* Only get channels and posts on WebSocket connect if team is set (#3684)Joram Wilander2016-07-271-2/+4
* Fix RHS not closing when thread is deleted by another user (#3641)Joram Wilander2016-07-201-0/+5
* Moving javascript driver back to platform (#3613)Christopher Speller2016-07-191-2/+2
* PLT-2241 Refactored statuses into a more real-time system (#3573)Joram Wilander2016-07-181-1/+26
* Fixes javascript error with missing func (#3570)Corey Hulen2016-07-131-1/+0
* Added infrastructure for basic WebSocket API (#3432)Joram Wilander2016-07-121-114/+34
* Merge release 3.2 into master (#3548)Harrison Healey2016-07-111-0/+2
* PLT-2863 adding remove user from team (#3429)Corey Hulen2016-07-061-0/+17
* On receive of a comment that we don't have the thread for, acquire the thread...Joram Wilander2016-07-061-1/+2
* PLT-3440 (#3440)Corey Hulen2016-06-291-2/+11
* Adding webpack code splitting (#3377)Christopher Speller2016-06-221-1/+1
* Fix channels showing up across teams when multiple teams open in same browser...Joram Wilander2016-06-151-1/+3