summaryrefslogtreecommitdiffstats
path: root/web/react/stores/post_store.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Globally exported all stores when developer mode is enabledHarrison Healey2016-03-081-0/+4
|
* Fix dismissing deleted root post that had comments on itJoramWilander2016-02-251-0/+14
|
* Ignored posts deleted from channels that we haven't visitedhmhealey2016-02-251-0/+6
|
* Refactor listener out of user profile and fix thread logicJoramWilander2016-02-231-70/+52
|
* Fixing the elusive missing post bugJoramWilander2016-02-111-16/+1
|
* Merge pull request #2103 from mattermost/plt-1884Christopher Speller2016-02-081-10/+12
|\ | | | | PLT-1884 Fix pending posts not updating to failed
| * Fix pending posts not updating to failedJoramWilander2016-02-081-10/+12
| |
* | Renamed RECIEVED_* to RECEIVED_*hmhealey2016-02-081-5/+5
|/
* Changed how posts are marked ephemeralhmhealey2016-02-041-2/+1
|
* Changed PostStore to not clear a deleted post's messagehmhealey2016-02-041-4/+0
|
* Changed deleted posts to be more general ephemeral postshmhealey2016-02-041-68/+23
|
* PLT-7: Refactoring frontend (chunk 11)Elias Nahum2016-02-031-1/+4
| | | | | | - channel view - Added translations for previous commits - Fix bug on signup_team email body
* Clear deleted messages after channel leave and fix missig postlist errorJoramWilander2016-01-271-1/+3
|
* Revert "add helper method to add ephemeral messages; also switch 'delete ↵Christopher Speller2015-12-101-77/+44
| | | | mess…"
* add helper method to add ephemeral messages; also switch 'delete message' to ↵Florian Orben2015-12-091-44/+77
| | | | this new method
* Make sure to have latests posts for the view whhen switching to a channelJoramWilander2015-11-301-1/+1
|
* Re-added PostStore.getPosthmhealey2015-11-271-0/+12
|
* Fixed getCommentCounthmhealey2015-11-271-1/+1
|
* Fixing pending post deletion on other clients.Christopher Speller2015-11-241-2/+4
|
* Implementing Permalinks and jumping to post from search. PerformanceChristopher Speller2015-11-231-170/+339
| | | | improvements.
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-191-11/+11
| | | | system.
* Converted DeletePostModal to React-Bootstraphmhealey2015-11-181-0/+19
|
* Some renamingChristopher Speller2015-11-021-23/+23
|
* Hooking up external componentsChristopher Speller2015-11-021-0/+29
|
* Dont edit reply messages of outgoing webhooks by pressing up-arrow in chat ↵Florian Orben2015-10-281-4/+5
| | | | input box
* Refactoring post_store into post_store and search_storeChristopher Speller2015-10-261-111/+15
|
* Fixing merge conflict=Corey Hulen2015-10-221-3/+10
|\
| * Allow to update root comment in RHS via arrow up shortcutFlorian Orben2015-10-191-1/+1
| |
| * PLT-751: Enable arrow to edit posts in comment threadsFlorian Orben2015-10-191-3/+10
| |
* | Fixing merge=Corey Hulen2015-10-161-0/+37
|\|
| * PLT-74: Enable Up Arrow keyboard shortcut to edit your last messageFlorian Orben2015-10-151-0/+37
| |
* | Inital support for multi-tab loging=Corey Hulen2015-10-161-10/+10
|/
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* 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 ^