summaryrefslogtreecommitdiff
path: root/app/controllers/concerns
Commit message (Expand)AuthorAgeFilesLines
* Use reCaptcha when an issue identified as spamJarka Kadlecova2017-02-071-0/+18
* Merge branch 'fix-git-hooks-when-creating-file' into 'master' Douwe Maan2017-02-021-17/+36
|\
| * Make sure different project gets a merge requestLin Jen-Shin2017-01-261-2/+4
| * @tree_edit_project is no longer usedLin Jen-Shin2017-01-261-4/+1
| * Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2017-01-263-39/+64
| |\
| * | Rename from base to start because base could mean merge baseLin Jen-Shin2017-01-061-3/+3
| * | Detect if we really want a new merge request properlyLin Jen-Shin2017-01-061-2/+5
| * | Properly fix the edge case!Lin Jen-Shin2017-01-061-2/+15
| * | Rename source to base to avoid confusion from MRLin Jen-Shin2017-01-061-3/+3
| * | Don't set invalid @mr_source_branch when create_merge_request?Lin Jen-Shin2017-01-061-6/+3
| * | Fix for initial commit and remove unneeded argsLin Jen-Shin2017-01-061-3/+9
| * | Just trust set_commit_variables to set everything!Lin Jen-Shin2017-01-061-3/+1
| * | Merge request terms are reversed for GitOperationServiceLin Jen-Shin2017-01-051-4/+4
| * | I think I am really confused, should be @tree_edit_projectLin Jen-Shin2017-01-051-1/+1
| * | Indent the way rubocop likesLin Jen-Shin2017-01-051-2/+2
| * | Merge branch 'master' into fix-git-hooks-when-creating-fileLin Jen-Shin2017-01-043-2/+21
| |\ \
| * | | Try to use those @mr variables for full correctnessLin Jen-Shin2016-12-141-4/+6
| * | | Fix source_project and also pass source_projectLin Jen-Shin2016-12-141-2/+2
| * | | Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-12-101-4/+2
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-12-081-1/+6
| |\ \ \ \
| * | | | | We still need it for empty repo for web UI!Lin Jen-Shin2016-12-081-1/+2
| * | | | | We probably don't need this anymore, not sure whyLin Jen-Shin2016-12-081-2/+1
| * | | | | Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-12-033-4/+123
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-11-226-6/+15
| |\ \ \ \ \ \
| * | | | | | | Try if branch_exists? would work, feedback:Lin Jen-Shin2016-11-151-1/+1
| * | | | | | | @ref might not existLin Jen-Shin2016-11-151-1/+1
| * | | | | | | Don't pass source_branch if it doesn't existLin Jen-Shin2016-11-151-1/+2
* | | | | | | | Check public snippets for spamSean McGivern2017-02-021-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix other spec failuresJames Lopez2017-01-171-2/+2
* | | | | | | more refactoring and fixing old specsJames Lopez2017-01-171-0/+4
* | | | | | | Refactor allowed params in ServiceParamsRémy Coutable2017-01-121-19/+60
* | | | | | | Speed up group milestone index by passing group_id to IssuesFinderAdam Niedzielski2017-01-061-20/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix redirect after update file when user has forked projectFelipe Artur2016-12-291-1/+1
* | | | | | Avoid use of Hash#dig to keep compatibility with Ruby 2.1fix/keep-compatility-ruby-21Douglas Barbosa Alexandre2016-12-161-1/+1
* | | | | | Implement minor changes from @dbalexandre's review.Timothy Andrew2016-12-161-0/+5
* | | | | | Allow creating personal access tokens / OAuth applications with scopes.Timothy Andrew2016-12-161-0/+14
* | | | | | Introduce deployment services, starting with a KubernetesServiceNick Thomas2016-12-141-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' into 'security'Douwe Maan2016-12-081-4/+2
| |_|_|/ |/| | |
* | | | Fix Archived project merge requests add to group's Merge RequestsJacopo2016-12-051-1/+6
| |_|/ |/| |
* | | Ensure user is authenticated to create a new snippet25026-authenticate-user-for-new-snippetRémy Coutable2016-11-281-4/+1
* | | Move LfsHelper to a new LfsRequest concern22253-move-lfshelper-methods-somewhere-else-than-app-helpersRémy Coutable2016-11-232-0/+122
| |/ |/|
* | Merge branch 'ee-870-backport' into 'master' Sean McGivern2016-11-211-1/+1
|\ \
| * | Backport some changes done from Time Tracking feature in EE.ee-870-backportRuben Davila2016-11-181-1/+1
| |/
* | Merge branch 'feature/cycle-analytics-events' into 'master' Douwe Maan2016-11-181-0/+7
|\ \
| * | refactored duplicated code in controller, updated JSON array naming and fixed...James Lopez2016-11-171-0/+7
| |/
* | Merge branch 'optimize-mr-index' into 'master' Yorick Peterse2016-11-183-4/+2
|\ \
| * | More aggressively preload on merge request and issue index pagesDouwe Maan2016-11-183-4/+2
| |/
* | Use @project as default on ToggleSubscriptionAction concernDouglas Barbosa Alexandre2016-11-171-1/+1
* | Add subscribable_project to ToggleSubscriptionAction concernDouglas Barbosa Alexandre2016-11-171-1/+5
|/
* Fix expanding a collapsed diff when converting a symlink to a regular fileadam-fix-collapsed-diff-symlink-file-conversionAdam Niedzielski2016-11-101-1/+1