summaryrefslogtreecommitdiffstats
path: root/web/react/stores/post_store.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-149 Removed the file list from (message deleted) placeholder postshmhealey2015-09-161-0/+1
|
* Cosmetic Refactoringnickago2015-09-021-163/+224
|
* Refactored post handling/updating on both the client and server.JoramWilander2015-08-271-17/+108
|
* Added a message deleted indicator when a post is deleted to let the user ↵JoramWilander2015-08-191-0/+22
| | | | know what's happening.
* removed unused post store functionJoramWilander2015-08-181-14/+0
|
* finalize implenetation of predictive client posts so that users get ↵JoramWilander2015-08-181-10/+62
| | | | immediate feedback after posting
* update formatting in post_storeJoramWilander2015-08-181-28/+40
|
* adds predictive posting on the clientJoramWilander2015-08-181-1/+56
|
* Changed PostStore.getDraft/getCommentDraft to return an empty draft instead ↵hmhealey2015-08-111-3/+6
| | | | of null when no draft is found
* Changed post drafts to maintain a list of the names of uploading files ↵hmhealey2015-08-101-2/+2
| | | | instead of just a count
* further cosmetic refactoringnickago2015-08-101-67/+65
|
* Removed vetigial argument and properly aligned post_storenickago2015-08-101-176/+176
|
* Removed all functionality required for removing used mentions from auto-completenickago2015-08-051-1/+1
|
* Removed ^replying in preparation for 0.6.0hmhealey2015-07-301-17/+0
|
* Merge pull request #228 from nickago/MM-1547Joram Wilander2015-07-221-8/+20
|\ | | | | MM-1547 Added local cache storing of drafts for comments
| * Added message persistance on closing RHS/switching to another commentnickago2015-07-221-8/+20
| | | | | | | | | | thread. Similar to the center pane and channels, switching comment threads won't delete entered but unsent text/media in the RHS
* | Merge pull request #201 from hmhealey/mm1539Corey Hulen2015-07-221-0/+16
|\ \ | |/ |/| MM-1539 Added the ability to reply to earlier message threads by starting a post with ^
| * Added events for when the active thread (ie the message thread that a user ↵hmhealey2015-07-211-0/+16
| | | | | | | | is responding to) changes
* | Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-201-6/+6
|/ | | | | | | domain.com/team. Renaming team.Name to team.DisplayName and team.Domain to team.Name. So: team.Name -> url safe name. team.DisplayName -> nice name for users
* fix BrowserStore bug in actionOnItemsWithPrefix and refactor BrowserStoreralder2015-07-101-44/+15
|
* Modifying all storage to use session storage. Also adding an abstraction ↵Christopher Speller2015-07-081-23/+22
| | | | layer to add current user id as a prefix to most keys.
* first commit=Corey Hulen2015-06-141-0/+224