summaryrefslogtreecommitdiffstats
path: root/cmd/platform/channel.go
Commit message (Collapse)AuthorAgeFilesLines
* fix wording (#6640)Carlos Tadeu Panato Junior2017-07-101-2/+2
|
* PLT-6471 Properly panic when translations can't be loaded (#6414)Harrison Healey2017-05-231-7/+21
| | | | | | | | | | * PLT-6471 Properly panic when translations can't be loaded * Print usage messages when errors occur during CLI initialization * Reverted behaviour of FindDir and added second return value to it * Fixed merge conflict
* [PLT-4843] Add CLI tool for deleting channels (#6430)Carlos Tadeu Panato Junior2017-05-171-1/+52
| | | | | | | | * rename delete channel to archive channel * add Permanently delete the channels * fix typo
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-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
* PLT-5900 Removed automatic configuration of SiteURL (#5952)Harrison Healey2017-04-041-1/+1
| | | | | | | | | | | | | | | | * Revert "PLT-5765 Passed SiteURL to SendNotifications (#5705)" This reverts commit a8e68bd8905972ae59de90fa33d5b3e3c274dc47. * Removed automatic configuration of SiteURL * Reverted unintentional config changes * Updated help text * Added link to docs in Site URL warning * Fixed merge conflict
* Removing old CLI (#5797)Christopher Speller2017-03-201-3/+1
|
* PLT-5765 Passed SiteURL to SendNotifications (#5705)Harrison Healey2017-03-101-1/+1
|
* Fix CLI panic on invalid team (#5246)Christopher Speller2017-02-021-0/+3
|
* Migrate functions to app package (#5106)Joram Wilander2017-01-191-2/+1
| | | | | | | | | | | | | | | | | | * Refactor and move session logic into app package * Refactor email functions into the app package * Refactor password update into app package * Migrate user functions to app package * Move team functions into app package * Migrate channel functions into app package * Pass SiteURL through to app functions * Update based on feedback
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-6/+9
| | | | | | | | | | * Add app package and move logic over from api package * Change app package functions to return errors * Move non-api tests into app package * Fix merge
* Improving command line interface (#4689)Christopher Speller2016-12-061-0/+284