summaryrefslogtreecommitdiffstats
path: root/app/channel.go
Commit message (Expand)AuthorAgeFilesLines
...
* | Handle missed case with ExperimentalEnableDefaultChannelLeaveJoinMessages set...Joram Wilander2018-01-181-1/+1
* | Add EnableDefaultChannelLeaveJoinMessages config setting (#7961)Chris Duarte2018-01-101-7/+13
|/
* Do not auto-join 'off-topic' channel if it is private (#7950)Siyuan Liu2017-12-131-2/+1
* PLT-6217-bis Fixes system message posted to Town Square when a user joins a t...Tsilavina Razafinirina2017-12-081-1/+19
* PLT-7503: Create Message Export Scheduled Task and CLI Command (#7612)Jonathan2017-11-301-5/+31
* PLT-5458: If someone posts a channel link to channel_A that you don't belong ...Chris2017-11-281-0/+12
* Role refactor (#7867)Chris2017-11-211-3/+3
* PLT-6217 Fixes system message posted to Town Square when a member leaves a te...Tsilavina Razafinirina2017-11-201-2/+22
* several one-line panic, race, and logic fixes (#7766)Chris2017-11-031-1/+1
* [PLT-7362] Add post' root ID to APIv4 addChannelMember to render added user (...Saturnino Abril2017-10-311-5/+6
* refactor max channels per team enforcement (#7690)Chris2017-10-201-2/+2
* Reduce utils.Cfg references (#7650)Chris2017-10-181-6/+6
* Goroutine wranglin (#7556)Chris2017-10-031-7/+21
* PLT-7404 Return viewed at times in view channel API response (#7428)Joram Wilander2017-09-291-6/+9
* remove remaining Global() calls (outside of tests) (#7521)Chris2017-09-281-11/+11
* plugin CRUD operations for users, posts, channels, and teams (#7479)Chris2017-09-211-18/+26
* remove einterface gets (#7455)Chris2017-09-191-1/+1
* Add some checking of channel ID before sending websocket event (#7431)Joram Wilander2017-09-151-1/+1
* Renaming repoChristopher Speller2017-09-061-3/+3
* 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