Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updating some client deps + eslint | Christopher Speller | 2016-02-22 | 1 | -2/+2 |
| | |||||
* | PLT-7: Refactoring frontend (chunk 10) | Elias Nahum | 2016-02-02 | 1 | -5/+35 |
| | | | | | | - Modals - Fix bug on msg_typing - Add missing translations in es.json for EE | ||||
* | Improved PreferenceStore api when getting values | hmhealey | 2015-12-15 | 1 | -3/+3 |
| | |||||
* | Removed command autocomplete from the comment textbox and edit post modal | hmhealey | 2015-12-02 | 1 | -0/+1 |
| | |||||
* | Moved show static methods out of modals and into EventHelpers | hmhealey | 2015-11-23 | 1 | -2/+2 |
| | |||||
* | Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵ | Christopher Speller | 2015-11-19 | 1 | -9/+9 |
| | | | | system. | ||||
* | Converted DeletePostModal to React-Bootstrap | hmhealey | 2015-11-18 | 1 | -1/+2 |
| | |||||
* | Some renaming | Christopher Speller | 2015-11-02 | 1 | -1/+1 |
| | |||||
* | simplify check if ctrl+enter was pressed | Florian Orben | 2015-10-29 | 1 | -6/+4 |
| | |||||
* | fix component unmount | Florian Orben | 2015-10-29 | 1 | -1/+1 |
| | |||||
* | enable ctrl+enter send for edit msg modal | Florian Orben | 2015-10-29 | 1 | -4/+25 |
| | |||||
* | Fixed issue with refocusing not working after editing a post in the RHS | Reed Garmsen | 2015-10-28 | 1 | -1/+1 |
| | |||||
* | Fixing some client warnings | Christopher Speller | 2015-10-16 | 1 | -2/+2 |
| | |||||
* | PLT-74: Enable Up Arrow keyboard shortcut to edit your last message | Florian Orben | 2015-10-15 | 1 | -3/+11 |
| | | | | | | | | - 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 | ||||
* | PLT-74: Enable Up Arrow keyboard shortcut to edit your last message | Florian Orben | 2015-10-15 | 1 | -0/+22 |
| | |||||
* | Fixing most deprication warnings | Christopher Speller | 2015-10-15 | 1 | -4/+4 |
| | |||||
* | Changing SpinPunch to Mattermost in copyright | Christopher Speller | 2015-10-08 | 1 | -1/+1 |
| | |||||
* | Upgrading ESLint and adding some more rules. Refactoring to meet these new rules | Christopher Speller | 2015-09-03 | 1 | -5/+9 |
| | |||||
* | Cosmetic Refactoring | nickago | 2015-09-02 | 1 | -57/+88 |
| | |||||
* | Removed warning message when at the max character limit | Reed Garmsen | 2015-08-28 | 1 | -4/+2 |
| | |||||
* | Merge pull request #469 from mattermost/mm-1699 | Christopher Speller | 2015-08-27 | 1 | -1/+1 |
|\ | | | | | MM-1699 Refactored post handling/updating on both the client and server | ||||
| * | Refactored post handling/updating on both the client and server. | JoramWilander | 2015-08-27 | 1 | -1/+1 |
| | | |||||
* | | Moved duplicate code into functions and added better handling of large paste ↵ | Reed Garmsen | 2015-08-26 | 1 | -11/+3 |
| | | | | | | | | text dumps | ||||
* | | Fixed issue with carriage returns being counted improperly in non-ie ↵ | Reed Garmsen | 2015-08-25 | 1 | -3/+6 |
| | | | | | | | | browsers and updated error messages to be appropriate to what is being typed (message vs. post vs. edit) | ||||
* | | Prevents users from typing more than 4000 characters into any 'textbox' ↵ | Reed Garmsen | 2015-08-25 | 1 | -3/+12 |
|/ | | | | (posts, comments, and post/comment edits). Also adds new error message for when users hit exactly 4000 characters so they know the limit. | ||||
* | Upon exiting edit post modal, foucs is placed on the respective text input field | nickago | 2015-08-21 | 1 | -3/+4 |
| | |||||
* | Added closing on ESC key press | nickago | 2015-08-04 | 1 | -1/+1 |
| | |||||
* | fix BrowserStore bug in actionOnItemsWithPrefix and refactor BrowserStore | ralder | 2015-07-10 | 1 | -3/+4 |
| | |||||
* | Modifying all storage to use session storage. Also adding an abstraction ↵ | Christopher Speller | 2015-07-08 | 1 | -1/+1 |
| | | | | layer to add current user id as a prefix to most keys. | ||||
* | first commit | =Corey Hulen | 2015-06-14 | 1 | -0/+100 |