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
2017-10-10Changed Group Icon URL Back to try optionTim Zallmann
2017-10-09Fix for Lint Error + Upload TestTim Zallmann
2017-10-09Based on MR simplified the logicTim Zallmann
2017-10-06Removed 2 uncommented linesTim Zallmann
2017-10-04Created group_icon and group_icon_urlTim Zallmann
Tests for these new helper methods
2017-10-04Making private project avatars use local paths + Some Group IconsTim Zallmann
2017-09-22Inform user that current shared projects will remain sharedDouwe Maan
2017-09-14Fixed width of sub-group in breadcrumb dropdownPhil Hughes
Closes #37745
2017-09-06Refer to “Share with group lock” consistentlyMichael Kozono
2017-09-06Add missing .html_safesWinnie Hellmann
2017-09-06Link or not link depending on permissionsMichael Kozono
2017-09-06Link to ancestor settings pageMichael Kozono
2017-09-06Fix “Share lock” help textMichael Kozono
2017-09-06Simplify disabling checkboxMichael Kozono
2017-09-06Make texts translatableWinnie Hellmann
2017-09-06Vary share lock setting UIMichael Kozono
…based on whether the current user owns the parent group and whether the parent group or current group is share locked.
2017-09-06removed show_new_nav? referencesPhil Hughes
2017-09-06Merge branch 'master' into breadcrumbs-improvementsPhil Hughes
2017-09-06Clean up new navigation templatesPhil Hughes
2017-09-06fixed up JS to use a js-* classPhil Hughes
fixed up Ruby based on review
2017-09-05fixed images changing height of breadcrumbsPhil Hughes
2017-09-04Merge branch 'master' into breadcrumbs-improvementsPhil Hughes
2017-08-29more spec fixesPhil Hughes
2017-08-18style updatesPhil Hughes
fixed some more breadcrumb titles
2017-08-18fix some inconsistencies with the breadcrumbsPhil Hughes
2017-08-18added collapsible sub-groups & wiki pagesPhil Hughes
[ci skip]
2017-08-18updated a bunch of breadcrumb titlesPhil Hughes
[ci skip]
2017-08-14Remove `\n` from translationsBob Van Landuyt
They seem to confuse some translation tools and aren't rendered in HTML anyway.
2017-07-04Remove group modal like remove project modal. Closes #33130Diego Souza
2017-06-30New navigation breadcrumbsPhil Hughes
2017-06-22Fix breadcrumb orderMichael Kozono
2017-06-07Expose avatar URL for groupsAlfredo Sumaran
2017-03-14Toggle project name if too longSam Rose
2017-01-13Refactor Namespace code related to nested groupsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-12-13Show full path in header UI for nested groups/projectsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-12-08Add nested groups support on data levelDmitriy Zaporozhets
* add parent_id field to namespaces table to store relation with nested groups * create routes table to keep information about full path of every group and project * project/group lookup by full path from routes table Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-11-26Backporting little groups_helper refactor from gitlab-org/gitlab-ee!904Gabriel Mazetto
2016-11-18Added empty state svg and set up blank conditionalLuke "Jared" Bennett
Added new spec step Added empty state to dashboard Split empty and filtered empty states Moved empty_state icons into their own folder and DRY up empty state html Fixed failing spec Added to groups page Review changes
2016-09-15Syntax fixes and better tests for helper methods. Updated docs.Patricio Cano
2016-09-15Correct helper for group LFS status.Patricio Cano
2016-09-15Improved helper methods, better flow for `project.lfs_enabled?`, and UI fixes.Patricio Cano
2016-09-15Added group-specific setting for LFS.Patricio Cano
Groups can enable/disable LFS, but this setting can be overridden at the project level. Admin only
2016-06-14Add request access for groupsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-06-02Fix link to blank group iconSean McGivern
When the group is the default blank icon, this needs to use the `image_path` helper; otherwise, the link won't work if assets are precompiled. This still works fine for uploaded icons in either case.
2016-03-20Tweaks, refactoring, and specsDouwe Maan
2016-03-10Add visibility level icon and a couple of specsFelipe Artur
2016-03-10Code improvementsFelipe Artur
2016-03-10Add permission level to groupsFelipe Artur
2015-09-17Move project header title definition to view in question.Douwe Maan
2015-09-16Fix default avatars to ensure that helpers don't have /assets dir appendedStan Hu