summaryrefslogtreecommitdiffstats
path: root/web
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #1565 from mattermost/plt-1270Joram Wilander2015-12-011-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Minor fixJoramWilander2015-12-011-1/+1
* | | | | | Merge pull request #1560 from mattermost/plt-1270Christopher Speller2015-12-011-5/+7
|\| | | | |
| * | | | | Fix channel creation errorsJoramWilander2015-12-011-5/+7
* | | | | | Merge pull request #1562 from asaadmahmoodspin/ui-improvementsCorey Hulen2015-12-016-11/+11
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Multiple UI ImprovementsAsaad Mahmood2015-12-016-11/+11
| | |_|/ / | |/| | |
* | | | | Merge pull request #1559 from mattermost/plt-510Harrison Healey2015-12-015-73/+142
|\ \ \ \ \
| * | | | | 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
|\ \ \ \ \
| * | | | | 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=Corey Hulen2015-11-301-1/+66
| |/ / /
* | | | Merge pull request #1548 from mattermost/plt-1268Christopher Speller2015-12-012-9/+40
|\ \ \ \
| * | | | 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
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | 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
|\ \ \ \ \
| * | | | | 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
|\ \ \ \ \
| * | | | | 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 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, nested lis...Florian Orben2015-11-302-58/+63
* | | | Merge pull request #1539 from florianorben/PLT-1170Christopher Speller2015-11-302-1/+2
|\ \ \ \
| * | | | PLT-1170: Support enter key in DeletePostModalFlorian Orben2015-11-282-1/+2
| | |/ / | |/| |
* | | | Merge pull request #1533 from hmhealey/plt1290Joram Wilander2015-11-301-1/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | Re-added PostStore.getPosthmhealey2015-11-271-0/+12
| * | | Fixed getCommentCounthmhealey2015-11-271-1/+1
| |/ /
* | | rename 'featureToggle' to 'isFeatureEnable' and move definition of available ...Florian Orben2015-11-276-42/+27
* | | move preview-link-toggle outside of component markupFlorian Orben2015-11-271-8/+14
* | | only show advanced settings section if there are any pre-release featuresFlorian Orben2015-11-273-51/+59
* | | allow to toggle features in backendFlorian Orben2015-11-271-1/+6
* | | PLT-1125: allow to toggle features in frontendFlorian Orben2015-11-274-16/+136
* | | fix jumping of textbox upon entering a multiline messageFlorian Orben2015-11-271-2/+2
* | | dont display line breaks in preview modeFlorian Orben2015-11-271-0/+1
|/ /
* | Fixed Add Members menu option on mobilehmhealey2015-11-261-1/+1
* | Merge pull request #1514 from rgarmsen2295/plt-1271Corey Hulen2015-11-241-7/+10
|\ \
| * | Fixed regression with setting channel notification settingsReed Garmsen2015-11-241-7/+10
* | | Fixing pending post deletion on other clients.Christopher Speller2015-11-241-2/+4
* | | Updating client dependancies (non-npm)Christopher Speller2015-11-2411-6301/+4552
|/ /
* | Merge pull request #1506 from mattermost/PLT-1223Christopher Speller2015-11-241-2/+2
|\ \
| * | PLT-1223 fixing help links=Corey Hulen2015-11-231-2/+2
* | | Merge pull request #1502 from mattermost/disable-allChristopher Speller2015-11-244-14/+19
|\ \ \
| * | | fixing eslint=Corey Hulen2015-11-232-0/+4
| * | | Disabling the all mention=Corey Hulen2015-11-234-14/+15
| |/ /
* | | Merge pull request #1490 from hmhealey/plt1070Christopher Speller2015-11-241-1/+1
|\ \ \