AJ Moon
6f4e38d129
[GH-6366] Add functionality to disable Authentication when connecting to SMTP ( #6639 )
...
* Issue #6366 : Add feature to disable auth for Encrypted connections to SMTP settings.
* Clean PLAIN AUTH Option
* Reorder SMTP server setup and change helptext
* remove unneeded setting and modify logic
* text description change
2017-07-31 08:15:01 -07:00
Maxime Buquet
cf32b59e64
Make login_controller consistent with signup_controller by using Client4.getOAuthRoute ( #7033 )
...
* Use Client4.getOAuthUrl instead of making the url by hand with getUrl
* Use the correct function name. thanks jwilander
2017-07-31 08:31:28 -04:00
94117nl
6ec24867bc
GH-6448 Migrate edit_command.jsx to be pure and use Redux ( #6858 )
...
* Migrate edit_command.jsx to be pure and use Redux, add basic test
* Update newCommand to reference modified command
* Fix typo
* Remove unnecessary re-renders
2017-07-31 08:26:04 -04:00
David Meza
f740698dbe
PLT-6486 Add an @username button to the profile popover, that puts the username in the post when clicked ( #6349 )
...
* PLT-6486 Add an `@username` button to the profile popover, that puts the username in the post when clicked
* PLT-6486 Display `@username` mention on the right text area on center or RHS.
* Disable @mentions from profile popover on searches, mentions and pinned posts. Fix js errors.
* Control undefined post in SearchStore that causes an exception.
2017-07-31 08:24:13 -04:00
Asaad Mahmood
860f2c8332
Multiple Ui improvements ( #7029 )
...
* PLT-7119 - Updating headings on compact view
* PLT-7103 - Removing line below channel intro
* PLT-7112 - Fixing system console banner
* PLT-7144 - Adding ellipsis to system console boxes
* PLT-7181 - Changing channel header opacity
* PLT-6899 - Updating unread bar
* Updating margin for new messages indicator
2017-07-31 08:10:43 -04:00
Harrison Healey
3c0f082506
PLT-6924 Added config options to disable file uploads/downloads on mobile ( #7049 )
2017-07-28 11:52:31 -06:00
Jonathan
27ff8bb146
PLT-7128: Added an undefined check around the scrollIntoView() command to avoid trying to scroll to something that has gone out of scope ( #6998 )
2017-07-27 08:17:47 -04:00
Joram Wilander
b428d565ca
Go to page zero when searching direct channels ( #6977 )
2017-07-27 07:44:47 -04:00
Carlos Tadeu Panato Junior
3043b5d52a
Migrate add and edit incoming webhook components to redux ( #6885 )
...
* Migrate add incoming webhook components to redux
* Migrate edit incoming webhook components to redux
* Add tests
2017-07-27 09:16:16 +01:00
George Goldberg
ff0a790516
PLT-7040: Fix capitalisation of Elasticsearch in Config. ( #7020 )
2017-07-27 08:48:02 +01:00
Saturnino Abril
244b15ea5b
[PLT-7069] Remove shortcut key on Switch Channels when viewing on mobile web ( #7012 )
...
* remove shortcut key on Switch Channels when viewing on mobile web
* apply hidden-xs class for mobile view
2017-07-27 13:27:12 +08:00
Saturnino Abril
489151d2d2
[PLT-1031] Update clicking on @mention to show the contact card ( #6989 )
...
* update clicking on @mention to show the contact card
* update per comment - getUserFromMentionName and suffix
2017-07-26 07:45:55 +08:00
Carlos Tadeu Panato Junior
5840905c7f
[PLT-6744] Add "Only visible to you" note for ephemeral messages ( #6790 )
2017-07-25 12:10:39 -07:00
Chris
d49419776d
Refresh the emoji library ( #7001 )
...
* refresh the emoji library
* fix img_trans.gif
* compress sprite sheet
* remove note on compression - webpack seems to handle compression decently
* better emoji sheet preloading
* requested changes
2017-07-25 14:47:03 -04:00
Chris
e5e450fc09
fix dm custom slash command regression ( #7008 )
2017-07-25 11:36:14 -07:00
Saturnino Abril
6418e912df
[PLT-7219] Fix username as default for Teammate Name Display setting ( #7023 )
...
* fix username as default for Teammate Name Display setting
* update localizeMessage at UsersAndTeamsSettings
2017-07-25 21:55:21 +08:00
Chris
72355ba2bf
fix uncleared server errors in user settings ( #6964 )
2017-07-24 18:06:45 +01:00
Jonathan
87746227bf
PLT-3470: Changed all instances of user list to show full name, username, and nickname ( #6994 )
2017-07-24 08:22:19 -04:00
Saturnino Abril
b27d51d512
[PLT-7051] Fix hide/show for CMD/CTRL + Shift + A keyboard shortcut ( #6979 )
...
* fix hide/show for CMD/CTRL + Shift + A keyboard shortcut
* simplify setting value of show
2017-07-23 14:42:04 +08:00
Saturnino Abril
58c6a70d3e
Add [...] menu to search results list ( #6663 )
...
* Add [...] menu to search results list
* fix updates on search results when post is pinned or edited
* remove app dispatcher from component
2017-07-21 19:02:14 -04:00
Carlos Tadeu Panato Junior
816bfbeb91
[PLT-6708] /purpose [text] slash command: Edit the channel purpose ( #6569 )
...
* /purpose [text] slash command: Edit the channel purpose
* update command on server side to check for direct or group channels
* update stings and block the dialog when is DM or GM
* update per review
* remove duplicate websocker event and apply the same for /header command
* update per review
* update
2017-07-21 15:04:41 -04:00
Saturnino Abril
10b7b96a29
match header of system console and normal header except profile popover ( #6986 )
2017-07-22 02:57:54 +08:00
Joram Wilander
5ae701d133
Update mattermost-redux to master ( #6982 )
2017-07-20 08:56:23 -04:00
Jason Blais
ecb82dbd12
PLT-6958: Update Email Auth System Console settings texts ( #6948 )
...
* Update email_authentication_settings.jsx
* Update en.json
2017-07-19 13:54:50 -07:00
Chris
673f3a1144
PLT-6689: fix user image requests ( #6946 )
...
* fix user image requests
* fix eslint errors and a few more cache busters
2017-07-19 13:54:16 -07:00
Harrison Healey
23a59b03dd
PLT-7115 Changed cropping for unposted files to match posted ones ( #6926 )
...
* PLT-7115 Changed cropping for unposted files to match ones that have been posted
* Cleaned up file_preview.jsx
2017-07-19 13:47:50 -07:00
Chris Duarte
ea6f37e68d
display BAR_ANNOUNCEMENT_TYPE with Markdown parser ( #6981 )
...
* display BAR_ANNOUNCEMENT_TYPE with Markdown parser
* fix code style
2017-07-19 10:58:59 -04:00
Christopher Speller
97f34e483b
Merge branch 'release-4.0'
2017-07-18 15:45:23 -07:00
Joram Wilander
a350f4dc07
Fix PDF preview urls ( #6976 )
2017-07-18 15:48:47 -04:00
Saturnino Abril
41969ae66c
[PLT-7141] Fix deactivated user from appearing in channel view members list filtering ( #6957 )
...
* fix deactivated user from appearing in channel view members list filtering
* add deactivated user filters to channels, teams and DM
2017-07-18 06:27:29 +08:00
Joram Wilander
764ff4cb64
PLT-7116/PLT-7126 Some final release fixes ( #6933 )
...
* Some final release fixes
* Fix team switching with image in channel bug
2017-07-14 08:55:45 +09: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
Saturnino Abril
9a654d7b27
prevent image preview to default view when adding/removing reaction ( #6910 )
2017-07-12 19:47:08 -04:00
Harrison Healey
26370f6eab
PLT-7062 Moved emoji picker in RHS to attach to the body of the page ( #6923 )
2017-07-13 06:37:04 +09:00
Joram Wilander
df3290c4cf
PLT-7093/PLT-7096 Updates to new message below indicator ( #6912 )
...
* Updates to new message below indicator
* Fixes per feedback
2017-07-13 06:36:45 +09:00
Harrison Healey
96d7783d36
PLT-7048 Changed MarkdownImage to scroll post list as soon as it knows its height ( #6916 )
2017-07-13 01:58:19 +09:00
Joram Wilander
8395981d2b
Properly updated pinned/flagged posts on deletion ( #6920 )
2017-07-13 01:38:07 +09:00
Saturnino Abril
d3506c9d69
fix JS error on SpinnerButton and refactor edit incoming/outgoing webhook ( #6917 )
2017-07-13 01:35:49 +09:00
Saturnino Abril
b1322746d2
dismiss deleted message in RHS ( #6914 )
2017-07-13 01:31:09 +09:00
Joram Wilander
6a056a0042
Fix posting when allow edit after time set ( #6913 )
2017-07-12 22:49:03 +09:00
Joram Wilander
481f02f940
Properly handle scroll when new message indicator is visible ( #6908 )
2017-07-12 22:48:06 +09:00
lfbrock
eb8a2e4fc8
Update System Console mobile app links ( #6909 )
...
* Update push_settings.jsx
* Update en.json
2017-07-12 22:14:58 +09:00
George Goldberg
2bf64b54c2
PLT-7025: Fix Slack Import API. ( #6905 )
2017-07-12 22:13:25 +09:00
Joram Wilander
0cc60abf6a
Migrate add and edit outgoing webhook components to redux ( #6818 )
2017-07-10 17:43:47 -04: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
Joram Wilander
0c910cc8c5
Fix multiple pinned post issues ( #6887 )
2017-07-11 05:35:50 +08:00
Joram Wilander
046dbc5e81
Show expand button when previews defaulted to collapsed ( #6896 )
2017-07-11 02:52:28 +08:00
Asaad Mahmood
87e62e8823
Minor UI fixes for 4.0 ( #6899 )
...
* PLT-7056 - Fixing profile popover position
* PLT-7082 - Removing extra space below header
* PLT-7074 - Channel header fix
* PLT-7054 - Fixing scroll inside members popover
* Updating mention highlight color for default theme
2017-07-11 02:48:45 +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
Rich Barton
998b8f70c2
PLT-6659 Fixed upload thumbnails that weren't properly rotated ( #6816 )
...
- Used client-side EXIF data to rotate profile picture thumbnails
- Added a small package for correctly translating EXIF orientation into CSS transforms
- Instead of displaying the image using FileReader, used URL.createObjectURL because it is faster
- For upload thumbnails, the original behavior was scaling the entire original image, without accounting for EXIF rotate. I changed this to use the thumbnail image, which does respect rotation.
- The preview image was not available when the upload request returned, because handling the preview image creation was in a goroutine. I used sync.WaitGroup to block until the preview image creation is done.
2017-07-10 06:51:07 -07:00