summaryrefslogtreecommitdiffstats
path: root/web/react
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #699 from mattermost/PLT-92Joram Wilander2015-09-182-5/+13
|\
| * moving to security tab=Corey Hulen2015-09-172-12/+11
| * Making changes to versioning=Corey Hulen2015-09-171-5/+4
| * Merge branch 'master' into PLT-92=Corey Hulen2015-09-174-36/+100
| |\
| * | Adding version to UI=Corey Hulen2015-09-161-0/+13
| * | PLT-92 Adding server side versioning to the binary=Corey Hulen2015-09-161-5/+2
* | | Fixed incorrect check if a url starts with an explicit protocolhmhealey2015-09-181-1/+1
* | | Merge pull request #705 from esethna/patch-1Corey Hulen2015-09-171-1/+1
|\ \ \ | |_|/ |/| |
| * | Grammar change to New Channel ui textesethna2015-09-171-1/+1
* | | Merge pull request #701 from mattermost/PLT-40Joram Wilander2015-09-171-2/+26
|\ \ \ | |/ / |/| |
| * | Fixing css=Corey Hulen2015-09-161-2/+2
| * | PLT-40 adding experimental support for emojis=Corey Hulen2015-09-161-2/+26
| |/
* | Merge pull request #702 from mattermost/oauth-switch-fixJoram Wilander2015-09-171-1/+1
|\ \
| * | Properly check if OAuth providing is enabled on the client.JoramWilander2015-09-171-1/+1
| |/
* | Cleaned up logic for the unread indicatorsChristopher Speller2015-09-163-108/+100
* | Moved unread channel indicators into their own React component and filehmhealey2015-09-162-70/+112
* | Properly hide unread channel indicators when there are no unread channelshmhealey2015-09-161-5/+11
|/
* Merge pull request #693 from mattermost/mm-1419Christopher Speller2015-09-169-5/+492
|\
| * Implement OAuth2 service provider functionality.JoramWilander2015-09-169-5/+492
* | Merge pull request #695 from hmhealey/startswithCorey Hulen2015-09-161-2/+2
|\ \ | |/ |/|
| * Replaced instances of startsWith with lastIndexOf in TextFormattinghmhealey2015-09-161-2/+2
* | Merge pull request #687 from mattermost/PLT-93Christopher Speller2015-09-1642-528/+145
|\ \
| * | Merge branch 'master' into PLT-93=Corey Hulen2015-09-161-3/+4
| |\|
| * | Fixing eslint problems=Corey Hulen2015-09-153-7/+0
| * | Finished removing some of the last bits of client side config=Corey Hulen2015-09-154-41/+1
| * | Removing old config stuff=Corey Hulen2015-09-158-238/+4
| * | PLT-93 cleaing up client side configs=Corey Hulen2015-09-1538-242/+147
| * | removing loggly=Corey Hulen2015-09-152-7/+0
* | | Merge pull request #691 from asaadmahmoodspin/ui-changesCorey Hulen2015-09-166-5/+14
|\ \ \
| * | | UI Updates for multiple ticketsAsaad Mahmood2015-09-166-5/+14
| | |/ | |/|
* / | PLT-149 Removed the file list from (message deleted) placeholder postshmhealey2015-09-161-0/+1
|/ /
* / Removing js map from react bootstrap to make safari happy.Christopher Speller2015-09-161-3/+4
|/
* Merge pull request #681 from mattermost/PLT-12-logChristopher Speller2015-09-157-2/+201
|\
| * Moving style into css=Corey Hulen2015-09-151-11/+1
| * Fixing eslint issues=Corey Hulen2015-09-141-9/+0
| * Merge branch 'master' into PLT-12-log=Corey Hulen2015-09-1417-257/+661
| |\
| * | PLT-12 adding log viewer=Corey Hulen2015-09-107-2/+220
* | | Merge pull request #684 from mattermost/fix-text-overflowCorey Hulen2015-09-151-1/+1
|\ \ \
| * | | Fixing long channel name overflow by changing text to EditChristopher Speller2015-09-151-1/+1
* | | | Merge pull request #682 from mattermost/nc-patchJoram Wilander2015-09-151-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fixing cutoff team name in new channel modalChristopher Speller2015-09-151-1/+1
| | |/ | |/|
* | | Merge pull request #676 from hmhealey/mm1900bJoram Wilander2015-09-159-220/+308
|\ \ \ | |/ / |/| |
| * | Renamed text formatting tokens so that there should be significantly less cha...hmhealey2015-09-141-11/+11
| * | Removed textToJsx!hmhealey2015-09-141-199/+0
| * | Removed all calls to textToJsx and replaced them with calls to TextFormattinghmhealey2015-09-147-28/+39
| * | Cleaned up TextFormatting and added a default click handler for hashtags and ...hmhealey2015-09-141-47/+74
| * | Added highlighting of search terms to the new text formattinghmhealey2015-09-141-6/+41
| * | Added autolinking of hashtags to the new text formattinghmhealey2015-09-141-6/+48
| * | Added autolinking of urls to the new text formattinghmhealey2015-09-141-4/+35
| * | Added highlighting when the current user is mentioned to the new text formattinghmhealey2015-09-141-17/+69