summaryrefslogtreecommitdiff
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Cache diff highlighting upon Merge Request creation (refactors diff caching)Oswaldo Ferreira2018-09-071-0/+2
* Merge branch 'sh-set-secure-cookies' into 'master'Rémy Coutable2018-09-042-5/+10
|\
| * Set issuable_sort and diff_view cookies to secure when possibleStan Hu2018-09-032-5/+10
* | Move badge settings to general settingsWinnie Hellmann2018-09-034-26/+4
* | Added atom feed for tagsFrancisco Javier López2018-09-031-0/+5
* | Use a serializer to render diff linesFelipe Artur2018-08-311-1/+1
|/
* Resolve "Persistent banner creates problem for web ide"Paul Slaughter2018-08-311-1/+1
* Fixed project logo when it is LFS trackedFrancisco Javier López2018-08-303-45/+73
* Merge branch 'issue_36138' into 'master'Sean McGivern2018-08-281-3/+14
|\
| * Allow to delete group milestonesissue_36138Felipe Artur2018-08-061-3/+14
* | Allows author to vote on their own issueChantal Rollison2018-08-241-1/+1
* | Merge branch '43096-controller-projects-issuescontroller-referenced_merge_req...Nick Thomas2018-08-231-1/+1
|\ \
| * | Move Issue#{referenced,closed_by}_merge_requests to serviceSean McGivern2018-08-211-1/+1
* | | Speed up diff comparisons by limiting number of commit messages renderedStan Hu2018-08-225-4/+24
* | | Merge branch '41441-add-target-branch-name-to-cherrypick-confirmation' into '...Sean McGivern2018-08-221-1/+1
|\ \ \
| * | | Fix branch name in case of new merge request cherry pickGeorge Andrinopoulos2018-08-191-1/+1
| * | | Add target branch to cherry pick confirmation messageGeorge Andrinopoulos2018-08-191-1/+1
* | | | Resolve "Separate remembering sorting issues/merge requests"🙈 jacopo beschi 🙉2018-08-211-10/+12
* | | | Refactor AutocompleteControllerdefine-abstraction-levelsYorick Peterse2018-08-201-50/+22
|/ / /
* | | Whitelist existing destroy_all offensesblacklist-destroy-allYorick Peterse2018-08-161-1/+1
|/ /
* | Add email_events to replace EMAIL_EVENTS because it needs to be dynamic,Mark Chao2018-08-141-4/+4
* | Merge branch 'sh-fix-issue-50210-oauth2' into 'master'Robert Speicher2018-08-131-1/+1
|\ \
| * | Fix logins via OAuth2 geting logged out in an hourStan Hu2018-08-101-1/+1
* | | Implement QuickActions::TargetServicePeter Leitzen2018-08-101-2/+4
* | | Move finding autocompletion targets into AutocompleteServicePeter Leitzen2018-08-101-9/+2
* | | Build noteables in AutocompleteSourcesController#targetPeter Leitzen2018-08-101-2/+2
|/ /
* | Merge branch '35952-keep-project-repository-settings-open-after-submit' into ...Tim Zallmann2018-08-085-14/+14
|\ \
| * | ensure all project repository settings panels remain open after form submissionMike Greiling2018-08-085-14/+14
* | | Keep project settings sections expanded after submitting formMike Greiling2018-08-082-7/+7
* | | Merge branch '35952-keep-group-settings-open-after-submit' into 'master'Tim Zallmann2018-08-081-1/+1
|\ \ \
| * | | ensure all group settings panels remain open after form submissionMike Greiling2018-08-081-1/+1
| |/ /
* | | Merge branch '35952-keep-project-cicd-settings-open-after-submit' into 'master'Tim Zallmann2018-08-072-8/+8
|\ \ \
| * | | keep pipeline triggers settings panel open after form submissionMike Greiling2018-08-071-5/+5
| * | | keep cicd runner settings panel open after form submissionMike Greiling2018-08-071-3/+3
| |/ /
* | | Don't set gon variables in JSON requestsPeter Leitzen2018-08-071-2/+6
|/ /
* | Squashed commit of the following:Shinya Maeda2018-08-071-2/+2
* | Merge branch 'group-todos' into 'master'Sean McGivern2018-08-073-11/+17
|\ \
| * | Revert "Revert "Merge branch 'ee-5481-epic-todos' into 'master'""Jarka Kadlecová2018-08-023-11/+17
* | | Merge branch 'sh-support-bitbucket-server-import' into 'master'Tim Zallmann2018-08-062-0/+136
|\ \ \
| * | | Assorted Bitbucket Server importer code cleanup based on reviewStan Hu2018-08-011-1/+1
| * | | Remove extra space in app/controllers/import/bitbucket_server_controller.rbStan Hu2018-08-011-1/+1
| * | | Inline repo_owner in app/controllers/import/bitbucket_server_controller.rbStan Hu2018-08-011-3/+1
| * | | Merge branch 'master' into sh-support-bitbucket-server-importStan Hu2018-07-311-1/+6
| |\ \ \
| * \ \ \ Merge branch 'master' into sh-support-bitbucket-server-importStan Hu2018-07-317-23/+55
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into sh-support-bitbucket-server-importStan Hu2018-07-273-5/+27
| |\ \ \ \ \
| * | | | | | Fix Rubocop errorStan Hu2018-07-271-1/+1
| * | | | | | Consolidate validation logicStan Hu2018-07-261-5/+8
| * | | | | | Consolidate server errors and add specsStan Hu2018-07-261-12/+2
| * | | | | | Remove unnecessary guard clauseStan Hu2018-07-251-2/+0
| * | | | | | Add frozen_string_literal: true to controllerStan Hu2018-07-251-0/+2