summaryrefslogtreecommitdiff
path: root/app/controllers/concerns
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor JIRA service to use gemDrew Blessing2016-10-261-1/+1
* Show labels widget on issuable sidebar if project has only group labelsDouglas Barbosa Alexandre2016-10-191-1/+1
* Remove project_labels from Projects::ApplicationControllerDouglas Barbosa Alexandre2016-10-191-0/+5
* Merge branch 'restrict-failed-2fa-attempts' into 'master' Rémy Coutable2016-10-041-2/+13
|\
| * Restrict failed login attempts for users with 2FASean McGivern2016-10-041-2/+13
* | Merge branch 'rc-improve-members-destroy-service' into 'master' Robert Speicher2016-10-041-7/+6
|\ \ | |/ |/|
| * Fix a few things after the initial improvment to Members::DestroyServiceRémy Coutable2016-10-031-3/+4
| * Improve Members::DestroyServiceRémy Coutable2016-10-031-6/+4
* | Enable Lint/StringConversionInInterpolation cop and autocorrect offensesrs-string-conversion-in-interpolationRobert Speicher2016-10-031-1/+1
|/
* Merge branch 'rc-new-members-approve-request-access-service' into 'master' Douwe Maan2016-09-271-6/+1
|\
| * Ensure Members::ApproveAccessRequestService can fin a requester by IDRémy Coutable2016-09-221-1/+1
| * New Members::ApproveAccessRequestServiceRémy Coutable2016-09-221-6/+1
* | Revert part of "Merge branch 'update_issues_mr_counter' into 'master'Rémy Coutable2016-09-223-16/+0
|/
* Merge branch 'and-you-get-awards' into 'master' Rémy Coutable2016-09-211-2/+6
|\
| * Start Frontend work, fix routing problemZ.J. van de Weg2016-09-191-1/+1
| * Snippets get award emoji! :thumbsup:Z.J. van de Weg2016-09-191-2/+6
* | fix issues mr counterbarthc2016-09-203-0/+16
|/
* fixes distinction between renaming a file and updating its content and21092-file-execution-flag-is-not-preserved-when-editing-filestiagonbotelho2016-09-091-2/+1
* Merge branch 'add-remember-option-u2f' into 'master' Robert Speicher2016-09-091-0/+1
|\
| * Pass the remember_me option into the u2f form and support it while authentica...add-remember-option-u2fDJ Mountney2016-09-011-0/+1
* | Refresh todos count cache when an Issue/MR is deletedDouglas Barbosa Alexandre2016-09-081-0/+2
* | Refactor code for bulk update merge requests featuredz-bulk-edit-mrDmitriy Zaporozhets2016-09-081-2/+2
* | Add bulk update support for merge requests listDmitriy Zaporozhets2016-09-081-0/+31
* | Add option to confidential issues events to trigger servicesDouglas Barbosa Alexandre2016-08-311-1/+1
|/
* prevent authored awardable thumbs votesbarthc2016-08-301-5/+7
* prevent authored awardable thumbs votesbarthc2016-08-281-0/+2
* Handle legacy sort order values21028-missing-default-sort-for-users-with-an-existing-cookieSean McGivern2016-08-181-0/+5
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into pipeline-hooks-...Kamil Trzcinski2016-08-161-0/+25
|\
| * Further refactor and syntax fixes.Patricio Cano2016-08-151-5/+4
| * Refactored AkismetHelper into AkismetService and cleaned up `Spammable`Patricio Cano2016-08-151-7/+1
| * Allow `Issue` to be submitted as spamPatricio Cano2016-08-151-0/+32
* | Merge remote-tracking branch 'upstream/master' into pipeline-hooks-without-slackLin Jen-Shin2016-08-111-3/+3
|\ \ | |/