server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
channel.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Goroutine wranglin (#7556)
Chris
2017-10-03
1
-7
/
+21
*
PLT-7404 Return viewed at times in view channel API response (#7428)
Joram Wilander
2017-09-29
1
-6
/
+9
*
remove remaining Global() calls (outside of tests) (#7521)
Chris
2017-09-28
1
-11
/
+11
*
plugin CRUD operations for users, posts, channels, and teams (#7479)
Chris
2017-09-21
1
-18
/
+26
*
remove einterface gets (#7455)
Chris
2017-09-19
1
-1
/
+1
*
Add some checking of channel ID before sending websocket event (#7431)
Joram Wilander
2017-09-15
1
-1
/
+1
*
Renaming repo
Christopher Speller
2017-09-06
1
-3
/
+3
*
app type transition (#7167)
Chris
2017-09-06
1
-192
/
+192
*
PLT-7216: CLI Command to move channels between teams. (#7149)
George Goldberg
2017-09-04
1
-0
/
+30
*
App: NewLocAppError -> NewAppError (#7327)
George Goldberg
2017-09-01
1
-29
/
+24
*
[PLT-5170] Add join the channel system message for the person who created the...
Saturnino Abril
2017-08-30
1
-0
/
+7
*
PLT-5745 Cleaning up duplicate calls (#7298)
Corey Hulen
2017-08-28
1
-17
/
+17
*
PLT-6965 jira integration (plus plugin scaffolding) (#6918)
Chris
2017-08-02
1
-0
/
+16
*
Revert " #4755 Combining consecutive user join/leave system messages to singl...
Saturnino Abril
2017-08-01
1
-117
/
+44
*
#4755 Combining consecutive user join/leave system messages to single messag...
Debanshu Kundu
2017-08-01
1
-44
/
+117
*
make cli team / channel delete operations also delete webhooks and slash comm...
Chris
2017-07-31
1
-0
/
+8
*
Don't send last view message for null channels (#7051)
Corey Hulen
2017-07-31
1
-1
/
+1
*
Return channel member immediately if user is already in channel (#6847)
Joram Wilander
2017-07-05
1
-0
/
+8
*
Fix EnablChannelViewedMessages typo (#6822)
Jason Blais
2017-07-03
1
-2
/
+2
*
PLT-6610 sending websocket event for last channel viewed (#6787)
Corey Hulen
2017-06-29
1
-1
/
+15
*
PLT-6937: Bulk Importing of Direct/Group channels and posts. (#6761)
George Goldberg
2017-06-28
1
-23
/
+48
*
when a channel is update propagate the channel to everybody (#6677)
Carlos Tadeu Panato Junior
2017-06-21
1
-0
/
+5
*
Only update status when clicking onto app (#6435)
Joram Wilander
2017-05-24
1
-1
/
+1
*
PLT-6019: Add APIv4 Endpoint for restoring Channels (#6263)
Robin Naundorf
2017-05-15
1
-0
/
+8
*
Merge branch 'release-3.9' into merge-3.9
JoramWilander
2017-05-12
1
-1
/
+13
|
\
|
*
Send status change event if status changes on channel view (#6389)
Joram Wilander
2017-05-11
1
-0
/
+8
|
*
Forward port 3.8.1 changes that missed master (#6362)
Joram Wilander
2017-05-09
1
-1
/
+5
*
|
PLT-6488: Reduce database queries in user bulk import. (#6371)
George Goldberg
2017-05-10
1
-12
/
+13
*
|
Add API Endpoint for deleted Channels (#5889)
Robin Naundorf
2017-05-09
1
-0
/
+8
|
/
*
Update channel patch to post the correct system messages (#6290)
Joram Wilander
2017-05-03
1
-2
/
+29
*
PLT-6214 Move channel store and actions over to redux (#6235)
Joram Wilander
2017-04-28
1
-2
/
+10
*
PLT-5860 Updated copyright date (#6058)
Harrison Healey
2017-04-12
1
-2
/
+2
*
PLT-6198: Use added to channel system message on default channels. (#5969)
George Goldberg
2017-04-04
1
-5
/
+26
*
PLT-5900 Removed automatic configuration of SiteURL (#5952)
Harrison Healey
2017-04-04
1
-27
/
+27
*
APIv4 get /channels/{channel_id}/pinned (#5893)
Saturnino Abril
2017-03-29
1
-0
/
+8
*
APIv4 post /channels/ids (#5845)
Saturnino Abril
2017-03-27
1
-0
/
+8
*
Implement some channel endpoints for APIv4 (#5846)
Joram Wilander
2017-03-24
1
-0
/
+5
*
Fix compile error on master (#5813)
Joram Wilander
2017-03-20
1
-2
/
+2
*
Endpoint for APIv4 POST /channels/{channel_id}/members (#5775)
Saturnino Abril
2017-03-20
1
-0
/
+25
*
Merge branch 'release-3.7' into master.
George Goldberg
2017-03-17
1
-25
/
+26
|
\
|
*
PLT-5765 Passed SiteURL to SendNotifications (#5705)
Harrison Healey
2017-03-10
1
-25
/
+25
*
|
Implement some channel endpoints for APIv4 (#5767)
Joram Wilander
2017-03-16
1
-0
/
+14
*
|
APIv4 DELETE channels/{channel_id} (#5723)
Saturnino Abril
2017-03-14
1
-0
/
+3
*
|
Implement GET and POST /hooks/outgoing endpoints for APIv4 (#5645)
Joram Wilander
2017-03-13
1
-1
/
+1
*
|
Endpoint for APIv4: GET /team/{team_id}/channels (#5681)
Saturnino Abril
2017-03-13
1
-0
/
+8
|
/
*
PLT-3077 Add group messaging (#5489)
Joram Wilander
2017-03-02
1
-2
/
+56
*
Revert "Adding caching to get channel member (#5518)"
Christopher Speller
2017-02-27
1
-7
/
+4
*
Fix channel created WS event (#5552)
enahum
2017-02-27
1
-0
/
+1
*
PLT-5653 Fix Create channel does not show in another device (#5548)
enahum
2017-02-27
1
-0
/
+4
*
Adding caching to get channel member (#5518)
Christopher Speller
2017-02-24
1
-4
/
+7
[next]