summaryrefslogtreecommitdiffstats
path: root/api4/channel.go
Commit message (Expand)AuthorAgeFilesLines
* [APIv4] add getChannelMembersTimezone (#9286)Carlos Tadeu Panato Junior2018-10-131-1/+21
* MM-7188: Cleaning push notification on every read, not only on channel switch...Jesús Espino2018-09-261-1/+1
* MM-11725: Add specific autocomplete endpoint for search autocomplete (#9337)Jesús Espino2018-09-111-0/+25
* MM-11649: Fix caching issue in channel API endpoints. (#9345)George Goldberg2018-09-061-4/+7
* [MM-11593] Prevent user to remove from a direct channel (#9251)Saturnino Abril2018-08-211-0/+5
* MM-11516: Check channel ID in URL param and Body are same. (#9185)George Goldberg2018-07-311-0/+6
* Pr 9039 (#9187)Martin Kraft2018-07-301-3/+7
* Remove unnecesary elses after return error (#9137)Jesús Espino2018-07-231-52/+72
* MM-11228: Fix channel update/patch API endpoints. (#9073)George Goldberg2018-07-101-20/+43
* MM-11118: disallow deleting direct or group channels (#9054)Jesse Hallam2018-07-051-0/+5
* MM-10833: send down computed channel props (#8953)Jesse Hallam2018-06-261-24/+83
* MM-9730 & MM-9729: Missing Server PRs (#8908)George Goldberg2018-06-051-0/+26
* Merge remote-tracking branch 'origin/master' into advanced-permissions-phase-2Martin Kraft2018-05-091-5/+3
|\
| * update permission of converting a channel from public to private to allow tea...Saturnino Abril2018-05-051-5/+3
* | MM-10182 & MM-10183: Adds channel scheme and team scheme API endpoint. (#8680)Martin Kraft2018-05-021-0/+51
|/
* Structured logging (#8673)Christopher Speller2018-04-271-3/+2
* add api to convert a channel from public to private and restrict that to syst...Saturnino Abril2018-04-231-7/+41
* Fixing misspell errors (#8544)Jesús Espino2018-03-291-1/+1
* Merge branch 'advanced-permissions-phase-1'George Goldberg2018-03-271-0/+1
|\
| * Merge branch 'master' into advanced-permissions-phase-1George Goldberg2018-02-061-0/+22
| |\
| * | XYZ-37: Advanced Permissions Phase 1 Backend. (#8159)George Goldberg2018-02-061-0/+1
* | | post a system message after a channel is converted from public to private (#8...Saturnino Abril2018-03-271-0/+8
| |/ |/|
* | ABC-79: Optimize channel autocomplete query (#8163)Chris2018-01-311-0/+22
|/
* PLT-3383: image proxy support (#7991)Chris2018-01-221-1/+1
* Reduce logging data races, fix MySQL test race condition (#7994)Chris2017-12-221-3/+0
* [PLT-7362] Add post' root ID to APIv4 addChannelMember to render added user (...Saturnino Abril2017-10-311-8/+23
* simplify things (#7735)Chris2017-10-301-2/+0
* Performance improvements for 40M posts (#7708)Christopher Speller2017-10-251-20/+19
* Add User To Channel api route returns a 400 error when trying to add users to...Santos Solorzano2017-10-121-0/+5
* Only update session activity on specific endpoints (#7549)Joram Wilander2017-10-031-0/+2
* PLT-7404 Return viewed at times in view channel API response (#7428)Joram Wilander2017-09-291-2/+10
* remove global refs from api/api4 (#7496)Chris2017-09-221-35/+35
* 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