summaryrefslogtreecommitdiffstats
path: root/app/export_converters.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-12670: Accept and use "" for user/pass AuthService in import/export. (#9689)George Goldberg2018-10-181-7/+1
|
* [MM-12465] Added capability to export reactions of posts during bulk export ↵Wasim Thabraze2018-10-171-0/+8
| | | | | | | | | | (#9600) * Added capability to export reactions of posts * Added capability to export reactions of replies of a post * Added test case to test the reactions of a post
* MM-11781: Basic Data Export Command Line. (#9296)George Goldberg2018-09-171-0/+113
* MM-11781: Basic Data Export Command Line. * ChannelStore new unit tests. * TeamStore new unit tests. * Unit test for new UserStore function. * Unit tests for post store new methods. * Review fixes. * Fix duplicate command name.