summaryrefslogtreecommitdiffstats
path: root/web/react/components/edit_post_modal.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Fixing some client warningsChristopher Speller2015-10-161-2/+2
|
* PLT-74: Enable Up Arrow keyboard shortcut to edit your last messageFlorian Orben2015-10-151-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 messageFlorian Orben2015-10-151-0/+22
|
* Fixing most deprication warningsChristopher Speller2015-10-151-4/+4
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Upgrading ESLint and adding some more rules. Refactoring to meet these new rulesChristopher Speller2015-09-031-5/+9
|
* Cosmetic Refactoringnickago2015-09-021-57/+88
|
* Removed warning message when at the max character limitReed Garmsen2015-08-281-4/+2
|
* Merge pull request #469 from mattermost/mm-1699Christopher Speller2015-08-271-1/+1
|\ | | | | MM-1699 Refactored post handling/updating on both the client and server
| * Refactored post handling/updating on both the client and server.JoramWilander2015-08-271-1/+1
| |
* | Moved duplicate code into functions and added better handling of large paste ↵Reed Garmsen2015-08-261-11/+3
| | | | | | | | text dumps
* | Fixed issue with carriage returns being counted improperly in non-ie ↵Reed Garmsen2015-08-251-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 Garmsen2015-08-251-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 fieldnickago2015-08-211-3/+4
|
* Added closing on ESC key pressnickago2015-08-041-1/+1
|
* fix BrowserStore bug in actionOnItemsWithPrefix and refactor BrowserStoreralder2015-07-101-3/+4
|
* Modifying all storage to use session storage. Also adding an abstraction ↵Christopher Speller2015-07-081-1/+1
| | | | layer to add current user id as a prefix to most keys.
* first commit=Corey Hulen2015-06-141-0/+100