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 (Expand)Author
2019-02-25Style avatars for groups and projectsMartin Wortschack
2018-11-20Prettify all the thingsMike Greiling
2018-09-07Vertically centres landscape avatars those cannot fill up parent height.Vicary Archangel
2018-09-07Resolve "Improve handling of projects shared with a group"Dennis Tang
2018-08-08Resolve "Group dashboard > Line height is too tall for group names"Adriel Santiago
2018-06-11Updates eslint vue plugin versionFilipa Lacerda
2018-04-10[skip ci] Replace hidden-xsClement Ho
2018-01-08Fix more eslint rulesFilipa Lacerda
2018-01-08Merge branch '40549-render-emoj-in-groups-overview' into 'master'Sean McGivern
2018-01-04Make tooltip placement bottom by default as per design guidelinesKushal Pandya
2017-12-26Update avatar size to be 24pxKushal Pandya
2017-12-24Rendering of emoji's in Group-OverviewJacopo
2017-12-11updated importsPhil Hughes
2017-12-08use exported methods instead of gl.utilsPhil Hughes
2017-12-07Resolve "Display member role per project"Mike Greiling
2017-12-01Show only group name by default and put full namespace in tooltipKushal Pandya
2017-10-04Groups tree enhancements for Groups Dashboard and Group HomepageKushal Pandya
2017-08-30Update identicon path and selectorkushalpandya
2017-08-02Use kebab-case for propskushalpandya
2017-08-01Import `group_identicon` minor clean up and prop updateskushalpandya
2017-07-31Use GroupIdenticon for missing avatarskushalpandya
2017-06-16Expose correct path to groupAlfredo Sumaran
2017-06-08Add missing aria-hidden attribute to i tagsAlfredo Sumaran
2017-06-08Do not show access type to a group if there’s no accessAlfredo Sumaran
2017-06-08Display user access type for each groupAlfredo Sumaran
2017-06-07Address feedbackAlfredo Sumaran
2017-06-07Add rows hover state and improve layout for mobileAlfredo Sumaran
2017-06-06Minor visual adjustmentsAlfredo Sumaran
2017-06-01Fix JS error when filtering by optionAlfredo Sumaran
2017-06-01Restore accidentally deleted codeAlfredo Sumaran
2017-06-01Replace v-show with v-if to conform style guideAlfredo Sumaran
2017-06-01Update i tags so they are not self closedAlfredo Sumaran
2017-06-01Put extra chars length on a constant for readabilityAlfredo Sumaran
2017-06-01Remove unnecesary return statementsAlfredo Sumaran
2017-06-01Add default prop valuesAlfredo Sumaran
2017-05-31Move eslint disable rule before line containing the offenseAlfredo Sumaran
2017-05-31Move component visibility validation to parent componentAlfredo Sumaran
2017-05-31Fix search by inputAlfredo Sumaran
2017-05-31Set visibility icon correctlyAlfredo Sumaran
2017-05-31Fix click event handlingAlfredo Sumaran
2017-05-30Display number of users and number of projects for each groupAlfredo Sumaran
2017-05-30Do not allow to expand a row if group doesn’t have subgroupsAlfredo Sumaran
2017-05-30Do not show edit button if user has no privilegeAlfredo Sumaran
2017-05-30Handle leave group actionAlfredo Sumaran
2017-05-30Fix toggling subgroups and paginationAlfredo Sumaran
2017-05-30Change is-expandable to has-subgroupsAlfredo Sumaran
2017-05-27Stop click event is group has no subgroupsAlfredo Sumaran
2017-05-26Add tests for Group item componentAlfredo Sumaran
2017-05-25Remove parent group prefix from current orphan groupAlfredo Sumaran
2017-05-24Build tree from server responseAlfredo Sumaran