summaryrefslogtreecommitdiffstats
path: root/app/channel.go
Commit message (Expand)AuthorAgeFilesLines
* app type transition (#7167)Chris2017-09-061-192/+192
* PLT-7216: CLI Command to move channels between teams. (#7149)George Goldberg2017-09-041-0/+30
* App: NewLocAppError -> NewAppError (#7327)George Goldberg2017-09-011-29/+24
* [PLT-5170] Add join the channel system message for the person who created the...Saturnino Abril2017-08-301-0/+7
* PLT-5745 Cleaning up duplicate calls (#7298)Corey Hulen2017-08-281-17/+17
* PLT-6965 jira integration (plus plugin scaffolding) (#6918)Chris2017-08-021-0/+16
* Revert " #4755 Combining consecutive user join/leave system messages to singl...Saturnino Abril2017-08-011-117/+44
* #4755 Combining consecutive user join/leave system messages to single messag...Debanshu Kundu2017-08-011-44/+117
* make cli team / channel delete operations also delete webhooks and slash comm...Chris2017-07-311-0/+8
* Don't send last view message for null channels (#7051)Corey Hulen2017-07-311-1/+1
* Return channel member immediately if user is already in channel (#6847)Joram Wilander2017-07-051-0/+8
* Fix EnablChannelViewedMessages typo (#6822)Jason Blais2017-07-031-2/+2
* PLT-6610 sending websocket event for last channel viewed (#6787)Corey Hulen2017-06-291-1/+15
* PLT-6937: Bulk Importing of Direct/Group channels and posts. (#6761)George Goldberg2017-06-281-23/+48
* when a channel is update propagate the channel to everybody (#6677)Carlos Tadeu Panato Junior2017-06-211-0/+5
* Only update status when clicking onto app (#6435)Joram Wilander2017-05-241-1/+1
* PLT-6019: Add APIv4 Endpoint for restoring Channels (#6263)Robin Naundorf2017-05-151-0/+8
* Merge branch 'release-3.9' into merge-3.9JoramWilander2017-05-121-1/+13
|\
| * Send status change event if status changes on channel view (#6389)Joram Wilander2017-05-111-0/+8
| * Forward port 3.8.1 changes that missed master (#6362)Joram Wilander2017-05-091-1/+5
* | PLT-6488: Reduce database queries in user bulk import. (#6371)George Goldberg2017-05-101-12/+13
* | Add API Endpoint for deleted Channels (#5889)Robin Naundorf2017-05-091-0/+8
|/
* Update channel patch to post the correct system messages (#6290)Joram Wilander2017-05-031-2/+29
* PLT-6214 Move channel store and actions over to redux (#6235)Joram Wilander2017-04-281-2/+10
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-2/+2
* PLT-6198: Use added to channel system message on default channels. (#5969)George Goldberg2017-04-041-5/+26
* PLT-5900 Removed automatic configuration of SiteURL (#5952)Harrison Healey2017-04-041-27/+27
* APIv4 get /channels/{channel_id}/pinned (#5893)Saturnino Abril2017-03-291-0/+8
* APIv4 post /channels/ids (#5845)Saturnino Abril2017-03-271-0/+8
* Implement some channel endpoints for APIv4 (#5846)Joram Wilander2017-03-241-0/+5
* Fix compile error on master (#5813)Joram Wilander2017-03-201-2/+2
* Endpoint for APIv4 POST /channels/{channel_id}/members (#5775)Saturnino Abril2017-03-201-0/+25
* Merge branch 'release-3.7' into master.George Goldberg2017-03-171-25/+26
|\
| * PLT-5765 Passed SiteURL to SendNotifications (#5705)Harrison Healey2017-03-101-25/+25
* | Implement some channel endpoints for APIv4 (#5767)Joram Wilander2017-03-161-0/+14
* | APIv4 DELETE channels/{channel_id} (#5723)Saturnino Abril2017-03-141-0/+3
* | Implement GET and POST /hooks/outgoing endpoints for APIv4 (#5645)Joram Wilander2017-03-131-1/+1
* | Endpoint for APIv4: GET /team/{team_id}/channels (#5681)Saturnino Abril2017-03-131-0/+8
|/
* PLT-3077 Add group messaging (#5489)Joram Wilander2017-03-021-2/+56
* Revert "Adding caching to get channel member (#5518)"Christopher Speller2017-02-271-7/+4
* Fix channel created WS event (#5552)enahum2017-02-271-0/+1
* PLT-5653 Fix Create channel does not show in another device (#5548)enahum2017-02-271-0/+4
* Adding caching to get channel member (#5518)Christopher Speller2017-02-241-4/+7
* PLT-3193 Add channel notification preferences for push and email notiā€¦ (#5500)enahum2017-02-231-4/+13
* Implement a few channel member endpoints for APIv4 (#5444)Joram Wilander2017-02-201-3/+19
* Fix issue with Aurora read replica (#5448)Corey Hulen2017-02-171-0/+30
* Remove MakeDirectChannelVisible and add client handling for showing DMs (#5430)Joram Wilander2017-02-151-55/+0
* Implement GET channels endpoints for APIv4 (#5363)Ruzette Tanyag2017-02-141-2/+31
* Fix unread error (#5390)Joram Wilander2017-02-131-1/+1
* Increase performance when receiving messages (#5375)Joram Wilander2017-02-131-5/+13