summaryrefslogtreecommitdiffstats
path: root/api4/channel.go
Commit message (Collapse)AuthorAgeFilesLines
...
* APIv4 get /channels/{channel_id}/pinned (#5893)Saturnino Abril2017-03-291-0/+23
|
* APIv4 post /channels/ids (#5845)Saturnino Abril2017-03-271-2/+35
| | | | | | * APIv4 post /channels/ids * updated enpoint as /teams/{team_id}/channels/ids
* Implement some channel endpoints for APIv4 (#5846)Joram Wilander2017-03-241-0/+91
| | | | | | | | | | * Add v4 endpoint for getting the channels on a team for a user * Implement PUT /channels/{channel_id}/patch endpoint for APIv4 * Implement POST /teams/{team_id}/channels/search endpoint for APIv4 * Update permission check
* Update channel permissions for v4 endpoints (#5829)Joram Wilander2017-03-221-21/+47
| | | | | | | | * Fix join channel permission for v4 endpoint * Allow regular users to get public channels they are not in * Fix unit test
* Fix compile error on master (#5813)Joram Wilander2017-03-201-1/+1
|
* Endpoint for APIv4 POST /channels/{channel_id}/members (#5775)Saturnino Abril2017-03-201-0/+46
|
* Merge branch 'release-3.7' into master.George Goldberg2017-03-171-3/+3
|\
| * PLT-5765 Passed SiteURL to SendNotifications (#5705)Harrison Healey2017-03-101-1/+1
| |
* | Implement some channel endpoints for APIv4 (#5767)Joram Wilander2017-03-161-1/+78
| |
* | APIv4 DELETE channels/{channel_id} (#5723)Saturnino Abril2017-03-141-0/+35
| |
* | add update channel endpoint for APIv4 (#5624)Carlos Tadeu Panato Junior2017-03-131-0/+89
| |
* | Endpoint for APIv4: GET /team/{team_id}/channels (#5681)Saturnino Abril2017-03-131-0/+22
|/
* Implement a few channel member endpoints for APIv4 (#5444)Joram Wilander2017-02-201-4/+92
| | | | | | | | * Implement POST /channels/members/{user_id}/view endpoint for APIv4 * Implement PUT /channels/{channel_id}/members/{user_id}/roles endpoint for APIv4 * Implement DELETE /channels/{channel_id}/members/{user_id} endpoint for APIv4
* Implement GET channels endpoints for APIv4 (#5363)Ruzette Tanyag2017-02-141-0/+70
| | | | | | | | | | | | * implement get channels endpoints and updated drivers and unittests * removed channel deletion on tear down, removed manage permission on get channels endpoints, and updated utils to add constant channel length * added constants for user, team and channel length, updated context to use the model functions * make sure team name length should be less than the minimum length and revert underscore to team name validity * changed post test condition from notfound to unauthorized
* Implement a few channel member endpoints for APIv4 (#5304)Joram Wilander2017-02-071-0/+66
| | | | | | | | | | * Implement GET /channels/{channel_id}/members * Implement GET /channels/{channel_id}/members/{user_id} endpoint for APIv4 * Implement /users/{user_id}/teams/{team_id}/channels/members endpoint for APIv4 * Fix unit test
* Implement POST /channels/direct endpoint for APIv4 (#5283)Joram Wilander2017-02-031-0/+40
|
* Implement POST /channels endpoint for APIv4 (#5241)Joram Wilander2017-02-021-0/+45