summaryrefslogtreecommitdiffstats
path: root/app/slackimport.go
Commit message (Collapse)AuthorAgeFilesLines
* PLT-5365 Import of basic user properties. (#5231)George Goldberg2017-01-311-2/+2
|
* PLT-5225 Added separate post types for certain system messages (#5193)Harrison Healey2017-01-271-1/+12
| | | | | | | | | | | | * Added separate post types for system_join_leave and system_add_remove posts * Added username prop to channel deleted posts * Changed slack import to properly generate the new join/leave messages * Added username prop to channel update posts * Moved Post(AddTo/RemoveFrom)ChanneMessage into app package
* Merge 3.6.2 into master (#5211)Joram Wilander2017-01-271-1/+1
| | | | | | | | | | * Add webhook cache * Add channel by name cache * Fxing profiles in channels cache * Fix merge
* PLT-5366, PLT-5364, PLT-5363: Bulk Import Part 1. (#5204)George Goldberg2017-01-271-1/+1
| | | | | | | This commit provides the first part of the bulk import system. The CLI command is provided, complete with validation & apply modes. All the basic properties of Teams and Channels can be imported. Users & Posts will follow separately in a future commit.
* PLT-4378 Slack import when channel name is deleted (#4649)George Goldberg2017-01-251-6/+16
| | | | | This fixes the issue where the channel fails to Import from Slack if there is already a channel with the same name on Mattermost that has been deleted.
* Move Slack Import to App Layer. (#5135)George Goldberg2017-01-201-0/+621