summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Collapse)AuthorAgeFilesLines
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-1215-15/+15
| | | | | | | | | | | | * 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
* Add CLI command to search for users based on username, email, or user ID (#5918)Simon Soriano2017-04-051-5/+44
|
* PLT-6207: Fix EE policy application. (#5988)George Goldberg2017-04-051-0/+2
|
* PLT-6198: Use added to channel system message on default channels. (#5969)George Goldberg2017-04-041-1/+1
| | | | Use a different sytem message when a user was added to a default channel by someone else than when they joined themselves.
* PLT-5900 Removed automatic configuration of SiteURL (#5952)Harrison Healey2017-04-042-3/+2
| | | | | | | | | | | | | | | | * 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
* Fixing config file watch and config reload on license save (#5954)Corey Hulen2017-04-041-0/+1
| | | | | | | | | | * Fixing config file watch and config reload on license save * Fixing config file watch and config reload on license save * Fixing build error * Fixing locking issue
* PLT-6076 Read config file info from enviroment vars (#5873)Corey Hulen2017-03-291-0/+2
| | | | | | | | | | | | * Adding viper libs for config file changes * Removing the old fsnotify lib * updating some missing libs * PLT-6076 Read config file info from enviroment vars * Changing unit test to use less important props
* Move WebSocket API to it's own package and add websocket v4 endpoint (#5881)Joram Wilander2017-03-282-0/+8
|
* PLT-5755: Infrastructure for Component Testing. (#5814)George Goldberg2017-03-231-0/+29
| | | | | | | | | | This migrates the existing webapp tests to using Jest and Enzyme. The infrastructure is put in place for React component testing, and a few simple example component tests are implemented. This also adds snapshot testing of components, coverage checking for the webapp (although that is not yet integrated to Coveralls), and the ability to run npm run test:watch to automatically re-run affected tests when working on the webapp codebase.
* Removing old CLI (#5797)Christopher Speller2017-03-204-1127/+3
|
* PLT-5765 Passed SiteURL to SendNotifications (#5705)Harrison Healey2017-03-103-5/+6
|
* PLT-5697: Add --validate flag to bulk import CLI. (#5642)George Goldberg2017-03-061-1/+10
|
* Reload license from DB for all cluster app servers (#5525)Joram Wilander2017-02-284-7/+6
| | | | | | * Reload license from DB for all cluster app servers * Increase test timeout
* PLT-5070: Server side component of Telemetry. (#5514)George Goldberg2017-02-241-137/+16
|
* Bulk import success message not shown on error. (#5401)George Goldberg2017-02-161-5/+5
|
* 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