summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
* | Minor UI improvements (#7137)Asaad Mahmood2017-08-176-38/+78
| | | | | | | | | | | | | | | | | | | | | | | | * PLT-7303 - Fixing manage members button * Revert "PLT-7303 - Fixing manage members button" This reverts commit 7dcb68a8e333a2c95444d417ed9a244c9c30aa99. * PLT-7303 - Redesigning channel members popover * Updating font size and positioning
* | PLT-7302: Aggregate Elasticsearch indexes over a certain age. (#7224)George Goldberg2017-08-1712-54/+187
| | | | | | | | | | | | | | | | | | * PLT-7302: Aggregate Elasticsearch indexes over a certain age. This is done by a scheduled daily job, in order to keep the shard count to a sensible level in Elasticsearch. * Use map[string]string instead of StringMap
* | set ephemeral message ("message deleted") without ("Only visible to you") ↵Saturnino Abril2017-08-173-1/+715
| | | | | | | | visible to users other than the owner (#7201)
* | PLT-7407: Back-end plugin mechanism (#7177)Chris2017-08-1633-1/+2163
| | | | | | | | | | | | | | | | | | | | | | | | * begin backend plugin wip * flesh out rpcplugin. everything done except for minor supervisor stubs * done with basic plugin infrastructure * simplify tests * remove unused test lines
* | Fixing licensing (#7226)Corey Hulen2017-08-161-1/+1
| |
* | PLT-6079 Adding leader election (#7105)Corey Hulen2017-08-164-1/+11
| |
* | PLT-6226 Fixing races with licensing (#7213)Corey Hulen2017-08-1636-361/+403
| | | | | | | | | | | | | | | | | | | | * PLT-6226 Fixing races with licensing * Fixing build issue * Fixing licensing issue * removing commented code
* | PLT-7353 Fixed being unable to use quotes in links (#7171)Harrison Healey2017-08-162-3/+3
| |
* | PLT-7368: Don't clear search box on ESC in Chrome. (#7215)George Goldberg2017-08-162-3/+9
| |
* | Add note that users can be searched by token ID in the Users page (#7222)Jason Blais2017-08-163-4/+4
| | | | | | | | | | | | | | | | * Update en.json * Update custom_integrations_settings.jsx * Update logs.jsx
* | PLT-1649: add response_url support for custom slash commands (#6739)Chris2017-08-1618-11/+562
| | | | | | | | | | | | | | | | | | | | * add response_url support for custom slash commands * pr suggestions * pr update / suggestion * test fix
* | add emoji to recently used section when reacting to a post in RHS (#7217)Saturnino Abril2017-08-162-2/+4
| |
* | Fix out-of-channel mentions for usernames with dashes (#7151)Joram Wilander2017-08-101-3/+5
| |
* | PLT-6358: Server HTTP client improvements (#6980)Chris2017-08-0919-98/+342
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * restrict untrusted, internal http connections by default * command test fix * more test fixes * change setting from toggle to whitelist * requested ui changes * add isdefault diagnostic * fix tests
* | when session id is invalid,the function "revokeSession" should return (#7127)KenmyZhang2017-08-091-0/+1
| |
* | PLT-7288: Allow CLI to delete teams with no channels. (#7135)George Goldberg2017-08-092-1/+23
| |
* | lint all the things (#7154)Chris2017-08-096-43/+22
| | | | | | | | | | | | * lint all the things * remove extra echo
* | PLT-7301: Removed props mutation that was causing JS error, now passing ↵Jonathan2017-08-092-9/+7
| | | | | | | | locale as a prop directly instead of fetching it out of the user object (#7162)
* | PLT-7206: Remove the "Delete Channel" option for private channels if you're ↵Jonathan2017-08-0915-104/+861
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the last channel member and policy setting restricts channel deletion (#7050) * PLT-7206: UI changes. Removed last user in channel loophole, refactored code to clean it up, added differentiated support for public and private channels, added unit tests. Still need to implement server-side checks * PLT-7206: All helper methods in channel_utils.jsx now accept the same three boolean variables in the same order and use the same boolean logic to check their values. * PLT-7206: Added unit tests for showManagementOptions(...) * PLT-7206: Fixed test case descriptions * Added unit tests for showCreateOption(...) * PLT-7206: Added unit tests for canManageMembers(...) * PLT-7206: Removed last person in channel loophole from server-side code * PLT-7206: Reverted config.json * PLT-7206: Fixed double negatives in unit test names * PLT-7206: PR feedback - Removed confusing comment and unused variable
* | testify (#7116)Chris2017-08-0870-92/+15434
| |
* | add preparatory upgrade code for 4.2 (#7157)Saturnino Abril2017-08-081-0/+9
|/
* 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.