summaryrefslogtreecommitdiffstats
path: root/api/channel_test.go
Commit message (Expand)AuthorAgeFilesLines
* Implement POST /channels endpoint for APIv4 (#5241)Joram Wilander2017-02-021-2/+4
* Move permissions code into app package (#5146)Joram Wilander2017-01-231-1/+2
* PLT-2978: Add channel purpose change system message. (#5094)George Goldberg2017-01-171-0/+11
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-3/+4
* PLT-5050 (Server). API to update channel member roles. (#5043)George Goldberg2017-01-131-0/+73
* PLT-5073 Improve performance of /channels/view endpoint (#4881)Joram Wilander2016-12-231-2/+2
* PLT-5080 (Server): Channel-Admin level permissions (#4874)George Goldberg2016-12-221-0/+106
* API for getting channel members by IDs. (#4877)George Goldberg2016-12-221-0/+37
* PLT-5012 Combine updateLastViewedAt, setLastViewedAt and setActiveChannel int...Joram Wilander2016-12-211-2/+44
* PLT-4990 - Server: Split out channel permissions to Create/Manage/Delete (#4864)George Goldberg2016-12-211-8/+16
* Fix API Get channels for a user returns users' dm channels with blank teamid ...Carlos Tadeu Panato Junior2016-12-201-1/+12
* Prevent accidental removal of user from town square (#4842)Joram Wilander2016-12-201-2/+12
* GH-4685 Post a System Message when channel is renamed (#4762)Nick Frazier2016-12-201-0/+26
* PLT-4767 Implement MFA Enforcement (#4662)Joram Wilander2016-12-121-0/+20
* Add API call to get a channel by its name (#4700)Carlos Tadeu Panato Junior2016-12-111-0/+28
* PLT-3736 Fixed duplicated create_direct api calls not returning the existing...Harrison Healey2016-12-091-7/+10
* PLT-4403 Add server-based channel autocomplete, search and paging (#4585)Joram Wilander2016-11-241-13/+194
* Added small delay to TestUpdateChannelHeader (#4478)Harrison Healey2016-11-071-0/+2
* Increase Channel Purpose length to 250, and add channel field length handling...Christopher Speller2016-11-041-1/+1
* PLT-4430 improve slow channel switching (#4331)enahum2016-10-271-20/+36
* Merging performance branch into master (#4268)Joram Wilander2016-10-191-107/+42
* GH-4087 added extra fields to Props in header update system message (#4209)Alexander Smaga2016-10-131-0/+9
* Modifying permissions system. (#3897)Christopher Speller2016-09-131-3/+24
* Do not send push notifications for channels being actively viewed (#3931)Joram Wilander2016-09-021-1/+1
* Merge release 3.2 into master (#3548)Harrison Healey2016-07-111-0/+19
* PLT-1465 Added password requirements (#3489)David Lu2016-07-061-2/+2
* PLT-3346/PLT-3342/PLT-3360 EE: Add the ability to restrict channel management...Joram Wilander2016-07-061-7/+405
* Fix channels showing up across teams when multiple teams open in same browser...Joram Wilander2016-06-151-0/+6
* PLT-2559 Always return successful when trying to join a channel that the user...Harrison Healey2016-06-061-2/+30
* Don't allow users to be added to a channel they are not in the team of (#3246)Joram Wilander2016-06-041-0/+4
* Allow system admins to update and delete channels (#3161)Joram Wilander2016-06-011-11/+54
* Check team member instead of session for team admin role when updating/deleti...Joram Wilander2016-05-161-0/+14
* PLT-2674 Private Group should not have Leave option when only one member rema...enahum2016-05-101-2/+4
* Multiple cross-team functionality fixes (#2902)Joram Wilander2016-05-061-2/+3
* PLT-2258 Unified login screen and related APIs (#2820)Harrison Healey2016-05-031-7/+7
* Fixing edit direct channel header (#2842)Christopher Speller2016-05-021-0/+14
* Don't return error if already part of channel being joined (#2814)Joram Wilander2016-04-281-2/+2
* Fixing permalinks to channels your not a memeber of (#2805)Christopher Speller2016-04-271-1/+31
* PLT-2057 User as a first class object (#2648)Corey Hulen2016-04-211-273/+95
* Fixing email unit tests=Corey Hulen2016-02-011-29/+29
* Revert " PLT-7 adding loc for db calls"Corey Hulen2016-01-201-30/+30
* PLT-7 adding loc db calls for users table=Corey Hulen2016-01-201-30/+30
* Added the ability to get more channel members from getChannelExtraInfohmhealey2016-01-061-6/+42
* Updated emails in unit tests to include '+'Reed Garmsen2015-12-131-28/+28
* Fixed unit test issuesReed Garmsen2015-11-131-1/+2
* Added ChannelExtra.MemberCount field to reflect the actual member count when ...hmhealey2015-11-121-0/+4
* Added Channel.Purpose on the serverhmhealey2015-10-271-6/+73
* Renamed Channel.Description to Channel.Header on the serverhmhealey2015-10-271-23/+23
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
* Moved ChannelMember.NotifyLevel into ChannelMember.NotifyPropshmhealey2015-10-011-83/+1