summaryrefslogtreecommitdiff
path: root/app/views/groups/show.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc32GitLab Bot2020-10-051-0/+2
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-31/+38
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-2/+3
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-4/+0
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-111-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-241-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-181-0/+2
|
* Make flash notifications stickyFatih Acet2019-09-031-2/+1
| | | | | This commit also unifies layout structure and remove no_container flag
* Merge request tabs fixesAnnabel Dunstone Gray2019-06-061-1/+1
| | | | | | - Makes activity dropdown and resolved counter smaller - Uses grid for spacing - Removes scrolling on MR tabs
* Refresh group overview to match project overviewDennis Tang2019-01-251-60/+35
| | | | | | | | | | | - Avatar, group name, and group description now left-aligned - Notification setting and "New project" CTA right-aligned with group avatar and name - Leave group / request access now a link next to the 'Group' label below the group name - Notification setting label removed in favor of icons - Tooltip added to indicate notification setting - Search option moved inside table header next to "Sort by"
* Add new sort option "most_stars" to "Group > Children" pagesRene Hennig2018-10-111-1/+1
|
* Update selectors for QA::Page::Group::ShowMark Lapierre2018-09-261-5/+5
|
* Resolve "Improve handling of projects shared with a group"Dennis Tang2018-09-071-8/+29
|
* Fix dropdown from project welcome page moving out of the screenjivl-fix-dropdown-going-out-of-screenJose2018-06-151-1/+1
|
* Fix dropdownsClement Ho2018-04-171-1/+1
|
* Use translated string for breadcrumb titleGeorge Tsiolis2018-03-291-1/+1
|
* Add `archived` related options in sort dropdownkushalpandya2017-10-131-1/+1
|
* Adjust wording on the Group-show pageBob Van Landuyt2017-10-101-2/+2
|
* Don't load unneeded elements in GroupsController#showBob Van Landuyt2017-10-101-1/+1
|
* Render droplab button only if Subgroups feature is supportedkushalpandya2017-10-051-12/+13
|
* Hide "New subgroup" links when subgroups are not supportedBob Van Landuyt2017-10-051-10/+13
|
* Groups tree enhancements for Groups Dashboard and Group HomepageKushal Pandya2017-10-041-7/+30
|
* Fetch children using new finder for the `show` of a group.Bob Van Landuyt2017-10-041-2/+1
|
* Remove all old sub nav barsAnnabel Dunstone Gray2017-09-251-1/+0
|
* updated a bunch of breadcrumb titlesPhil Hughes2017-08-181-1/+1
| | | | [ci skip]
* moved `@breadcrumb_title` out of the HAML & into a helper methodPhil Hughes2017-07-121-1/+1
|
* Contextual breadcrumb title fixesPhil Hughes2017-07-031-0/+1
| | | | | | Also moves action buttons into the new breadcrumbs Closes #34030, #34033
* Make section connect with window border without extra paddingDouwe Maan2017-05-251-1/+0
|
* Consistently display last push event widgetDouwe Maan2017-05-251-1/+1
|
* Refactor projects filtering by nameDmitriy Zaporozhets2017-03-031-3/+1
| | | | | | | | | | | | Reuse same search form and behavior for dashboard#projects, group#projects and admin#projects. Repsect all other options like sorting, personal filter when search projects by name. Create FilterableList JS class to handle identical behaviour of projects and groups lists. This change also makes filtering and sorting availabe on explore#projects and explore#groups no matter if you are logged in or not. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fixes filtering by name reseting archive filterPhil Hughes2017-03-031-2/+3
| | | | | | Previously the search form just wasn't including any params that had previously been set, so when you filtered by name, it would reset all the params & therefore ignoring the archived param Closes #28007
* Show public RSS feeds to anonymous usersMichael Kozono2017-02-281-2/+1
|
* Code style improvementsAlfredo Sumaran2017-02-231-0/+1
|
* Allow creating nested group via UIdz-create-nested-groups-via-uiDmitriy Zaporozhets2017-02-071-40/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* HAMLLint: Fix `ImplicitDiv` offencesKushal Pandya2016-12-311-1/+1
|
* Refactor nested group related codedz-nested-group-miscDmitriy Zaporozhets2016-12-291-3/+2
| | | | | | | * Simplify code around group parent access check * Rename 'Nested groups' to 'Subgroups' tab at group#show page Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Show nested groups tab on group pageDmitriy Zaporozhets2016-12-261-0/+10
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* 19205 Redesign group page header to match new navigation19205-group-header-redesigntauriedavis2016-11-091-14/+12
|
* Update avatar container name so it doesnt conflict with other image containersremove-wiki-image-border-radiusAnnabel Dunstone Gray2016-11-031-1/+1
|
* 23545 Fix distorted project and group avatarstauriedavis2016-11-011-1/+2
|
* Enable CacheMarkdownField for the remaining modelsNick Thomas2016-10-071-1/+1
| | | | | | | | | | | | | | | | | | | | This commit alters views for the following models to use the markdown cache if present: * AbuseReport * Appearance * ApplicationSetting * BroadcastMessage * Group * Issue * Label * MergeRequest * Milestone * Project At the same time, calls to `escape_once` have been moved into the `single_line` Banzai pipeline, so they can't be missed out by accident and the work is done at save, rather than render, time.
* Fix new project button alignment20310-new-project-btnAnnabel Dunstone Gray2016-09-141-1/+1
|
* Add light border to rounded avatarsdz-avatar-borderDmitriy Zaporozhets2016-07-221-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove the group avatar link.remove-group-avi-linkConnor Shea2016-07-121-2/+1
| | | | | | For group pages, e.g. https://gitlab.com/groups/gitlab-org, I see no reason to link to the avatar image itself when clicking on the avatar. If the user really wants to open the image, they can do so by right clicking and opening the image in a new tab.
* Improve the request / withdraw access button18310-improve-request-access-buttonRémy Coutable2016-07-011-6/+3
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove unnecessary parenscode_style_fixesValery Sizov2016-06-301-1/+1
|
* merge master into issue_3359_3Felipe Artur2016-06-291-3/+6
|\
| * Insert notification settings dropdown into groupsFelipe Artur2016-06-221-0/+3
| |
* | merge master into issue_3359_3Felipe Artur2016-06-221-1/+4
|\ \