summaryrefslogtreecommitdiffstats
path: root/webapp/actions/websocket_actions.jsx
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵enahum2016-08-241-0/+11
| | | | | | | | | | (#3871) * PLT-3942 Add real-time updates for center channel profile picture pop-over * Send user data with the websocket event to prevent further requests * Add helper for profile sanitation
* 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
| | | | | | * Changed autoconfiguration of SiteURL to be done on every request * Added SiteURL to system console
* PLT-3408 Add SiteURL to config.json (#3692)Harrison Healey2016-08-021-4/+18
| | | | | | | | * PLT-3408 Changed serverside code to get the service's URL from config.json * PLT-3408 Changed most clientside code to use the SiteURL config setting instead of window.location * PLT-3408 Changed default SiteURL to be autodetected
* 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
| | | | | | | | | | * Refactored statuses into a more real-time system * Updated package.json with correct commit and fixed minor bug * Minor updates to statuses based on feedback * When setting status online, update only LastActivityAt if status already exists
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bumping version to: 3.2.0-rc1 * PLT-2863 fixing bad merge that broke this PR (#3523) * PLT-2863 adding remove user from team * PLT-2863 adding the client side UI * Fixing trailing space * Fixing reported issues * Adding documentatino * Switching to final javascript driver * Fixing bad merge * Fixing bad merge * PLT-3538 Fix Login page doesn't show SAML option if gitlab is enabled (#3524) * Login error messages fix (#3525) * daily translations 20160708 (#3533) * Fixed permissions when getting a file attachment to use the correct user id (#3535) * PLT-3575 Fix Cannot upload certificates with .cer file extension on SAML (#3534) * PLT-3560 blocking adding to channel once user is removed (#3537) * Always allow system admins to see the Integrations sidebar (#3536) * Plt 3475 - Post control improvements (#3538) * Adding class to post when dropdown is active. * plt-3475 - Post controls improvements * daily translations 20160711 (#3544)
* PLT-2863 adding remove user from team (#3429)Corey Hulen2016-07-061-0/+17
| | | | | | | | | | | | | | * PLT-2863 adding remove user from team * PLT-2863 adding the client side UI * Fixing trailing space * Fixing reported issues * Adding documentatino * Switching to final javascript driver
* On receive of a comment that we don't have the thread for, acquire the ↵Joram Wilander2016-07-061-1/+2
| | | | thread (#3490)
* 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 ↵Joram Wilander2016-06-151-1/+3
| | | | browser (#3329)
* Allow clearing direct messages across team based on channel view events (#3176)Joram Wilander2016-06-011-1/+1
|
* Refactor login, claim and create_team into views and add actions (#3110)Joram Wilander2016-05-261-0/+270