Commit Graph

119 Commits

Author SHA1 Message Date
Christopher Speller
1e7ac66e3b Some renaming 2015-11-02 10:29:53 -05:00
Christopher Speller
b9a3ff74dd Hooking up external components 2015-11-02 08:16:57 -05:00
Corey Hulen
81c8d5dac6 Merge pull request #1238 from girishso/webhook-creator-notifs
display webhook notifications to the creator of webhook
2015-10-30 08:48:51 -07:00
Girish S
d6f0f70798 display webhook notifications to the creator of webhook 2015-10-30 12:56:50 +05:30
Girish S
fec10f5f80 Show usernames overridden by Incoming Webhooks in notification messages.
fixes PLT-856
2015-10-30 12:44:00 +05:30
Florian Orben
f0c614147f Dont edit reply messages of outgoing webhooks by pressing up-arrow in chat input box 2015-10-28 22:28:10 +01:00
Corey Hulen
01c622b9a3 Merge pull request #1195 from mattermost/plt-822
PLT-822 Refactoring post_store into post_store and search_store
2015-10-27 08:22:13 -07:00
Corey Hulen
2b198a8cfc Merge pull request #1178 from mattermost/update-web-socket-help
Update web socket help
2015-10-26 22:04:53 -07:00
Christopher Speller
bf555fae14 Refactoring post_store into post_store and search_store 2015-10-26 15:45:52 -04:00
JoramWilander
fda62fbbf5 Fix error message on leaving channel 2015-10-26 12:05:09 -04:00
it33
af62f4d571 Update help 2015-10-25 13:37:49 -07:00
hmhealey
a5a2826700 Added keyboard selection to search autocomplete 2015-10-23 13:05:38 -04:00
hmhealey
4a1f6ad2a9 Added an autocomplete dropdown to the search bar 2015-10-23 13:05:37 -04:00
Christopher Speller
a7852a4810 Merge pull request #1160 from mattermost/force-last-viewed
Force updating last viewed at for new posts
2015-10-23 12:16:31 -04:00
=Corey Hulen
3af3f2d01f Fixing issue with saving/getting drafts 2015-10-23 08:35:38 -07:00
JoramWilander
fe82c43eeb Force updating last viewed at for new posts 2015-10-23 11:22:08 -04:00
JoramWilander
cc25355af7 Fix websocket not connecting when session index is 0 2015-10-23 08:55:45 -04:00
=Corey Hulen
cbbee5cadb Addressing issues from group code review 2015-10-22 09:36:46 -07:00
=Corey Hulen
54894e90ac Fixing merge conflict 2015-10-22 09:19:18 -07:00
=Corey Hulen
636db0d2f2 fixing eslint errors 2015-10-20 15:02:15 -07:00
=Corey Hulen
1fc12dd8ba Multi-session login 2015-10-20 14:49:42 -07:00
Florian Orben
27c2862c56 Allow to update root comment in RHS via arrow up shortcut 2015-10-19 21:06:09 +02:00
Florian Orben
58b57acfac PLT-751: Enable arrow to edit posts in comment threads 2015-10-19 21:04:09 +02:00
=Corey Hulen
468f01dc89 Merging from master 2015-10-19 10:25:51 -07:00
=Corey Hulen
8b2d7f391a Fixing merge 2015-10-16 09:12:30 -07:00
=Corey Hulen
6a1755d2e3 Inital support for multi-tab loging 2015-10-16 09:10:54 -07:00
JoramWilander
93eaa80a3b Remove unnecessary bind 2015-10-16 11:48:56 -04:00
JoramWilander
2b5ec4a3c0 Small refactor of websocket code on client and server 2015-10-16 11:48:55 -04:00
Christopher Speller
099d853877 Merge pull request #1079 from hmhealey/initprefs
Added an initial call to get all user preferences on page load
2015-10-16 08:16:40 -04:00
Florian Orben
551b07960e PLT-74: Enable Up Arrow keyboard shortcut to edit your last message 2015-10-15 21:25:31 +02:00
hmhealey
327b0b5a21 Added an initial call to get all user preferences on page load 2015-10-15 15:17:07 -04:00
hmhealey
97b2f6ffe7 Made further changes based on feedback 2015-10-13 15:36:58 -04:00
hmhealey
2a39e8dbfa Removed Preference.AltId 2015-10-13 12:29:31 -04:00
hmhealey
097d236f43 Fixed edge cases with leaving a direct channel while viewing that channel 2015-10-13 09:42:26 -04:00
hmhealey
ed31538893 Changed direct messages channels so users can show/hide them 2015-10-13 09:42:24 -04:00
hmhealey
7d03c24b44 Changed direct channels in the sidebar to be displayed based on user preferences 2015-10-13 09:42:24 -04:00
Christopher Speller
b85b529373 Changing SpinPunch to Mattermost in copyright 2015-10-08 12:27:09 -04:00
Corey Hulen
c189e2bb76 Merge pull request #951 from mattermost/PLT-500
PLT-500 fixing connection msg issues
2015-10-07 09:33:59 -07:00
=Corey Hulen
4345dce3b8 PLT-500 fixing connection msg issues 2015-10-06 16:17:27 -07:00
=Corey Hulen
8de30c804f PLT-478 partial fix for local storage getting filled up. This will be fixed for good with multi-login stuff 2015-10-06 13:20:46 -07:00
Christopher Speller
33b957ed1a Disabling complexity warning. Allowing non-nested ternary. Upgrading ESList. Adding new ESLint rules. Fixing new ESLint errors. 2015-10-05 11:05:06 -04:00
=Corey Hulen
04c12ba58e Fixing blue bar and renders warning when mis-configured. 2015-09-24 15:06:54 -07:00
=Corey Hulen
7f3bfdbe0c Fixing merge 2015-09-23 14:38:34 -07:00
=Corey Hulen
1626a6de6f PLT-349 adding team mgt to admin console 2015-09-23 12:49:28 -07:00
JoramWilander
e4a15076f4 Implement UI theme colors. 2015-09-23 10:12:40 -04:00
=Corey Hulen
cdf813f07b merging 2015-09-18 09:25:47 -07:00
=Corey Hulen
44714dfcb1 PLT-11 Adding ability to save config file 2015-09-17 21:00:59 -07:00
=Corey Hulen
cef7a1aae4 PLT-92 Adding server side versioning to the binary 2015-09-16 17:37:11 -07:00
Christopher Speller
7e418714bc Merge pull request #687 from mattermost/PLT-93
PLT-93 Cleaning up client side configs
2015-09-16 12:52:50 -04:00
hmhealey
5567651119 PLT-149 Removed the file list from (message deleted) placeholder posts 2015-09-16 12:02:29 -04:00