Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dont edit reply messages of outgoing webhooks by pressing up-arrow in chat ↵ | Florian Orben | 2015-10-28 | 1 | -4/+5 |
| | | | | input box | ||||
* | Refactoring post_store into post_store and search_store | Christopher Speller | 2015-10-26 | 1 | -111/+15 |
| | |||||
* | Fixing merge conflict | =Corey Hulen | 2015-10-22 | 1 | -3/+10 |
|\ | |||||
| * | Allow to update root comment in RHS via arrow up shortcut | Florian Orben | 2015-10-19 | 1 | -1/+1 |
| | | |||||
| * | PLT-751: Enable arrow to edit posts in comment threads | Florian Orben | 2015-10-19 | 1 | -3/+10 |
| | | |||||
* | | Fixing merge | =Corey Hulen | 2015-10-16 | 1 | -0/+37 |
|\| | |||||
| * | PLT-74: Enable Up Arrow keyboard shortcut to edit your last message | Florian Orben | 2015-10-15 | 1 | -0/+37 |
| | | |||||
* | | Inital support for multi-tab loging | =Corey Hulen | 2015-10-16 | 1 | -10/+10 |
|/ | |||||
* | Changing SpinPunch to Mattermost in copyright | Christopher Speller | 2015-10-08 | 1 | -1/+1 |
| | |||||
* | PLT-149 Removed the file list from (message deleted) placeholder posts | hmhealey | 2015-09-16 | 1 | -0/+1 |
| | |||||
* | Cosmetic Refactoring | nickago | 2015-09-02 | 1 | -163/+224 |
| | |||||
* | Refactored post handling/updating on both the client and server. | JoramWilander | 2015-08-27 | 1 | -17/+108 |
| | |||||
* | Added a message deleted indicator when a post is deleted to let the user ↵ | JoramWilander | 2015-08-19 | 1 | -0/+22 |
| | | | | know what's happening. | ||||
* | removed unused post store function | JoramWilander | 2015-08-18 | 1 | -14/+0 |
| | |||||
* | finalize implenetation of predictive client posts so that users get ↵ | JoramWilander | 2015-08-18 | 1 | -10/+62 |
| | | | | immediate feedback after posting | ||||
* | update formatting in post_store | JoramWilander | 2015-08-18 | 1 | -28/+40 |
| | |||||
* | adds predictive posting on the client | JoramWilander | 2015-08-18 | 1 | -1/+56 |
| | |||||
* | Changed PostStore.getDraft/getCommentDraft to return an empty draft instead ↵ | hmhealey | 2015-08-11 | 1 | -3/+6 |
| | | | | of null when no draft is found | ||||
* | Changed post drafts to maintain a list of the names of uploading files ↵ | hmhealey | 2015-08-10 | 1 | -2/+2 |
| | | | | instead of just a count | ||||
* | further cosmetic refactoring | nickago | 2015-08-10 | 1 | -67/+65 |
| | |||||
* | Removed vetigial argument and properly aligned post_store | nickago | 2015-08-10 | 1 | -176/+176 |
| | |||||
* | Removed all functionality required for removing used mentions from auto-complete | nickago | 2015-08-05 | 1 | -1/+1 |
| | |||||
* | Removed ^replying in preparation for 0.6.0 | hmhealey | 2015-07-30 | 1 | -17/+0 |
| | |||||
* | Merge pull request #228 from nickago/MM-1547 | Joram Wilander | 2015-07-22 | 1 | -8/+20 |
|\ | | | | | MM-1547 Added local cache storing of drafts for comments | ||||
| * | Added message persistance on closing RHS/switching to another comment | nickago | 2015-07-22 | 1 | -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/mm1539 | Corey Hulen | 2015-07-22 | 1 | -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 ↵ | hmhealey | 2015-07-21 | 1 | -0/+16 |
| | | | | | | | | is responding to) changes | ||||
* | | Changing the way we mattermost handles URLs. team.domain.com becomes ↵ | Christopher Speller | 2015-07-20 | 1 | -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 BrowserStore | ralder | 2015-07-10 | 1 | -44/+15 |
| | |||||
* | Modifying all storage to use session storage. Also adding an abstraction ↵ | Christopher Speller | 2015-07-08 | 1 | -23/+22 |
| | | | | layer to add current user id as a prefix to most keys. | ||||
* | first commit | =Corey Hulen | 2015-06-14 | 1 | -0/+224 |