Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better logic for checking if channel has loaded | Reed Garmsen | 2015-07-10 | 2 | -2/+7 |
| | |||||
* | Removed extraneous console.log functions | Reed Garmsen | 2015-07-09 | 1 | -5/+0 |
| | |||||
* | Leave result of _getMoreChannels unitialized if it does not yet exist in ↵ | Reed Garmsen | 2015-07-09 | 2 | -4/+5 |
| | | | | browser storage to know when list of more channels is loading vs when its empty | ||||
* | The options to change member roles are now links so that they have the ↵ | Reed Garmsen | 2015-07-09 | 1 | -4/+4 |
| | | | | 'click' mouse hand when hovered over | ||||
* | Updating font size and margins for loading animation | Asaad Mahmood | 2015-07-09 | 1 | -1/+2 |
| | |||||
* | Updating Ui for posts | Asaad Mahmood | 2015-07-09 | 3 | -67/+92 |
| | |||||
* | Merge branch 'master' of https://github.com/mattermost/platform | Asaad Mahmood | 2015-07-09 | 19 | -232/+332 |
|\ | |||||
| * | Merge pull request #145 from ralder/fix-tabIndex-channel_invite_modal | Joram Wilander | 2015-07-09 | 2 | -93/+66 |
| |\ | | | | | | | [webui] add missing tabIndex for channel members modal | ||||
| | * | add missing tabIndex for channel members modal | ralder | 2015-07-07 | 2 | -93/+66 |
| | | | |||||
| * | | Merge pull request #149 from rgarmsen2295/mm-1260 | Christopher Speller | 2015-07-08 | 1 | -1/+6 |
| |\ \ | | | | | | | | | MM-1260 Member Invites can no longer be sent to emails already used to signup | ||||
| | * | | Small tweaks and cleanup | Reed Garmsen | 2015-07-07 | 1 | -10/+1 |
| | | | | |||||
| | * | | Added a server side check to see if members who are trying to be invited ↵ | Reed Garmsen | 2015-07-07 | 1 | -2/+16 |
| | | | | | | | | | | | | | | | | have already been invited by checking the email. Client handles it as if it was an email error. | ||||
| * | | | Merge pull request #150 from mattermost/mm-895 | Joram Wilander | 2015-07-08 | 15 | -124/+233 |
| |\ \ \ | | | | | | | | | | | MM-895 Reorganization of browser storage. | ||||
| | * | | | Adding comments to change versions in sync | Christopher Speller | 2015-07-08 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | Finishing centralization of BrowserStore | Christopher Speller | 2015-07-08 | 6 | -31/+46 |
| | | | | | |||||
| | * | | | Modifying all storage to use session storage. Also adding an abstraction ↵ | Christopher Speller | 2015-07-08 | 11 | -100/+192 |
| | | |/ | | |/| | | | | | | | | | layer to add current user id as a prefix to most keys. | ||||
| * | | | Merge pull request #146 from nickago/MM-1284 | Joram Wilander | 2015-07-08 | 2 | -14/+27 |
| |\ \ \ | | | | | | | | | | | MM-1284 Fixed auto-linking (for good hopefully) | ||||
| | * | | | Semicolons and a bug fix | nickago | 2015-07-08 | 1 | -5/+5 |
| | | | | | |||||
| | * | | | Changed linkify to autolinker and wrote gap-bridging code | nickago | 2015-07-08 | 2 | -12/+25 |
| | | | | | |||||
* | | | | | MM-1444 - Fixing text selection issue | Asaad Mahmood | 2015-07-09 | 1 | -2/+1 |
| | | | | | |||||
* | | | | | MM-1469 - Loading message in more channel modal | Asaad Mahmood | 2015-07-08 | 4 | -63/+12 |
| | | | | | |||||
* | | | | | Merge branch 'master' of https://github.com/asaadmahmoodspin/platform | Asaad Mahmood | 2015-07-08 | 4 | -21/+91 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Merge pull request #1 from rgarmsen2295/mm-1469 | asaadmahmoodspin | 2015-07-08 | 4 | -21/+91 |
| |\ \ \ \ | | |_|_|/ | |/| | | | MM-1469 Added loading animation logic to the "Get More Channels Menu" ("More...") | ||||
| | * | | | Small changes and code clean-up | Reed Garmsen | 2015-07-07 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Changed loading logic for retrieving more channels to allow for loading ↵ | Reed Garmsen | 2015-07-07 | 4 | -22/+92 |
| | | |/ | | |/| | | | | | | | | | animation to be inserted into the More... menu that allows you to join more channels while waiting for the list of channels to load | ||||
* | | | | Use correctly minified and unminified js libraries for JQuery, Bootstrap, ↵ | hmhealey | 2015-07-08 | 4 | -3/+1469 |
| | | | | | | | | | | | | | | | | and Perfect Scrollbar | ||||
* | | | | Copied Bootstrap, jQuery and React libraries and resources into repository | hmhealey | 2015-07-08 | 13 | -4/+40842 |
| | | | | |||||
* | | | | Moved minified javascript out of min directory | hmhealey | 2015-07-08 | 2 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Merge pull request #148 from hmhealey/mm1488 | Christopher Speller | 2015-07-08 | 1 | -2/+3 |
|\ \ \ | | | | | | | | | MM-1488 Changed code to dismiss mention list to not trigger when you click on the list itself | ||||
| * | | | Changed code to dismiss mention list to not trigger when you click on the ↵ | hmhealey | 2015-07-07 | 1 | -2/+3 |
| |/ / | | | | | | | | | | list itself | ||||
* | | | Merge pull request #147 from rgarmsen2295/mm-934 | Corey Hulen | 2015-07-07 | 3 | -3/+3 |
|\ \ \ | | | | | | | | | MM-934 Users can no longer "click n' drag" text boxes to resize them | ||||
| * | | | Changed textarea resizeability from being a blanket statement to everything ↵ | Reed Garmsen | 2015-07-07 | 4 | -4/+3 |
| | | | | | | | | | | | | | | | | to only the ones with issues | ||||
| * | | | Prevent text areas from being resizeable | Reed Garmsen | 2015-07-07 | 1 | -0/+1 |
| | |/ | |/| | |||||
* | | | Merge pull request #137 from nickago/MM-1417 | Corey Hulen | 2015-07-07 | 1 | -1/+4 |
|\ \ \ | |_|/ |/| | | MM-1417 redirected channel name 404's to town square | ||||
| * | | redirected channel name 404's to town square | nickago | 2015-07-06 | 1 | -1/+4 |
| | | | |||||
* | | | MM-1221 - Fixing scrolling issue in the RHS | Asaad Mahmood | 2015-07-07 | 1 | -1/+2 |
| | | | |||||
* | | | Updating background | Asaad Mahmood | 2015-07-07 | 2 | -24/+12 |
| | | | |||||
* | | | Merge branch 'master' of https://github.com/mattermost/platform | Asaad Mahmood | 2015-07-07 | 1 | -0/+8 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge pull request #134 from nickago/MM-1313 | Christopher Speller | 2015-07-07 | 1 | -0/+8 |
| |\ \ | | | | | | | | | Mm 1313 Made the typing notification more responsive/accurate | ||||
| | * | | Changed socket event to a props based change | nickago | 2015-07-06 | 2 | -20/+9 |
| | | | | |||||
| | * | | Typing notification disappears when message is sent | nickago | 2015-07-06 | 2 | -3/+4 |
| | | | | |||||
| | * | | Typing notifier resets on channel change | nickago | 2015-07-06 | 2 | -4/+22 |
| | | | | |||||
* | | | | Fixing code error in css | Asaad Mahmood | 2015-07-07 | 1 | -1/+0 |
| | | | | |||||
* | | | | Fixing before after hover for date/new separator | Asaad Mahmood | 2015-07-07 | 1 | -2/+6 |
| | | | | |||||
* | | | | Files img files | Asaad Mahmood | 2015-07-07 | 1 | -2/+5 |
| | | | | |||||
* | | | | Fixing background hovers | Asaad Mahmood | 2015-07-07 | 2 | -11/+8 |
|/ / / | |||||
* | | | Merge pull request #135 from asaadmahmoodspin/master | Corey Hulen | 2015-07-06 | 7 | -43/+92 |
|\ \ \ | | | | | | | | | MM-1461 - Updating Mattermost UI | ||||
| * | | | MM-1461 - Updating Mattermost UI | Asaad Mahmood | 2015-07-06 | 7 | -43/+92 |
| | | | | |||||
* | | | | Merge pull request #133 from nickago/MM-794 | Corey Hulen | 2015-07-06 | 1 | -0/+7 |
|\ \ \ \ | | | | | | | | | | | MM-794 Force the extra info to update asych on user creation | ||||
| * | | | | Force the extra info to update asych | nickago | 2015-07-06 | 1 | -0/+7 |
| | |/ / | |/| | |