Commit Graph

2466 Commits

Author SHA1 Message Date
=Corey Hulen
3fba8e42b1 partial fix for UI 2016-01-08 12:41:26 -06:00
Harrison Healey
5bcb9f1c50 Merge pull request #1813 from mattermost/PLT-1558
PLT-1558 adding session length to config file
2016-01-06 16:13:10 -05:00
Joram Wilander
5855b5e459 Merge pull request #1819 from hmhealey/plt1401
PLT-1401 Removed email regex
2016-01-06 15:52:28 -05:00
hmhealey
ee0366a862 Removed email regex 2016-01-06 15:30:11 -05:00
hmhealey
a6ba1a17fe Removed temporary fix for old filenames that used absolute urls pointing to the get file api 2016-01-06 09:54:05 -05:00
hmhealey
239d147d97 Changed Audio/Video preview to just display a file info when encountering a file that cannot be played 2016-01-06 09:44:12 -05:00
Christopher Speller
fcb87ca42f Merge pull request #1814 from mattermost/PLT-1485a
PLT-1485 Adding last view channel sticky
2016-01-06 09:15:44 -05:00
Alex Polozov
23a8d954d9 [Fix #1669] Allow parameters in Content-Type of incoming webhook request
Mattermost currently does not allow optional parameters in the `Content-Type` of an incoming webhook request. Visual Studio Team Services's Slack integration sends its message with `Content-Type: application/json; charset=utf-8`, whereas Mattermost currently requires precisely `Content-Type: application/json`. This PR relaxes this check, looking only at the media part of the header.
2016-01-06 02:58:27 +00:00
=Corey Hulen
f0e620a485 PLT-1485 Adding last view channel sticky 2016-01-05 14:48:05 -06:00
Christopher Speller
330cbc8f19 Merge pull request #1802 from hmhealey/plt1449
PLT-1449 Made Youtube previews stop when the current channel is changed
2016-01-05 14:42:48 -05:00
=Corey Hulen
214c6bc15e Adding UI for session length settings 2016-01-05 11:46:51 -06:00
=Corey Hulen
bd4314e977 PLT-1558 adding session length to config file 2016-01-05 11:13:25 -06:00
Christopher Speller
ee79095fa4 Merge pull request #1810 from hmhealey/plt644
PLT-644 Updated about dialog
2016-01-05 11:41:23 -05:00
hmhealey
e088a07309 Updated about dialog 2016-01-05 11:22:13 -05:00
Reed Garmsen
a9638df031 Fixed issue where font would remain changed even after cancelling changes 2016-01-04 16:24:18 -08:00
hmhealey
5a21005475 Make Youtube previews stop when the channel is changed 2016-01-04 17:45:06 -05:00
hmhealey
537b7a3b71 Move Youtube preview into its own file 2016-01-04 17:29:05 -05:00
Christopher Speller
0c6483b60a Merge pull request #1801 from hmhealey/plt1602
PLT-1602 Fix ViewImageModal incorrectly assuming it has a file's info in certain cases
2016-01-04 15:57:22 -05:00
Christopher Speller
67db3ca8ce Merge pull request #1745 from mattermost/plt-1118
PLT-1118 Add ability to switch between SSO and email account
2016-01-04 15:55:51 -05:00
hmhealey
4b76d6a05d Fixed ViewImage modal to clear its loaded state when its file list changes 2016-01-04 12:23:46 -05:00
hmhealey
a47d696b95 Changed the ViewImageModal to only store info for the current image 2016-01-04 12:14:54 -05:00
Reed Garmsen
27ba474c67 Made links in help text open in a new tab 2016-01-04 08:24:57 -08:00
Corey Hulen
8b9f9fb9c1 Merge pull request #1785 from mattermost/plt-1492
PLT-1492 Fix default for teammate name display setting
2016-01-04 08:34:23 -06:00
Corey Hulen
4a80238487 Merge pull request #1784 from mattermost/plt-1591
PLT-1591 Fix appearance settings scroll bug
2016-01-04 08:33:50 -06:00
Joram Wilander
d4c4037f84 Merge pull request #1800 from asaadmahmoodspin/ui-improvements
Multiple UI Improvements
2016-01-04 07:46:11 -05:00
Christopher Speller
da6aba6e50 Merge pull request #1769 from mattermost/PLT-1488
PLT-1488 fixing error message from session revoke
2016-01-04 07:14:46 -05:00
Asaad Mahmood
f095e772b4 Multiple UI Improvements 2016-01-04 15:11:16 +05:00
Corey Hulen
8931ff6e57 Merge pull request #1787 from asaadmahmoodspin/ui-improvements
Improving spacing for bullet points.
2016-01-03 22:01:25 -06:00
Corey Hulen
99d12bcdcc Merge pull request #1790 from hjf288/PLT-1587
PLT-1587 - REGRESSION: Mattermost v1.3.0 System Console does not save Email Settings
2016-01-03 22:00:21 -06:00
Eric Sethna
35c33d43fe Update team_settings.jsx
help text for restrict domains
2015-12-30 12:12:48 -07:00
Eric Sethna
b91d9150f5 Update team_general_tab.jsx
help text for invite code in team settings
2015-12-30 12:10:20 -07:00
Hjf288
fe602cf978 Correct typo in email_settings.jsx that prevents enabling the 'Send push notifications' option 2015-12-29 20:08:10 +00:00
Asaad Mahmood
a5eba411ca Fixing bullets 2015-12-28 21:44:58 +05:00
Asaad Mahmood
61f1e9aa0c Fixing bullets 2015-12-28 21:30:11 +05:00
JoramWilander
c81814ee1e Fix default for teammate name display setting 2015-12-28 09:35:52 -05:00
JoramWilander
13f9a55cfd Fix appearance settings scroll bug 2015-12-28 09:25:31 -05:00
Joram Wilander
2f04ea6dd2 Merge pull request #1740 from hmhealey/plt730
PLT-730/PLT-731 Added remaining mobile UI V2 components
2015-12-28 09:02:20 -05:00
Joram Wilander
0b55c5f861 Merge pull request #1755 from hmhealey/plt1108
PLT-1108 Refactored ViewImage modal and made it automatically play animated gifs
2015-12-28 08:59:23 -05:00
Joram Wilander
f9f6b0cea3 Merge pull request #1757 from hmhealey/plt1482
PLT-1482 Changed how the sidebar opens the more channels modal
2015-12-28 08:55:49 -05:00
Hung Nguyen Viet
2292ea8d49 fix typo: Ngnix -> NGINX 2015-12-25 19:22:55 +08:00
=Corey Hulen
7b4e8cd128 Fixing multi team issue 2015-12-23 10:38:44 -08:00
=Corey Hulen
d2253a2886 PLT-1488 fixing error message from session revoke 2015-12-23 09:58:13 -08:00
=Corey Hulen
f08d575a14 Fixing signup 2015-12-21 14:36:12 -08:00
Asaad Mahmood
9ab31d0a2b Multiple UI Improvements 2015-12-21 20:57:03 +05:00
Corey Hulen
840335911f Merge pull request #1756 from mattermost/lfbrock-emojis
PLT-1122 Fixed black_large_square emoticon. Also fixed emoji mapping.
2015-12-18 20:55:09 -08:00
hmhealey
6288a1347e Changed 'Previewing' to 'Loading' in ViewImage modal 2015-12-18 18:08:09 -05:00
hmhealey
e92d1faf4e Changed how the sidebar opens the more channels modal 2015-12-18 17:58:08 -05:00
Lindsay Brock
fff1db5c5d Fixed emoji mapping. 2015-12-18 16:10:06 -05:00
hmhealey
46a59252b6 Refactored ViewImage modal and made it automatically play animated gifs 2015-12-18 12:51:04 -05:00
Asaad Mahmood
3d0249c8bc Multiple UI Improvements 2015-12-18 19:47:33 +05:00