summaryrefslogtreecommitdiffstats
path: root/web/react/utils
Commit message (Expand)AuthorAgeFilesLines
...
| * | PLT-1326: Enable channel posts of type join or leave not trigger unread notif...Florian Orben2015-12-042-1/+7
* | | Multiple UI ImprovementsAsaad Mahmood2015-12-041-1/+5
| |/ |/|
* | Merge pull request #1612 from mattermost/fix-build-updateChristopher Speller2015-12-041-3/+7
|\ \
| * | Fixing detect build=Corey Hulen2015-12-031-1/+0
| * | Fixing detect build=Corey Hulen2015-12-031-3/+8
| |/
* | Merge pull request #1600 from hmhealey/plt1152Joram Wilander2015-12-041-19/+20
|\ \
| * | Renamed channel_intro_mssages.jsx to channel_intro_messages.jsxhmhealey2015-12-031-0/+0
| * | Removed some internal state from ChannelMembersModal and ChannelInviteModalhmhealey2015-12-031-0/+1
| * | Switched ChannelInviteModal to use a ToggleModalButton wherever possiblehmhealey2015-12-031-19/+19
* | | Merge pull request #1605 from hmhealey/plt1370Joram Wilander2015-12-041-0/+1
|\ \ \ | |_|/ |/| |
| * | Changed SuggestionBox to clear its suggestions on losing focushmhealey2015-12-031-0/+1
* | | Changed font changing code to use jquery to fix Safari weirdnesshmhealey2015-12-031-9/+13
|/ /
* / Fixed emoticon code to use an ES6 map properlyhmhealey2015-12-031-4/+4
|/
* Merge pull request #1579 from hmhealey/plt1298Christopher Speller2015-12-032-6/+30
|\
| * Moved action creation for suggestionshmhealey2015-12-021-0/+24
| * Cleaned up styling for command and at mention suggestionshmhealey2015-12-011-6/+6
* | Merge pull request #1554 from florianorben/emoji_styleChristopher Speller2015-12-032-4/+7
|\ \
| * | switch to only use emoji one smileys; remove setting to switchFlorian Orben2015-12-012-12/+7
| * | Allow to switch between default and emoji-one emoji styleFlorian Orben2015-12-012-4/+12
* | | Merge pull request #1540 from hmhealey/plt1297Christopher Speller2015-12-031-1/+8
|\ \ \ | | |/ | |/|
| * | Replaced SearchAutocomplete with new suggestion componentshmhealey2015-12-011-1/+8
* | | Multiple UI ImprovementsAsaad Mahmood2015-12-021-7/+7
* | | Stop firefox from crashing due to fontsJoramWilander2015-12-021-2/+4
* | | Merge pull request #1577 from mattermost/plt-1307Joram Wilander2015-12-021-5/+15
|\ \ \
| * | | Remove loggingJoramWilander2015-12-021-2/+0
| * | | Make proper async calls when switching channelsJoramWilander2015-12-021-5/+17
* | | | Merge pull request #1535 from florianorben/PLT-1233Christopher Speller2015-12-022-0/+26
|\ \ \ \ | |_|/ / |/| | |
| * | | PLT-1233: "Display Font" option in Account Settings > DisplayFlorian Orben2015-11-282-0/+26
* | | | Merge pull request #1562 from asaadmahmoodspin/ui-improvementsCorey Hulen2015-12-011-3/+2
|\ \ \ \
| * | | | Multiple UI ImprovementsAsaad Mahmood2015-12-011-3/+2
| | |_|/ | |/| |
* | | | Merge pull request #1559 from mattermost/plt-510Harrison Healey2015-12-011-1/+2
|\ \ \ \
| * | | | Updated oauth2 app register modalJoramWilander2015-12-011-1/+2
* | | | | PLT-1182: "Recent Mention" search brings up username as "[username]undefined"Florian Orben2015-12-011-1/+1
| |/ / / |/| | |
* | | | Enabled name display settings in more placesReed Garmsen2015-12-012-7/+10
| |_|/ |/| |
* | | Merge pull request #1548 from mattermost/plt-1268Christopher Speller2015-12-011-1/+1
|\ \ \ | |/ / |/| |
| * | Fix webhook post aggregation and pending/failed post aggregationJoramWilander2015-11-301-1/+1
* | | refactor not to use nested ternary statementsFlorian Orben2015-11-301-3/+5
* | | support gfm tasklistsFlorian Orben2015-11-301-0/+8
|/ /
* | PLT-1121: One element, non-ordered lists and one element, ordered, nested lis...Florian Orben2015-11-301-57/+57
* | rename 'featureToggle' to 'isFeatureEnable' and move definition of available ...Florian Orben2015-11-273-16/+9
* | only show advanced settings section if there are any pre-release featuresFlorian Orben2015-11-272-2/+3
* | PLT-1125: allow to toggle features in frontendFlorian Orben2015-11-272-0/+17
|/
* Disabling the all mention=Corey Hulen2015-11-231-1/+2
* Moved show static methods out of modals and into EventHelpershmhealey2015-11-231-4/+3
* Converted GetLinkModal to React-Bootstrap and added GetTeamInviteLinkModalhmhealey2015-11-232-5/+3
* Cleaned up how channel intro messages display set channel header buttonhmhealey2015-11-231-28/+17
* Renamed EditChannelModal to EditChannelHeaderModalhmhealey2015-11-231-5/+5
* Ported EditChannelModal to React-Bootstraphmhealey2015-11-232-46/+22
* Enable no magic numbers as warning. Ignore stateless components.Christopher Speller2015-11-231-3/+3
* Implementing Permalinks and jumping to post from search. PerformanceChristopher Speller2015-11-234-169/+247