summaryrefslogtreecommitdiffstats
path: root/web/react/components
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * | Fixed center channel height magic. Fixes tutorialChristopher Speller2015-11-053-6/+2
| | |
* | | Add constant form 'mention'JoramWilander2015-11-051-1/+2
| | |
* | | Only show * in tab title when a channel is marked unreadJoramWilander2015-11-051-1/+3
| |/ |/|
* | Merge pull request #1308 from asaadmahmoodspin/plt-960Christopher Speller2015-11-054-91/+62
|\ \ | | | | | | Plt 960 - Moving code themes into custom themes
| * | Updating UI for access history and access log modalsAsaad Mahmood2015-11-051-1/+1
| | |
| * | Updating code themesAsaad Mahmood2015-11-051-4/+6
| | |
| * | Merge branch 'plt-960' of https://github.com/rgarmsen2295/platform into PLT-960Asaad Mahmood2015-11-053-90/+59
| |\ \
| | * | Removed old code theme selector and fixed some issuesReed Garmsen2015-11-043-83/+6
| | | |
| | * | Moved code theme picker into custom theme subareaReed Garmsen2015-11-042-23/+69
| | | |
* | | | Merge pull request #1298 from asaadmahmoodspin/ui-improvementsCorey Hulen2015-11-045-15/+34
|\ \ \ \ | |/ / / |/| | | Multiple UI Improvements
| * | | Binding handleShown to constructorAsaad Mahmood2015-11-042-0/+2
| | | |
| * | | Making tutorial buttons and tutorial circles consistentAsaad Mahmood2015-11-041-1/+1
| | | |
| * | | Fixing issues with memberList modalAsaad Mahmood2015-11-041-14/+14
| | | |
| * | | Adding focus for channel modalsAsaad Mahmood2015-11-043-0/+17
| | | |
* | | | Merge pull request #1303 from mattermost/plt-516-2Christopher Speller2015-11-045-329/+325
|\ \ \ \ | |_|_|/ |/| | | PLT-516 Part 2 of fixing performance issues with large teams
| * | | Convert channel_members and channel_invite modals to react boostrap to fix ↵JoramWilander2015-11-045-329/+325
| |/ / | | | | | | | | | performance issues
* | | Merge pull request #1304 from mattermost/leave-channel-fixCorey Hulen2015-11-041-3/+3
|\ \ \ | |_|/ |/| | Fixed leaving channels issue
| * | Fixed leaving channels issueChristopher Speller2015-11-041-3/+3
| |/
* | Merge pull request #1287 from hmhealey/plt382Christopher Speller2015-11-0418-404/+582
|\ \ | |/ |/| PLT-382 Refactored some modals to use React-Bootstrap and added a confirmation when discarding theme changes
| * Fixed theme confirmation dialog to work in all cases and removed some jquery ↵hmhealey2015-11-0310-53/+173
| | | | | | | | magic related to it
| * Changed TeamSettingsModal click handlers to not affect other modalshmhealey2015-11-031-2/+4
| |
| * Moved InviteMemberModal to be controlled by a storehmhealey2015-11-024-22/+39
| |
| * Added handling of keyboard focus to UserSettingsModal and its childrenhmhealey2015-11-025-12/+51
| |
| * Added a confirmation dialog for unsaved theme changes and removed ↵hmhealey2015-11-0210-118/+106
| | | | | | | | unnecessary dialog close handling
| * Ported UserSettingsModal to React-Bootstraphmhealey2015-11-026-42/+74
| |
| * Ported AccessHistoryModal and ActivityLogModal to React-Bootstraphmhealey2015-11-023-96/+75
| |
| * Ported ConfirmModal and InviteMemberModal to React-Bootstraphmhealey2015-11-024-138/+139
| |
* | Merge pull request #1289 from mattermost/plt-516-2Joram Wilander2015-11-042-58/+33
|\ \ | | | | | | PLT-516 Part 1 of performance fixes for large teams
| * | Minor changes to statuses client codeJoramWilander2015-11-032-7/+5
| | |
| * | Multiple fixes to major performance issues with teams with 50+ usersJoramWilander2015-11-032-55/+32
| | |
* | | Updating prop for direct messages modalAsaad Mahmood2015-11-041-1/+1
| | |
* | | UI Improvements for multiple ticketsAsaad Mahmood2015-11-048-36/+39
| | |