summaryrefslogtreecommitdiffstats
path: root/app/plugin_api.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-8678: add CUD support for channel members via plugins (#8565)Jesse Hallam2018-04-061-0/+25
| | | | | | | | | | | | * add CUD support for channel members via plugins This effectively exposes AddChannelMember, UpdateChannelMemberRoles, UpdateChannelMemberNotifyProps and LeaveChannel via the plugin API. It also modifies the semantics of AddChannelMember to explicitly allow for an empty user requestor, left as such for now via the plugin API. * change the signature of AddChannelMember to accept a channel id instead of a channel
* Add plugin slash command support (#7941)Chris2017-12-081-0/+9
| | | | | | | | * add plugin slash command support * remove unused string * rebase
* Add GetChannelMember method to plugin API (#7930)Joram Wilander2017-12-051-0/+4
|
* PLT-8131 (part2) Add plugin key value store support (#7902)Joram Wilander2017-11-271-0/+260
* Add plugin key value store support * Add localization strings * Updates per feedback