summaryrefslogtreecommitdiff
path: root/spec/features/projects/members
Commit message (Expand)AuthorAgeFilesLines
* Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-1/+1
* Changed date check testremove-jquery-ui-datepickerPhil Hughes2017-02-061-19/+23
* Fixed some specsPhil Hughes2017-02-061-20/+18
* Fixed a test and change the arrow functions to named functionsJose Ivan Vargas2017-01-041-3/+3
* Removed the "Groups" option from the settings gearJose Ivan Vargas2017-01-031-2/+2
* Fixed more rspec tests as well as spinach featuresJose Ivan Vargas2017-01-031-1/+0
* Fixed rspec tests for the project members also fixed the indexJose Ivan Vargas2017-01-033-7/+8
* Moved the members (project_members)option to a single controller called membersJose Ivan Vargas2017-01-031-1/+1
* Fix member with expiration date feature specfix_team_member_expiration_date_specFelipe Artur2016-12-191-2/+2
* Improve test for sort dropdown on members pageNur Rony2016-12-161-0/+9
* Use factories to create project/group membership on specsDouglas Barbosa Alexandre2016-12-161-2/+2
* Sort group/project members alphabetically by defaultDouglas Barbosa Alexandre2016-12-161-0/+7
* Add feature spec for sort functionality on group/project members listDouglas Barbosa Alexandre2016-12-161-0/+82
* Merge branch '23305-leave-project-and-leave-group-should-be-buttons' into 'ma...Jacob Schatz2016-12-094-5/+5
|\
| * Removed leave buttons from settings dropdowns23305-leave-project-and-leave-group-should-be-buttonsLuke "Jared" Bennett2016-11-264-5/+5
* | Merge branch 'members-dropdowns' into 'master' Fatih Acet2016-12-091-2/+7
|\ \
| * | Group links spec updatePhil Hughes2016-12-091-2/+7
| |/
* | Handle an edge-case whith inviteesgroup-members-in-project-members-viewRémy Coutable2016-12-071-7/+76
* | Shows group members in the project members listPhil Hughes2016-12-021-0/+21
|/
* Make access request specs explicitly enable or disable access requests as req...Nick Thomas2016-11-113-4/+4
* Merge branch 'master' into members-uiPhil Hughes2016-10-042-6/+2
|\
| * Allow Member.add_user to handle access requestersRémy Coutable2016-09-282-6/+2
* | Fixed group_links expire date not updating in viewPhil Hughes2016-09-131-1/+1
* | Search project groupsPhil Hughes2016-09-131-0/+20
* | Fixed removing groupsPhil Hughes2016-09-131-0/+9
* | Expires in test updatePhil Hughes2016-09-131-1/+1
* | Added test for updating groups permissionsPhil Hughes2016-09-131-0/+37
* | Updated some specsPhil Hughes2016-09-131-4/+4
* | Tests updatePhil Hughes2016-09-131-1/+1
|/
* Add expiration date to group membershipsSean McGivern2016-08-181-1/+1
* Only use let! where neededSean McGivern2016-08-181-2/+2
* Single quotes all the way.Adam Niedzielski2016-08-071-5/+5
* Set explicit time in tests so they return consistent results regardless of th...Adam Niedzielski2016-08-061-18/+23
* Allow to edit access expiration date.Adam Niedzielski2016-08-051-7/+20
* Update spec for adding member.Adam Niedzielski2016-08-051-2/+2
* Add test for a member with the expiration date.Adam Niedzielski2016-08-031-0/+27
* Fix a few nitpicksRémy Coutable2016-07-201-4/+2
* Allow to disable user request access to groups/projectsFelipe Artur2016-07-201-0/+9
* New :request_access ability to replace a ugly helperRémy Coutable2016-07-053-3/+32
* Exclude requesters from Project#members, Group#members and User#membersexplicit-requesters-scopeRémy Coutable2016-07-012-5/+5
* Merge branch '18871-check-improve-how-we-display-access-requesters-in-admin-a...Douwe Maan2016-06-221-1/+1
|\
| * Fix specsRémy Coutable2016-06-201-1/+1
* | Show 'Leave project' only if member can actually leave the projectRémy Coutable2016-06-183-0/+36
|/
* Merge branch 'fix-18717' into 'master' Douwe Maan2016-06-172-0/+71
|\
| * Address Douwe's feedbackfix-18717Rémy Coutable2016-06-172-17/+50
| * Group owner cannot request access to a project of their groupRémy Coutable2016-06-172-0/+38
* | Don't show 'Leave Project' to group members18724-dont-show-leave-project-to-group-memberRémy Coutable2016-06-171-0/+17
|/
* UI and copywriting improvements13948-access-request-to-projects-and-groupsRémy Coutable2016-06-142-25/+21
* Add request access for groupsRémy Coutable2016-06-142-0/+105
* Use the `can?` helper instead of `current_user.can?`15513-fix-undefined-can-methodRémy Coutable2016-04-221-0/+20