summaryrefslogtreecommitdiffstats
path: root/plugin
Commit message (Expand)AuthorAgeFilesLines
* GH-9612 Add plugin API for GetChannelStats method (#9627)Jason Mojica2018-10-253-0/+59
* GH-9617 Add plugin API for GetEmoji method (#9656)Jason Mojica2018-10-253-0/+59
* GH-9636 plugins api GetUsersInChannelByStatus (#9645)Jason Simmons2018-10-223-48/+51
* GH-9619 GetEmojiImage added to plugin API (#9628)S4KH2018-10-183-0/+67
* Add GetPostsAfter() to plugin API (#9650)Hanzei2018-10-183-0/+62
* GH-9635: Add GetUsersByUsernames to plugin API (#9647)Daniel Hodan2018-10-183-0/+59
* Add GetFileLink method to plugin API (#9665)Charles Kenney2018-10-173-0/+57
* Document minimum server version for SearchChannels (#9698)Hanzei2018-10-171-0/+2
* GH-9608: Add GetUsersInChannel to plugin API (#9643)Daniel Hodan2018-10-173-0/+61
* GH-9607: Add GetTeamsForUser to plugin API (#9644)Daniel Hodan2018-10-173-0/+59
* Document minimum server version for plugin API methods (#9616)Hanzei2018-10-171-1/+45
* add GetEmojiByName method to plugin API (#9641)Charles Kenney2018-10-153-0/+57
* Add GetPostsBefore() to plugin API (#9651)Hanzei2018-10-153-0/+60
* add GetChannelsForTeamForUser to plugin api (#9646)Daniel Hodan2018-10-153-0/+59
* GH-9609: Add GetUsersInTeam in plugin API (#9642)Daniel Hodan2018-10-153-0/+59
* Add SearchChannels plugin api (#9657)Jason Mojica2018-10-153-0/+58
* GH-9633 Added plugin API method to return user's profile image (#9653)Alexander Akhmetov2018-10-153-0/+57
* Add GetPostsSince() to plugin API (#9649)Hanzei2018-10-153-0/+58
* Add GetPostThread() to plugin API (#9652)Hanzei2018-10-153-0/+57
* DeleteAll for KV (#9431)Daniel Schalla2018-10-106-0/+260
* Add GetPostsForChannel method to plugin API (#9557)Akash Srivastava2018-10-103-0/+59
* Add GetChannelMembers method to plugin API (#9525)Akash Srivastava2018-10-033-0/+59
* MM-11863 Add KVList method (#9467)Shobhit Gupta2018-10-033-0/+58
* MM-12193: remove auto unmarshalling (#9519)Jesse Hallam2018-10-035-45/+73
* Updating server dependancies. (#9498)Christopher Speller2018-09-281-0/+2
* Add plugin API methode to return the current server version (#9429)Hanzei2018-09-273-0/+44
* Fail plugin activation if no web app and server component (#9438)Joram Wilander2018-09-211-1/+11
* MM-11734: better plugin `error` handling (#9405)Jesse Hallam2018-09-133-81/+163
* Fix typo (#9347)Chetanya Kandhari2018-09-051-1/+1
* add megacheck as makefile target (#9288)Daniel Schalla2018-09-036-31/+15
* Add GetLDAPUserAttributes method to the plugin API (#9326)Joram Wilander2018-08-293-0/+61
* Adding Permissions check and reactions function to plugins API (#9273)Jesús Espino2018-08-203-0/+301
* Add FileInfo and get file []byte in plugin api (#9269)Elias Nahum2018-08-203-0/+114
* clarify CopyFileInfos godocs (#9243)Jesse Hallam2018-08-101-5/+6
* fix plugintest example and docs (#9213)Jesse Hallam2018-08-083-48/+66
* MM-11575: change plugin nil semantics (#9212)Jesse Hallam2018-08-031-3/+10
* Feature/fileinfo create copy (#9198)dmitrysamuylovpharo2018-08-023-0/+62
* Remove accidential dependency (#9203)Christopher Speller2018-08-011-1/+1
* CSRF Token Implementation for Plugins (#9192)Daniel Schalla2018-08-014-0/+58
* MM-11420: plugins: compute bundle hash on load (#9172)Jesse Hallam2018-07-311-17/+29
* Adding support for code split plugins. (#9184)Christopher Speller2018-07-311-6/+14
* gob register AppError (#9182)Jesse Hallam2018-07-311-0/+1
* Pr 9039 (#9187)Martin Kraft2018-07-304-25/+27
* Login Hooks (#9177)Daniel Schalla2018-07-303-0/+121
* Fix compile error caused by bad merge (#9176)Joram Wilander2018-07-271-1/+1
* MM-11431: handle plugin deadlocks (#9167)Jesse Hallam2018-07-273-51/+55
* s/mlog/log/ in apiRPCClient (#9171)Jesse Hallam2018-07-273-55/+55
* Adding FileWillBeUploaded plugin hook (#9169)Christopher Speller2018-07-273-1/+98
* fix plugin example docs (#9148)Jesse Hallam2018-07-251-1/+3
* make GetChannelByName take teamId first (#9134)Jesse Hallam2018-07-204-21/+79