Eric Sethna
263f290683
3.5 NOTICE.txt ( #4438 )
...
* Add minio-go
* Add graceful
* Add letsencrypt
* Remove https://github.com/braintree/manners
2016-11-04 12:08:57 -04:00
enahum
b62d08c303
PLT-4530 Fix at mentions in edit post modal ( #4449 )
2016-11-04 12:06:27 -04:00
enahum
ae0bdba043
Add missing favorites loc in en.json ( #4448 )
2016-11-04 12:06:10 -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
Jason Blais
1b5e21eaaa
Add channel linking to /shortcuts command ( #4446 )
2016-11-04 13:05:08 -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
Asaad Mahmood
f79f607a47
Updating UI fixes ( #4437 )
2016-11-03 15:29:10 -04:00
George Goldberg
4476adf131
Channel link marker changed from ! to ~ ( #4433 )
...
Fixes PLT-4570
2016-11-03 15:26:00 -04:00
George Goldberg
7d91f17914
Import Slack bot_message type posts. ( #4261 )
...
This includes all messages from integrations, as far as I can tell.
Messages are "owned" by a special user that is deactivated once the
import completes.
Override User Names are only shown where the individual Slack posts have
a username override in them. Ones set centrally through the Slack Web
Hooks administration, or by Slack-official integrations, aren't known so
we can't set them on the imported posts. Same for icons.
The attachment "colors" aren't imported as Mattermost does not appear to
have any equivalent feature.
Fixes PLT-48
2016-11-03 15:04:01 -04:00
Christopher Speller
e6f8f44f58
Fixing store access design issues ( #4436 )
2016-11-03 11:09:27 -07:00
enahum
fa5fc044f3
translations PR 20161101 ( #4406 )
2016-11-03 12:38:40 -04:00
Joram Wilander
6da0ccd944
Update user search to match against username, full name, nickname and email ( #4421 )
2016-11-03 08:24:45 -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
Jason Blais
5b34ac6e1e
Update test-attachments.txt for Text previewer ( #4430 )
...
* Update test-attachments.txt for Text previewer
* Update test-attachments.md
2016-11-02 14:36:36 -07: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
Asaad Mahmood
b8fcc0a5c4
Multiple UI Improvements ( #4420 )
2016-11-02 07:50:50 -07:00
Christopher Speller
58cc061b38
Changing defaults for DB connections for performance. ( #4424 )
2016-11-02 10:32:49 -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
Jason Blais
1d0303cfb5
Fix migratio --> migration typo ( #4417 )
2016-11-01 15:46:50 -07:00
Harrison Healey
9f6ba5e031
PLT-4595 Fixed post drafts and renamed some fields to be consistent ( #4418 )
...
* PLT-4595 Fixed post drafts and renamed some fields to be consistent
* Removed unused state from CreatePost
2016-11-01 15:46:41 -07:00
Joshua Borton
4cd68b58cf
Multiple channel purpose updates without refresh ( #4400 )
2016-11-01 14:59:30 -07:00
Harrison Healey
a7e5837178
PLT-4454 Autolink anything that looks like an at mention ( #4416 )
...
* PLT-4454 Added autolinking for anything that looks like an at mention
* PLT-4454 Added unit tests for at mention autolinking
2016-11-01 14:58:44 -07:00
Christopher Speller
ce6b4b8fdf
Modifying the team name field to only accept 15 charactors ( #4415 )
2016-11-01 13:18:19 -07:00
Christopher Speller
420bc367fa
Fixing permissions issue when deleting slash commands ( #4414 )
2016-11-01 13:16:16 -07:00
Christopher Speller
b0f38f8a84
Fixing websocket and team store issues when leaving team ( #4412 )
2016-11-01 15:50:34 -04:00
Yang Chen
60a43a5b4f
Changing delete channel modal text ( #4348 )
...
* Change Native Download Link Copy
* Change Native Download Apps Link Copy
* Update delete_channel_modal.jsx
Modified delete channel modal confirmation text to make it more impactful.
* Update en.json
Updated delete channel modal text to make it more impactful.
2016-11-01 14:48:10 -04:00
Harrison Healey
eaaed77603
PLT-4596 Stopped trying to get new users when not in a context with a team ( #4411 )
2016-11-01 14:28:37 -04:00
Christopher Speller
6a4d1713e6
Fixing demotion message ( #4410 )
2016-11-01 14:28:25 -04:00
Christopher Speller
98131a293a
Fixing joining of channels via permalinks for system admins. ( #4409 )
2016-11-01 13:23:26 -04:00
Harrison Healey
b4002ba55f
Plt-4483 Removed unnecessary events from ChannelStore ( #4407 )
...
* PLT-4483 Removed MoreChange listener from ChannelStore
* PLT-4483 Removed LeaveChannel listener from ChannelStore
2016-11-01 09:58:04 -07:00
Thomas Hopkins
ef53aa1e7f
PLT-4491 Fix navbar title for dm channels on mobile ( #4394 )
2016-11-01 09:06:25 -07:00
Christopher Speller
aa6cb03b20
Prevent system_admin role mistake ( #4405 )
2016-11-01 09:05:48 -07:00
Joram Wilander
92642bab68
Load channel members with channels to make sure we have latest unread counts ( #4389 )
2016-11-01 11:13:33 -04:00
Corey Hulen
9bae1f7e93
Fixing scrollHeight javascript error ( #4388 )
2016-11-01 08:35:21 -04:00
Joram Wilander
6d3b3162b0
Fixes for creating teams ( #4387 )
2016-11-01 08:34:52 -04:00
Harrison Healey
1d4f42acd9
Fixed comment drafts to use the same naming convention as post drafts ( #4385 )
2016-11-01 08:34:33 -04:00
Joram Wilander
db80a819f7
Fix opening RHS ( #4402 )
...
* Fix opening RHS
* Add fix for draft itself
2016-11-01 08:30:33 -04:00
Harrison Healey
546af6dfb8
PLT-4132 Added View Channel Members option for non-admins on mobile ( #4392 )
2016-10-31 16:59:27 -07:00
Harrison Healey
90a0b1d7c6
PLT-4433 Gave focus to the search box when the direct channels or channel member modal is opened ( #4391 )
2016-10-31 16:58:58 -07:00
Jared Shields
3f30aa57ea
Modified package target for windows platform to generate a ZIP archive, instead of a TAR. Included with ZIP is the flag to convert LF to CRLF. ( #4219 )
2016-10-31 11:30:58 -04:00
Harrison Healey
a8e772fa48
Cleaned up code for ensuring post drafts are non-null ( #4382 )
2016-10-31 10:52:00 -04:00
Joram Wilander
b3044ba4ea
Fix JS error when demoting team admin in manage members modal ( #4350 )
2016-10-31 09:13:06 -04:00
Brian Olecki
ba4033b4f7
Update title for Integrations and Custom Emojis ( #4379 )
2016-10-31 09:12:42 -04:00