summaryrefslogtreecommitdiffstats
path: root/app/export.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-12459 Include User Notify Props in the Bulk Export (#9724)Vadim2018-10-241-0/+23
|
* [MM-12465] Added capability to export reactions of posts during bulk export ↵Wasim Thabraze2018-10-171-1/+35
| | | | | | | | | | (#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/+279
* 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.