summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Changed linkify to autolinker and wrote gap-bridging codenickago2015-07-082-12/+25
| | | | |
| | | | * MM-1444 - Fixing text selection issueAsaad Mahmood2015-07-091-2/+1
| | | | |
| | | | * MM-1469 - Loading message in more channel modalAsaad Mahmood2015-07-084-63/+12
| | | | |
| | | | * Merge branch 'master' of https://github.com/asaadmahmoodspin/platformAsaad Mahmood2015-07-084-21/+91
| |_|_|/| |/| | | |
| | | | * Merge pull request #1 from rgarmsen2295/mm-1469asaadmahmoodspin2015-07-085-22/+92
| | | | |\ | | | | | | | | | | | | MM-1469 Added loading animation logic to the "Get More Channels Menu" ("More...")
| | | | | * Small changes and code clean-upReed Garmsen2015-07-072-4/+2
| | | | | |
| | | | | * Changed loading logic for retrieving more channels to allow for loading ↵Reed Garmsen2015-07-075-22/+94
| | | | | | | | | | | | | | | | | | | | | | | | animation to be inserted into the More... menu that allows you to join more channels while waiting for the list of channels to load
* | | | | | Merge pull request #130 from hmhealey/staticjsCorey Hulen2015-07-0817-6/+42313
|\ \ \ \ \ \ | |/ / / / / |/| | | | | MM-1427 Copied required Javascript libraries and resources into repository
| * | | | | Use correctly minified and unminified js libraries for JQuery, Bootstrap, ↵hmhealey2015-07-085-4/+1473
| | | | | | | | | | | | | | | | | | | | | | | | and Perfect Scrollbar
| * | | | | Copied Bootstrap, jQuery and React libraries and resources into repositoryhmhealey2015-07-0813-4/+40842
| | | | | |
| * | | | | Moved minified javascript out of min directoryhmhealey2015-07-082-1/+1
| | | | | |
* | | | | | Corrected release numbering in README.mdit332015-07-081-3/+3
|/ / / / /
* | | | | Merge pull request #136 from mattermost/code-reviewJoram Wilander2015-07-084-8/+10
|\ \ \ \ \ | | | | | | | | | | | | team code review
| * | | | | team code review=Corey Hulen2015-07-064-8/+10
| | | | | |
* | | | | | Merge pull request #148 from hmhealey/mm1488Christopher Speller2015-07-081-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 ↵hmhealey2015-07-071-2/+3
| | |_|/ / / | |/| | | | | | | | | | | | | | | | list itself
* | | | | | Merge pull request #147 from rgarmsen2295/mm-934Corey Hulen2015-07-073-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 Garmsen2015-07-074-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | to only the ones with issues
| * | | | | | Prevent text areas from being resizeableReed Garmsen2015-07-071-0/+1
| | | | | | |
* | | | | | | Merge pull request #143 from rgarmsen2295/mm-1416Corey Hulen2015-07-072-2/+23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | MM-1416 Changed error message when adding a previously deleted channel to be better suited
| * | | | | | | Added new error message when trying to add a channel that was previously ↵Reed Garmsen2015-07-062-2/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deleted as well as a corresponding unit test
* | | | | | | | Merge pull request #137 from nickago/MM-1417Corey Hulen2015-07-071-1/+4
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | MM-1417 redirected channel name 404's to town square
| * | | | | | | redirected channel name 404's to town squarenickago2015-07-061-1/+4
| | | | | | | |
* | | | | | | | Merge pull request #142 from asaadmahmoodspin/masterJoram Wilander2015-07-074-31/+23
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | | Minor UI upgrades
| * | | | | | MM-1221 - Fixing scrolling issue in the RHSAsaad Mahmood2015-07-071-1/+2
| | | | | | |
| * | | | | | Updating backgroundAsaad Mahmood2015-07-072-24/+12
| | | | | | |
| * | | | | | Merge branch 'master' of https://github.com/mattermost/platformAsaad Mahmood2015-07-073-8/+15
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'master' of https://github.com/mattermost/platformAsaad Mahmood2015-07-072-1/+9
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Fixing code error in cssAsaad Mahmood2015-07-071-1/+0
| | | | | | |
| * | | | | | Fixing before after hover for date/new separatorAsaad Mahmood2015-07-071-2/+6
| | | | | | |
| * | | | | | Files img filesAsaad Mahmood2015-07-071-2/+5
| | | | | | |
| * | | | | | Fixing background hoversAsaad Mahmood2015-07-072-11/+8
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #139 from hmhealey/makefilegodepsJoram Wilander2015-07-071-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Change Makefile to look for godep in GOPATH instead of using a relative path
| * | | | | Change Makefile to look for godep in GOPATH instead of using a relative pathhmhealey2015-07-061-1/+1
| | | | | |
* | | | | | Merge pull request #138 from hmhealey/mm756Christopher Speller2015-07-073-8/+15
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | MM-756 Don't mark channels as unread after user joined/left messages
| * | | | | Add a post type for user joined/left messages and don't flag a channel as ↵hmhealey2015-07-073-8/+15
| |/ / / / | | | | | | | | | | | | | | | unread when one of those is automatically posted
* | | | | Merge pull request #141 from hmhealey/profilepicture32bitChristopher Speller2015-07-071-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix an out of bounds exception when generating profile pictures on 32 bit installations
| * | | | | Explicitly cast to an int64 when selecting a random profile picture colour ↵hmhealey2015-07-061-1/+1
| |/ / / / | | | | | | | | | | | | | | | to prevent overflow on 32-bit installations of Go
* | | | | Merge pull request #134 from nickago/MM-1313Christopher Speller2015-07-071-0/+8
|\ \ \ \ \ | |_|/ / / |/| | | | Mm 1313 Made the typing notification more responsive/accurate
| * | | | Changed socket event to a props based changenickago2015-07-062-20/+9
| | | | |
| * | | | Typing notification disappears when message is sentnickago2015-07-062-3/+4
| | | | |
| * | | | Typing notifier resets on channel changenickago2015-07-062-4/+22
| | | | |
* | | | | Merge pull request #140 from mattermost/fix-buildCorey Hulen2015-07-061-0/+3
|\ \ \ \ \ | | | | | | | | | | | | fixing build
| * | | | | fixing build=Corey Hulen2015-07-061-0/+3
|/ / / / /
* | | | | Merge pull request #135 from asaadmahmoodspin/masterCorey Hulen2015-07-067-43/+92
|\ \ \ \ \ | | | | | | | | | | | | MM-1461 - Updating Mattermost UI
| * | | | | MM-1461 - Updating Mattermost UIAsaad Mahmood2015-07-067-43/+92
| | |_|_|/ | |/| | |
* | | | | Merge pull request #133 from nickago/MM-794Corey Hulen2015-07-061-0/+7
|\ \ \ \ \ | | | | | | | | | | | | MM-794 Force the extra info to update asych on user creation
| * | | | | Force the extra info to update asychnickago2015-07-061-0/+7
| | |/ / / | |/| | |
* | | | | Merge pull request #132 from mattermost/mm-1250Corey Hulen2015-07-062-2/+6
|\ \ \ \ \ | |_|_|/ / |/| | | | fixes mm-1250 mention highlights should now align in textbox
| * | | | fixes mm-1250 mention highlights should now align in textboxJoramWilander2015-06-172-2/+6
| | | | |