summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* make channel admins able to delete channel member messages (#6550)Saturnino Abril2017-06-021-3/+7
|
* PLT-6503 Updated error when invalid image is uploaded as profile picture (#6508)Harrison Healey2017-06-021-1/+1
|
* PLT-6380 Make team invite links open in the current tab (#6538)Harrison Healey2017-06-021-2/+9
| | | | | | * PLT-6380 Changed link formatting to make team invite links open within the current tab * Fixed internal link parsing when site URL isn't set
* PLT-6552 Fixed system users list ignoring search term after changing teams ↵Harrison Healey2017-06-011-3/+8
| | | | (#6537)
* Fixed debug message for push notifications (#6536)Harrison Healey2017-06-012-5/+4
|
* PLT-6692 Removed wbr tags from single line markdown (#6539)Harrison Healey2017-06-011-1/+4
|
* Prevent re-rendering of sidebar when typing into channel switcher (#6547)Joram Wilander2017-06-011-4/+4
|
* Fix JS errors when receiving message when on no teams (#6533)Joram Wilander2017-06-012-33/+16
|
* PLT-6658 Ignore correct message types for setting unreads for teams (#6532)Joram Wilander2017-05-311-2/+1
| | | | | | * Ignore correct message types for setting unreads for teams * Fix ESLint error
* PLT-6684 Fixed onClick handler for search autocomplete suggestions (#6540)Harrison Healey2017-05-311-1/+1
|
* PLT-5699 Improvements to channel switcher (#6486)Joram Wilander2017-05-3123-344/+899
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refactor channel switcher to not wait on server results * Change channel switcher to quick switcher and include team switching * Add sections, update ordering and add discoverability button * Fix styling error * Use CMD in text if on mac * Clean yarn cache on every install * Various UX updates per feedback * Add shortcut help text for team switcher * Couple more updates per feedback * Some minor fixes for GM and autocomplete race * Updating UI for channel switcher (#6504) * Updating channel switcher button (#6506) * Updating switcher modal on mobile (#6507) * Removed jQuery usage * Rename function to toggleQuickSwitchModal
* fix JS error when adding reaction when latest post is ephemeral (#6512)Saturnino Abril2017-05-312-3/+17
|
* PLT-5705 Created a single source of http.Client creation logic with internet ↵Torsten Juergeleit2017-05-319-86/+117
| | | | proxy support, reasonable timeouts and optional insecure connections (#6503)
* [PLT-5465/APIV4] GET /system/health - Improve ping health check to have ↵Carlos Tadeu Panato Junior2017-05-306-14/+54
| | | | | | | | | | limits (#6331) * implement PLT-5465 - Improve ping health check to have limits * update /ping and delete /health * remove permission check
* Do not re-register WS connection if already authenticated (#6511)Joram Wilander2017-05-301-0/+4
|
* Support AWS Signature V2 for Mattermost for S3 storage. (#6462)Harshavardhana2017-05-308-11/+69
| | | | | | | Certain S3 compatible servers only use Legacy Signature (AWS Signature V2), current code only supports signature v4. This PR adds facility to click a button on the UI to enable legacy signature with S3 compatible servers.
* Implement PLT-6246 - Confirm before sending (at)all, (at)channel message (#6250)Carlos Tadeu Panato Junior2017-05-304-9/+93
| | | | | | | | * implement PLT-6246 - Confirm before sending (at)all, (at)channel message * refactor per review * add constant to define the notify all modal
* PLT-6485 Add ability to disable `@here` notifications (#6372)David Meza2017-05-303-19/+8
|
* make username clickable on mobile view (#6519)Saturnino Abril2017-05-302-4/+2
|
* Minor Ui improvements (#6515)Asaad Mahmood2017-05-306-46/+52
| | | | | | * PLT-6645 - Improving copy pasting behaviour * PLT-6149 - Fixing edited indicator in search
* PLT-6341/PLT-6342 Update gorp to mattermost fork and add connection timeout ↵Joram Wilander2017-05-2940-428/+1417
| | | | | | | | | | | | setting (#6410) * Update gorp to mattermost fork and add connection timeout setting * Add go dependency * Rename from connection timeout to query timeout * Properly add gorp dependency
* PLT-6643 Add Turkish to Mattermost (#6500)enahum2017-05-263-5/+8676
|
* translations PR 20170522 (#6475)enahum2017-05-2624-416/+1563
|
* Adding short unit tests by default (#6494)Christopher Speller2017-05-256-32/+77
|
* Add RedirectTo after login for Universal linking or deep linking to work (#6304)David Meza2017-05-253-3/+3
|
* Update sidebar header dropdown to close properly (#6488)Joram Wilander2017-05-241-6/+12
|
* Clean yarn cache when cleaning webapp (#6490)Joram Wilander2017-05-241-0/+3
| | | | | | * Clean yarn cache when cleaning webapp * Add cache clean to .yarninstall target
* Update channel_header.jsx (#6470)doh52017-05-241-15/+15
|
* Writing message to our logs when system panics and recovers (#6458)Corey Hulen2017-05-241-4/+13
|
* PLT-6564 fixing system console message (#6440)Corey Hulen2017-05-241-1/+1
|
* PLT-6534 Rotated uploaded profile pictures to be upright (#6482)Harrison Healey2017-05-242-12/+22
|
* Only update status when clicking onto app (#6435)Joram Wilander2017-05-241-1/+1
|
* Set length for OriginalId for new installs (#6437)Joram Wilander2017-05-241-0/+1
|
* Fix JS error when switching teams (#6484)Joram Wilander2017-05-242-2/+2
|
* PLT-6654 Fix SAML page in System Console (#6480)enahum2017-05-241-27/+28
|
* change messages per PLT-6392 (#6481)Carlos Tadeu Panato Junior2017-05-231-2/+2
|
* PLT-6471 Properly panic when translations can't be loaded (#6414)Harrison Healey2017-05-2323-73/+189
| | | | | | | | | | * PLT-6471 Properly panic when translations can't be loaded * Print usage messages when errors occur during CLI initialization * Reverted behaviour of FindDir and added second return value to it * Fixed merge conflict
* PLT-6282 Make post list stay visible when post textbox height changes (#6323)Harrison Healey2017-05-238-56/+87
| | | | | | | | * PLT-6282 Changed post drafts to use an action when being stored * PLT-6282 Triggered post list to update scroll position when post draft changes * PLT-6282 Changed SuggestionBox to complete suggestions without an event
* PLT-6651 - Overlay issue modal (#6473)Asaad Mahmood2017-05-229-12/+18
| | | | | | * PLT-6651 - Overlay issue modal * Fixing mentions badge
* Move SMTP HELO before authentication (#6464)Harrison Healey2017-05-192-10/+10
|
* Merge 3.9 RC5 fixes into master (#6459)Joram Wilander2017-05-1911-29/+16
| | | | | | | | | | | | | | | | | | | | | | | | * UI fixes for 3.9 (#6400) * UI fixes for header icon alignment * PLT-6569 - Fixing pin icon in header * PLT-6505 - Updating z-index for emoji picker * Updating z-index for overlaying sidebar * PLT-6134 - Fix for emoji picker on comments * Reverting emoji picker fix * Fixing alignment for header icons * Removing channel title changes * Don't show mention badge for active channel (#6411) * PLT-6583 - Fixing RHS compact view (#6413)
* Bug fixes (#6439)Asaad Mahmood2017-05-193-4/+16
| | | | | | | | | | * PLT-5863 - Fixing overflow in modals * PLT-6545 - Fix for Code block tag on mobile * PLT-6549 - Fixing integrations UI * PLT-6506 - Large embedded images producting scroll
* Pull sessions after revoking one (#6436)Joram Wilander2017-05-191-1/+3
|
* PLT-6408 Framework for job server (#6404)Harrison Healey2017-05-1834-151/+1331
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added initial job server * Added job server to be ran as part of platform * Added test job to the enterprise repo * Fixed job server not loading license * Renamed job package to jobs * Fixed TE not being buildable * Added JobStatus table to database * Changed fields used by JobStatus * Added APIs to query job status * Added config change listener to server * Added option to run job server from Makefile * Added ability to enable/disable jobs from config * Commented out placeholder for search indexing job * Fixed govet * Removed debug messages and fixed job api init message
* Cleanup yarn lockfileChristopher Speller2017-05-181-39/+35
|
* PLT-6472: Basic Elastic Search implementation. (#6382)George Goldberg2017-05-1810-37/+343
| | | | | | | | | | | | | | * PLT-6472: Basic Elastic Search implementation. This currently supports indexing of posts at create/update/delete time. It does not support batch indexing or reindexing, and does not support any entities other than posts yet. The purpose is to more-or-less replicate the existing full-text search feature but with some of the immediate benefits of using elastic search. * Alter settings for AWS compatability. * Remove unneeded i18n strings.
* Updating client dependencies. Switching to yarn. (#6433)Christopher Speller2017-05-18254-2224/+10711
| | | | | | | | | | | | | | | | | | | | | | | | * Updating client dependancies. Switching to using yarn. * Updating React * Moving pure components to using function syntax (performance gains with newer react version) * Updating client dependancies. * Ignore .yarninstall * Enabling pre-lockfile because it's the entire point of using yarn. * Removing old webpack config * Moving to new prop-types * Fixing ESLint Errors * Updating jest snapshots. * Cleaning up package.json
* [PLT-4643] Don't show empheral messages on sidebar when it is reopened. (#6378)Kacper Kula2017-05-181-4/+21
|
* Update legal and support help texts (#6407)Jason Blais2017-05-182-8/+8
| | | | | | | | | | * Update legal_and_support_settings.jsx * Update en.json * Update en.json * Update legal_and_support_settings.jsx
* remove notification as requested in PLT-6537 (#6412)Carlos Tadeu Panato Junior2017-05-181-1/+3
|