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
2018-09-15Change class .label to .badge for 2FA label in group members viewsedrubal
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
2018-07-30Show the status of a user in interactionsBob Van Landuyt
The status is shown for - The author of a commit when viewing a commit - Notes on a commit (regular/diff) - The user that triggered a pipeline when viewing a pipeline - The author of a merge request when viewing a merge request - The author of notes on a merge request (regular/diff) - The author of an issue when viewing an issue - The author of notes on an issue - The author of a snippet when viewing a snippet - The author of notes on a snippet - A user's profile page - The list of members of a group/user
2018-06-07Fix group member information not collapsing in a single lineJose
2018-05-31Remove form-horizontal class where applicableJose
2018-05-23Fix members table layoutAnnabel Dunstone Gray
2018-05-11Merge branch 'master' into 'bootstrap4'Clement Ho
# Conflicts: # app/views/groups/group_members/index.html.haml
2018-05-10Rename btn-secondary to btn-defaultAnnabel Dunstone Gray
2018-05-10Add 2FA filter to group members pageDmitriy Zaporozhets
* 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>
2018-04-17Fix dropdownsClement Ho
2018-04-16Merge branch 'master' into 'bootstrap4'Clement Ho
# Conflicts: # app/views/admin/application_settings/_signin.html.haml
2018-04-13[skip ci] label-danger => badge-dangerClement Ho
2018-04-13[skip ci] Convert label-success to badge-successClement Ho
2018-04-13[skip ci] Convert .label. to .badge.Clement Ho
2018-04-12[skip ci] .form-horizontal => .form-group.rowClement Ho
2018-04-12Fix `joined` information on project members pageFabian Schneider
2018-04-10[skip ci] Convert panel related class names to cardClement Ho
2018-04-10[skip ci] Replace hidden-xsClement Ho
2018-04-09[skip ci] Replace .visible-xs-* with .d-block.d-sm-noneClement Ho
2018-04-09Rename .btn-default to .btn-secondaryClement Ho
2018-04-09Add badge-pill to .badge in hamlClement Ho
2018-02-27Improve Member servicesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-27Move the #update action from Project/Member controllers to the ↵Rémy Coutable
MembershipActions concern Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-13Use more specific #avatar_icon_for_email.Andreas Brandl
2018-02-13Use more specific #avatar_icon_for_user.Andreas Brandl
Whenever we already deal with a User object, let's use the more specific method avatar_icon_for_user.
2017-12-12Present member collection at the controller levelRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-12-11Refactor member view by using presenterTM Lee
- Create MemberPresenter alongside with GroupMemberPresenter and ProjectMemberPresenter - Make Member model Presentable - Move action_member_permission from MembersHelper into the MemberPresenter - Added rspec using double, separate specs for GroupMemberPresenter and ProjectMemberPresenter Fixes #28004. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-11-13Don't perform a JS request when deleting a membership.Bob Van Landuyt
2017-10-04Created group_icon and group_icon_urlTim Zallmann
Tests for these new helper methods
2017-07-07Use unless for force_mobile_viewClement Ho
2017-07-07Improve members view on mobileClement Ho
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-07-03Adjust readme repo widthDimitrie Hoekstra
2017-06-07Translate project & repository pagesBob Van Landuyt
2017-05-0531689 Add default margin-top to user request table on project members pagetauriedavis
2017-02-28Remove unnecessary variableKushal Pandya
2017-02-27Hide form inputs for user without accessKushal Pandya
2017-02-16Added ability to change user permissions in group to ownerPhil Hughes
Closes #28233
2017-02-14Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-02-10Show parent group members for nested groupDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-01-03Updated the "users" to "members" matches in the viewJose Ivan Vargas
Reverted the change from the "expires_at" to "expires_at_groups" in the groups controller
2016-12-31HAMLLint: Fix `ClassAttributeWithStaticValue` offencesKushal Pandya
2016-12-17Move all project buttons to headerAnnabel Dunstone Gray
2016-12-17Move access request buttons to project headerAnnabel Dunstone Gray
2016-12-17Improve test for sort dropdown on members pageNur Rony
2016-12-17Remove unused id from shared members sort dropdownDouglas Barbosa Alexandre
2016-12-17Remove unnecessary curly braces from sort dropdown partialDouglas Barbosa Alexandre
2016-12-17Sort group/project members alphabetically by defaultDouglas Barbosa Alexandre
2016-12-17Adds sort dropdown for group membersNur Rony
2016-12-09Merge branch '23305-leave-project-and-leave-group-should-be-buttons' into ↵Jacob Schatz
'master' Remove 'Leave Project' and 'Leave Group' from settings dropdowns ## What does this MR do? Removes `Leave Project` and `Leave Group` from the settings dropdown. Adds it to the `views/shared/members/access_request_buttons.html.haml`. ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? ## Screenshots (if relevant) ![Screen_Shot_2016-11-19_at_15.34.26](/uploads/5c66a025513b4780a9e881f0036381e4/Screen_Shot_2016-11-19_at_15.34.26.png) ![Screen_Shot_2016-11-19_at_15.35.29](/uploads/ed74a5dfe982cf65bb49c0c4fb307061/Screen_Shot_2016-11-19_at_15.35.29.png) ## Does this MR meet the acceptance criteria? - [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #23305 See merge request !7600