summaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Updating code themesAsaad Mahmood2015-11-056-4/+15
| | |
| * | Merge branch 'plt-960' of https://github.com/rgarmsen2295/platform into PLT-960Asaad Mahmood2015-11-055-105/+94
| |\ \
| | * | Removed old code theme selector and fixed some issuesReed Garmsen2015-11-045-99/+20
| | | |
| | * | Moved code theme picker into custom theme subareaReed Garmsen2015-11-043-24/+92
| | | |
* | | | Merge pull request #1298 from asaadmahmoodspin/ui-improvementsCorey Hulen2015-11-049-24/+45
|\ \ \ \ | |/ / / |/| | | Multiple UI Improvements
| * | | Adding legacy pie clear fix instead of just clear fix to container-fluidAsaad Mahmood2015-11-041-1/+1
| | | |
| * | | Binding handleShown to constructorAsaad Mahmood2015-11-042-0/+2
| | | |
| * | | Making tutorial buttons and tutorial circles consistentAsaad Mahmood2015-11-043-7/+2
| | | |
| * | | Fixing tutorial next button to be fixed at the bottomAsaad Mahmood2015-11-041-1/+8
| | | |
| * | | Fixing issues with memberList modalAsaad Mahmood2015-11-042-15/+15
| | | |
| * | | Adding focus for channel modalsAsaad Mahmood2015-11-043-0/+17
| | | |
* | | | Merge pull request #1303 from mattermost/plt-516-2Christopher Speller2015-11-047-343/+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-047-343/+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-0424-448/+636
|\ \ \ | |_|/ |/| | 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-029-47/+91
| | |
| * | 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-028-48/+78
| | |
| * | Ported AccessHistoryModal and ActivityLogModal to React-Bootstraphmhealey2015-11-024-108/+75
| | |
| * | Ported ConfirmModal and InviteMemberModal to React-Bootstraphmhealey2015-11-026-144/+142
| | |
* | | Properly escaped mention keywords and search terms when formatting themhmhealey2015-11-041-2/+6
| | |
* | | Allowed @mentions to follow any non-alphanumeric character instead of just ↵hmhealey2015-11-041-1/+1
| | | | | | | | | | | | whitespace
* | | Removed unused text formatting functionshmhealey2015-11-041-16/+0
| |/ |/|
* | Merge pull request #1289 from mattermost/plt-516-2Joram Wilander2015-11-046-79/+69
|\ \ | | | | | | PLT-516 Part 1 of performance fixes for large teams
| * | Minor changes to statuses client codeJoramWilander2015-11-033-8/+8
| | |
| * | Multiple fixes to major performance issues with teams with 50+ usersJoramWilander2015-11-036-76/+66
| | |
* | | Merge pull request #1288 from asaadmahmoodspin/plt-945Harrison Healey2015-11-0412-73/+88
|\ \ \ | | | | | | | | UI Improvements for multiple tickets
| * | | Updating prop for direct messages modalAsaad Mahmood2015-11-041-1/+1
| | | |
| * | | Updating modal-body max-height if it exceeds more than 1200pxAsaad Mahmood2015-11-041-1/+6
| | | |
| * | | UI Improvements for multiple ticketsAsaad Mahmood2015-11-0411-72/+82
| | | |
* | | | Merge pull request #1286 from hmhealey/plt973Christopher Speller2015-11-041-1/+2
|\ \ \ \ | |/ / / |/| | | PLT-973 Re-enabled Markdown tables
| * | | Re-enabled Markdown tableshmhealey2015-11-031-1/+2
| | |/ | |/|
* | | Merge pull request #1279 from rgarmsen2295/plt-743Joram Wilander2015-11-043-22/+31
|\ \ \ | | | | | | | | PLT-741/743 Adds additional checks when sorting channels/teams by display name
| * | | Functionalized codeReed Garmsen2015-11-023-36/+27
| | | |
| * | | Added additional checks to channel sorting that sorts by display_nameReed Garmsen2015-11-022-9/+27
| | | |
* | | | Merge pull request #1291 from mattermost/tutorial-tweaksCorey Hulen2015-11-032-3/+6
|\ \ \ \ | | | | | | | | | | Tutorial tweaks
| * | | | Update tutorial_intro_screens.jsxit332015-11-031-1/+1
| | | | |
| * | | | Update sidebar_header.jsxit332015-11-031-0/+3
| | | | |
| * | | | Update tutorial_intro_screens.jsxit332015-11-031-2/+2
| | | | |
| * | | | Update tutorial_intro_screens.jsxit332015-11-031-1/+1
| | | | |
* | | | | Merge pull request #1290 from mattermost/fixed-embed-heightCorey Hulen2015-11-035-3/+34
|\ \ \ \ \ | | | | | | | | | | | | PLT-991 Fixing height of embeded images
| * | | | | Fixing height of embeded imagesChristopher Speller2015-11-035-3/+34
| |/ / / /
* | | | | Merge pull request #1282 from asaadmahmoodspin/ui-improvementsCorey Hulen2015-11-0310-53/+106
|\ \ \ \ \ | |_|_|_|/ |/| | | | Multiple UI changes
| * | | | Adding browser functions in utilis and calling them in settings_sidebarAsaad Mahmood2015-11-032-1/+16
| | | | |
| * | | | Updating height code for tutorial screens.Asaad Mahmood2015-11-031-3/+5
| | | | |
| * | | | Multiple UI changesAsaad Mahmood2015-11-0310-53/+89
| |/ / /