summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Collapse)AuthorAgeFilesLines
* Fix CLI panic on invalid team (#5246)Christopher Speller2017-02-021-0/+3
|
* Fix verifying a missing user panics (#5240)Christopher Speller2017-01-311-0/+1
|
* Implement APIv4 infrastructure (#5191)Joram Wilander2017-01-301-0/+2
| | | | | | * Implement APIv4 infrastructure * Update parameter requirement functions per feedback
* Merge 3.6.2 into master (#5211)Joram Wilander2017-01-272-3/+3
| | | | | | | | | | * 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-0/+56
| | | | | | | 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.
* Merge branch 'release-3.6'Christopher Speller2017-01-271-0/+6
|\
| * Fixing CLI backwards compatibility (#5121)Christopher Speller2017-01-181-0/+6
| |
* | Adding stderr to client tests output. Exiting with error so make will fail. ↵Christopher Speller2017-01-231-0/+16
| | | | | | | | (#5168)
* | Move Slack Import to App Layer. (#5135)George Goldberg2017-01-202-3/+3
| |
* | Migrate functions to app package (#5106)Joram Wilander2017-01-195-23/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Refactor and migrate more functions out of api into app package (#5063)Joram Wilander2017-01-132-2/+2
| |
* | PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-1312-93/+99
|/ | | | | | | | | | * 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
* Fix SiteURL in join team email (#4979)Joram Wilander2017-01-062-2/+3
|
* Fixing enterprise commands (#4960)Christopher Speller2017-01-041-0/+4
|
* Fixing max channel notifications default.=Corey Hulen2017-01-031-0/+6
|
* PLT-4478 Do not stop server when only 1 read replia is supported. (#4940)Corey Hulen2017-01-031-2/+2
|
* Adding memcache to getchannel (#4928)Christopher Speller2017-01-031-1/+1
|
* Fixing reset command (#4732)Christopher Speller2016-12-071-0/+2
|
* Improving command line interface (#4689)Christopher Speller2016-12-0617-0/+2927