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
*
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
*
PLT-3193 Add channel notification preferences for push and email notiā¦ (#5500)
enahum
2017-02-23
1
-4
/
+13
*
Implement a few channel member endpoints for APIv4 (#5444)
Joram Wilander
2017-02-20
1
-3
/
+19
*
Fix issue with Aurora read replica (#5448)
Corey Hulen
2017-02-17
1
-0
/
+30
*
Remove MakeDirectChannelVisible and add client handling for showing DMs (#5430)
Joram Wilander
2017-02-15
1
-55
/
+0
*
Implement GET channels endpoints for APIv4 (#5363)
Ruzette Tanyag
2017-02-14
1
-2
/
+31
*
Fix unread error (#5390)
Joram Wilander
2017-02-13
1
-1
/
+1
*
Increase performance when receiving messages (#5375)
Joram Wilander
2017-02-13
1
-5
/
+13
*
Adding go vet from hack-a-thon (#5328)
Corey Hulen
2017-02-09
1
-1
/
+1
*
Implement a few channel member endpoints for APIv4 (#5304)
Joram Wilander
2017-02-07
1
-3
/
+11
*
Implement GET /users endpoint for APIv4 (#5277)
Joram Wilander
2017-02-03
1
-6
/
+4
*
Implement POST /channels/direct endpoint for APIv4 (#5283)
Joram Wilander
2017-02-03
1
-3
/
+8
*
Add tear down to APIv4 tests (#5250)
Joram Wilander
2017-02-02
1
-0
/
+16
*
PLT-5407: Bulk importing of User memberships. (#5273)
George Goldberg
2017-02-02
1
-1
/
+11
*
Implement POST /channels endpoint for APIv4 (#5241)
Joram Wilander
2017-02-02
1
-0
/
+33
*
PLT-5225 Added separate post types for certain system messages (#5193)
Harrison Healey
2017-01-27
1
-36
/
+94
*
Merge 3.6.2 into master (#5211)
Joram Wilander
2017-01-27
1
-9
/
+10
*
PLT-4858: Allow system admin to delete all channels. (#5180)
George Goldberg
2017-01-25
1
-4
/
+0
*
Migrate functions to app package (#5106)
Joram Wilander
2017-01-19
1
-3
/
+337
*
PLT-2978: Add channel purpose change system message. (#5094)
George Goldberg
2017-01-17
1
-0
/
+35
*
Refactor and migrate more functions out of api into app package (#5063)
Joram Wilander
2017-01-13
1
-1
/
+186
*
PLT-4938 Add app package and move logic over from api package (#4931)
Joram Wilander
2017-01-13
1
-0
/
+216