summaryrefslogtreecommitdiffstats
path: root/api/channel.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* PLT-4716 fixes cache invalidation issue (#4518)Corey Hulen2016-11-101-0/+2
* PLT-4665 Fix Max Channels limit wrong count (#4512)enahum2016-11-101-1/+1
* PLT-4430 improve slow channel switching (#4331)enahum2016-10-271-1/+12
* HW 4139: Make channel limits configurable in the System Console (#4154)S4KH2016-10-211-0/+15
* Merging performance branch into master (#4268)Joram Wilander2016-10-191-49/+43
* GH-4187 Create direct channel during incoming webhook if not exists (#4206)Alexander Smaga2016-10-171-20/+3
* GH-4087 added extra fields to Props in header update system message (#4209)Alexander Smaga2016-10-131-0/+5
* PLT-3734 Cleaning up shouldSendEvent function (#4024)enahum2016-09-271-6/+16
* Message is displayed when user joins Off_Topic (#4067)Ryan Wang2016-09-261-8/+19
* Modifying permissions system. (#3897)Christopher Speller2016-09-131-87/+58
* Do not send push notifications for channels being actively viewed (#3931)Joram Wilander2016-09-021-1/+15
* PLT-3462 Add the ability to clear push notifications after channel is viewed ...Joram Wilander2016-08-311-0/+16
* Revert/Fix PLT-2805 (#3873)David Lu2016-08-291-4/+13
* Refactored CreatePost to not use context (#3813)David Lu2016-08-191-3/+16
* PLT-3754 EE: Add a Display Option to disable Join/Leave messages (#3808)enahum2016-08-181-28/+38
* PLT-3366 Holding down the ALT key and clicking on a message adds a new messag...samogot2016-07-141-0/+29
* Added infrastructure for basic WebSocket API (#3432)Joram Wilander2016-07-121-5/+5
* Merge release 3.2 into master (#3548)Harrison Healey2016-07-111-0/+5
* PLT-3346/PLT-3342/PLT-3360 EE: Add the ability to restrict channel management...Joram Wilander2016-07-061-13/+60
* Only check team Id in getChannel for non-DMs (#3382)Joram Wilander2016-06-201-1/+1
* Fix channels showing up across teams when multiple teams open in same browser...Joram Wilander2016-06-151-0/+5
* PLT-2559 Always return successful when trying to join a channel that the user...Harrison Healey2016-06-061-0/+5
* Don't allow users to be added to a channel they are not in the team of (#3246)Joram Wilander2016-06-041-2/+9
* Allow system admins to update and delete channels (#3161)Joram Wilander2016-06-011-12/+2