Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | XYZ-32: Increases size of position to 128 characters. (#8148) | Martin Kraft | 2018-01-26 | 1 | -1/+1 |
| | | | | | | | | | | * XYZ-32: Changes type of 'position' column on 'users' table. * XYZ-32: Uncomment to run on CI and pre-release. * XYZ-32: Reverts translation changes. * XYZ-32: Fix for gofmt. | ||||
* | [XYZ-6] Add sampledata platform command (#8027) | Jesús Espino | 2018-01-11 | 1 | -19/+301 |
| | | | | | | | | * Add fake dependency * [XYZ-6] Add sampledata platform command * Creating EMOJI_NAME_MAX_LENGTH as a constant and using it where needed | ||||
* | more global config ref cleanup (#7802) | Chris | 2017-11-09 | 1 | -2/+1 |
| | |||||
* | Fix races / finally remove global app for good (#7570) | Chris | 2017-10-04 | 1 | -2/+8 |
| | | | | | | | | | | | | * finally remove global app for good * test compilation fixes * fix races * fix deadlock * wake up write pump so it doesn't take forever to clean up | ||||
* | Remove global app references (#7433) | Chris | 2017-09-12 | 1 | -268/+256 |
| | | | | | | | | * remove global app references * test fix * fix api4 test compilation | ||||
* | Renaming repo | Christopher Speller | 2017-09-06 | 1 | -3/+3 |
| | |||||
* | app type transition (#7167) | Chris | 2017-09-06 | 1 | -187/+199 |
| | |||||
* | PLT-7183: User/Channel NotifyProps Bulk Import. (#7019) | George Goldberg | 2017-07-26 | 1 | -4/+173 |
| | |||||
* | PLT-7123: Add tutorial, flags and favorites to bulk importer. (#7000) | George Goldberg | 2017-07-21 | 1 | -76/+241 |
| | |||||
* | [PLT-5864] Move teammate name display setting to the System Console (#6681) | Saturnino Abril | 2017-06-30 | 1 | -10/+0 |
| | | | | | | | | | | * move teammate name display setting to the system console * update all the likes of TeammateNameDisplay names * fix gofmt error * rebase and fix conflict | ||||
* | PLT-6937: Bulk Importing of Direct/Group channels and posts. (#6761) | George Goldberg | 2017-06-28 | 1 | -3/+776 |
| | | | | | | * PLT-6937: Bulk Importing of Direct/Group channels and posts. * Show group/direct channels in sidebar. | ||||
* | Add Password field to Bulk Importer. (#6268) | George Goldberg | 2017-04-28 | 1 | -0/+23 |
| | |||||
* | Parallelise Bulk Import. (#6267) | George Goldberg | 2017-04-28 | 1 | -3/+3 |
| | | | | | | * Parallelise Bulk Import. * Set worker count through command line flag. | ||||
* | Revert "Usernames must start with a letter (#5581)" | Christopher Speller | 2017-04-18 | 1 | -7/+7 |
| | | | | This reverts commit 2e911b77c3386833f8f0cea82c7b6b3e5583a08e. | ||||
* | PLT-5860 Updated copyright date (#6058) | Harrison Healey | 2017-04-12 | 1 | -1/+1 |
| | | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots | ||||
* | Remove FIXME and XXX from bulk import tests. (#5664) | George Goldberg | 2017-03-06 | 1 | -3/+17 |
| | |||||
* | Usernames must start with a letter (#5581) | Joram Wilander | 2017-03-03 | 1 | -7/+7 |
| | |||||
* | PLT-5367: Basic post bulk importing. (#5562) | George Goldberg | 2017-02-28 | 1 | -2/+358 |
| | |||||
* | PLT-3193 Add channel notification preferences for push and email noti… (#5500) | enahum | 2017-02-23 | 1 | -27/+27 |
| | | | | | | | | | | | | | | | | * PLT-3193 Add channel notification preferences for push and email notifications * unit tests, model validation and localization * Feedback review * Adding back allowFromCache check * Setting push and email to use default settings * Move props as constants * address feedback | ||||
* | PLT-5521: Mandatory version in line 1 of bulk import. (#5400) | George Goldberg | 2017-02-16 | 1 | -2/+39 |
| | |||||
* | PLT-5398 Bulk loading of user display preferences. (#5382) | George Goldberg | 2017-02-14 | 1 | -0/+124 |
| | |||||
* | Adding go vet from hack-a-thon (#5328) | Corey Hulen | 2017-02-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | * Adding go vet to the api package * Adding go vet to app package * Adding go vet to manualtesting package * Adding go vet to the model package * Adding go vet to the store dir * Adding go vet to utils package * Adding missing dirs with go files * Fixing up makefile * Fixing up makefile * Removing root dir | ||||
* | PLT-5427: Import ChannelMember Notify Props. (#5329) | George Goldberg | 2017-02-08 | 1 | -33/+62 |
| | |||||
* | PLT-5407: Bulk importing of User memberships. (#5273) | George Goldberg | 2017-02-02 | 1 | -5/+388 |
| | |||||
* | PLT-5365 Import of basic user properties. (#5231) | George Goldberg | 2017-01-31 | 1 | -1/+297 |
| | |||||
* | PLT-5366, PLT-5364, PLT-5363: Bulk Import Part 1. (#5204) | George Goldberg | 2017-01-27 | 1 | -0/+552 |
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. |