summaryrefslogtreecommitdiffstats
path: root/api/slackimport.go
Commit message (Expand)AuthorAgeFilesLines
* Move Slack Import to App Layer. (#5135)George Goldberg2017-01-201-622/+0
* Migrate functions to app package (#5106)Joram Wilander2017-01-191-1/+1
* PLT-4845: Slack import of channel purpose changed messages. (#5110)George Goldberg2017-01-181-0/+48
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-8/+9
* Adding caching layer to some posts calls (#4779)Christopher Speller2016-12-141-0/+2
* PLT-4847 Fix formatting of links imported from Slack. (#4674)George Goldberg2016-11-291-0/+14
* Fix failure to import same Slack archive to 2 teams. (#4650)George Goldberg2016-11-281-1/+5
* Increase Channel Purpose length to 250, and add channel field length handling...Christopher Speller2016-11-041-3/+38
* Channel link marker changed from ! to ~ (#4433)George Goldberg2016-11-031-1/+1
* Import Slack bot_message type posts. (#4261)George Goldberg2016-11-031-15/+96
* Warning in log when a Slack channel import fails. (#4262)George Goldberg2016-10-311-1/+1
* Slack import unit tests (#4201)George Goldberg2016-10-121-12/+12
* Import /me messages from Slack. (#4164)George Goldberg2016-10-121-0/+15
* Import Slack uploads if present in zip archive. (#4088)George Goldberg2016-10-121-5/+54
* Correctly import Slack topic and purpose. (#4152)George Goldberg2016-10-051-1/+3
* Fix import of Slack file_comment messages. (#4132)George Goldberg2016-10-041-12/+20
* Fix !channel linking in Slack import. (#4065)George Goldberg2016-09-211-4/+9
* PLT-1764 #channels => !channels on Slack import. (#4028)George Goldberg2016-09-191-0/+19
* Some improvments to slack import (#4010)Christopher Speller2016-09-121-10/+39
* Fix @channel, @here and @everyone Slack import. (#3946)George Goldberg2016-09-061-0/+5
* Convert @mentions on Slack import. (#3837)George Goldberg2016-08-291-0/+26
* Fixing slack import. (#2819)Christopher Speller2016-04-281-1/+24
* PLT-2057 User as a first class object (#2648)Corey Hulen2016-04-211-2/+1
* Fixing slack import.Christopher Speller2016-02-081-1/+4
* Refactoring api to use translations (chunk 2)Elias Nahum2016-01-221-20/+21
* Revert " PLT-7 adding loc for db calls"Corey Hulen2016-01-201-16/+14
* PLT-7 adding loc db calls for posts table=Corey Hulen2016-01-201-4/+4
* PLT-7 adding loc db calls for oauth table=Corey Hulen2016-01-201-10/+12
* Upgrade logging package=Corey Hulen2016-01-111-1/+1
* Added Channel.Purpose on the serverhmhealey2015-10-271-1/+1
* Renamed Channel.Description to Channel.Header on the serverhmhealey2015-10-271-1/+1
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
* Allowing underscores in channel names. Added conversion of some slack channel...Christopher Speller2015-09-141-1/+10
* Improvements to import UIChristopher Speller2015-08-261-14/+14
* Requiring team admin to import and fixing a few style issuesChristopher Speller2015-08-191-5/+3
* Implemention of slack import feature.Christopher Speller2015-08-191-0/+246