summaryrefslogtreecommitdiffstats
path: root/webapp/utils/emoticons.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-7267 Refactored tracking of recent emojis to hide deleted emojis (#7102)Harrison Healey2017-08-041-1/+3
| | | | | | * Fixed local ESLint error * PLT-7267 Refactored tracking of recent emojis to hide deleted emojis
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* Added a unique prefix to text formatting entities (#5549)Harrison Healey2017-02-281-1/+1
|
* PLT-4300 Switched emoji to use a background-image (#4631)Harrison Healey2016-11-221-1/+1
|
* Updating eslint (#4573)Christopher Speller2016-11-171-2/+2
|
* PLT-3742 Changed emoticon pattern. (:D > grinning to smile) (#3817)joonsun-baek2016-08-221-1/+1
|
* PLT-3145 Custom Emojis (#3381)Harrison Healey2016-07-051-113/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reorganized Backstage code to use a view controller and separated it from integrations code * Renamed InstalledIntegrations component to BackstageList * Added EmojiList page * Added AddEmoji page * Added custom emoji to autocomplete and text formatter * Moved system emoji to EmojiStore * Stopped trying to get emoji before logging in * Rerender posts when emojis change * Fixed submit handler on backstage pages to properly support enter * Removed debugging code * Updated javascript driver * Fixed unit tests * Fixed backstage routes * Added clientside validation to prevent users from creating an emoji with the same name as a system one * Fixed AddEmoji page to properly redirect when an emoji is created successfully * Fixed updating emoji list when an emoji is deleted * Added type prop to BackstageList to properly support using a table for the list * Added help text to EmojiList * Fixed backstage on smaller screen sizes * Disable custom emoji by default * Improved restrictions on creating emojis * Fixed non-admin users seeing the option to delete each other's emojis * Fixing gofmt * Fixed emoji unit tests * Fixed trying to get emoji from the server when it's disabled
* Added text emoticons to autocomplete (#3312)Harrison Healey2016-06-151-1/+1
|
* Fixed emoticons consuming the preceeding whitespace (#3187)Harrison Healey2016-05-311-4/+4
|
* Changed named emoticons to not require surrounding whitespace and added unit ↵Harrison Healey2016-05-161-8/+10
| | | | tests (#3009)
* PLT-2816 Fixed handling of Unicode 8 emojis (#2924)Harrison Healey2016-05-091-10/+31
| | | | | | | | | | | | * Updated twemoji to properly recognize Unicode 8.0 emojis * Updated unicode emoji parser to only render emojis we support as images * Corrected filename for South African flag emoji * Added Mattermost emoticons! * Added additional emoticons to test files
* Added slight smiling, slighting frowning, upside-down smiling, Canada, and ↵Harrison Healey2016-03-301-2/+2
| | | | Pakistan emojis
* Fixed ESLint errorsHarrison Healey2016-03-241-19/+20
|
* Change emoticon rendering code to use image files with unicode namesHarrison Healey2016-03-231-104/+87
|
* Converting to Webpack. Stage 1.Christopher Speller2016-03-161-0/+162