summaryrefslogtreecommitdiff
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '17341-firefox-u2f' into 'master' Robert Speicher2016-07-153-12/+5
|\
| * Use a single challenge for U2F authentication.Timothy Andrew2016-07-141-4/+3
| * Load Javascript U2F library selectively.Timothy Andrew2016-07-143-8/+2
* | Revert "Optimistic locking for Issue and Merge Requests"revert-lock-for-issuableStan Hu2016-07-132-9/+2
* | Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher2016-07-131-1/+1
* | Added "developers can merge" setting to protected branchesMathias Vestergaard2016-07-131-1/+1
* | Merge branch 'add-2fa-check-to-oauth' into 'master' Robert Speicher2016-07-121-1/+5
|\ \
| * | Added tests for 2FA check on OAuth requestPatricio Cano2016-07-041-2/+5
| * | Add 2FA check to the OAuth authentication mechanismPatricio Cano2016-06-291-0/+1
* | | Merge branch 'lock_for_issuable' into 'master' Douwe Maan2016-07-122-2/+9
|\ \ \
| * | | Optimistic locking for Issue and Merge RequestsValery Sizov2016-07-122-2/+9
* | | | Cache todos pending/done dashboard query countsPaco Guzman2016-07-122-5/+10
|/ / /
* | | Be explicit on merge request discussion variablesPaco Guzman2016-07-121-10/+15
* | | Clean path infoConnor Shea2016-07-111-1/+1
* | | Update the help_page_path route to accept paths directly instead of using par...Connor Shea2016-07-111-6/+4
* | | Merge branch 'single-file-diffs' into 'master' Douwe Maan2016-07-114-60/+136
|\ \ \
| * | | Handle more than two paths in MergeRequest#diffsSean McGivern2016-07-111-1/+3
| * | | Merge branch 'master' into single-file-diffsSean McGivern2016-07-112-30/+34
| |\ \ \ | | | |/ | | |/|
| * | | Make expand_all param more explicitSean McGivern2016-07-081-1/+1
| * | | DRY up diff_for_path actionsSean McGivern2016-07-084-77/+81
| * | | Remove unused argument to CompareService#executeSean McGivern2016-07-081-4/+10
| * | | Collapse large diffs by defaultSean McGivern2016-07-083-25/+89
* | | | Merge branch 'send-entry-via-Gitlab-Workhorse-Send-Data' into 'master' Douwe Maan2016-07-111-3/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Just give regular 404, feedback:Lin Jen-Shin2016-07-111-1/+1
| * | | Use Gitlab-Workhorse-Send-Data to send entry:Lin Jen-Shin2016-07-051-2/+1
* | | | Merge branch 'rubocop/enable-identical-conditional-branches-cop' into 'master' Robert Speicher2016-07-081-2/+2
|\ \ \ \
| * | | | Enable Style/IdenticalConditionalBranches Rubocop copGrzegorz Bizon2016-07-081-2/+2
| | |/ / | |/| |
* | | | Merge branch 'retrieve-mr-closes-issues-just-when-required' into 'master' Rémy Coutable2016-07-081-6/+0
|\ \ \ \
| * | | | Avoid calculation of closes_issues.retrieve-mr-closes-issues-just-when-requiredPaco Guzman2016-07-071-6/+0
* | | | | Merge branch 'dont-render-discussion-notes-on-not-html-requests'Douwe Maan2016-07-081-22/+32
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Don't render discussion notes when requesting diff tab through AJAXdont-render-discussion-notes-on-not-html-requestsPaco Guzman2016-07-081-22/+32
* | | | | Merge branch 'feature/option-set-new-users-external' into 'master' Rémy Coutable2016-07-081-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added setting to set new users by default as externalDravere2016-07-071-0/+1
* | | | | Revert "Revert "Merge branch 'issue_3946' into 'master' ""Robert Speicher2016-07-071-2/+3
* | | | | Merge remote-tracking branch 'origin/master'Robert Speicher2016-07-071-11/+15
|\ \ \ \ \
| * \ \ \ \ Merge branch '18627-wildcard-branch-protection' into 'master' Douwe Maan2016-07-071-11/+15
| |\ \ \ \ \
| | * | | | | Use the `GLDropdown` component to select protected branches.Timothy Andrew2016-07-071-1/+1
| | * | | | | Modify the frontend for wildcard protected branches.Timothy Andrew2016-07-051-11/+15
| | | |_|/ / | | |/| | |
* | | | | | Revert "Merge branch 'issue_3946' into 'master' "Robert Speicher2016-07-071-3/+2
|/ / / / /
* | | | | Merge branch 'new-diff-notes' into 'master' Douwe Maan2016-07-075-26/+50
|\ \ \ \ \
| * | | | | Add send_git_patch helperDouwe Maan2016-07-061-6/+9
| * | | | | Display new diff notes and allow creation through the web interfaceDouwe Maan2016-07-061-2/+19
| * | | | | Support new diff notes on MRs with diff_refsDouwe Maan2016-07-061-0/+1
| * | | | | Represent DiffRefs as proper class instead of tuple arrayDouwe Maan2016-07-063-7/+14
| * | | | | Rename MergeRequest methods that return commits or shas to be more clear and ...Douwe Maan2016-07-061-11/+7
| | |_|/ / | |/| | |
* | | | | Layout for Users Groups and Projects on admin areaAlfredo Sumaran2016-07-071-2/+3
| |_|/ / |/| | |
* | | | fix 404 error, redirect back with flash messageJames Lopez2016-07-071-4/+1
|/ / /
* | | Rebasing caused `enabled_git_access_protocol` to become plural. Fixed here.Patricio Cano2016-07-051-1/+1
* | | Correct access control flow for Git HTTP requests.Patricio Cano2016-07-051-2/+8
* | | Clarify protocol access check, and make Git HTTP access call more specific.Patricio Cano2016-07-051-6/+6