Commit Graph

100 Commits

Author SHA1 Message Date
Christopher Speller
4c92a1c1e3 Updating some client deps + eslint 2016-02-22 08:47:00 -05:00
Joram Wilander
8d807867ac Merge pull request #2191 from hmhealey/plt1256
PLT-1256 Ported PostDeletedModal to React-Bootstrap
2016-02-18 17:34:52 -05:00
hmhealey
2b20c3510f Ported PostDeletedModal to React-Bootstrap 2016-02-18 10:31:44 -05:00
JoramWilander
ccf897c7ee Fix loc error with cancelling in progress uploads 2016-02-17 14:32:25 -05:00
hmhealey
2af8614236 Renamed RECIEVED_* to RECEIVED_* 2016-02-08 10:33:59 -05:00
hmhealey
d494283989 Disabled keyboard focus code changes on mobile 2016-02-05 12:22:39 -05:00
Corey Hulen
392b878a10 Merge pull request #2071 from hmhealey/plt1820
PLT-1820/PLT-1847 Cleaned up textbox focus code
2016-02-04 15:36:28 -08:00
Christopher Speller
ec51c31c32 Merge pull request #2064 from hmhealey/plt882
PLT-882 Ephemeral Messages and Out-Of-Channel mentions
2016-02-04 14:50:30 -05:00
hmhealey
c11446657f Added code to refocus on the post/comment textbox after a file is drag and dropped 2016-02-04 14:49:10 -05:00
hmhealey
9adc80c3fc Cleaned up textbox focus code 2016-02-04 14:49:10 -05:00
hmhealey
fd123a6e4a Changed PostStore to not clear a deleted post's message 2016-02-04 11:38:57 -05:00
=Corey Hulen
d3a965a362 Merge branch 'master' into PLT-1429 2016-02-03 12:11:02 -08:00
Elias Nahum
6a3806fe9d PLT-7: Refactoring frontend (chunk 11)
- channel view
- Added translations for previous commits
- Fix bug on signup_team email body
2016-02-03 12:17:13 -03:00
=Corey Hulen
c2d98c2c1f merging 2016-01-22 16:31:58 -06:00
=Corey Hulen
518efd7d2e PLT-7 fixing unit test for chunk 2 server 2016-01-22 08:04:02 -06:00
=Corey Hulen
6d6cada097 Merge branch 'master' into PLT-1429 2016-01-14 09:08:13 -06:00
=Corey Hulen
3fba8e42b1 partial fix for UI 2016-01-08 12:41:26 -06: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
hmhealey
23af326af2 Stopped CreatePost from responding to PreferenceStore changes before it gets mounted 2015-12-15 11:47:52 -05:00
hmhealey
e4899fa551 Improved PreferenceStore api when getting values 2015-12-15 11:36:14 -05:00
Asaad Mahmood
39447d4072 Multiple UI Improvements 2015-12-08 22:42:59 +05:00
Christopher Speller
9e8cd93790 Implementing Permalinks and jumping to post from search. Performance
improvements.
2015-11-23 09:53:15 -05:00
Christopher Speller
55b831e4e1 Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package system. 2015-11-19 21:12:56 -05:00
Eric Sethna
5635e154ef Update create_post.jsx
Add Enter key instructions to the Sending Messages pop-over.
2015-11-18 12:53:31 -07:00
hmhealey
a4267471a5 Converted DeletePostModal to React-Bootstrap 2015-11-18 08:50:49 -05:00
Corey Hulen
57f0cde207 Merge pull request #1315 from mattermost/plt-996
PLT-996 Prevent tutorial showing up a second before post list loads
2015-11-05 09:53:58 -08:00
JoramWilander
3927891827 Update tutorial to not show by default 2015-11-05 10:49:43 -05:00
Christopher Speller
fafc3bfae4 Fixed center channel height magic. Fixes tutorial 2015-11-05 10:24:26 -05:00
JoramWilander
dedbc122c6 Overlay fixes and added class prop for tips 2015-11-02 14:47:24 -05:00
Asaad Mahmood
393d253021 Updating tutorial screens 2015-11-02 14:47:24 -05:00
JoramWilander
97449a102e Add tutorial popovers 2015-11-02 14:47:24 -05:00
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
Florian Orben
f7808d1172 add new user-setting section 'advanced' and remove ctrl-send setting from general tab 2015-10-28 01:26:10 +01:00
Florian Orben
0e5612a7db allow messages to be send on ctrl+enter 2015-10-28 01:26:10 +01:00
Corey Hulen
86e3764cbd Merge pull request #1193 from hmhealey/plt798
PLT-798 Prevent image files larger than 4k resolution from being uploaded
2015-10-26 12:10:10 -07:00
hmhealey
ff6e91f51d Fixed file upload and profile picture upload error display to work for serverside errors 2015-10-26 14:45:13 -04:00
Florian Orben
46042d995b PLT-703: Support multiple users being shown as typing underneath input boxes. 2015-10-26 17:46:56 +01:00
Florian Orben
c6bbebbf6f Mattermost can not send message start with slash
resolves #827
2015-10-25 23:55:50 +01:00
Reed Garmsen
4129b204c3 Fixed typos in create_post.jsx resizing code 2015-10-21 15:50:46 -07:00
Antti Ahti
d3f99e8217 Handle window resize events in React way
Use the React-way of handling resize events. Essentially store the window size in component state instead of doing some custom handling.

See http://facebook.github.io/react/tips/dom-event-listeners.html
2015-10-20 10:07:45 +03:00
Florian Orben
fcce3168b2 PLT-74: Enable Up Arrow keyboard shortcut to edit your last message
- fix bug where channel_id was not set if update_post ajax was "too fast"
- fix bug js error if there is no last post, i.e. empty channel
- renamed lastPostId to postId so it has a nicer api to be triggered from everywhere
- fix a typo
- automatically focus textarea on modal open
2015-10-15 21:25:31 +02:00
Florian Orben
551b07960e PLT-74: Enable Up Arrow keyboard shortcut to edit your last message 2015-10-15 21:25:31 +02:00
Christopher Speller
1571a9a2df Fixing most deprication warnings 2015-10-15 15:00:28 -04:00
Asaad Mahmood
99f243b444 Multiple UI Improvements 2015-10-14 17:04:13 +05:00
Christopher Speller
b85b529373 Changing SpinPunch to Mattermost in copyright 2015-10-08 12:27:09 -04: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
JoramWilander
58dcbd64af Fix post list not resizing properlu for file previews. 2015-09-25 11:41:08 -04:00
Reed Garmsen
ef8705ab6b Text cursor now focuses on the textbox after performing a drag and drop of some text 2015-09-23 15:41:26 -07:00
Reed Garmsen
03eece597d Added support to drag and drop text into the main textbox or RHS textbox 2015-09-23 15:01:02 -07:00