mattermost/plugin
dmitrysamuylovpharo 7a731d2bd1 Feature/fileinfo create copy (#9198)
* Initial implementation of a CopyFileInfos function that creates new FileInfo objects copied from provided FileIds with the provided user as the creator and not linked to a post yet. This can subsequently be used to copy existing attachments from another post to attach to a new post without having to re-upload the actual files

* added a unit test for the CopyFileInfos function

* resolving pull request suggestions
2018-08-02 10:37:31 -04:00
..
interface_generator Remove accidential dependency (#9203) 2018-08-01 15:38:56 -07:00
plugintest Feature/fileinfo create copy (#9198) 2018-08-02 10:37:31 -04:00
api.go Feature/fileinfo create copy (#9198) 2018-08-02 10:37:31 -04:00
client.go MM-11292: clean up plugins GoDoc (#9109) 2018-07-13 10:29:50 -04:00
client_rpc.go gob register AppError (#9182) 2018-07-31 10:34:40 -04:00
client_rpc_generated.go Feature/fileinfo create copy (#9198) 2018-08-02 10:37:31 -04:00
context.go CSRF Token Implementation for Plugins (#9192) 2018-08-01 15:16:04 -07:00
doc.go MM-11292: clean up plugins GoDoc (#9109) 2018-07-13 10:29:50 -04:00
environment.go MM-11420: plugins: compute bundle hash on load (#9172) 2018-07-31 16:29:52 -04:00
example_hello_world_test.go fix plugin example docs (#9148) 2018-07-25 08:01:13 -04:00
example_help_test.go Pr 9039 (#9187) 2018-07-30 15:06:08 -04:00
hclog_adapter.go MM-11292: clean up plugins GoDoc (#9109) 2018-07-13 10:29:50 -04:00
hooks.go Login Hooks (#9177) 2018-07-30 11:55:38 -07:00
http.go MM-11292: clean up plugins GoDoc (#9109) 2018-07-13 10:29:50 -04:00
io_rpc.go MM-11292: clean up plugins GoDoc (#9109) 2018-07-13 10:29:50 -04:00
supervisor.go MM-11431: handle plugin deadlocks (#9167) 2018-07-27 11:37:17 -04:00
supervisor_test.go MM-11028 Adding some plugin tests. (#9103) 2018-07-18 16:35:12 -07:00
valid.go MM-11292: clean up plugins GoDoc (#9109) 2018-07-13 10:29:50 -04:00
valid_test.go MM-8622: improved plugin error handling (#8692) 2018-05-01 07:34:12 -07:00