summaryrefslogtreecommitdiffstats
path: root/plugin/plugintest
Commit message (Expand)AuthorAgeFilesLines
* GH-9612 Add plugin API for GetChannelStats method (#9627)Jason Mojica2018-10-251-0/+25
* GH-9617 Add plugin API for GetEmoji method (#9656)Jason Mojica2018-10-251-0/+25
* GH-9636 plugins api GetUsersInChannelByStatus (#9645)Jason Simmons2018-10-221-12/+13
* GH-9619 GetEmojiImage added to plugin API (#9628)S4KH2018-10-181-0/+32
* Add GetPostsAfter() to plugin API (#9650)Hanzei2018-10-181-0/+25
* GH-9635: Add GetUsersByUsernames to plugin API (#9647)Daniel Hodan2018-10-181-0/+25
* Add GetFileLink method to plugin API (#9665)Charles Kenney2018-10-171-0/+23
* GH-9608: Add GetUsersInChannel to plugin API (#9643)Daniel Hodan2018-10-171-0/+25
* GH-9607: Add GetTeamsForUser to plugin API (#9644)Daniel Hodan2018-10-171-0/+25
* add GetEmojiByName method to plugin API (#9641)Charles Kenney2018-10-151-0/+25
* Add GetPostsBefore() to plugin API (#9651)Hanzei2018-10-151-0/+25
* add GetChannelsForTeamForUser to plugin api (#9646)Daniel Hodan2018-10-151-0/+25
* GH-9609: Add GetUsersInTeam in plugin API (#9642)Daniel Hodan2018-10-151-0/+25
* Add SearchChannels plugin api (#9657)Jason Mojica2018-10-151-0/+25
* GH-9633 Added plugin API method to return user's profile image (#9653)Alexander Akhmetov2018-10-151-0/+25
* Add GetPostsSince() to plugin API (#9649)Hanzei2018-10-151-0/+25
* Add GetPostThread() to plugin API (#9652)Hanzei2018-10-151-0/+25
* DeleteAll for KV (#9431)Daniel Schalla2018-10-101-0/+32
* Add GetPostsForChannel method to plugin API (#9557)Akash Srivastava2018-10-101-0/+25
* Add GetChannelMembers method to plugin API (#9525)Akash Srivastava2018-10-031-0/+25
* MM-11863 Add KVList method (#9467)Shobhit Gupta2018-10-031-0/+25
* Add plugin API methode to return the current server version (#9429)Hanzei2018-09-271-0/+14
* Add GetLDAPUserAttributes method to the plugin API (#9326)Joram Wilander2018-08-291-0/+25
* Adding Permissions check and reactions function to plugins API (#9273)Jesús Espino2018-08-201-0/+108
* Add FileInfo and get file []byte in plugin api (#9269)Elias Nahum2018-08-201-0/+50
* fix plugintest example and docs (#9213)Jesse Hallam2018-08-083-48/+66
* Feature/fileinfo create copy (#9198)dmitrysamuylovpharo2018-08-021-0/+25
* CSRF Token Implementation for Plugins (#9192)Daniel Schalla2018-08-011-0/+25
* Pr 9039 (#9187)Martin Kraft2018-07-301-14/+14
* Login Hooks (#9177)Daniel Schalla2018-07-301-0/+43
* make GetChannelByName take teamId first (#9134)Jesse Hallam2018-07-202-12/+37
* MM-10254 Add plugin APIs for getting/updating user statuses (#9101)Joram Wilander2018-07-162-2/+77
* First batch of new plugin api methods (#9022)Daniel Schalla2018-07-062-0/+264
* MM-10703 Adding blank request context to plugin hooks for future use. (#9043)Christopher Speller2018-07-061-30/+31
* MM-11029 Adding plugin logging functionality. (#9034)Christopher Speller2018-07-032-2/+34
* MM-9674 Add plugin API for publishing custom WebSocket events (#8999)Joram Wilander2018-06-272-2/+7
* MM-10702 Moving plugins to use hashicorp go-plugin. (#8978)Christopher Speller2018-06-254-137/+111
* MM-10249 Adding plugin ability to intercept posts before they reach the DB. (...Christopher Speller2018-05-154-267/+807
* MM-8678: add CUD support for channel members via plugins (#8565)Jesse Hallam2018-04-061-0/+39
* Add plugin slash command support (#7941)Chris2017-12-082-1/+32
* Add GetChannelMember method to plugin API (#7930)Joram Wilander2017-12-051-0/+10
* better plugin LoadConfiguration mock (#7928)Chris2017-12-011-1/+5
* expose vendored mock package with plugintest/mock (#7914)Chris2017-11-292-0/+36
* PLT-8131 (part2) Add plugin key value store support (#7902)Joram Wilander2017-11-271-0/+38
* add a few docs for plugin testing (#7798)Chris2017-11-071-0/+45
* add missing license headers, test to makefile (#7711)Chris2017-10-252-0/+6
* plugin CRUD operations for users, posts, channels, and teams (#7479)Chris2017-09-211-6/+182
* PLT-7407: Back-end plugins (#7409)Chris2017-09-111-0/+4
* Renaming repoChristopher Speller2017-09-062-3/+3
* add client4 apis needed for jira plugin (#7292)Chris2017-08-281-0/+41