summaryrefslogtreecommitdiffstats
path: root/api4/channel.go
Commit message (Expand)AuthorAgeFilesLines
* Renaming repoChristopher Speller2017-09-061-3/+3
* app type transition (#7167)Chris2017-09-061-54/+54
* APIv4: NewLocAppError -> NewAppError (#7328)George Goldberg2017-08-311-4/+2
* PLT-5745 Cleaning up duplicate calls (#7298)Corey Hulen2017-08-281-1/+1
* PLT-7206: Remove the "Delete Channel" option for private channels if you're t...Jonathan2017-08-091-8/+1
* [PLT-6838] Restrict channel delete option per permission policy even for last...Saturnino Abril2017-07-051-11/+9
* PLT-6019: Add APIv4 Endpoint for restoring Channels (#6263)Robin Naundorf2017-05-151-0/+31
* Merge branch 'release-3.9' into merge-3.9JoramWilander2017-05-121-7/+16
|\
| * PLT-6556 Fixed last member of a channel not being able to delete channel with...Harrison Healey2017-05-111-5/+14
| * Forward port 3.8.1 changes that missed master (#6362)Joram Wilander2017-05-091-2/+2
* | Add API Endpoint for deleted Channels (#5889)Robin Naundorf2017-05-091-0/+21
|/
* Update channel patch to post the correct system messages (#6290)Joram Wilander2017-05-031-1/+1
* PLT-6214 Move channel store and actions over to redux (#6235)Joram Wilander2017-04-281-5/+0
* APIv4 POST /channels/group (#6166)Saturnino Abril2017-04-201-0/+38
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
* PLT-5900 Removed automatic configuration of SiteURL (#5952)Harrison Healey2017-04-041-4/+4
* Use 201 status code where appropriate for APIv4 (#5903)Joram Wilander2017-03-311-0/+1
* Implement PUT /channels/{channel_id}/members/{user_id}/notify_props for APIv4...Joram Wilander2017-03-311-0/+27
* APIv4 get /channels/{channel_id}/pinned (#5893)Saturnino Abril2017-03-291-0/+23
* APIv4 post /channels/ids (#5845)Saturnino Abril2017-03-271-2/+35
* Implement some channel endpoints for APIv4 (#5846)Joram Wilander2017-03-241-0/+91
* Update channel permissions for v4 endpoints (#5829)Joram Wilander2017-03-221-21/+47
* 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 GET channels endpoints for APIv4 (#5363)Ruzette Tanyag2017-02-141-0/+70
* Implement a few channel member endpoints for APIv4 (#5304)Joram Wilander2017-02-071-0/+66
* 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