summaryrefslogtreecommitdiff
path: root/app/helpers/groups_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Changed Group Icon URL Back to try option38245-private-avatars-are-not-cdn-compatibleTim Zallmann2017-10-101-5/+1
|
* Fix for Lint Error + Upload TestTim Zallmann2017-10-091-1/+0
|
* Based on MR simplified the logicTim Zallmann2017-10-091-14/+2
|
* Removed 2 uncommented linesTim Zallmann2017-10-061-2/+0
|
* Created group_icon and group_icon_urlTim Zallmann2017-10-041-5/+24
| | | | Tests for these new helper methods
* Making private project avatars use local paths + Some Group IconsTim Zallmann2017-10-041-2/+7
|
* Inform user that current shared projects will remain shareddm-group-share-lock-default-helpDouwe Maan2017-09-221-1/+1
|
* Fixed width of sub-group in breadcrumb dropdownsub-group-dropdown-widthPhil Hughes2017-09-131-3/+3
| | | | Closes #37745
* Refer to “Share with group lock” consistentlyimprove-share-locking-feature-for-subgroupsMichael Kozono2017-09-061-4/+4
|
* Add missing .html_safesWinnie Hellmann2017-09-061-3/+3
|
* Link or not link depending on permissionsMichael Kozono2017-09-061-8/+16
|
* Link to ancestor settings pageMichael Kozono2017-09-061-1/+7
|
* Fix “Share lock” help textMichael Kozono2017-09-061-14/+27
|
* Simplify disabling checkboxMichael Kozono2017-09-061-8/+4
|
* Make texts translatableWinnie Hellmann2017-09-061-4/+8
|
* Vary share lock setting UIMichael Kozono2017-09-061-0/+32
| | | | …based on whether the current user owns the parent group and whether the parent group or current group is share locked.
* removed show_new_nav? referencesbreadcrumbs-improvementsPhil Hughes2017-09-061-22/+6
|
* Merge branch 'master' into breadcrumbs-improvementsPhil Hughes2017-09-061-1/+1
|\
| * Clean up new navigation templatesPhil Hughes2017-09-061-1/+1
| |
* | fixed up JS to use a js-* classPhil Hughes2017-09-061-2/+2
| | | | | | | | fixed up Ruby based on review
* | fixed images changing height of breadcrumbsPhil Hughes2017-09-051-1/+1
| |
* | Merge branch 'master' into breadcrumbs-improvementsPhil Hughes2017-09-041-1/+1
|\ \ | |/
| * more spec fixesPhil Hughes2017-08-291-1/+1
| |
* | style updatesPhil Hughes2017-08-181-3/+3
| | | | | | | | fixed some more breadcrumb titles
* | fix some inconsistencies with the breadcrumbsPhil Hughes2017-08-181-1/+1
| |
* | added collapsible sub-groups & wiki pagesPhil Hughes2017-08-181-6/+14
| | | | | | | | [ci skip]
* | updated a bunch of breadcrumb titlesPhil Hughes2017-08-181-6/+16
|/ | | | [ci skip]
* Remove `\n` from translationsbvl-use-no-wrap-for-pot-fileBob Van Landuyt2017-08-141-1/+1
| | | | | They seem to confuse some translation tools and aren't rendered in HTML anyway.
* Remove group modal like remove project modal. Closes #33130Diego Souza2017-07-041-0/+5
|
* New navigation breadcrumbsPhil Hughes2017-06-301-2/+19
|
* Fix breadcrumb orderMichael Kozono2017-06-221-1/+1
|
* Expose avatar URL for groupsAlfredo Sumaran2017-06-061-1/+1
|
* Toggle project name if too long28187-project-name-cut-off-with-nested-groupsSam Rose2017-03-131-5/+6
|
* Refactor Namespace code related to nested groupsDmitriy Zaporozhets2017-01-131-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Show full path in header UI for nested groups/projectsDmitriy Zaporozhets2016-12-131-2/+9
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add nested groups support on data leveldz-nested-groupsDmitriy Zaporozhets2016-12-081-1/+1
| | | | | | | | * 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>
* Backporting little groups_helper refactor from gitlab-org/gitlab-ee!904backport/groups-helper-refactorGabriel Mazetto2016-11-261-5/+1
|
* Added empty state svg and set up blank conditional20840-getting-started-better-empty-state-for-issues-viewLuke "Jared" Bennett2016-11-181-0/+4
| | | | | | | | | | | | | | | | 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
* Syntax fixes and better tests for helper methods. Updated docs.group-specific-lfs-settingsPatricio Cano2016-09-151-10/+11
|
* Correct helper for group LFS status.Patricio Cano2016-09-151-14/+14
|
* Improved helper methods, better flow for `project.lfs_enabled?`, and UI fixes.Patricio Cano2016-09-151-2/+21
|
* Added group-specific setting for LFS.Patricio Cano2016-09-151-0/+5
| | | | Groups can enable/disable LFS, but this setting can be overridden at the project level. Admin only
* Add request access for groupsRémy Coutable2016-06-141-20/+0
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix link to blank group iconSean McGivern2016-06-021-1/+1
| | | | | | 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.
* Tweaks, refactoring, and specsDouwe Maan2016-03-201-4/+0
|
* Add visibility level icon and a couple of specsFelipe Artur2016-03-101-1/+5
|
* Code improvementsFelipe Artur2016-03-101-1/+1
|
* Add permission level to groupsFelipe Artur2016-03-101-0/+4
|
* Move project header title definition to view in question.Douwe Maan2015-09-171-5/+5
|
* Fix default avatars to ensure that helpers don't have /assets dir appendedStan Hu2015-09-161-1/+1
|