summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Add MemberExpirationDate JS helperSean McGivern2016-08-184-3/+32
* 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
* Single quotes all the way.Adam Niedzielski2016-08-072-2/+2
* Remove inline JavaScript. Add datepicker to the edit form.Adam Niedzielski2016-08-064-10/+13
* Allow to edit access expiration date.Adam Niedzielski2016-08-052-2/+4
* Better presentation of member expiration.Adam Niedzielski2016-08-052-2/+7
* 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-041-0/+13
* 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
* Replace optional parameters with keyword arguments.Adam Niedzielski2016-08-025-10/+21
* Initialize the datepicker - the ugly way :(Adam Niedzielski2016-08-021-2/+9
* WIPAdam Niedzielski2016-08-016-8/+16
* Merge branch 'clarify-deletion-message' into 'master' Robert Speicher2016-07-301-1/+1
|\
| * Clarify which project is deleted to avoid alarmclarify-deletion-messageStan Hu2016-07-291-1/+1
* | Merge branch 'reject-merge-conflicts' into 'master' Robert Speicher2016-07-301-1/+7
|\ \
| * | Properly abort a merge when merge conflicts occurreject-merge-conflictsStan Hu2016-07-291-1/+7
| |/
* | Improve diff performance by eliminating redundant checks for text blobsremove-redundant-blob-text-callsStan Hu2016-07-293-6/+8
|/
* Merge branch 'ability-batch-issue-checking' into 'master' Robert Speicher2016-07-292-0/+38
|\
| * Method for returning issues readable by a userability-batch-issue-checkingYorick Peterse2016-07-292-0/+38
* | Merge branch 'rubocop/enable-access-modifiers-cops' into 'master' Robert Speicher2016-07-296-103/+99
|\ \
| * | Enable Rubocop cops for invalid access modifiersrubocop/enable-access-modifiers-copsGrzegorz Bizon2016-07-191-1/+1
| * | Refactor system notes service to make it singletonGrzegorz Bizon2016-07-191-76/+78
| * | Fix private method visibility in container registryGrzegorz Bizon2016-07-191-6/+6
| * | Fix some useless access modifiers in the codeGrzegorz Bizon2016-07-194-20/+14
* | | Check for Ci::Build artifacts at database levelPaco Guzman2016-07-292-1/+2
* | | Bump gitlab_git to speedup DiffCollection iterationsPaco Guzman2016-07-292-2/+2
* | | Implement final review comments from @rymai.Timothy Andrew2016-07-297-8/+9
* | | Use `Gitlab::Access` to protected branch access levels.Timothy Andrew2016-07-2912-150/+86
* | | Authorize user before creating/updating a protected branch.Timothy Andrew2016-07-293-5/+15
* | | Have the `branches` API work with the new protected branches data model.Timothy Andrew2016-07-291-2/+32
* | | Implement review comments from @axil.Timothy Andrew2016-07-291-14/+12
* | | Implement review comments from @dbalexandre.Timothy Andrew2016-07-297-95/+81
* | | Favor labels like `Allowed to push` over `Allowed To Push`.Timothy Andrew2016-07-293-8/+8
* | | Admins count as masters too.Timothy Andrew2016-07-293-4/+12
* | | Make specs compatible with PhantomJS versions < 2.Timothy Andrew2016-07-291-1/+2
* | | Humanize protected branches' access levels at one location.Timothy Andrew2016-07-295-7/+30
* | | Fix all specs related to changes in !5081.Timothy Andrew2016-07-293-10/+2
* | | Fix default branch protection.Timothy Andrew2016-07-293-5/+7
* | | Update protected branches spec to work with the `select`s.Timothy Andrew2016-07-292-2/+7
* | | Allow setting "Allowed To Push/Merge" while creating a protected branch.Timothy Andrew2016-07-296-37/+58
* | | Enforce "No One Can Push" during git operations.Timothy Andrew2016-07-292-0/+20
* | | Add "No One Can Push" to the protected branches UI.Timothy Andrew2016-07-298-44/+95
* | | Use the `{Push,Merge}AccessLevel` models in the UI.Timothy Andrew2016-07-297-9/+88
* | | Add models for the protected branch access levels.Timothy Andrew2016-07-293-0/+9
| |/ |/|