summaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #1591 from rgarmsen2295/plt-1158Joram Wilander2015-12-031-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | PLT-1158 Limit the 'Team Name' input field in Team Settings to 22 characters
| * | | | | | | | Limit edit team name input field to 22 charactersReed Garmsen2015-12-021-0/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #1590 from rgarmsen2295/plt-169Joram Wilander2015-12-031-29/+20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | PLT-169 Fixes issue where cancelling a change in notification settings would not be reflected in the minimized section
| * | | | | | | | Cancelling out of a notification's setting change now displays the correct ↵Reed Garmsen2015-12-021-29/+20
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | option in the minimized setting tab
* | | | | | | | Merge pull request #1540 from hmhealey/plt1297Christopher Speller2015-12-0310-380/+725
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | / / / / | |_|_|/ / / / |/| | | | | | PLT-1297 Replaced SearchAutocomplete with new suggestion components
| * | | | | | Changed SuggestionProviders to be regular objects and not singletonshmhealey2015-12-013-7/+5
| | | | | | |
| * | | | | | Added -1 as an ignored magic numberhmhealey2015-12-011-1/+1
| | | | | | |
| * | | | | | Replaced SearchAutocomplete with new suggestion componentshmhealey2015-12-019-379/+726
| | |_|/ / / | |/| | | |
* | | | | | Updating UI for tablet viewAsaad Mahmood2015-12-022-6/+2
| | | | | |
* | | | | | Multiple UI ImprovementsAsaad Mahmood2015-12-023-19/+51
| |/ / / / |/| | | |
* | | | | Stop firefox from crashing due to fontsJoramWilander2015-12-021-2/+4
| | | | |
* | | | | Merge pull request #1577 from mattermost/plt-1307Joram Wilander2015-12-024-60/+73
|\ \ \ \ \ | | | | | | | | | | | | PLT-1307 Make proper async calls when switching channels
| * | | | | Minor changeJoramWilander2015-12-021-2/+1
| | | | | |
| * | | | | Remove loggingJoramWilander2015-12-021-2/+0
| | | | | |
| * | | | | Add bindJoramWilander2015-12-021-0/+1
| | | | | |
| * | | | | Make proper async calls when switching channelsJoramWilander2015-12-024-61/+76
| | | | | |
* | | | | | Fix emitter leakJoramWilander2015-12-021-2/+8
| | | | | |
* | | | | | Remove perfectscrollbar from center channelJoramWilander2015-12-021-3/+1
| | | | | |
* | | | | | Merge pull request #1535 from florianorben/PLT-1233Christopher Speller2015-12-0262-2/+18819
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | PLT-1233: "Display Font" option in Account Settings > Display
| * | | | | PLT-1233: "Display Font" option in Account Settings > DisplayFlorian Orben2015-11-2862-2/+18819
| | | | | |
* | | | | | Merge pull request #1565 from mattermost/plt-1270Joram Wilander2015-12-011-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | | Minor fix
| * | | | | Minor fixJoramWilander2015-12-011-1/+1
| | | | | |
* | | | | | Merge pull request #1560 from mattermost/plt-1270Christopher Speller2015-12-011-5/+7
|\| | | | | | | | | | | | | | | | | PLT-1270 Fix channel creation errors
| * | | | | Fix channel creation errorsJoramWilander2015-12-011-5/+7
| | | | | |
* | | | | | Merge pull request #1562 from asaadmahmoodspin/ui-improvementsCorey Hulen2015-12-016-11/+11
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Multiple UI Improvements
| * | | | | Multiple UI ImprovementsAsaad Mahmood2015-12-016-11/+11
| | |_|/ / | |/| | |
* | | | | Merge pull request #1559 from mattermost/plt-510Harrison Healey2015-12-015-73/+142
|\ \ \ \ \ | | | | | | | | | | | | PLT-510 Updated OAuth2 app register modal
| * | | | | Updated oauth2 app register modalJoramWilander2015-12-015-73/+142
| | | | | |
* | | | | | PLT-1182: "Recent Mention" search brings up username as "[username]undefined"Florian Orben2015-12-011-1/+1
| |/ / / / |/| | | |
* | | | | Merge pull request #1512 from rgarmsen2295/plt-995bJoram Wilander2015-12-018-44/+52
|\ \ \ \ \ | | | | | | | | | | | | PLT-995 Applies name display preference setting in more places
| * | | | | Enabled name display settings in more placesReed Garmsen2015-12-018-44/+52
| | |/ / / | |/| | |
* | | | | Merge pull request #1555 from mattermost/PLT-902Corey Hulen2015-12-011-1/+66
|\ \ \ \ \ | |/ / / / |/| | | | PLT-902 switching to push proxy server
| * | | | PLT-902 switching to push proxy server=Corey Hulen2015-11-301-1/+66
| |/ / /
* | | | Merge pull request #1548 from mattermost/plt-1268Christopher Speller2015-12-012-9/+40
|\ \ \ \ | | | | | | | | | | PLT-1268 Fix webhook post aggregation and pending/failed post aggregation
| * | | | Fix webhook post aggregation and pending/failed post aggregationJoramWilander2015-11-302-9/+40
| | | | |
* | | | | Merge pull request #1546 from mattermost/plt-1281Christopher Speller2015-12-012-2/+4
|\ \ \ \ \ | |_|/ / / |/| | | | PLT-1281 Make sure to have latest posts for the view when switching to a channel
| * | | | Make sure to have latests posts for the view whhen switching to a channelJoramWilander2015-11-302-2/+4
| | | | |
* | | | | Merge pull request #1547 from asaadmahmoodspin/ui-improvementsCorey Hulen2015-11-304-28/+56
|\ \ \ \ \ | | | | | | | | | | | | Ui improvements
| * | | | | Improving image modal and removing console logAsaad Mahmood2015-11-302-2/+2
| | | | | |
| * | | | | Fixing LHS scroll and Image previewsAsaad Mahmood2015-11-304-27/+55
| | |/ / / | |/| | |
* | | | | Merge pull request #1543 from florianorben/GFM-TasklistCorey Hulen2015-11-302-0/+15
|\ \ \ \ \ | | | | | | | | | | | | Support Tasklists like GitHub does
| * | | | | refactor not to use nested ternary statementsFlorian Orben2015-11-301-3/+5
| | | | | |
| * | | | | support gfm tasklistsFlorian Orben2015-11-302-0/+13
| |/ / / /
* | | | | Merge pull request #1538 from florianorben/PLT-199Corey Hulen2015-11-301-1/+3
|\ \ \ \ \ | |/ / / / |/| | | | PLT-199: Add scroll bar to center channel
| * | | | PLT-199: Add scroll bar to center channelFlorian Orben2015-11-281-1/+3
| | |/ / | |/| |
* | | | Merge pull request #1542 from florianorben/PLT-1121Harrison Healey2015-11-302-58/+63
|\ \ \ \ | |_|/ / |/| | | PLT-1121: One element, non-ordered lists and one element, ordered, ne…
| * | | PLT-1121: One element, non-ordered lists and one element, ordered, nested ↵Florian Orben2015-11-302-58/+63
| | | | | | | | | | | | | | | | lists aren't rendered correctly
* | | | Merge pull request #1539 from florianorben/PLT-1170Christopher Speller2015-11-302-1/+2
|\ \ \ \ | | | | | | | | | | PLT-1170: Support enter key in DeletePostModal
| * | | | PLT-1170: Support enter key in DeletePostModalFlorian Orben2015-11-282-1/+2
| | |/ / | |/| |
* | | | Merge pull request #1533 from hmhealey/plt1290Joram Wilander2015-11-301-1/+13
|\ \ \ \ | |_|/ / |/| | | PLT-1290 Fix up arrow to edit posts