summaryrefslogtreecommitdiffstats
path: root/api/channel.go
Commit message (Expand)AuthorAgeFilesLines
* MM-8708 Remove api package (#8784)Joram Wilander2018-05-161-843/+0
* Structured logging (#8673)Christopher Speller2018-04-271-6/+6
* Reduce logging data races, fix MySQL test race condition (#7994)Chris2017-12-221-2/+0
* [PLT-7362] Add post' root ID to APIv4 addChannelMember to render added user (...Saturnino Abril2017-10-311-1/+1
* Performance improvements for 40M posts (#7708)Christopher Speller2017-10-251-10/+9
* Goroutine wranglin (#7556)Chris2017-10-031-1/+3
* PLT-7404 Return viewed at times in view channel API response (#7428)Joram Wilander2017-09-291-1/+1
* remove global refs from api/api4 (#7496)Chris2017-09-221-34/+34
* Renaming repoChristopher Speller2017-09-061-3/+3
* app type transition (#7167)Chris2017-09-061-60/+60
* Api: NewLocAppError -> NewAppError (#7280)George Goldberg2017-09-011-13/+9
* PLT-5745 Cleaning up duplicate calls (#7298)Corey Hulen2017-08-281-3/+3
* PLT-7206: Remove the "Delete Channel" option for private channels if you're t...Jonathan2017-08-091-14/+5
* PLT-7092 Fixed creation of PostList with null Posts fields (#6924)Harrison Healey2017-07-131-3/+2
* Forward port 3.8.1 changes that missed master (#6362)Joram Wilander2017-05-091-1/+1
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
* PLT-5900 Removed automatic configuration of SiteURL (#5952)Harrison Healey2017-04-041-8/+8
* Merge branch 'release-3.7' into master.George Goldberg2017-03-171-8/+8
|\
| * PLT-5765 Passed SiteURL to SendNotifications (#5705)Harrison Healey2017-03-101-8/+8
* | Add pinned posts (#4217)Gabin Aureche2017-03-131-0/+16
|/
* Fix JS error when receiving reply during channel switch (#5582)Joram Wilander2017-03-031-0/+4
* PLT-3077 Add group messaging (#5489)Joram Wilander2017-03-021-2/+35
* Implement a few channel member endpoints for APIv4 (#5444)Joram Wilander2017-02-201-15/+2
* Increase performance when receiving messages (#5375)Joram Wilander2017-02-131-10/+0
* Implement POST /channels endpoint for APIv4 (#5241)Joram Wilander2017-02-021-30/+1
* PLT-5225 Added separate post types for certain system messages (#5193)Harrison Healey2017-01-271-3/+2
* Move permissions code into app package (#5146)Joram Wilander2017-01-231-21/+42
* Migrate functions to app package (#5106)Joram Wilander2017-01-191-508/+264
* PLT-2978: Add channel purpose change system message. (#5094)George Goldberg2017-01-171-0/+5
* Refactor and migrate more functions out of api into app package (#5063)Joram Wilander2017-01-131-161/+25
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-245/+88
* PLT-5050 (Server). API to update channel member roles. (#5043)George Goldberg2017-01-131-0/+47
* PLT-5079 fixing archiving channel not being removed (#5000)Corey Hulen2017-01-061-26/+21
* Fix bad merge causing unread update issue (#4966)Joram Wilander2017-01-041-0/+1
* Removing un-needed go func (#4939)Corey Hulen2017-01-031-8/+6
* Adding memcache to getchannel (#4928)Christopher Speller2017-01-031-10/+14
* Fix join message sometimes not appearing (#4909)Joram Wilander2016-12-281-4/+4
* PLT-5073 Improve performance of /channels/view endpoint (#4881)Joram Wilander2016-12-231-37/+34
* PLT-5080 (Server): Channel-Admin level permissions (#4874)George Goldberg2016-12-221-2/+2
* API for getting channel members by IDs. (#4877)George Goldberg2016-12-221-0/+25
* PLT-5012 Combine updateLastViewedAt, setLastViewedAt and setActiveChannel int...Joram Wilander2016-12-211-100/+68
* Fix API Get channels for a user returns users' dm channels with blank teamid ...Carlos Tadeu Panato Junior2016-12-201-2/+5
* Prevent accidental removal of user from town square (#4842)Joram Wilander2016-12-201-6/+9
* GH-4685 Post a System Message when channel is renamed (#4762)Nick Frazier2016-12-201-0/+33
* Adding metrics for caching mechanisms (#4828)Christopher Speller2016-12-191-4/+4
* PLT-4167 Team Sidebar (#4569)enahum2016-12-191-6/+20
* Add API call to get a channel by its name (#4700)Carlos Tadeu Panato Junior2016-12-111-0/+32
* Invalidate user channel members cache when creating a new channel (#4694)Joram Wilander2016-12-021-0/+2
* PLT-4403 Add server-based channel autocomplete, search and paging (#4585)Joram Wilander2016-11-241-5/+68
* PLT-4429 disabling at_all at_channel metions mentions when channel has more t...Corey Hulen2016-11-241-8/+7