summaryrefslogtreecommitdiff
path: root/app/views/shared/members
Commit message (Collapse)AuthorAgeFilesLines
* Use unless for force_mobile_viewClement Ho2017-07-071-4/+4
|
* Improve members view on mobileClement Ho2017-07-062-36/+52
|
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-2/+2
|
* Adjust readme repo widthDimitrie Hoekstra2017-07-031-4/+6
|
* Translate project & repository pagesBob Van Landuyt2017-06-071-3/+4
|
* 31689 Add default margin-top to user request table on project members page31689-request-access-spacingtauriedavis2017-05-041-1/+1
|
* Remove unnecessary variableKushal Pandya2017-02-281-2/+1
|
* Hide form inputs for user without accessKushal Pandya2017-02-271-2/+3
|
* Added ability to change user permissions in group to ownergroup-memebrs-owner-levelPhil Hughes2017-02-161-1/+1
| | | | Closes #28233
* Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets2017-02-141-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Show parent group members for nested groupdz-nested-groups-members-pageDmitriy Zaporozhets2017-02-101-3/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Updated the "users" to "members" matches in the viewJose Ivan Vargas2017-01-031-1/+0
| | | | Reverted the change from the "expires_at" to "expires_at_groups" in the groups controller
* HAMLLint: Fix `ClassAttributeWithStaticValue` offencesKushal Pandya2016-12-311-1/+1
|
* Move all project buttons to headerAnnabel Dunstone Gray2016-12-171-1/+1
|
* Move access request buttons to project headerAnnabel Dunstone Gray2016-12-171-14/+15
|
* Improve test for sort dropdown on members pageNur Rony2016-12-161-1/+1
|
* Remove unused id from shared members sort dropdownDouglas Barbosa Alexandre2016-12-161-1/+1
|
* Remove unnecessary curly braces from sort dropdown partialDouglas Barbosa Alexandre2016-12-161-1/+1
|
* Sort group/project members alphabetically by defaultDouglas Barbosa Alexandre2016-12-161-2/+0
|
* Adds sort dropdown for group membersNur Rony2016-12-161-0/+11
|
* Merge branch '23305-leave-project-and-leave-group-should-be-buttons' into ↵Jacob Schatz2016-12-091-10/+16
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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
| * Removed leave buttons from settings dropdowns23305-leave-project-and-leave-group-should-be-buttonsLuke "Jared" Bennett2016-11-261-10/+16
| | | | | | | | Updated specs
* | Merge branch 'members-dropdowns' into 'master' Fatih Acet2016-12-092-4/+37
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated members dropdowns ## What does this MR do? EE has different dropdowns to allow for group LDAP members to be overridden, this ports the dropdown changes over to reduce conflicts. ## Screenshots (if relevant) ![Screen_Shot_2016-12-07_at_15.28.20](/uploads/6cb6def34015b024dc878aa3b99be4a0/Screen_Shot_2016-12-07_at_15.28.20.png) See merge request !7974
| * | Updated JS based on reviewPhil Hughes2016-12-091-2/+19
| | | | | | | | | | | | Fixed group links dropdown to match
| * | Updated members dropdownsPhil Hughes2016-12-071-2/+18
| |/ | | | | | | This ports some code over from EE to reduce conflicts
* | Fixed if statement to use global group & project variablesPhil Hughes2016-12-051-1/+1
| |
* | Fixed Ruby to be better for performancePhil Hughes2016-12-021-7/+3
| | | | | | | | Fixed controls not showing in groups which fixes tests
* | Shows group members in the project members listPhil Hughes2016-12-021-1/+5
|/ | | | Closes #24122
* Changed how collections are renderedPhil Hughes2016-10-062-8/+11
| | | | | Used variables in haml for replicated checks Fixed broken conflict
* Admin group members UI fixPhil Hughes2016-09-131-1/+1
|
* Fixed removing groupsPhil Hughes2016-09-131-1/+2
|
* Added test for updating groups permissionsPhil Hughes2016-09-131-3/+3
|
* Updated some specsPhil Hughes2016-09-131-3/+4
| | | | Fixed issue with group name not showing
* Tests updatePhil Hughes2016-09-131-0/+2
|
* Removes row from dom when deletingPhil Hughes2016-09-133-16/+17
| | | | | Fixed spacing with buttons Disables group form when user doesnt have correct permissions
* Mobile spacing improvementsPhil Hughes2016-09-131-1/+1
|
* Removed console logPhil Hughes2016-09-131-1/+1
| | | | Hides time on mobile
* Mobile improvementsPhil Hughes2016-09-132-11/+24
| | | | | Added group name to members row Fixed saving group member
* Included groups on project_members pagePhil Hughes2016-09-132-37/+55
|
* Updated members UIPhil Hughes2016-09-131-35/+19
|
* Allow project group links to be expiredSean McGivern2016-08-181-1/+1
|
* Add expiration date to group membershipsSean McGivern2016-08-181-7/+6
|
* Merge branch 'master' into expiration-date-on-membershipsSean McGivern2016-08-181-1/+1
|\
| * Show member roles to all users on members page20614-show-member-roles-to-all-usersDouwe Maan2016-08-111-1/+1
| |
* | Add MemberExpirationDate JS helperSean McGivern2016-08-181-3/+3
| | | | | | | | | | | | | | This helper adds a datepicker to all `js-access-expiration-date` elements. If that element is a child of a `clearable-input` element and has a sibling `js-clear-input` element, then it will show a working clear button to the right of the input field.
* | Add MemberExpirationDate JS helperSean McGivern2016-08-181-5/+11
| | | | | | | | | | | | | | This helper adds a datepicker to all `js-access-expiration-date` elements. If that element is a child of a `clearable-input` element and has a sibling `js-clear-input` element, then it will show a working clear button to the right of the input field.
* | Use "is_a?" because it is more readable than checking the "type" field.Adam Niedzielski2016-08-091-1/+1
| |
* | Single quotes all the way.Adam Niedzielski2016-08-071-1/+1
| |
* | Remove inline JavaScript. Add datepicker to the edit form.Adam Niedzielski2016-08-061-2/+3
| |
* | Allow to edit access expiration date.Adam Niedzielski2016-08-051-1/+3
| |