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
2019-12-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-05-23Update smiley icons to new onesJarek Ostrowski
Add new emoji icons Remove added SVGs Change to sprite_icons Prettify Fix text left behind Fix errors Remove background top level reaction icon
2019-02-06Changed default tooltip position to be top, instead of bottomDimitrie Hoekstra
- Tooltips, by default, will display at the top of the element, instead of at the bottom - Note actions and emoji awards tooltips are now top-positioned
2018-09-01Correct remaining `Lint/UselessAssignment` haml-lint violationsRobert Speicher
2018-08-24Allows author to vote on their own issueChantal Rollison
2018-06-13i18n: externalize strings from 'app/views/award_emoji'Tao Wang
2018-04-11Prevent awarding emoji when a project is archivedBob Van Landuyt
This prevents performing the requests, and disables all emoji reaction buttons
2017-05-20rename "Add emoji" and "Award emoji" to "Add reaction" where appropriateMike Greiling
2017-04-14frontend prevent authored votesbarthc
2017-04-06Award emoji button smiley animationDimitrie Hoekstra
2017-03-22Removed unnecessary 'add' text in additional award emoji buttonDimitrie Hoekstra
2017-03-06Use native unicode emojisEric Eastwood
- gl_emoji for falling back to image/css-sprite when the browser doesn't support an emoji - Markdown rendering (Banzai filter) - Autocomplete - Award emoji menu - Perceived perf - Immediate response because we now build client-side - Update `digests.json` generation in gemojione rake task to be more useful and include `unicodeVersion` MR: !9437 See issues - #26371 - #27250 - #22474
2016-12-31Disable award emoji button but display tooltipSam Rose
2016-11-22Disabled award emoji button when user is not logged inPhil Hughes
Closes #24680
2016-09-19Start Frontend work, fix routing problemZ.J. van de Weg
2016-06-09Move award_menu_url variable into gon object.Fatih Acet
2016-06-06Award emoji implementation for notes.Fatih Acet
2016-06-03The spritesheet should only load when an award emoji picker is opened.Connor Shea
2016-06-01Incorportate feedbackZ.J. van de Weg
2016-05-24Get award menu url from gl object.Fatih Acet
2016-05-11Incorporate feedbackZeger-Jan van de Weg
2016-05-06move frontend logic from previous MR to new MRArinde Eniola
2016-05-06Create table for award emojiZeger-Jan van de Weg