summaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Removing useless resize alert function in PostBodyChristopher Speller2015-11-023-10/+2
| | | |
| * | | Some renamingChristopher Speller2015-11-0211-54/+54
| | | |
| * | | Hooking up external componentsChristopher Speller2015-11-0210-62/+217
| | | |
| * | | Refactoring center channelChristopher Speller2015-11-025-790/+676
| | | |
| * | | Creating hierarchyChristopher Speller2015-11-027-122/+148
| | | |
* | | | Merge pull request #1268 from mattermost/plt-514Christopher Speller2015-11-022-16/+25
|\ \ \ \ | | | | | | | | | | PLT-514 Validate callback urls on the server and add help text to outgoing webhooks
| * | | | Validate callback urls on the server and add help text to outgoing webhooksJoramWilander2015-11-022-16/+25
| | |/ / | |/| |
* | | | Merge pull request #1259 from stasvovk/PLT-639Christopher Speller2015-11-024-6/+120
|\ \ \ \ | |/ / / |/| | | PLT-639: display full name, nickname or username in direct messages
| * | | fixed errors in displayUsernameStas Vovk2015-11-021-3/+3
| | | |
| * | | display full name, nickname or username in direct messagesStas Vovk2015-11-014-6/+120
| | | |
* | | | Merge pull request #1260 from vinnymac/fix/browser-detectionHarrison Healey2015-11-021-1/+1
|\ \ \ \ | |_|/ / |/| | | fix isBrowserEdge typo
| * | | fix isBrowserEdge typoVincent Taverna2015-11-011-1/+1
| |/ /
* | | Merge pull request #1264 from girishso/team-name-lt4Christopher Speller2015-11-022-2/+5
|\ \ \ | | | | | | | | PLT-835: Show error message when team name is fewer than 4 characters
| * | | Update the UI to check for 4 characters to match the serverGirish S2015-11-022-4/+4
| | | | | | | | | | | | | | | | fixes PLT-692
| * | | Show error message when team name is fewer than 4 charactersGirish S2015-11-021-0/+3
| |/ / | | | | | | | | | | | | I have still kept the length validation in team_signup_url_page.jsx in case user chooses the url shorter than 4 characters
* | | Merge pull request #1222 from rgarmsen2295/plt-550Joram Wilander2015-11-022-1/+6
|\ \ \ | | | | | | | | PLT-550 Fixed various issues with commenting on recently deleted posts
| * | | Fixed various issues with commenting on recently deleted postsReed Garmsen2015-10-302-1/+6
| | | |
* | | | Merge pull request #1257 from florianorben/align_channel_headerChristopher Speller2015-11-023-2/+8
|\ \ \ \ | | | | | | | | | | correctly align channel header with sidebar header
| * | | | correctly align channel header with sidebar headerFlorian Orben2015-10-313-2/+8
| | |/ / | |/| |
* | | | Merge pull request #1253 from rgarmsen2295/plt-799Christopher Speller2015-11-021-0/+1
|\ \ \ \ | | | | | | | | | | PLT-799 Turn-off browser auto-completion in the search bar
| * | | | Turn-off default auto-completion in the search barReed Garmsen2015-10-301-0/+1
| | | | |
* | | | | Update about.htmlit332015-11-011-1/+1
| |/ / / |/| | |
* | | | Merge pull request #1248 from mattermost/it33-patch-1Corey Hulen2015-10-301-1/+1
|\ \ \ \ | | | | | | | | | | Fixed typo
| * | | | Fixed typoit332015-10-301-1/+1
| | |/ / | |/| |
* | | | Merge pull request #1251 from rgarmsen2295/plt-941Corey Hulen2015-10-301-2/+2
|\ \ \ \ | |_|/ / |/| | | PLT-941 Adds Safari 7 and IE10 to the list of unsupported browsers
| * | | Added Safari 7 and IE10 to the list of unsupported browsersReed Garmsen2015-10-301-2/+2
| |/ /
* / / Fixing eslint not recursingChristopher Speller2015-10-303-8/+6
|/ /
* | Merge pull request #1238 from girishso/webhook-creator-notifsCorey Hulen2015-10-301-1/+1
|\ \ | | | | | | display webhook notifications to the creator of webhook
| * | display webhook notifications to the creator of webhookGirish S2015-10-301-1/+1
| | |
* | | Merge pull request #1236 from girishso/webhook-notificationCorey Hulen2015-10-301-1/+3
|\ \ \ | |_|/ |/| | Show usernames overridden by Incoming Webhooks in notification messages.
| * | Show usernames overridden by Incoming Webhooks in notification messages.Girish S2015-10-301-1/+3
| |/ | | | | | | fixes PLT-856
* | Merge pull request #1211 from mattermost/PLT-340Joram Wilander2015-10-3015-72/+545
|\ \ | | | | | | PLT-340 allow team directory and open invites
| * | Adding error when enabling team dir without global prop being set.=Corey Hulen2015-10-291-2/+9
| | |
| * | Moving single team redirect to backend=Corey Hulen2015-10-282-8/+5
| | |
| * | Merge branch 'master' into PLT-340=Corey Hulen2015-10-284-13/+10
| |\ \
| * | | Removing console.log=Corey Hulen2015-10-271-2/+0
| | | |
| * | | PLT-340=Corey Hulen2015-10-2715-72/+543
| | | |
* | | | Merge pull request #1220 from florianorben/PLT-395Harrison Healey2015-10-3014-2/+231
|\ \ \ \ | | | | | | | | | | PLT-395: Add syntax highlighting to Markdown code blocks
| * | | | allow code theme to be shareableFlorian Orben2015-10-292-2/+7
| | | | |
| * | | | use XML syntax highlighting if provided language is htmlFlorian Orben2015-10-291-4/+10
| | | | |
| * | | | escape user inputFlorian Orben2015-10-291-2/+2
| | | | |
| * | | | Add java and ini languageFlorian Orben2015-10-292-1/+7
| | | | | | | | | | | | | | | | | | | | Forgot to add those altough they are quite common
| * | | | fix markup if code is of unknown languageFlorian Orben2015-10-291-1/+1
| | | | |
| * | | | code style theme chooserFlorian Orben2015-10-299-2/+111
| | | | |
| * | | | highlight code in markdown blocksFlorian Orben2015-10-296-0/+103
| | | | |
* | | | | Merge pull request #1233 from hmhealey/plt600Christopher Speller2015-10-302-5/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | | PLT-600 Added help text for the channel header and purpose dialogs
| * | | | Added help text for the channel header and purpose dialogshmhealey2015-10-292-5/+12
| |/ / /
* | | | simplify check if ctrl+enter was pressedFlorian Orben2015-10-292-75/+4
| | | |
* | | | fix component unmountFlorian Orben2015-10-292-1/+70
| | | |
* | | | enable ctrl+enter send for edit msg modalFlorian Orben2015-10-291-4/+25
|/ / /