summaryrefslogtreecommitdiffstats
path: root/web/react/components
Commit message (Collapse)AuthorAgeFilesLines
* Added ChannelExtra.MemberCount field to reflect the actual member count when ↵hmhealey2015-11-122-3/+7
| | | | we truncate the list of members to 20
* Merge pull request #1352 from florianorben/PLT-1049Joram Wilander2015-11-114-20/+478
|\ | | | | PLT-1049: Vine URLs should not generate preview links
| * move provider.json to components folder; fix indentation; add json files to ↵Florian Orben2015-11-102-1/+325
| | | | | | | | eslintignore
| * PLT-1049: Vine URLs should not generate preview linksFlorian Orben2015-11-103-20/+154
| |
* | add button to preview your current postFlorian Orben2015-11-101-4/+38
|/
* Merge pull request #1377 from jdhoek/bug/spellingJoram Wilander2015-11-102-9/+9
|\ | | | | Spelling: replace 'Ex' with 'E.g.' in placeholders
| * Spelling: replace 'Ex' with 'E.g.' in placeholdersJeroen Hoek2015-11-102-9/+9
| | | | | | | | | | | | | | When abbreviating "For example" in English, "e.g." is used. See also: https://english.stackexchange.com/questions/16197/whats-the-difference-between-e-g-and-ex
* | Add skip tutorial button to intro screensJoramWilander2015-11-091-0/+12
|/
* Merge pull request #1350 from rgarmsen2295/plt-597Christopher Speller2015-11-091-1/+1
|\ | | | | PLT-597 Moves the 'Email verified' toast to above the sign-in prompt on the login screen
| * Moved 'Email verified' toast to above the sign-in prompt on the login screenReed Garmsen2015-11-061-1/+1
| |
* | Merge pull request #1367 from asaadmahmoodspin/ui-improvementsChristopher Speller2015-11-093-4/+8
|\ \ | | | | | | Updating tutorial tip and adding div tags to webhook labels.
| * | Updating variable tipColorAsaad Mahmood2015-11-091-1/+1
| | |
| * | Updating tutorial tipAsaad Mahmood2015-11-093-4/+8
| | |
* | | Merge pull request #1366 from mattermost/jump-to-newChristopher Speller2015-11-092-1/+14
|\ \ \ | |/ / |/| | Jumps up to new messages indicator when new messages present
| * | Jumps up to new messages indicator when new messages presentChristopher Speller2015-11-092-1/+14
| |/
* / Add new line breakJoramWilander2015-11-091-0/+1
|/
* Fixing jumping to bottom of channels when messages recieved in anouther channelChristopher Speller2015-11-061-0/+2
|
* Revert "Fixed loading forever on first page load"Christopher Speller2015-11-061-0/+5
| | | | This reverts commit d020db39cb3c694332b58f030c4441a761b16d01.
* Merge pull request #1341 from hmhealey/plt911Joram Wilander2015-11-061-1/+10
|\ | | | | PLT-911 Fixed navigating search autocomplete with the keyboard
| * Sorted channel suggestions be type before sorting by namehmhealey2015-11-061-1/+10
| |
* | Merge pull request #1339 from mattermost/loading-forever-fixJoram Wilander2015-11-061-5/+0
|\ \ | | | | | | Fixed loading forever on first page load
| * | Fixed loading forever on first page loadChristopher Speller2015-11-061-5/+0
| | |
* | | Merge pull request #1338 from asaadmahmoodspin/ui-improvementsJoram Wilander2015-11-061-2/+2
|\ \ \ | | | | | | | | Updating UI for search autocomplete
| * | | Updating UI for search autocompleteAsaad Mahmood2015-11-061-2/+2
| | |/ | |/|
* / | display slack attachments in RHS comment sectionFlorian Orben2015-11-061-0/+4
|/ /
* | Merge pull request #1335 from mattermost/triple-dot-fixJoram Wilander2015-11-061-1/+1
|\ \ | |/ |/| Fix user profile never updating properly
| * Fix user profile never updating properlyJoramWilander2015-11-061-1/+1
| |
* | Merge pull request #1318 from mattermost/plt-1025Christopher Speller2015-11-061-15/+39
|\ \ | | | | | | PLT-1025 Make dots in tutorial intro clickable and always at the same spot
| * | Use state for current screen in turotial introJoramWilander2015-11-051-5/+5
| | |
| * | Make dots in tutorial intro clickable and always at the same spotJoramWilander2015-11-051-15/+39
| | |
* | | Merge pull request #1332 from mattermost/plt-560Christopher Speller2015-11-061-35/+55
|\ \ \ | |_|/ |/| | PLT-560 Prevent SSO users from changing their email
| * | Prevent SSO users from changing their emailJoramWilander2015-11-061-35/+55
| | |
* | | Merge pull request #1327 from florianorben/PLT-857-2Joram Wilander2015-11-064-0/+387
|\ \ \ | |/ / |/| | PLT-857: Support `attachments` for Incoming Webhooks
| * | remove two unused assignmentsFlorian Orben2015-11-052-2/+0
| | |
| * | PLT-857: Support for Incoming Webhooks - Try #2Florian Orben2015-11-052-11/+60
| | |
| * | collapse text after 700 chars or 5 line breaksFlorian Orben2015-11-051-2/+57
| | |
| * | attachments frontendFlorian Orben2015-11-055-0/+285
| | |
* | | Merge pull request #1321 from hmhealey/plt911Joram Wilander2015-11-062-50/+116
|\ \ \ | | | | | | | | PLT-911 Search autocomplete improvements
| * | | Moved public and private channels into separate sections in the search ↵hmhealey2015-11-052-36/+65
| | | | | | | | | | | | | | | | autocomplete
| * | | Fixed search autocomplete click handlinghmhealey2015-11-051-1/+1
| | | |
| * | | Changed search autocomplete to scroll when making a selection using the keyboardhmhealey2015-11-051-13/+50
| | |/ | |/|
* | | Revert 59581c38506acf267854f33af3c1d25e876dbb69Corey Hulen2015-11-051-1/+1
| |/ |/|
* | PLT-480: Use `Utils.displayUsername` for username renderings. (fixes #874)Martin Fischer2015-11-051-1/+1
| |
* | Merge pull request #1319 from asaadmahmoodspin/ui-improvementsCorey Hulen2015-11-052-4/+8
|\ \ | | | | | | UI Improvements for Slack and post dropdown
| * | UI Improvements for Slack and post dropdownAsaad Mahmood2015-11-052-4/+8
| | |
* | | Merge pull request #1315 from mattermost/plt-996Corey Hulen2015-11-054-6/+6
|\ \ \ | |/ / |/| | PLT-996 Prevent tutorial showing up a second before post list loads
| * | Update tutorial to not show by defaultJoramWilander2015-11-054-6/+6
| | |
* | | Merge pull request #1316 from asaadmahmoodspin/ui-improvementsHarrison Healey2015-11-056-95/+133
|\ \ \ | |_|/ |/| | Modal improvements for members
| * | Modal improvements for membersAsaad Mahmood2015-11-056-95/+133
| | |
* | | Merge pull request #1313 from mattermost/plt-992Joram Wilander2015-11-053-6/+2
|\ \ \ | |_|/ |/| | PLT-992 / PLT-984 Fixed center channel height magic. Fixes tutorial.