summaryrefslogtreecommitdiff
path: root/app/views/projects/project_members
Commit message (Expand)AuthorAgeFilesLines
* Changed how collections are renderedPhil Hughes2016-10-063-6/+3
* Updated Ruby variable namePhil Hughes2016-10-052-4/+4
* Border instead of hrPhil Hughes2016-10-041-2/+1
* Ruby updatePhil Hughes2016-09-132-3/+3
* CSS cleanupPhil Hughes2016-09-132-2/+2
* Updated some specsPhil Hughes2016-09-132-3/+3
* Updated groups member UI to matchPhil Hughes2016-09-131-1/+1
* Added import button back inPhil Hughes2016-09-131-2/+2
* Tests updatePhil Hughes2016-09-132-2/+2
* Fixed issue with invited users not showing upPhil Hughes2016-09-131-3/+2
* Mobile spacing improvementsPhil Hughes2016-09-131-3/+4
* Mobile improvementsPhil Hughes2016-09-131-1/+1
* Fixed group members not deletingPhil Hughes2016-09-132-2/+5
* Fixed issue with groups not displayingPhil Hughes2016-09-131-4/+2
* Included groups on project_members pagePhil Hughes2016-09-134-18/+19
* Updates the member row when values changedPhil Hughes2016-09-131-2/+2
* Updated members UIPhil Hughes2016-09-133-32/+28
* Fix expiration date picker after updateSean McGivern2016-09-021-1/+1
* Add descriptionsDouwe Maan2016-08-181-0/+2
* Add MemberExpirationDate JS helperSean McGivern2016-08-181-0/+1
* Add MemberExpirationDate JS helperSean McGivern2016-08-181-4/+4
* Remove inline JavaScript. Add datepicker to the edit form.Adam Niedzielski2016-08-062-8/+3
* Fix label so it's linked to the input.Adam Niedzielski2016-08-031-1/+1
* Initialize the datepicker - the ugly way :(Adam Niedzielski2016-08-021-2/+9
* WIPAdam Niedzielski2016-08-011-0/+5
* Update permissons links to new pageupdate-permissions-linksSean McGivern2016-07-141-1/+1
* Update the help_page_path route to accept paths directly instead of using par...Connor Shea2016-07-111-1/+1
* Exclude requesters from Project#members, Group#members and User#membersexplicit-requesters-scopeRémy Coutable2016-07-012-4/+4
* Display group/project access requesters separately in adminRémy Coutable2016-06-204-7/+6
* Fix wrong partial path in JS viewRémy Coutable2016-06-151-1/+1
* UI and copywriting improvements13948-access-request-to-projects-and-groupsRémy Coutable2016-06-142-8/+6
* Add request access for groupsRémy Coutable2016-06-147-97/+17
* Initial implementation of user access request to projectsDavid Alexander2016-06-143-3/+36
* Improve button margin for btn-grouped css classDmitriy Zaporozhets2016-06-081-1/+1
* Remove unnecessary icons from buttonsdz-improve-ui-consistencyDmitriy Zaporozhets2016-06-082-3/+2
* Remove header title from project pagesDmitriy Zaporozhets2016-05-263-3/+0
* Use the `can?` helper instead of `current_user.can?`15513-fix-undefined-can-methodRémy Coutable2016-04-221-1/+1
* Render project members from shared groupDmitriy Zaporozhets2016-03-122-0/+24
* Fix UI for pages with panelsfix-ui-paddingDmitriy Zaporozhets2016-01-223-4/+3
* Merge branch 'remove-gray-bg'Dmitriy Zaporozhets2016-01-141-1/+1
|\
| * Add margin to pages where is no headerremove-gray-bgDmitriy Zaporozhets2016-01-141-1/+1
* | Added hint that you can search users by name, username, or email.Patricio Cano2016-01-131-1/+1
|/
* Fix only 20 group members showing on project member pageDmitriy Zaporozhets2015-12-091-1/+1
* Only show "Manage group members" in project member list when user has accessDouwe Maan2015-12-021-4/+5
* Split group feature testsDmitriy Zaporozhets2015-11-251-1/+1
* Improve project members page UIDmitriy Zaporozhets2015-11-254-38/+35
* Use project member abilities more extensivelyDouwe Maan2015-11-173-10/+8
* Replace CoffeeScript block into JavaScript in Views.Jason Lee2015-11-101-4/+5
* Re-use User objects for avatar_icon where possibleYorick Peterse2015-10-151-1/+1
* Add spellcheck=false to certain input fieldsspellcheck_falseValery Sizov2015-10-121-1/+1