Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PLT-6207: Fix EE policy application. (#5988) | George Goldberg | 2017-04-05 | 1 | -0/+2 |
| | |||||
* | PLT-6198: Use added to channel system message on default channels. (#5969) | George Goldberg | 2017-04-04 | 1 | -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 Healey | 2017-04-04 | 2 | -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 Hulen | 2017-04-04 | 1 | -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 Hulen | 2017-03-29 | 1 | -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 Wilander | 2017-03-28 | 2 | -0/+8 |
| | |||||
* | PLT-5755: Infrastructure for Component Testing. (#5814) | George Goldberg | 2017-03-23 | 1 | -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 Speller | 2017-03-20 | 4 | -1127/+3 |
| | |||||
* | PLT-5765 Passed SiteURL to SendNotifications (#5705) | Harrison Healey | 2017-03-10 | 3 | -5/+6 |
| | |||||
* | PLT-5697: Add --validate flag to bulk import CLI. (#5642) | George Goldberg | 2017-03-06 | 1 | -1/+10 |
| | |||||
* | Reload license from DB for all cluster app servers (#5525) | Joram Wilander | 2017-02-28 | 4 | -7/+6 |
| | | | | | | * Reload license from DB for all cluster app servers * Increase test timeout | ||||
* | PLT-5070: Server side component of Telemetry. (#5514) | George Goldberg | 2017-02-24 | 1 | -137/+16 |
| | |||||
* | Bulk import success message not shown on error. (#5401) | George Goldberg | 2017-02-16 | 1 | -5/+5 |
| | |||||
* | Fix CLI panic on invalid team (#5246) | Christopher Speller | 2017-02-02 | 1 | -0/+3 |
| | |||||
* | Fix verifying a missing user panics (#5240) | Christopher Speller | 2017-01-31 | 1 | -0/+1 |
| | |||||
* | Implement APIv4 infrastructure (#5191) | Joram Wilander | 2017-01-30 | 1 | -0/+2 |
| | | | | | | * Implement APIv4 infrastructure * Update parameter requirement functions per feedback | ||||
* | Merge 3.6.2 into master (#5211) | Joram Wilander | 2017-01-27 | 2 | -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 Goldberg | 2017-01-27 | 1 | -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 Speller | 2017-01-27 | 1 | -0/+6 |
|\ | |||||
| * | Fixing CLI backwards compatibility (#5121) | Christopher Speller | 2017-01-18 | 1 | -0/+6 |
| | | |||||
* | | Adding stderr to client tests output. Exiting with error so make will fail. ↵ | Christopher Speller | 2017-01-23 | 1 | -0/+16 |
| | | | | | | | | (#5168) | ||||
* | | Move Slack Import to App Layer. (#5135) | George Goldberg | 2017-01-20 | 2 | -3/+3 |
| | | |||||
* | | Migrate functions to app package (#5106) | Joram Wilander | 2017-01-19 | 5 | -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 Wilander | 2017-01-13 | 2 | -2/+2 |
| | | |||||
* | | PLT-4938 Add app package and move logic over from api package (#4931) | Joram Wilander | 2017-01-13 | 12 | -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 Wilander | 2017-01-06 | 2 | -2/+3 |
| | |||||
* | Fixing enterprise commands (#4960) | Christopher Speller | 2017-01-04 | 1 | -0/+4 |
| | |||||
* | Fixing max channel notifications default. | =Corey Hulen | 2017-01-03 | 1 | -0/+6 |
| | |||||
* | PLT-4478 Do not stop server when only 1 read replia is supported. (#4940) | Corey Hulen | 2017-01-03 | 1 | -2/+2 |
| | |||||
* | Adding memcache to getchannel (#4928) | Christopher Speller | 2017-01-03 | 1 | -1/+1 |
| | |||||
* | Fixing reset command (#4732) | Christopher Speller | 2016-12-07 | 1 | -0/+2 |
| | |||||
* | Improving command line interface (#4689) | Christopher Speller | 2016-12-06 | 17 | -0/+2927 |