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

4858 Коммитов

Автор SHA1 Сообщение Дата
Corey Hulen
a2880c780e Merge pull request #1842 from mattermost/react-debug
Removing minified for react to track down an issues.
2016-01-08 12:53:56 -06:00
=Corey Hulen
1358d7ea29 Removing minified for react to track down an issues. 2016-01-08 12:43:01 -06:00
Christopher Speller
4274ffebd0 Merge pull request #1836 from hmhealey/plt1578
PLT-1578 Fixed FileUpload to properly unbind drag handlers when unmounted
2016-01-08 12:10:49 -05:00
lfbrock
4e6afaa5fa Update CHANGELOG.md 2016-01-08 11:19:34 -05:00
lfbrock
3b3a509606 Update CHANGELOG.md 2016-01-08 11:00:43 -05:00
lfbrock
1d43c1c26f Update CHANGELOG.md 2016-01-08 11:00:17 -05:00
lfbrock
85111e7098 Create test-search.md 2016-01-08 10:01:45 -05:00
hmhealey
c2f7aadfa7 Fixed FileUpload to properly unbind drag handlers when unmounted 2016-01-08 09:25:44 -05:00
Asaad Mahmood
7f1f7885e7 Updating fix 2016-01-08 12:01:20 +05:00
Corey Hulen
5e9dde6a4c Merge pull request #1829 from mattermost/lfbrock-patch-2
Update Configuration-Settings.md
2016-01-07 21:24:03 -06:00
Corey Hulen
3327ae5cf6 Merge pull request #1821 from rgarmsen2295/plt-846
PLT-846 Disable the ability to drag and drop text
2016-01-07 21:21:06 -06:00
lfbrock
05023fdc3a Update CHANGELOG.md 2016-01-07 16:54:16 -05:00
lfbrock
47e4ef18b0 Merge pull request #1831 from mattermost/Adding-highlights,-minor-tweaks
Adding highlights, minor tweaks
2016-01-07 16:51:20 -05:00
it33
2d6ebec461 Adding highlights, minor tweaks 2016-01-07 13:44:02 -08:00
Reed Garmsen
d9fcf4d8db Help text in invite member modal now updates according to town-square display name 2016-01-07 12:13:29 -08:00
lfbrock
40cc945611 Update Configuration-Settings.md 2016-01-07 14:50:56 -05:00
lfbrock
254e7ed28f Update CHANGELOG.md 2016-01-07 14:28:25 -05:00
lfbrock
d6080e40a9 Update CHANGELOG.md 2016-01-07 13:29:10 -05:00
lfbrock
cdb0c09563 Update CHANGELOG.md 2016-01-07 13:28:35 -05:00
hmhealey
a88091965f Fixed spacing between paragraphs in a post 2016-01-07 11:58:29 -05:00
hmhealey
1cf1de3ff9 Fixed vertical spacing between lists and paragraphs in post bodies 2016-01-07 11:25:56 -05:00
hmhealey
8f433b437a Removed extra space below unordered lists 2016-01-07 11:02:44 -05:00
lfbrock
ecea6d021b Update CHANGELOG.md 2016-01-07 10:42:08 -05:00
lfbrock
f46eef6867 Update CHANGELOG.md 2016-01-07 10:35:10 -05:00
hmhealey
d7230e8753 Added a loading screen to ChannelMembersModal and made it pull all channel members before rendering 2016-01-07 10:26:43 -05:00
hmhealey
357063044b Made ChannelInviteModal pull all channel members before rendering 2016-01-07 10:25:56 -05:00
Asaad Mahmood
d9f5e0097b Multiple UI Improvements 2016-01-07 13:07:22 +05:00
hmhealey
0e7a149982 Added the ability to get more channel members from getChannelExtraInfo 2016-01-06 18:04:24 -05:00
Reed Garmsen
9d9eaec14f Removed ability to drag n' drop text; drag n' drop ui no longer appears when non-files are dragged 2016-01-06 14:39:43 -08: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
Corey Hulen
fe7d27ba4b Merge pull request #1815 from hmhealey/plt771
PLT-771 Improved Audio/Video preview for unsupported formats
2016-01-06 14:47:25 -06: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
0eb145218e Merge pull request #1816 from mattermost/PLT-1607
PLT-1607 adding more debugging info for email and push notifications
2016-01-06 09:18:52 -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
Christopher Speller
cc5e8be733 Merge pull request #1809 from mattermost/PLT-1557
PLT-1557 revoking sessions from same device
2016-01-06 09:14:21 -05:00
Joram Wilander
50fa6d1aea Merge pull request #1817 from apskim/patch-1
[Fix #1669] Allow parameters in Content-Type of incoming webhook request
2016-01-06 06:55:58 -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
a0e3823e9c Adding missing config properties 2016-01-05 20:52:39 -06:00
=Corey Hulen
6f50da3eaf Cleaning up config 2016-01-05 20:38:34 -06:00
=Corey Hulen
01a5f67398 PLT-1607 adding more debugging info for email and push notifications 2016-01-05 20:35:36 -06:00
=Corey Hulen
7f8cb30bd3 PLT-1607 adding more debugging info for email and push notifications 2016-01-05 20:33:31 -06:00
Christopher Speller
482158d2bb Merge pull request #1807 from mattermost/PLT-1572
PLT-1572 Adding more info to the error message
2016-01-05 17:38:05 -05:00
=Corey Hulen
6a6558e0eb Fixing Import 2016-01-05 14:59:02 -06:00
=Corey Hulen
4e8c59279c Moving to constnt 2016-01-05 14:53:41 -06: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