Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-06-06Resolve "Inline validation for user's name and username length"Jiaan
2019-04-10Revert "Merge branch 'tz-reorganise-digests-json' into 'master'"Tim Zallmann
Reverts the loading of emojis and its images to move forward with RC
2019-03-13Removes the CDN loading for emojis.jsonTim Zallmann
2019-03-11Removes the CSRF token if the emojis.json is on a CDNTim Zallmann
2019-03-07Moved all emojis to the public folderTim Zallmann
Created new emojis map in public folder Renamed folder to emojis Loading now the emojis from Localstorage or from Server Moved all emojis to the public folder Loading the emojis.json file now through AJAX Loads now the map in the web element instead when building the emoji tag Updated the custom Element Setup to modern method Fixed Emoji Karma Specs for async loading Loading now the emojis from Localstorage or from Server Loads now the map in the web element instead when building the emoji tag Fixed problem with FIXTURE_PATH for emojis fixtures Fixes Linting Error in gemojione.rake Fixed Emoji Karma Specs Fix static type check in gemojione and check if already registered Testing if the Emoji Support Check is failing Rspec Change of CLass Name, returning true on check to test Fixes failing Emoji RSpec Tests Moved Emojis into public/-/emojis/1/ Fixed Linting Errors in gl_emoji Fix to fixtures creation for emojis Fixed path spec for new subdirectory -/emojis Optimized emojis.json output Fix for Emoji Spec failure due to unicode dataset Better catch handling for emojis
2019-02-18Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵Ehsan Abdulqader
feature/56787-realtime-validation-for-user-fullname-and-username
2018-10-24Prettify all the things (part 7)Mike Greiling
2018-08-13Add Noto Color Emoji font supportAlexander Popov
This is a font from [Google](https://www.google.com/get/noto/). Arch Linux [has a recommendation of it](https://wiki.archlinux.org/index.php/fonts#Emoji_and_symbols). Add info about this into `docs/user/markdown.md#emoji`
2018-05-02Optimize Emoji Sprite HandlingTim Zallmann
2017-11-15Move :gay_pride_flag: to flags categoryEric Eastwood
2017-11-15Add rainbow_flag to emoji support mapEric Eastwood
Tested on the following platforms that split the emoji into separate characters currently. - Windows 10 FCU - Chrome 62.0.3202.89 - Firefox 57.0b14 - MS Edge 41.16299.15.0 - macOS 10.12.6 - Chrome 63.0.3239.40 - Safari 11.0.1 (12604.3.5.1.1) - Firefox 57.0 - Ubuntu 16.04 - Chromium 62.0.3202.75 - Firefox 56.0
2017-11-15Regenerate emoji digests with latest gemojioneEric Eastwood
2017-08-03Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann
2017-06-27rename getEmojiCategoryMap and remove unnecessary parameterMike Greiling
2017-06-27move glEmojiTag method to emoji helperMike Greiling
2017-06-27split emoji support methods from the async moduleMike Greiling
2017-06-27export validEmojiNames for autocompleteMike Greiling
2017-06-26move emoji category index to helper methodMike Greiling
2017-06-26move emojiAlias logic into helper moduleMike Greiling
2017-06-26move normalizeEmojiName method to emoji helper moduleMike Greiling
2017-06-23centralize emoji helper methodsMike Greiling