summaryrefslogtreecommitdiff
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Render the status message with `plain:` so that the message gets passed to th...Patricio Cano2016-07-051-1/+1
* | Render :forbidden *only* if HTTP is disabled.Patricio Cano2016-07-051-1/+5
* | Return :forbidden if HTTP protocol access is not allowedPatricio Cano2016-07-051-0/+6
* | Simplify access checksPatricio Cano2016-07-051-1/+7
* | Only allow Git Access on the allowed protocolPatricio Cano2016-07-051-1/+1
* | Add setting that allows admins to choose which Git access protocols are enabledPatricio Cano2016-07-051-0/+1
|/
* Merge branch 'git-http-kerberos-ce' into 'master' Douwe Maan2016-07-011-4/+35
|\
| * Groundwork for Kerberos SPNEGO (EE feature)Jacob Vosmaer2016-07-011-4/+35
* | Merge branch 'explicit-requesters-scope' into 'master' Douwe Maan2016-07-015-8/+16
|\ \
| * | Exclude requesters from Project#members, Group#members and User#membersexplicit-requesters-scopeRémy Coutable2016-07-015-8/+16
* | | Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-0110-12/+0
* | | Fix snippets comments not displayed19388-fix-snippets-notes-not-shownRémy Coutable2016-07-011-1/+1
|/ /
* | Merge branch 'enable-shared-runners-with-admins' into 'master' Rémy Coutable2016-07-012-4/+1
|\ \
| * \ Merge remote-tracking branch 'upstream/master' into enable-shared-runners-wit...Lin Jen-Shin2016-07-017-17/+123
| |\ \
| * | | Use Ability to check pre-requisite. Change back to 403 because:Lin Jen-Shin2016-06-291-2/+1
| * | | Allow admins to assign locked runners:Lin Jen-Shin2016-06-281-2/+0
| * | | Use 409 to indicate that interface might be outdatedLin Jen-Shin2016-06-281-2/+2
| * | | Admin should be able to turn shared runners into specific ones:Lin Jen-Shin2016-06-281-1/+1
* | | | Merge branch 'avoid-instantiate-tree-for-projects-show-readme-view' into 'mas...Yorick Peterse2016-07-011-1/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Avoid instantiation of a Git::Treeavoid-instantiate-tree-for-projects-show-readme-viewPaco Guzman2016-06-291-1/+6
* | | | Catch permission denied errors and ignore the diskimprove-system-infoJosh Frye2016-06-301-11/+38
* | | | Make GH one-off auth the default again for importing GH projectsRémy Coutable2016-06-301-1/+1
* | | | Import from Github using Personal Access Tokens.Eric K Idema2016-06-301-3/+22
* | | | Merge branch 'issue-18886' into 'master' Dmitriy Zaporozhets2016-06-301-3/+22
|\ \ \ \
| * | | | Loop all disks when displaying system infoissue-18886Josh Frye2016-06-291-3/+22