summaryrefslogtreecommitdiff
path: root/app/views/groups/group_members
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-5/+4
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-11/+25
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-204-50/+71
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+2
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-13/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-171-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-132-33/+31
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-1/+1
|
* Use snake case for tag placeholdersMartin Wortschack2019-08-091-3/+3
| | | | - Update PO file
* Fixing missing html_safe calls for pending listStan Hu2019-08-091-1/+1
|
* Revert "Change 'data-toggle' => 'tab' to data-toggle: 'tab'"Stan Hu2019-08-091-2/+2
| | | | This reverts commit 3af747657083e2d91922cdb9be5879f890ca50bb.
* Change 'data-toggle' => 'tab' to data-toggle: 'tab'Stan Hu2019-08-091-2/+2
|
* Fix highlighting of group name not workingStan Hu2019-08-091-2/+2
| | | | The parameters needed `html_safe` as well.
* Merge branch 'master' into sh-break-out-invited-group-membersStan Hu2019-08-091-4/+4
|\
| * Add /starrers view for projectsCamil Staps2019-08-071-2/+2
| |
* | Resolve more discussionMartin Wortschack2019-08-091-2/+2
| | | | | | | | | | - Add placeholder for tags in translation - Update PO file
* | Apply suggestion to app/views/groups/group_members/index.html.hamlMartin Wortschack2019-08-091-1/+1
| |
* | Resolve first round of discussionsMartin Wortschack2019-08-081-10/+7
| | | | | | | | | | | | - Avoid splitting sentences - Update PO file - Utilize $input-height - Replace pr- with mr-
* | Remove local varMartin Wortschack2019-08-061-2/+0
| |
* | Fix CSS for mobileMartin Wortschack2019-08-061-18/+18
| | | | | | | | | | - Externalize strings - Update PO file
* | Replace some flex propertiesGeorge Tsiolis2019-08-051-5/+5
| |
* | Remove card borderGeorge Tsiolis2019-08-051-2/+2
| |
* | Fix CSS for pending listStan Hu2019-08-051-1/+1
| |
* | Minor UX tweaks based on feedbackStan Hu2019-08-051-11/+10
| | | | | | | | | | | | Show the pending page if user searches for an invited user. Remove the sort in the pending page to avoid confusion.
* | Show total member countStan Hu2019-08-051-5/+13
| |
* | Add tabs to switch between current/invited membersStan Hu2019-08-051-41/+46
| |
* | Make it easier to find invited group membersStan Hu2019-08-051-1/+22
|/ | | | | | | | | | | | | We had a number of team members struggle to find invited members of a group. Searching for the e-mail address did not work because search only works with members with user accounts. This commit changes two things: 1. Breaks out the invited members into a separate table. 2. Adds search capability for the invited members. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61948
* Resolve CE/EE diffs in new group member viewnew-group-member-scbLuke Bennett2019-05-201-1/+1
| | | | Part of single codebase changes.
* CE: Move EE differences for6105-move-ee-differences-group-membersDonald Cook2019-05-071-0/+2
| | | | app/views/groups/group_members/index.html.haml
* Add badge-pill class on group member count60026-group-member-count-bgPaul Gascou-Vaillancourt2019-04-121-1/+1
|
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove deprecated `vlink` classGeorge Tsiolis2018-12-101-1/+1
|
* Unite green buttons under one css classDmitriy Zaporozhets2018-09-191-1/+1
| | | | | | Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix group member filter layout46702-groups-members-no-padding-between-dropdowns-inputClement Ho2018-06-121-3/+4
|
* Merge branch 'master' into 'bootstrap4'Clement Ho2018-05-111-12/+16
|\ | | | | | | # Conflicts: # app/views/groups/group_members/index.html.haml
| * Add 2FA filter to group members pageDmitriy Zaporozhets2018-05-101-11/+15
| | | | | | | | | | | | | | | | * Show 2fa badge on a group members page * Make group members page UI consistent with project members page * Fix ambiguous sql in User.with/without_two_factor methods Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | [skip ci] .help-block to .form-text.text-mutedClement Ho2018-04-111-3/+3
| |
* | [skip ci] Convert panel related class names to cardClement Ho2018-04-101-2/+2
| |
* | Add badge-pill to .badge in hamlClement Ho2018-04-091-1/+1
|/
* Move the #update action from Project/Member controllers to the ↵Rémy Coutable2018-02-271-4/+0
| | | | | | MembershipActions concern Signed-off-by: Rémy Coutable <remy@rymai.me>
* Improve members view on mobileClement Ho2017-07-061-1/+1
|
* Move `Group -> Members` to top-level, fix missing sub-nav for SubgroupsKushal Pandya2017-02-281-1/+0
|
* Code style improvementsAlfredo Sumaran2017-02-231-0/+1
|
* replace words user(s) with member(s)Nur Rony2017-01-302-5/+5
|
* HAMLLint: Fix `UnnecessaryInterpolation` offencesKushal Pandya2017-01-241-1/+1
|
* Adds sort dropdown for group membersNur Rony2016-12-161-0/+1
|
* Updated members dropdownsPhil Hughes2016-12-071-0/+1
| | | | This ports some code over from EE to reduce conflicts
* CSS cleanupPhil Hughes2016-09-132-2/+2
|
* Updated groups member UI to matchPhil Hughes2016-09-132-42/+33
|
* Mobile improvementsPhil Hughes2016-09-131-2/+2
| | | | | Added group name to members row Fixed saving group member