Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #194 from ralder/fix-command-box-css | Corey Hulen | 2015-07-22 | 1 | -1/+3 |
|\ | | | | | [webui] fix command-list css | ||||
| * | [webui] fix command-list css | ralder | 2015-07-22 | 1 | -1/+3 |
| | | |||||
* | | 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 | 4 | -23/+29 |
|/ | | | | | | | 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 | ||||
* | Allow Users to be notified using @all, @channel, and their first name when ↵ | hmhealey | 2015-07-17 | 1 | -9/+7 |
| | | | | other notifications are disabled | ||||
* | Use User.FirstName for notifications instead of trying to determine it from ↵ | hmhealey | 2015-07-17 | 1 | -5/+1 |
| | | | | User.Nickname | ||||
* | Renamed all clientside references from full_name to nickname | hmhealey | 2015-07-17 | 1 | -2/+2 |
| | |||||
* | remove admin's ability to manage members of default channel (fixes #172) | ralder | 2015-07-16 | 2 | -34/+21 |
| | |||||
* | fix BrowserStore bug in actionOnItemsWithPrefix and refactor BrowserStore | ralder | 2015-07-10 | 7 | -288/+137 |
| | |||||
* | Merge pull request #159 from rgarmsen2295/mm-1269b | Corey Hulen | 2015-07-10 | 1 | -1/+1 |
|\ | | | | | MM-1269b Added yellow tinge to post and comment textbox when connection is disrupted | ||||
| * | Use the AsyncClient call 'updateLastViewedAt' as a way of checking for inet ↵ | Reed Garmsen | 2015-07-09 | 1 | -1/+1 |
| | | | | | | | | connectivity immediately after clearning yellow bar after user has typed 5 characters | ||||
* | | Merge pull request #157 from rgarmsen2295/mm-1265 | Corey Hulen | 2015-07-10 | 1 | -4/+5 |
|\ \ | | | | | | | MM-1265 Button to change roles now shows "click" mouse ptr when hovered over & change with loading more channels | ||||
| * | | Better logic for checking if channel has loaded | Reed Garmsen | 2015-07-10 | 1 | -1/+6 |
| | | | |||||
| * | | Leave result of _getMoreChannels unitialized if it does not yet exist in ↵ | Reed Garmsen | 2015-07-09 | 1 | -4/+0 |
| |/ | | | | | | | browser storage to know when list of more channels is loading vs when its empty | ||||
* / | fix bugs for pr #150 MM-895 | ralder | 2015-07-10 | 1 | -5/+13 |
|/ | |||||
* | Merge branch 'master' of https://github.com/mattermost/platform | Asaad Mahmood | 2015-07-09 | 7 | -95/+210 |
|\ | |||||
| * | Adding comments to change versions in sync | Christopher Speller | 2015-07-08 | 1 | -0/+2 |
| | | |||||
| * | Finishing centralization of BrowserStore | Christopher Speller | 2015-07-08 | 2 | -7/+34 |
| | | |||||
| * | Modifying all storage to use session storage. Also adding an abstraction ↵ | Christopher Speller | 2015-07-08 | 7 | -95/+181 |
| | | | | | | | | layer to add current user id as a prefix to most keys. | ||||
* | | Changed loading logic for retrieving more channels to allow for loading ↵ | Reed Garmsen | 2015-07-07 | 1 | -1/+1 |
|/ | | | | animation to be inserted into the More... menu that allows you to join more channels while waiting for the list of channels to load | ||||
* | @all and @channel now highlight like other mentions | JoramWilander | 2015-06-30 | 1 | -0/+3 |
| | |||||
* | fix command comparator and team store | JoramWilander | 2015-06-18 | 1 | -26/+12 |
| | |||||
* | added team store, team settings menu, and the ability to turn on valet ↵ | JoramWilander | 2015-06-18 | 1 | -0/+114 |
| | | | | feature from client | ||||
* | first commit | =Corey Hulen | 2015-06-14 | 5 | -0/+952 |