Carlos Tadeu Panato Junior
3d2249edfc
PLT-4524 Update password reset page ( #4522 )
...
* Implement PLT-4524 Update password reset page
* fix lints
* changes based on review
* update per request/review
* update tests
* add css for alert-success
* change per request
2016-11-17 09:07:16 -05:00
Joshua Borton
0b296dd8c2
Add Add onExit hook to new_channel_modal ( #4344 )
...
This delays updating the url with the new channel until after the modal
is exited which bypasses a state where the center textarea is focused
and then focus is removed due to how react-overlays handles restoring
focus to the last element focused before the modal was shown.
2016-11-15 14:23:26 -05:00
Brian Olecki
6297922ab9
Add support for editing slash commands ( #4335 )
2016-11-15 12:43:16 -03:00
Joram Wilander
1f241af48a
Don't show current user in direct message modal ( #4548 )
2016-11-15 12:39:45 -03:00
Christopher Speller
e4f46124b0
Merge branch 'release-3.5'
2016-11-15 08:06:58 -05:00
enahum
3f19ccf1b1
PLT-4754 Fix RHS options menu ( #4552 )
2016-11-14 19:35:34 -05:00
Harrison Healey
814d2fc88d
Fixed websocket to properly logout when logged out from another tab ( #4546 )
2016-11-14 13:48:28 -05:00
enahum
6e7555a575
PLT-4502 Fix SAML user settings password help text ( #4484 )
2016-11-14 07:40:12 -05:00
Carlos Tadeu Panato Junior
4824ad1e1a
implement fix for ticket PLT-2060 ( #4527 )
...
* implement fix for ticket PLT-2060
2016-11-14 09:38:54 -03:00
Carlos Tadeu Panato Junior
ef080a0a10
Fix Terms and Privacy links ( #4506 )
...
* Fix Terms and Privacy links
github issue https://github.com/mattermost/platform/issues/4156
* fix eslint
* revert per request
* add missing end blank line
2016-11-14 07:32:55 -05:00
Christopher Speller
323ce8b203
Merge branch 'release-3.5'
2016-11-14 07:09:41 -05:00
Asaad Mahmood
29efeff095
PLT-4609 - Fixing list modals on mobile ( #4536 )
...
* PLT-4609 - Fixing list modals on mobile
* PLT-4609 - Adjust more modal height
2016-11-11 14:54:53 -05:00
Asaad Mahmood
7c1fe7a765
PLT-4316 - Webrtc improvements ( #4525 )
2016-11-11 08:23:43 -05:00
Christopher Speller
6615db7e85
Fixing team members dialog not updating while searching. ( #4524 )
2016-11-10 17:00:19 -05:00
Harrison Healey
03e3ac60c2
PLT-4600 Properly clear autocomplete suggestions when suggestions are out of date ( #4529 )
...
* PLT-4600 Better clear autocomplete suggestions when suggestions are out of date
* Fixed react warnings and removed an eslint ignore
2016-11-10 17:00:14 -05:00
Joram Wilander
2fdb33042a
Load profiles for search results ( #4519 )
2016-11-10 09:25:43 -05:00
Joram Wilander
b46ced78de
If email accounts are disabled, allow email users to switch account type to one of the available types ( #4517 )
2016-11-10 09:25:00 -05:00
Joram Wilander
8c76560b48
Fix websocket on old versions of IE11 ( #4501 )
2016-11-10 09:22:06 -05:00
Joram Wilander
daf0490bbf
Fix status interval not clearing after logout ( #4507 )
2016-11-09 10:03:06 -05:00
Kai Faust
4b3eceee70
PLT-4602 Fix misaligned close button and fix Android icon rendering bug ( #4492 )
...
* PLT-4602 Fix horizontal alignment for .close__button
Reduce negative left margin to fix miscalculated center-positioning.
* PLT-4602 Fix dropdown close icon rendering bug on Android
The combination of using a unicode character and a pseudo element was
too problematic, so I added a new custom icon svg CLOSE_ICON that
renders consistently on all browsers.
* PLT-4602 Use font-family fix, remove <svg>
You were correct @hmhealey, the problem was that the unicode characters
were rendering as different fonts: Open Sans and Helvetica Neue!
2016-11-09 09:40:24 -05:00
Harrison Healey
13dcccc60b
PLT-4205 Fixed pending posts always being considered as part of a post thread ( #4488 )
2016-11-08 11:47:42 -05:00
Joram Wilander
707b01e1ab
Don't count inactive users on statistic pages ( #4482 )
2016-11-08 09:59:40 -05:00
enahum
376f7c6f0e
PLT-4649 reply threads highlight ( #4479 )
2016-11-08 09:59:27 -05:00
Christopher Speller
5fe2d78211
Fixing loading of team members for dm list ( #4477 )
2016-11-08 09:59:14 -05:00
Asaad Mahmood
c0a631000e
PLT-4609 - Fixing list modals on mobile ( #4453 )
...
* PLT-4609 - Fixing list modals on mobile
Removing style prop
Removing utils import
PLT-4609 - Fixing list modals on mobile
Removing style prop
Removing utils import
Removing Utils
Removing memberlist style prop
Removing blank line
* Removing height code from team members modal
2016-11-08 09:58:32 -05:00
Joram Wilander
40e8fbaa62
Fix switching to DMs from more DM list ( #4494 )
2016-11-08 09:58:17 -05:00
Harrison Healey
428444d185
PLT-4459 Fixed not being able to scroll on mobile after autocomplete is shown ( #4464 )
...
* Fixed not being able to scroll on mobile after autocomplete is shown
* Fixed SuggestionLists not being scrollable on iOS
2016-11-04 19:11:40 -04:00
Christopher Speller
18745b2d5c
Increase Channel Purpose length to 250, and add channel field length handling code to the slack importer ( #4458 )
...
* Increase Channel Purpose length to 250.
This commit increases the maxmimum length of the channel purpose field
to 250, including the database migration necessary.
It also adds a method to the Slack importer to check the lengths of
channel properties before importing, and truncate them if necessary.
Fixes #4168
* Fix database migration.
2016-11-04 17:20:21 -04:00
enahum
20254073cb
PLT-443 Fix timestamps UI in center channel and RHS ( #4463 )
2016-11-04 17:20:13 -04:00
Thomas Hopkins
7117fc0562
PLT-4486 Don't apply sidebar bg color to settings modals w/o tabs ( #4460 )
...
* PLT-4486 Don't apply sidebar bg color to settings modals w/o tabs
* PLT-4486 Use more correct naming for tabless modals
2016-11-04 15:56:54 -04:00
Harrison Healey
9ba3c54875
Fixed copyright date and removed debug code from AutosizeTextarea ( #4457 )
2016-11-04 15:36:32 -04:00
Christopher Speller
b37eb09c37
Removing ALT-click beacuse bug was not fixed ( #4454 )
2016-11-04 14:31:15 -04:00
Harrison Healey
e63e80dee0
PLT-4404/PLT-4578/PLT-4541/PLT-4542 Replaced third party autosizing textarea with a custom one ( #4442 )
...
* PLT-4578 Replaced third party autosizing textarea with a custom one
* Fix Textbox.handleHeightChange not being called
* Removed unused CSS
* PLT-4541 Force EditPostModal to resize upon opening
* Removed usage of jquery from AutosizeTextarea
* Reverted changes made for PLT-4580 as they're no longer needed
2016-11-04 12:35:38 -04:00
enahum
7403bbce69
PLT-4395 channel switcher autocomplete with any portion of channel name ( #4441 )
2016-11-04 12:28:23 -04:00
Joram Wilander
00787974d0
PLT-4481 Fix member count for team user lists and channel invite list ( #4422 )
...
* Fix member count for team user lists and channel invite list
* Fix client unit test
2016-11-04 12:27:19 -04:00
enahum
b62d08c303
PLT-4530 Fix at mentions in edit post modal ( #4449 )
2016-11-04 12:06:27 -04:00
enahum
772b57386f
PLT-4550 move webrtc to TE ( #4440 )
...
* PLT-4550 move webrtc to TE
* remove webrtc from makefile enterprise tests
2016-11-04 12:05:32 -04:00
enahum
6289c72686
PLT-4189 always highlight reply mentions ( #4443 )
2016-11-04 13:05:19 -03:00
Christopher Speller
aa9e09c674
Adding favourite channels to ALT and ALT-SHIFT UP DOWN shortcuts ( #4450 )
2016-11-04 11:59:27 -04:00
Joram Wilander
e6f7a47c99
PLT-4507 Don't mount modals until opened to make resetting state automatic ( #4358 )
...
* Don't mount modals until opened to make resetting state automatic
* Move dimiss handler to be fired after modal exit animation complete
2016-11-04 11:21:14 -04:00
Mike Piccolo
dbdd719c51
PLT-4376 iOS and Android: Keep the keyboard open after sending a message ( #4377 )
...
* Force keyboard to retain focus on submitting post on mobile
* Fix lint error
* Allow keyboard to stay closed if the keyboard was closed earlier before submitting
* Increase delay time and add to comment
* Remove pass through props on suggestion box
2016-11-04 09:14:19 -04:00
George Goldberg
4476adf131
Channel link marker changed from ! to ~ ( #4433 )
...
Fixes PLT-4570
2016-11-03 15:26:00 -04:00
Christopher Speller
e6f8f44f58
Fixing store access design issues ( #4436 )
2016-11-03 11:09:27 -07:00
Joram Wilander
1b141681ae
Add status listeners back to user list modals ( #4428 )
2016-11-03 08:23:57 -07:00
Joram Wilander
0234f793f2
EE: PLT-4512 Show secret in addition to QR code when activating MFA ( #4427 )
...
* EE: Update MFA to display secret for manual entry
* Width adjustments for secret (#4423 )
* Add unit test
2016-11-03 10:41:11 -04:00
Asaad Mahmood
cd687aa3df
Minor UI improvements ( #4431 )
2016-11-02 14:33:39 -07:00
Joram Wilander
137ade29d0
PLT-4535/PLT-4503 Fix inactive users in searches and add option functionality to DB user search ( #4413 )
...
* Add options to user database search
* Fix inactive users showing up incorrectly in some user searches
* Read JSON for searchUsers API into anonymous struct
* Move anonymous struct to be a normal struct in model directory and upadte client to use it
* Added clarification comment about slightly odd query condition in search
2016-11-02 14:38:34 -04:00
Christopher Speller
b45cc443c9
Avoiding javascript error when webrtc is enabled. ( #4425 )
2016-11-02 10:57:28 -04:00
Christopher Speller
d8aad0d4c6
Checking the post is not deleted before displaying attachments ( #4426 )
2016-11-02 10:54:38 -04:00
Thomas Hopkins
b05f82e231
PLT-4098 Don't show @mention suggestions if word chars immediately precede at sign ( #4399 )
...
* PLT-4098 Don't show @mention suggestions if word chars immediately precede at sign
* PLT-4098 Simplify detection of word chars preceding @mentions
2016-11-02 06:47:11 -04:00