Asaad Mahmood
c8cc46f6e0
Multiple UI Improvements
2015-12-02 22:51:48 +05:00
Christopher Speller
8c7dd0561d
Merge pull request #1581 from mattermost/font-fix
...
Stop firefox from crashing due to fonts
2015-12-02 12:25:15 -05:00
JoramWilander
13e55cd8ec
Stop firefox from crashing due to fonts
2015-12-02 12:11:55 -05:00
Joram Wilander
2b7ce16ea9
Merge pull request #1577 from mattermost/plt-1307
...
PLT-1307 Make proper async calls when switching channels
2015-12-02 11:29:51 -05:00
hmhealey
482e3fc9a4
Fixed unused imports
2015-12-02 11:24:25 -05:00
JoramWilander
2abb0ae354
Minor change
2015-12-02 11:16:10 -05:00
Harrison Healey
ac3f0335be
Merge pull request #1578 from mattermost/emitter-leak
...
Fix emitter leak
2015-12-02 11:11:49 -05:00
JoramWilander
d0578f73bf
Fix emitter leak
2015-12-02 10:56:48 -05:00
Joram Wilander
5e51de6f2c
Merge pull request #1576 from mattermost/remove-scroll
...
Remove perfectscrollbar from center channel
2015-12-02 10:36:30 -05:00
JoramWilander
9adcbe58fe
Remove logging
2015-12-02 10:35:17 -05:00
JoramWilander
5a34218efe
Add bind
2015-12-02 10:33:18 -05:00
JoramWilander
2494d59864
Remove perfectscrollbar from center channel
2015-12-02 10:25:14 -05:00
JoramWilander
14804965b5
Make proper async calls when switching channels
2015-12-02 10:22:39 -05:00
Christopher Speller
2aa78002fe
Merge pull request #1535 from florianorben/PLT-1233
...
PLT-1233: "Display Font" option in Account Settings > Display
2015-12-02 10:18:42 -05:00
hmhealey
89731e9ef1
Fixed suggestion list height in the edit post modal and RHS
2015-12-02 09:56:40 -05:00
hmhealey
7308569375
Removed command autocomplete from the comment textbox and edit post modal
2015-12-02 09:42:36 -05:00
hmhealey
101c74d8b8
Changed Command autocomplete to pick a suggestion when space is pressed
2015-12-02 09:31:12 -05:00
hmhealey
07f0df6af4
Moved action creation for suggestions
2015-12-02 09:21:58 -05:00
Joram Wilander
7678d4aafa
Merge pull request #1556 from npcode/sso-github-ent
...
Make the Gitlab SSO Support compatible with Github Enterprise
2015-12-02 08:08:27 -05:00
=Corey Hulen
d4db4545f5
re-org'ing list
2015-12-01 22:46:54 -08:00
Corey Hulen
5925d31180
Merge pull request #1563 from esethna/patch-33
...
Create README.md
2015-12-01 21:10:44 -08:00
Corey Hulen
0f4e13d51f
Merge pull request #1566 from esethna/patch-34
...
Create test-markdown-lists.md
2015-12-01 21:10:30 -08:00
Corey Hulen
de234080fd
Merge pull request #1567 from esethna/patch-36
...
Update test-markdown.md
2015-12-01 21:10:19 -08:00
=Corey Hulen
17bd3ffcbd
Fixing typo
2015-12-01 21:06:54 -08:00
=Corey Hulen
3e51a9ea2a
PLT-1310 moving permalink to dropdown
2015-12-01 21:04:37 -08:00
Yi EungJun
ff664e44ec
Note that the Github Enterprise SSO is unofficial
...
Since the GitLab SSO UI is used for GitHub Enterprise SSO, it's potentially
confusing.
Suggested-by: it33 <iantien@gmail.com >
2015-12-02 13:24:38 +09:00
Yi EungJun
6d63f5703c
Make the Gitlab SSO Support compatible with Github Enterprise
...
See doc/integrations/Single-Sign-On/Github.md for the usage.
Note: I thought it should work also with Github.com but it failed with "Bad
token type" error.
2015-12-02 13:23:57 +09:00
Eric Sethna
6439ac2926
Update test-markdown.md
...
1) Add many corner cases we've hit in the past
2) Remove tables to put it in it's own .md test file
3) Remove lists as I've submitted a PR for a new .md file for those cases
2015-12-01 17:20:01 -07:00
Eric Sethna
7579d57405
Create test-markdown-lists.md
...
Tests for Numbered and Bulleted Lists.
2015-12-01 14:48:13 -07:00
Florian Orben
8a39d160f6
switch to only use emoji one smileys; remove setting to switch
2015-12-01 22:41:06 +01:00
Florian Orben
c111777f85
Allow to switch between default and emoji-one emoji style
2015-12-01 22:41:06 +01:00
hmhealey
06e0919bca
Moved autocomplete components into web/react/components/suggestion
2015-12-01 16:27:22 -05:00
hmhealey
a5080ed6b1
Cleaned up styling for command and at mention suggestions
2015-12-01 16:27:22 -05:00
hmhealey
0c449ba5c9
Replaced CommandList with the new suggestion components
2015-12-01 16:27:22 -05:00
hmhealey
713115be51
Fixed SuggestionLists to properly hide when the textbox loses focus
2015-12-01 16:27:22 -05:00
hmhealey
6d10b10318
Replaced MentionList and Mention components with AtMentionProvider
2015-12-01 16:27:21 -05:00
hmhealey
e87c89be25
Fixed SuggestionBox keyboard handlers when there are no suggestions available
2015-12-01 16:27:21 -05:00
hmhealey
4845067582
Fixed losing suggestion selection when entering additional characters
2015-12-01 16:27:21 -05:00
hmhealey
956d460b10
Changed SuggestionProviders to be regular objects and not singletons
2015-12-01 16:25:58 -05:00
hmhealey
bedb1a751f
Added -1 as an ignored magic number
2015-12-01 16:25:58 -05:00
hmhealey
ac762f2277
Replaced SearchAutocomplete with new suggestion components
2015-12-01 16:25:58 -05:00
Joram Wilander
c8f642a499
Merge pull request #1565 from mattermost/plt-1270
...
Minor fix
2015-12-01 15:00:53 -05:00
JoramWilander
b8a1894b00
Minor fix
2015-12-01 14:53:42 -05:00
Christopher Speller
e99437aa3b
Merge pull request #1560 from mattermost/plt-1270
...
PLT-1270 Fix channel creation errors
2015-12-01 14:47:19 -05:00
Corey Hulen
d0b73c0267
Merge pull request #1562 from asaadmahmoodspin/ui-improvements
...
Multiple UI Improvements
2015-12-01 11:32:06 -08:00
Harrison Healey
74211401dd
Merge pull request #1559 from mattermost/plt-510
...
PLT-510 Updated OAuth2 app register modal
2015-12-01 13:43:56 -05:00
Joram Wilander
096bb150fb
Merge pull request #1522 from tamtamchik/patch-1
...
Update Setup.md
2015-12-01 13:42:05 -05:00
Harrison Healey
4896e626e7
Merge pull request #1561 from florianorben/PLT-1182
...
PLT-1182: "Recent Mention" search brings up username as "[username]undefined
2015-12-01 13:40:00 -05:00
Eric Sethna
f1258ce158
Create README.md
...
Instructions on how to use the test .md files.
2015-12-01 11:33:19 -07:00
Asaad Mahmood
179451b1ac
Multiple UI Improvements
2015-12-01 23:20:12 +05:00