Граф коммитов

7349 Коммитов

Автор SHA1 Сообщение Дата
Harrison Healey
48533aa483 Fixed json and xml file rendering in code preview (#4642) 2016-11-23 11:12:37 -05:00
Harrison Healey
fd019eefbb Fixed error logged when joining a team from another tab (#4620) 2016-11-21 16:48:27 -05:00
Harrison Healey
3c0f8c29db Fixed error being thrown by ChannelHeader when switching teams (#4619)
* Fixed error being thrown by ChannelHeader when switching teams

* Close SidebarHeaderDropdown after switching teams
2016-11-21 16:08:29 -05:00
Harrison Healey
43c703e216 PLT-4787 Fixed not being able to join a channel through a link after opening the More Channels modal (#4616) 2016-11-21 13:03:54 -05:00
Christopher Speller
0ef77dff13 Fixing new messages indicator (#4614) 2016-11-21 12:17:58 -05:00
Joram Wilander
062f758e47 Fix user search when using an asterisk (#4586) 2016-11-21 12:17:53 -05:00
Harrison Healey
a9824a3653 Hotfix: PLT-4779 Fixing scrolling on loading a channel and missing DM channel headers (#4584)
* Added all parameters to call tracker ids when getting profiles

* Changed channel header rendering to not depend on knowing all users in a DM channel

* Added comment about a race condition in UserActions.populateDMChannelsWithProfiles

* Added a fixed-height placeholder for the ChannelHeader when its state isn't valid for rendering
2016-11-21 12:17:46 -05:00
Corey Hulen
477dc6c4b6 Hotfix: Fixing 'more' channel truncating purpose (#4581)
* Fixing more channel purpose

* Fixing to match master
2016-11-21 12:17:39 -05:00
Joram Wilander
3241b3abe4 Lower autocomplete timeout to 100ms (#4579) 2016-11-21 12:17:28 -05:00
Joram Wilander
50ab9626eb Properly load profile for new posts that have unloaded users (#4578) 2016-11-21 12:17:21 -05:00
enahum
3f19ccf1b1 PLT-4754 Fix RHS options menu (#4552) 2016-11-14 19:35:34 -05:00
Corey Hulen
e39a50e4d6 Fixing problem with email verification link (#4547) 2016-11-14 13:48:33 -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
Joram Wilander
db0314053e Move channel click dispatch outside of promise (#4545) 2016-11-14 13:48:22 -05:00
Corey Hulen
11de77f63f Adding debugging for body errors (#4542) 2016-11-14 08:39:48 -05:00
Joram Wilander
b55ec6148c Fix resetting of statuses on Postgres (#4538) 2016-11-11 15:32:29 -05:00
enahum
81b9c98075 translations PR for 3.5 (#4511) 2016-11-11 14:55:23 -05:00
Christopher Speller
ced5f54500 Fixing new messages indicator (#4531) 2016-11-11 14:55:05 -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
Harrison Healey
2f488b13c7 Fixed autocomplete not working when not at the start of the textbox (#4532) 2016-11-11 08:29:58 -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
Corey Hulen
41b31b4c92 PLT-4716 fixes cache invalidation issue (#4518)
* PLT-4716 fixes cache invalidation issue

* Adding missing interface

* Adding cache invalidation to channel notification preferences

* Adding cache invalidation to channel notification preferences
2016-11-10 09:25:23 -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
enahum
be17e05d73 PLT-4665 Fix Max Channels limit wrong count (#4512) 2016-11-10 09:23:55 -05:00
Joram Wilander
8c76560b48 Fix websocket on old versions of IE11 (#4501) 2016-11-10 09:22:06 -05:00
Joram Wilander
39675afab4 Only send WS hello event once authenticated (#4509) 2016-11-10 09:20:36 -05:00
Alexander Smaga
70e0d5c298 PLT-4670 DM channel creation via webhook fails (#4523) 2016-11-10 09:20:22 -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
enahum
cb281ac714 Fix shortcuts string (#4468) 2016-11-08 11:47:33 -05:00
Christopher Speller
a12120eda5 Fixing browser version checking. (#4493) 2016-11-08 10:00:08 -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
David Meza
07dbbfb957 PLT-4546 Welcome/tutorial screens have messed up layout at a width of 320px (iPhone 5 size) or less (#4476) 2016-11-08 09:59:05 -05:00
Joram Wilander
40e8fbaa62 Fix switching to DMs from more DM list (#4494) 2016-11-08 09:58:17 -05:00
Harrison Healey
a6526aa03d Added small delay to TestUpdateChannelHeader (#4478) 2016-11-07 13:14:12 -05:00
Harrison Healey
ebe7c6b76b Updated stored database schema number to 3.5 2016-11-07 09:17:08 -05:00
Mattermost Build
564cbce272 Bumping version to: 3.5.0-rc1 2016-11-05 00:31:29 +00: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
enahum
205ccd1bd4 PLT-4492 Mentions with a comma after them don't trigger notification jewel (#4451)
* PLT-4492 Mentions with a comma after them don't trigger notification jewel

* Fix mentions for usernames with dots
2016-11-04 15:15:17 -04:00
Christopher Speller
b37eb09c37 Removing ALT-click beacuse bug was not fixed (#4454) 2016-11-04 14:31:15 -04:00
Christopher Speller
ec7f3ceee8 Fixing websocket unregister so it unregisters from the correct hub. (#4452) 2016-11-04 13:43:49 -04:00