megos
d064f5eba3
Fixed notification text replace line feed to space ( #6970 )
2017-07-19 14:02:20 +01:00
Christopher Speller
97f34e483b
Merge branch 'release-4.0'
2017-07-18 15:45:23 -07:00
Joram Wilander
3ad3aa653f
Add back blue bar error for editing post after time limit ( #6939 )
2017-07-15 01:12:52 +08:00
Harrison Healey
8fb58b1fc9
PLT-7117 Fixed copy paste error in file_actions.jsx ( #6928 )
2017-07-14 13:01:19 -04:00
George Goldberg
a1f17c1f84
PLT-6474 Basic Elasticsearch System Console Page ( #6825 )
...
* PLT-6474: Basic System Console Elasticsearch Config.
* Fix review comments.
* More review fixes.
* Review comments.
2017-07-13 13:00:59 -07:00
Joram Wilander
8395981d2b
Properly updated pinned/flagged posts on deletion ( #6920 )
2017-07-13 01:38:07 +09:00
Saturnino Abril
b1322746d2
dismiss deleted message in RHS ( #6914 )
2017-07-13 01:31:09 +09:00
Joram Wilander
dc3536a9f8
Properly load user statuses for posts in channel ( #6907 )
2017-07-12 22:14:32 +09:00
Saturnino Abril
39154d22ae
make sidebar right menu Global actions and toggle that on leaving team ( #6900 )
2017-07-11 05:37:08 +08:00
Harrison Healey
d307162d16
PLT-7039 Use loadProfilesAndStatusesForPosts from the redux library (Resubmit) ( #6892 )
...
* PLT-7039 Use loadProfilesAndStatusesForPosts from the redux library
* Switched mattermost-redux to webapp-4.0 branch
2017-07-11 05:36:26 +08:00
Joram Wilander
0c910cc8c5
Fix multiple pinned post issues ( #6887 )
2017-07-11 05:35:50 +08:00
Joram Wilander
1e7022ff6d
Deleting the focused post now sends user to normal channel view ( #6890 )
2017-07-11 02:51:31 +08:00
Joram Wilander
2bfd7be8d1
Minor status updates ( #6889 )
2017-07-11 02:49:42 +08:00
Joram Wilander
45e7ad0c34
Fix out of order posts for admins plus two minor fixes ( #6886 )
2017-07-11 01:58:01 +08:00
Saturnino Abril
4956a7198b
Revert "PLT-7039 Use loadProfilesAndStatusesForPosts from the redux library ( #6881 )" ( #6882 )
...
This reverts commit 250a344d04 .
2017-07-09 06:36:30 +08:00
Harrison Healey
250a344d04
PLT-7039 Use loadProfilesAndStatusesForPosts from the redux library ( #6881 )
2017-07-08 08:23:58 +08:00
Joram Wilander
918ce03622
Fix MFA setup page ( #6856 )
2017-07-06 06:02:53 +08:00
Saturnino Abril
af35dcf9c4
[PLT-6800] Clear center and rhs view on other window when leaving a channel ( #6723 )
...
* clear center and rhs view on other window when leaving a channel
* move redirection to websocket actions
* close sidebar at websocket action
2017-07-05 16:36:50 -04:00
Joram Wilander
04e364f4f7
Do not scroll center channel to bottom when posting in RHS ( #6852 )
2017-07-05 16:28:32 -04:00
Joram Wilander
4efb0f37b7
Increase post visibility in current channel when receiving posts ( #6848 )
2017-07-05 16:20:25 -04:00
Chris
5bd60a4d1e
add /search command ( #6741 )
2017-07-05 09:26:31 +08:00
Corey Hulen
e60c6dec19
PLT-6935 Fixes issue when locale set to unknown ( #6829 )
2017-07-03 13:26:30 -04:00
Joram Wilander
a3ece09262
Join channel with permalink to public channel you're not in ( #6795 )
2017-06-29 09:25:18 -07:00
Corey Hulen
eb7561e05b
PLT-6610 sending websocket event for last channel viewed ( #6787 )
2017-06-29 07:51:15 -07:00
Joram Wilander
3cd8057d28
Various updates to match latest mattermost-redux ( #6794 )
2017-06-29 10:03:57 -04:00
Carlos Tadeu Panato Junior
976030ea25
[PLT-6707] /header [text] slash command: Edit the channel header ( #6566 )
...
* add /header slash command
* update websocket
* updater per review
2017-06-29 08:06:17 -04:00
Harrison Healey
c6602ae2b8
PLT-6844 Change file uploading to use superagent ( #6785 )
...
* PLT-6844 Change file uploading to use superagent
* Fixed handling of upload errors
2017-06-28 15:42:54 -04:00
Joram Wilander
5492ca28b1
Fix account creation redirect ( #6765 )
2017-06-28 09:38:19 -04:00
megos
58b3231916
add attachments notification ( #6769 )
2017-06-28 13:37:51 +01:00
Carlos Tadeu Panato Junior
155c6600aa
[PLT-6599] Add link to check Websocket port error message ( #6743 )
2017-06-28 13:38:57 +08:00
Saturnino Abril
e2daa425fa
fix JS errors in saving preferences - for user's display (including custom theme vector) and advanced settings ( #6764 )
2017-06-27 18:27:31 +01:00
Joram Wilander
82b36b3721
PLT-6815 Do not disconnect websocket when joining a team ( #6746 )
...
* Do not disconnect websocket when joining a team
* Fix eslint error
2017-06-26 13:25:43 -04:00
Joram Wilander
e285839ee1
Fix websocket URL when specifying port in the config ( #6748 )
2017-06-26 08:39:24 -07:00
Joram Wilander
23ccfc845c
Move remaining actions over to use redux and v4 endpoints ( #6720 )
2017-06-26 08:16:57 -04:00
Saturnino Abril
fe7e9d95b3
fix JS error when saving a custom theme vector ( #6734 )
2017-06-23 19:12:34 -04:00
VeraLyu
33eb77b757
PLT-3711: Add websocket event for emoji addition ( #6211 )
...
* PLT-3711: Add websocket event for emoji addition
* (SA) updated as per review
This PR is edited directly to merge into master.
* (SA) updated as per review
This PR is edited directly to merge into master.
2017-06-23 19:09:17 -04:00
Chris
4df36a504c
PLT-6714: add /settings command ( #6716 )
...
* add /settings command
* update receiver name
2017-06-23 15:47:24 -07:00
Harrison Healey
bf12e7e32c
Load current user after loading client config ( #6648 )
2017-06-23 17:08:25 -04:00
Joram Wilander
ca8d57c4db
PLT-6890 Fix various scrolling issues ( #6727 )
...
* Fix various scrolling issues
* Move reaction scrolling to reaction list
* Handle scrolling when RHS opens
* Only run scroll update code when posts change
2017-06-23 12:09:56 -04:00
Joram Wilander
d8cd38f483
Correctly pull threads when receiving a new post in a non-loaded thread ( #6725 )
2017-06-22 15:51:15 -04:00
Carlos Tadeu Panato Junior
1e84e931ec
when a channel is update propagate the channel to everybody ( #6677 )
2017-06-21 13:01:05 -07:00
Harrison Healey
68ea0abfa6
PLT-4457 Added AtMention component to better render at mentions ( #6563 )
...
* Moved Utils.searchForTerm into an action
* Added easier importing of index.jsx files
* PLT-4457 Added AtMention component to better render at mentions
* Fixed client unit tests
* Fixed merge conflict
* Fixed merge conflicts
2017-06-20 15:22:46 -04:00
Joram Wilander
414b208100
PLT-6885/PLT-6888 Fix custom emojis ( #6694 )
...
* Fix custom emojis
* Fix custom emoji reactions
2017-06-20 11:47:53 -04:00
Joram Wilander
effaeee830
Fix autocomplete and replying to flagged posts ( #6690 )
2017-06-20 08:56:38 -04:00
Joram Wilander
ef9326bcbb
Move integrations over to redux and v4 ( #6679 )
2017-06-19 10:55:47 -07:00
Joram Wilander
ab67f6e257
PLT-6215 Major post list refactor ( #6501 )
...
* Major post list refactor
* Fix post and thread deletion
* Fix preferences not selecting correctly
* Fix military time displaying
* Fix UP key for editing posts
* Fix ESLint error
* Various fixes and updates per feedback
* Fix for permalink view
* Revert to old scrolling method and various fixes
* Add floating timestamp, new message indicator, scroll arrows
* Update post loading for focus mode and add visibility limit
* Fix pinning posts and a react warning
* Add loading UI updates from Asaad
* Fix refreshing loop
* Temporarily bump post visibility limit
* Update infinite scrolling
* Remove infinite scrolling
2017-06-18 14:42:32 -04:00
Joram Wilander
acdab8cce6
Fix scroll store typo and user action copy/paste errors ( #6680 )
2017-06-18 13:45:28 -04:00
Joram Wilander
c0a0065472
Move user actions over to use redux and v4 ( #6649 )
2017-06-15 10:34:20 -04:00
Joram Wilander
1138dd6770
PLT-6657 Move system console to use v4 endpoints and redux ( #6572 )
...
* Move system console to use v4 endpoints and redux
* Rename logs dir to get past gitignore
* Fix test email
* Update brand unit test
* Updates per feedback
2017-06-14 08:56:56 -04:00
Joram Wilander
6e7b912ec6
PLT-4257 Add pop-up asking if user wants to reset status ( #6526 )
...
* Add pop-up asking if user wants to reset status
* Update test snapshot
* Update prop name for old uses of confirm modal
* Updating checkbox (#6586 )
* Updating style for checkbox (#6596 )
2017-06-06 17:24:08 -04:00