summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* PLT-7408 Move webhook handling into api4 package to fix EnableAPIv3 config ↵Joram Wilander2017-08-163-52/+53
| | | | | | | | setting (#7219) * Move webhook handling into api4 package to fix EnableAPIv3 config setting * Fix unit test
* translations PR 20170814 (#7210)enahum2017-08-1527-1813/+1852
|
* [PLT-7180] Fix delete/edit not showing on DotMenu at parent post of RHS (#7214)Saturnino Abril2017-08-151-0/+9
| | | | | | * fix delete/edit not showing on DotMenu at parent post of RHS * remove unnecessary shouldComponentUpdate
* disable intermittently failing test at TestGetAllTeams temporarily (#7211)Saturnino Abril2017-08-151-2/+4
|
* PLT-7398 Removed flex-basis from search box (#7204)Harrison Healey2017-08-151-2/+0
|
* PLT-7375: Email batching not on by default for accounts that have never ↵Jonathan2017-08-152-3/+3
| | | | | | | | | | | | | | | | | | touched their email settings (#7206) * PLT-7375: Send batched emails if batching is enabled and user has not explicitly set their email interval preference * PLT-7375: Reverting 4cf316fcd * PLT-7375: Send batched emails if batching is enabled and user has not explicitly set their email interval preference * PLT-7375: EnableEmailBatching was accidentally flipped to true in 10dcdeca4b, causing config_test.go::TestConfigFromEnviroVars to fail * PLT-7375: EnableEmailBatching was accidentally flipped to true in 10dcdeca4b, causing config_test.go::TestConfigFromEnviroVars to fail * PLT-7375: Reverted accidental changes to config * PLT-7375: Manually fixing config.
* Adding default of EN to localization store (#7208)Christopher Speller2017-08-151-1/+1
|
* [PLT-7342] Add function and tests to specifically determine @all & @channel ↵Saturnino Abril2017-08-123-1/+108
| | | | | | | | (#7181) * add function and tests to specifically determine @all & @channel * uodate per comments - regex and tests
* PLT-7336: Fix team API endpoints.George Goldberg2017-08-112-3/+22
|
* PLT-6609: Fix hashtag highlighting of search results (#7175)George Goldberg2017-08-112-6/+23
| | | | | | * PLT-6609: Don't highlight #hashtag.dot when searching for #hashtag * Fix bug that broke pre-release.
* PLT-7323/PLT-7334 CSS fixes (#7155)Asaad Mahmood2017-08-113-4/+15
| | | | | | | | | | * PLT-7334 - Channel header cuts off list * PLT-7323 - Fixing alignment for attachments * PLT-7323 - Fixing close button for attachments * Changed header description to use margin instead of padding
* Add character limit to channel header edit modal (#7179)Joram Wilander2017-08-112-7/+9
|
* PLT-7360 Adding SSE to compliance (#7165)Corey Hulen2017-08-112-21/+34
| | | | | | | | * Adding SSE to E20 * Fixing UI bug * Fixing loc strings
* Update mattermost-redux to webapp-4.1 branch (#7170)Joram Wilander2017-08-112-3/+3
|
* Merge 4.0.3 into release-4.1 (#7169)Saturnino Abril2017-08-112-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix dm custom slash command regression (#7008) * point mattermost-redux to webapp-4.0 latest (#7040) * If login is using mobile respond with JSON object (#7030) * Allow regions to be set and honored for S3 driver. (#7010) (#7073) This is necessary for certain users where GetBucketLocation API is disabled using IAM policies. There is a field AmazonS3Region which we need to re-purpose and use to support this properly. Fixes https://github.com/mattermost/platform/issues/6999 * [PLT-7231/PLT-7306] Fix GitLab SSO failure with non-English locale and make config locales more forgiving (#7106) * make config locales more forgiving by assigning default values * fix error text * update per comment * Minor updates to team * Another team update
* Fix arrow keys when viewing images (#7161)Joram Wilander2017-08-111-1/+2
|
* Fix pinned posts not updating when list empty (#7164)Joram Wilander2017-08-101-3/+7
|
* reset post attachments on post prop change (#7158)Chris2017-08-091-0/+1
|
* Update unit testJoramWilander2017-08-091-0/+4
|
* Another team updateJoramWilander2017-08-092-1/+22
|
* Minor updates to teamJoramWilander2017-08-084-11/+39
|
* translations PR 20170807 (#7144)enahum2017-08-0928-2093/+8996
| | | | | | * translations PR 20170807 * Fix pt-BR variable
* [PLT-7317] Fix emoji picker preview (#7136)Saturnino Abril2017-08-086-108/+73
| | | | | | * fix emoji picker preview * make use of sprite-sheet CSS for all system emojis
* Added unit tests for getFile headers (#7045)Harrison Healey2017-08-082-49/+218
| | | | | | | | | | | | * Added unit tests for getFile headers * Fixed exe type test to run correctly on multiple platforms * Make sure we close the body on all Client4 calls * Changed Response.Response field to Response.Header * Clarified type of Response.Header
* FIXES PLT-6648 Add support for Server Side Encryption on S3 (#6467)Tejay Cardon2017-08-086-6/+65
| | | | | Help from Jason Blais on wording Update storage_settings.jsx Update en.json
* PLT-7311 Don't allow empty search in searchbar. (#7133)George Goldberg2017-08-081-0/+4
|
* uncomment upgrade for 4.1 (#7128)Saturnino Abril2017-08-082-9/+9
|
* PLT-7309: Fix webook management when permitted for non-admins. (#7132)George Goldberg2017-08-083-4/+32
|
* PLT-7313: Show help popover when search focused and empty. (#7134)George Goldberg2017-08-081-11/+19
|
* bump mattermost-redux#e529791 at yarn.lock (#7141)Saturnino Abril2017-08-081-1/+1
|
* PLT-7263: truncate long issue descriptions (#7142)Chris2017-08-081-0/+4
| | | | | | | | | | | | * truncate long issue descriptions, add tests * minor tweak to text template * add license header * remove tests for now (since dependency is blocked) * remove second jira link
* Change "Cancel" button to "Close" (#7131)94117nl2017-08-081-0/+6
|
* Revert "PLT-6609: Don't highlight #hashtag.dot when searching for #hashtag ↵George Goldberg2017-08-082-24/+7
| | | | | (#7109)" (#7147) This reverts commit f4638aecec2933f20efb4b95c2e0a90c22b47b43.
* PLT-6609: Don't highlight #hashtag.dot when searching for #hashtag (#7109)George Goldberg2017-08-072-7/+24
|
* Updating user access token UI (#7091)Asaad Mahmood2017-08-067-96/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updating user access token UI Updating help text Updating tokenlistClass Updating string for token Updating translations Updating translations Updating translations * Updating translations * Minor UI fix * Update manage_tokens_modal.jsx * Update user_settings_security.jsx * Update en.json * Fix merge conflicts
* System Console: Email notification content setting (#7122)Jonathan2017-08-0619-131/+794
| | | | | | | | | | | | | | | | * PLT-7195: Added new config option, new license feature, and config UI to system console. Still need to implement behaviour change in email batching code * PLT-7195: Modified batch emails to respect email notification content type setting * PLT-7195: Tweaking the colours a bit * PLT-7195: Added support for email notification content type setting in immediate (non-batched) notification messages. Attempted to clean up the code somewhat. Unit tests coming in a future commit * PLT-7195: Added unit tests for non-batched emails * Checked license when applying email content settings * Changed return type of getFormattedPostTime
* [PLT-7231/PLT-7306] Fix GitLab SSO failure with non-English locale and make ↵Saturnino Abril2017-08-063-7/+158
| | | | config locales more forgiving (#7125)
* Add beta tag to Elasticsearch (#7121)Eric Sethna2017-08-053-3/+4
| | | | | | | | * make Elasticsearch beta * make Elasticsearch beta * make Elasticsearch beta
* make suggestion box focus more robust, require more explicit enabling (#7123)Chris2017-08-042-7/+19
|
* fix some webhook attachments not truncating, lower short text to 300 chars ↵Chris2017-08-041-2/+3
| | | | (#7120)
* PLT-6924 Added ability to disable file uploads/downloads on old mobile apps ↵Harrison Healey2017-08-048-95/+174
| | | | (#7117)
* PLT-7267 Refactored tracking of recent emojis to hide deleted emojis (#7102)Harrison Healey2017-08-047-112/+95
| | | | | | * Fixed local ESLint error * PLT-7267 Refactored tracking of recent emojis to hide deleted emojis
* [PLT-2407] Improve ordering of uploaded attachments (#7022)Saturnino Abril2017-08-044-11/+21
| | | | | | * improve ordering of uploaded attachments * use LocalizationStore.getLocale() when comparing file names
* Fix issue 4161 (#6919)William Gathoye2017-08-051-43/+43
| | | | | | | | * Fix issue 4161 * Minor tweaks * Fix log title
* Update for 4.1 (#7088)Eric Sethna2017-08-051-0/+37
|
* PLT-7295 - Submitting UI changes for Jira (#7097)Asaad Mahmood2017-08-054-36/+38
| | | | | | | | | | * PLT-7295 - Submitting UI changes for Jira * Updating help text * Revert "Updating help text" This reverts commit 2885b290c6951b47da1465095ee6e83c6a750f33.
* PLT-7287 Move access token text in user list to under the dropdown (#7099)Joram Wilander2017-08-055-36/+51
| | | | | | * Move access token text in user list to under the dropdown * Updating UI for token help text (#7107)
* PLT-7223: Update "Database schema cannot be upgraded" error message to ↵Jonathan2017-08-042-15/+16
| | | | | | | | | | indicate expected version (#7079) * PLT-7223: Updated error message to include relevant schema versions * PLT-7223: Removed unit test. It poisons database state, and there's no recovery mechanism, because the code under test causes an ungraceful exit, so we can't fix the database in a defer statement. This causes the next test execution or server start to fail. * PLT-7223: Incorporated @crspeller's suggestions into error message string
* Ui improvements (#7092)Asaad Mahmood2017-08-049-224/+124
| | | | | | | | | | | | | | * PLT-7121 - Making channel header text dynamic * PLT-7268 - Fixing search results in compact view * PLT-7248 - Adjusting space between post controls * PLT-7303 - Fixing manage members button * Revert "PLT-7303 - Fixing manage members button" This reverts commit 7dcb68a8e333a2c95444d417ed9a244c9c30aa99.
* Set Elasticsearch replica count default to 1. (#7108)George Goldberg2017-08-042-3/+3
|