summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Allow switching to private channels with /join command (#6579)Joram Wilander2017-06-052-4/+6
|
* fix JS error and incorrect comment thread for SHIFT+UP (#6574)Saturnino Abril2017-06-053-10/+15
|
* Fixed out of bounds array index (#6576)Harrison Healey2017-06-051-1/+1
|
* Increase quick switcher perf by not storing server results (#6575)Joram Wilander2017-06-051-10/+32
|
* [PLT-6697] Added CTRL/CMD+SHIFT+K shortcut to open 'more direct messages' ↵Saturnino Abril2017-06-054-5/+15
| | | | | | | | | | dialog (#6534) * add keypress shortcut to open 'more direct messages' dialog * removed duplicate e.preventDefault() * add text description to /shortcuts output
* [PLT-6616] Fixed autocomplete to close properly (#6528)Saturnino Abril2017-06-051-7/+9
| | | | | | * fix autocomplete to close properly * disable key press of suggestion box when input value is empty
* PLT-6700 Fixed nil pointer exception on 'ldap sync' command (#6535)Harrison Healey2017-06-021-0/+4
|
* add shortcut that opens a comment thread for most recent message in a ↵Saturnino Abril2017-06-023-1/+16
| | | | channel (#6549)
* PLT-6581 breakup webhooks greater than 4K into multiple posts (#6530)Corey Hulen2017-06-022-58/+79
|
* Properly filter in more channels search (#6513)Joram Wilander2017-06-021-1/+5
|
* Multiple Ui improvements (#6553)Asaad Mahmood2017-06-024-21/+25
| | | | | | | | * PLT-6729 - Fixing close button * PLT-5216 - Updating mattermost theme * PLT-6679 - Fixing styling for active state
* 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