summaryrefslogtreecommitdiffstats
path: root/web/react/utils/utils.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1853 from asaadmahmoodspin/ui-improvementsCorey Hulen2016-01-131-1/+5
|\ | | | | Adding away icon and changing online and offline icons
| * Adding away icon and changing online and offline iconsAsaad Mahmood2016-01-111-1/+5
| |
* | Restricted file uploads on iOS Chrome and the iOS app to work around iOS bugshmhealey2016-01-111-0/+15
|/
* Removed ability to drag n' drop text; drag n' drop ui no longer appears when ↵Reed Garmsen2016-01-061-0/+6
| | | | non-files are dragged
* Merge pull request #1819 from hmhealey/plt1401Joram Wilander2016-01-061-3/+3
|\ | | | | PLT-1401 Removed email regex
| * Removed email regexhmhealey2016-01-061-3/+3
| |
* | Removed temporary fix for old filenames that used absolute urls pointing to ↵hmhealey2016-01-061-16/+2
| | | | | | | | the get file api
* | Changed Audio/Video preview to just display a file info when encountering a ↵hmhealey2016-01-061-0/+19
|/ | | | file that cannot be played
* Fixed ViewImage modal to clear its loaded state when its file list changeshmhealey2016-01-041-0/+10
|
* Merge pull request #1740 from hmhealey/plt730Joram Wilander2015-12-281-2/+2
|\ | | | | PLT-730/PLT-731 Added remaining mobile UI V2 components
| * Added theme styling to floating timestamphmhealey2015-12-161-2/+2
| |
* | Multiple UI ImprovementsAsaad Mahmood2015-12-211-2/+3
| |
* | Multiple UI ImprovementsAsaad Mahmood2015-12-181-2/+3
|/
* Merge pull request #1733 from hmhealey/plt1437Christopher Speller2015-12-161-4/+4
|\ | | | | PLT-1437 PreferenceStore api changes and fixing CreatePost warning
| * Improved PreferenceStore api when getting valueshmhealey2015-12-151-4/+4
| |
* | Multiple UI ImprovementsAsaad Mahmood2015-12-151-1/+1
|/
* Merge pull request #1652 from hmhealey/plt1319Corey Hulen2015-12-111-0/+5
|\ | | | | PLT-1319 Fixed direct channels not being visible when no actual channel exists
| * Changed Sidebar direct channel list to be driven by preferenceshmhealey2015-12-081-1/+6
| |
* | Revert "add helper method to add ephemeral messages; also switch 'delete ↵Christopher Speller2015-12-101-5/+0
| | | | | | | | mess…"
* | add helper method to add ephemeral messages; also switch 'delete message' to ↵Florian Orben2015-12-091-0/+5
| | | | | | | | this new method
* | Fix OEmbeds when switching channel, vine/soundcloud heights, and youtube embedsJoramWilander2015-12-091-2/+2
| |
* | Multiple UI ImprovementsAsaad Mahmood2015-12-071-0/+1
|/
* Merge pull request #1623 from mattermost/fixed-height-embedsCorey Hulen2015-12-041-9/+11
|\ | | | | Fix embeds and add default fixed height
| * Fix embeds and add default fixed heightJoramWilander2015-12-041-9/+11
| |
* | Merge pull request #1613 from florianorben/PLT-1326Corey Hulen2015-12-041-0/+4
|\ \ | | | | | | PLT-1326: Enable channel posts of type join or leave not trigger unread notifications
| * | PLT-1326: Enable channel posts of type join or leave not trigger unread ↵Florian Orben2015-12-041-0/+4
| |/ | | | | | | notifications
* / Multiple UI ImprovementsAsaad Mahmood2015-12-041-1/+5
|/
* Changed font changing code to use jquery to fix Safari weirdnesshmhealey2015-12-031-9/+13
|
* Merge pull request #1579 from hmhealey/plt1298Christopher Speller2015-12-031-6/+6
|\ | | | | PLT-1298 Converted Command and @Mention autocomplete to new suggestion components
| * Cleaned up styling for command and at mention suggestionshmhealey2015-12-011-6/+6
| |
* | Merge pull request #1554 from florianorben/emoji_styleChristopher Speller2015-12-031-1/+1
|\ \ | | | | | | Allow to switch between default and emoji-one emoji style
| * | switch to only use emoji one smileys; remove setting to switchFlorian Orben2015-12-011-9/+0
| | |
| * | Allow to switch between default and emoji-one emoji styleFlorian Orben2015-12-011-0/+9
| | |
* | | Multiple UI ImprovementsAsaad Mahmood2015-12-021-7/+7
| | |
* | | Stop firefox from crashing due to fontsJoramWilander2015-12-021-2/+4
| | |
* | | Merge pull request #1535 from florianorben/PLT-1233Christopher Speller2015-12-021-0/+11
|\ \ \ | |_|/ |/| | PLT-1233: "Display Font" option in Account Settings > Display
| * | PLT-1233: "Display Font" option in Account Settings > DisplayFlorian Orben2015-11-281-0/+11
| | |
* | | Multiple UI ImprovementsAsaad Mahmood2015-12-011-3/+2
| |/ |/|
* | Enabled name display settings in more placesReed Garmsen2015-12-011-7/+9
| |
* | Fix webhook post aggregation and pending/failed post aggregationJoramWilander2015-11-301-1/+1
| |
* | rename 'featureToggle' to 'isFeatureEnable' and move definition of available ↵Florian Orben2015-11-271-2/+2
| | | | | | | | prerelease-features to constants.jsx
* | only show advanced settings section if there are any pre-release featuresFlorian Orben2015-11-271-1/+1
| |
* | PLT-1125: allow to toggle features in frontendFlorian Orben2015-11-271-0/+4
|/
* Ported EditChannelModal to React-Bootstraphmhealey2015-11-231-13/+4
|
* Implementing Permalinks and jumping to post from search. PerformanceChristopher Speller2015-11-231-10/+3
| | | | improvements.
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-191-10/+10
| | | | system.
* Multiple UI ImprovementsAsaad Mahmood2015-11-191-3/+3
|
* Posts structure improvementAsaad Mahmood2015-11-191-17/+13
|
* Converted DeletePostModal to React-Bootstraphmhealey2015-11-181-0/+9
|
* Multiple UI ImprovementsAsaad Mahmood2015-11-161-3/+3
|