summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add element container to dropdowns581-ee-backport-branch-permissionsAlfredo Sumaran2016-08-191-6/+8
* Use typeof instead of Underscore methodAlfredo Sumaran2016-08-191-2/+2
* Move protected branches access control spec into a shared example.Timothy Andrew2016-08-202-69/+73
* check if selectedObject is definedAlfredo Sumaran2016-08-191-1/+1
* make input name to be a functionAlfredo Sumaran2016-08-191-8/+11
* Merge branch 'expiration-date-on-memberships' into 'master' Douwe Maan2016-08-1944-65/+504
|\
| * Fix cron job keyexpiration-date-on-membershipsDouwe Maan2016-08-191-3/+3
| * Merge branch 'master' into 'expiration-date-on-memberships'Sean McGivern2016-08-1977-139/+3631
| |\
| * | Add descriptionsDouwe Maan2016-08-183-0/+6
| * | Don’t add events in loopDouwe Maan2016-08-181-19/+17
| * | Merge branch 'master' into expiration-date-on-membershipsDouwe Maan2016-08-1817-15/+222
| |\ \
| * | | Use `gl` namespace and explicitly check that string is emptyDouwe Maan2016-08-182-5/+5
| * | | Fix adding a user to a group in admin sectionSean McGivern2016-08-181-1/+1
| * | | Merge branch 'master' into expiration-date-on-membershipsSean McGivern2016-08-18111-290/+4007
| |\ \ \
| * | | | Allow project group links to be expiredSean McGivern2016-08-1816-25/+144
| * | | | Ensure last group owner isn't removed on expirySean McGivern2016-08-182-13/+48
| * | | | Add expiration date to group membershipsSean McGivern2016-08-1814-34/+58
| * | | | Merge branch 'master' into expiration-date-on-membershipsSean McGivern2016-08-181067-9618/+37957
| |\ \ \ \
| * | | | | Add MemberExpirationDate JS helperSean McGivern2016-08-184-3/+32
| * | | | | Only use let! where neededSean McGivern2016-08-181-2/+2
| * | | | | Add MemberExpirationDate JS helperSean McGivern2016-08-185-19/+48
| * | | | | Create Member.expired scope.Adam Niedzielski2016-08-092-1/+2
| * | | | | Use "is_a?" because it is more readable than checking the "type" field.Adam Niedzielski2016-08-091-1/+1
| * | | | | Add CHANGELOG entry.Adam Niedzielski2016-08-071-0/+1
| * | | | | Update API documentation.Adam Niedzielski2016-08-071-1/+10
| * | | | | Single quotes all the way.Adam Niedzielski2016-08-074-11/+11
| * | | | | Remove inline JavaScript. Add datepicker to the edit form.Adam Niedzielski2016-08-064-10/+13
| * | | | | Add API support for expires_at.Adam Niedzielski2016-08-063-5/+18
| * | | | | 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-055-11/+26
| * | | | | Update spec for adding member.Adam Niedzielski2016-08-051-2/+2
| * | | | | Better presentation of member expiration.Adam Niedzielski2016-08-052-2/+7
| * | | | | Write test for RemoveExpiredMembersWorker.Adam Niedzielski2016-08-041-0/+25
| * | | | | Use Members::AuthorizedDestroyService in RemoveExpiredMembersWorker.Adam Niedzielski2016-08-041-2/+2
| * | | | | Extract Members::AuthorizedDestroyService from Members::DestroyService.Adam Niedzielski2016-08-042-6/+18
| * | | | | Add worker which removes expired members.Adam Niedzielski2016-08-042-0/+16
| * | | | | Use Date instead of Datetime. Nobody cares about the exact hour.Adam Niedzielski2016-08-042-2/+2
| * | | | | Remove scopes.Adam Niedzielski2016-08-042-3/+2
| * | | | | Add Member#expires? method.Adam Niedzielski2016-08-042-1/+5
| * | | | | Fix label so it's linked to the input.Adam Niedzielski2016-08-031-1/+1
| * | | | | Display expiration date in the project member list.Adam Niedzielski2016-08-031-0/+3
| * | | | | Add test for a member with the expiration date.Adam Niedzielski2016-08-031-0/+27
| * | | | | Replace optional parameters with keyword arguments.Adam Niedzielski2016-08-027-14/+45
| * | | | | Initialize the datepicker - the ugly way :(Adam Niedzielski2016-08-021-2/+9
| * | | | | WIPAdam Niedzielski2016-08-018-9/+47
* | | | | | Merge branch 'ace-ventura' into 'master' Jacob Schatz2016-08-1911-21/+52
|\ \ \ \ \ \
| * | | | | | Move editor paths to helperSean McGivern2016-08-193-2/+10
| * | | | | | Don't use global variables.ace-venturaConnor Shea2016-08-183-7/+7
| * | | | | | Only load Ace on Snippets and file edit pages.Connor Shea2016-08-189-17/+40
* | | | | | | Merge branch '20895-inline-comments-for-first-commit' into 'master' Douwe Maan2016-08-194-7/+56
|\ \ \ \ \ \ \