Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | attachments frontend | Florian Orben | 2015-11-05 | 5 | -0/+285 |
| | |||||
* | PLT-480: Use `Utils.displayUsername` for username renderings. (fixes #874) | Martin Fischer | 2015-11-05 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1319 from asaadmahmoodspin/ui-improvements | Corey Hulen | 2015-11-05 | 2 | -4/+8 |
|\ | | | | | UI Improvements for Slack and post dropdown | ||||
| * | UI Improvements for Slack and post dropdown | Asaad Mahmood | 2015-11-05 | 2 | -4/+8 |
| | | |||||
* | | Merge pull request #1315 from mattermost/plt-996 | Corey Hulen | 2015-11-05 | 4 | -6/+6 |
|\ \ | |/ |/| | PLT-996 Prevent tutorial showing up a second before post list loads | ||||
| * | Update tutorial to not show by default | JoramWilander | 2015-11-05 | 4 | -6/+6 |
| | | |||||
* | | Merge pull request #1316 from asaadmahmoodspin/ui-improvements | Harrison Healey | 2015-11-05 | 6 | -95/+133 |
|\ \ | | | | | | | Modal improvements for members | ||||
| * | | Modal improvements for members | Asaad Mahmood | 2015-11-05 | 6 | -95/+133 |
| | | | |||||
* | | | Merge pull request #1313 from mattermost/plt-992 | Joram Wilander | 2015-11-05 | 3 | -6/+2 |
|\ \ \ | |_|/ |/| | | PLT-992 / PLT-984 Fixed center channel height magic. Fixes tutorial. | ||||
| * | | Fixed center channel height magic. Fixes tutorial | Christopher Speller | 2015-11-05 | 3 | -6/+2 |
| | | | |||||
* | | | Add constant form 'mention' | JoramWilander | 2015-11-05 | 1 | -1/+2 |
| | | | |||||
* | | | Only show * in tab title when a channel is marked unread | JoramWilander | 2015-11-05 | 1 | -1/+3 |
| |/ |/| | |||||
* | | Merge pull request #1308 from asaadmahmoodspin/plt-960 | Christopher Speller | 2015-11-05 | 4 | -91/+62 |
|\ \ | | | | | | | Plt 960 - Moving code themes into custom themes | ||||
| * | | Updating UI for access history and access log modals | Asaad Mahmood | 2015-11-05 | 1 | -1/+1 |
| | | | |||||
| * | | Updating code themes | Asaad Mahmood | 2015-11-05 | 1 | -4/+6 |
| | | | |||||
| * | | Merge branch 'plt-960' of https://github.com/rgarmsen2295/platform into PLT-960 | Asaad Mahmood | 2015-11-05 | 3 | -90/+59 |
| |\ \ | |||||
| | * | | Removed old code theme selector and fixed some issues | Reed Garmsen | 2015-11-04 | 3 | -83/+6 |
| | | | | |||||
| | * | | Moved code theme picker into custom theme subarea | Reed Garmsen | 2015-11-04 | 2 | -23/+69 |
| | | | | |||||
* | | | | Merge pull request #1298 from asaadmahmoodspin/ui-improvements | Corey Hulen | 2015-11-04 | 5 | -15/+34 |
|\ \ \ \ | |/ / / |/| | | | Multiple UI Improvements | ||||
| * | | | Binding handleShown to constructor | Asaad Mahmood | 2015-11-04 | 2 | -0/+2 |
| | | | | |||||
| * | | | Making tutorial buttons and tutorial circles consistent | Asaad Mahmood | 2015-11-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fixing issues with memberList modal | Asaad Mahmood | 2015-11-04 | 1 | -14/+14 |
| | | | | |||||
| * | | | Adding focus for channel modals | Asaad Mahmood | 2015-11-04 | 3 | -0/+17 |
| | | | | |||||
* | | | | Merge pull request #1303 from mattermost/plt-516-2 | Christopher Speller | 2015-11-04 | 5 | -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 ↵ | JoramWilander | 2015-11-04 | 5 | -329/+325 |
| |/ / | | | | | | | | | | performance issues | ||||
* | | | Merge pull request #1304 from mattermost/leave-channel-fix | Corey Hulen | 2015-11-04 | 1 | -3/+3 |
|\ \ \ | |_|/ |/| | | Fixed leaving channels issue | ||||
| * | | Fixed leaving channels issue | Christopher Speller | 2015-11-04 | 1 | -3/+3 |
| |/ | |||||
* | | Merge pull request #1287 from hmhealey/plt382 | Christopher Speller | 2015-11-04 | 18 | -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 ↵ | hmhealey | 2015-11-03 | 10 | -53/+173 |
| | | | | | | | | magic related to it | ||||
| * | Changed TeamSettingsModal click handlers to not affect other modals | hmhealey | 2015-11-03 | 1 | -2/+4 |
| | | |||||
| * | Moved InviteMemberModal to be controlled by a store | hmhealey | 2015-11-02 | 4 | -22/+39 |
| | | |||||
| * | Added handling of keyboard focus to UserSettingsModal and its children | hmhealey | 2015-11-02 | 5 | -12/+51 |
| | | |||||
| * | Added a confirmation dialog for unsaved theme changes and removed ↵ | hmhealey | 2015-11-02 | 10 | -118/+106 |
| | | | | | | | | unnecessary dialog close handling | ||||
| * | Ported UserSettingsModal to React-Bootstrap | hmhealey | 2015-11-02 | 6 | -42/+74 |
| | | |||||
| * | Ported AccessHistoryModal and ActivityLogModal to React-Bootstrap | hmhealey | 2015-11-02 | 3 | -96/+75 |
| | | |||||
| * | Ported ConfirmModal and InviteMemberModal to React-Bootstrap | hmhealey | 2015-11-02 | 4 | -138/+139 |
| | | |||||
* | | Merge pull request #1289 from mattermost/plt-516-2 | Joram Wilander | 2015-11-04 | 2 | -58/+33 |
|\ \ | | | | | | | PLT-516 Part 1 of performance fixes for large teams | ||||
| * | | Minor changes to statuses client code | JoramWilander | 2015-11-03 | 2 | -7/+5 |
| | | | |||||
| * | | Multiple fixes to major performance issues with teams with 50+ users | JoramWilander | 2015-11-03 | 2 | -55/+32 |
| | | | |||||
* | | | Updating prop for direct messages modal | Asaad Mahmood | 2015-11-04 | 1 | -1/+1 |
| | | | |||||
* | | | UI Improvements for multiple tickets | Asaad Mahmood | 2015-11-04 | 8 | -36/+39 |
| | | | |||||
* | | | Merge pull request #1279 from rgarmsen2295/plt-743 | Joram Wilander | 2015-11-04 | 1 | -13/+5 |
|\ \ \ | | | | | | | | | PLT-741/743 Adds additional checks when sorting channels/teams by display name | ||||
| * | | | Functionalized code | Reed Garmsen | 2015-11-02 | 1 | -17/+1 |
| | | | | |||||
| * | | | Added additional checks to channel sorting that sorts by display_name | Reed Garmsen | 2015-11-02 | 1 | -6/+14 |
| | | | | |||||
* | | | | Merge pull request #1291 from mattermost/tutorial-tweaks | Corey Hulen | 2015-11-03 | 2 | -3/+6 |
|\ \ \ \ | | | | | | | | | | | Tutorial tweaks | ||||
| * | | | | Update tutorial_intro_screens.jsx | it33 | 2015-11-03 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Update sidebar_header.jsx | it33 | 2015-11-03 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | Update tutorial_intro_screens.jsx | it33 | 2015-11-03 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Update tutorial_intro_screens.jsx | it33 | 2015-11-03 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #1290 from mattermost/fixed-embed-height | Corey Hulen | 2015-11-03 | 1 | -2/+7 |
|\ \ \ \ | | | | | | | | | | | PLT-991 Fixing height of embeded images |