Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add post list container to hold mounted post lists for faster ↵ | JoramWilander | 2015-09-08 | 1 | -0/+1 |
| | | | | rendering/channel switching. | ||||
* | Added emoji wrapper with cross platform available gliffs | nickago | 2015-09-03 | 1 | -0/+1 |
| | |||||
* | Cosmetic refactoring for ESLint | Christopher Speller | 2015-09-02 | 1 | -86/+96 |
| | |||||
* | Remove Google as a SSO service. | JoramWilander | 2015-08-28 | 1 | -1/+0 |
| | |||||
* | Added the ability to create a team with SSO services and added the ability ↵ | JoramWilander | 2015-08-28 | 1 | -0/+1 |
| | | | | to turn off email sign up. | ||||
* | Prevents users from typing more than 4000 characters into any 'textbox' ↵ | Reed Garmsen | 2015-08-25 | 1 | -0/+1 |
| | | | | (posts, comments, and post/comment edits). Also adds new error message for when users hit exactly 4000 characters so they know the limit. | ||||
* | Added a message deleted indicator when a post is deleted to let the user ↵ | JoramWilander | 2015-08-19 | 1 | -2/+3 |
| | | | | know what's happening. | ||||
* | finalize implenetation of predictive client posts so that users get ↵ | JoramWilander | 2015-08-18 | 1 | -0/+3 |
| | | | | immediate feedback after posting | ||||
* | added google sign-in functionality to the client, with minor model modifications | JoramWilander | 2015-08-14 | 1 | -0/+2 |
| | |||||
* | Merge pull request #370 from hmhealey/mm1812 | Christopher Speller | 2015-08-14 | 1 | -0/+2 |
|\ | | | | | MM-1812 Provide warnings on team invite screens when email is disabled | ||||
| * | Added ConfigStore that is populated from the server | hmhealey | 2015-08-13 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #365 from mattermost/mm-1700 | Christopher Speller | 2015-08-14 | 1 | -0/+1 |
|\ \ | | | | | | | MM-1700 don't pull all channel data all the time | ||||
| * | | added getChannel api service and use that over getChannels where appropriate ↵ | JoramWilander | 2015-08-11 | 1 | -0/+1 |
| |/ | | | | | | | on client | ||||
* / | Added jpeg's to list of image types | nickago | 2015-08-11 | 1 | -1/+1 |
|/ | |||||
* | Changed max number of displayed direct message channels to 20 | nickago | 2015-08-05 | 1 | -1/+1 |
| | |||||
* | Merge pull request #302 from hmhealey/mm1788 | Corey Hulen | 2015-08-02 | 1 | -1/+0 |
|\ | | | | | MM-1788 Removed ^replying in preparation for 0.6.0 | ||||
| * | Removed ^replying in preparation for 0.6.0 | hmhealey | 2015-07-30 | 1 | -1/+0 |
| | | |||||
* | | Merge pull request #276 from mattermost/mm-1688 | Corey Hulen | 2015-08-02 | 1 | -0/+1 |
|\ \ | | | | | | | MM-1688 reset number of posts to fetch on channel switch and fresh page load | ||||
| * | | reset number of posts to fetch on channel switch and fresh page load | JoramWilander | 2015-07-29 | 1 | -0/+1 |
| |/ | |||||
* / | image thumbnails now scale appropriately so there is no whitespace, also ↵ | JoramWilander | 2015-07-31 | 1 | -0/+2 |
|/ | | | | generalized some thumbnail loading code | ||||
* | Placing SVGs into constants.jsx | Asaad Mahmood | 2015-07-23 | 1 | -1/+3 |
| | |||||
* | Merge pull request #201 from hmhealey/mm1539 | Corey Hulen | 2015-07-22 | 1 | -0/+1 |
|\ | | | | | 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/+1 |
| | | | | | | | | is responding to) changes | ||||
* | | Changing the way we mattermost handles URLs. team.domain.com becomes ↵ | Christopher Speller | 2015-07-20 | 1 | -1/+1 |
|/ | | | | | | | 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 | ||||
* | Merge pull request #106 from mattermost/mm-1119 | Joram Wilander | 2015-06-30 | 1 | -0/+1 |
|\ | | | | | fixes mm-1119 adds @all and @channel mention capabilites | ||||
| * | @all and @channel now auto-complete | JoramWilander | 2015-06-29 | 1 | -0/+1 |
| | | |||||
* | | add intro text specific to off-topic channel | JoramWilander | 2015-06-29 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #46 from mattermost/mm-1318 | Joram Wilander | 2015-06-25 | 1 | -0/+1 |
|\ | | | | | fixes mm-1318 only allow 5 files to be uploaded at a time | ||||
| * | fixes mm-1318 only allow 5 files to be uploaded at a time | JoramWilander | 2015-06-22 | 1 | -0/+1 |
| | | |||||
| * | fix for dockerhost HELIUM | =Corey Hulen | 2015-06-18 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #27 from mattermost/mm-1240 | Corey Hulen | 2015-06-25 | 1 | -0/+3 |
|\ \ | | | | | | | fixes mm-1240 adds ability to turn valet feature on | ||||
| * | | added team store, team settings menu, and the ability to turn on valet ↵ | JoramWilander | 2015-06-18 | 1 | -0/+3 |
| |/ | | | | | | | feature from client | ||||
| * | first commit | =Corey Hulen | 2015-06-14 | 1 | -0/+78 |
| | |||||
* | fix for dockerhost HELIUM | =Corey Hulen | 2015-06-18 | 1 | -0/+1 |
| | |||||
* | first commit | =Corey Hulen | 2015-06-14 | 1 | -0/+78 |