summaryrefslogtreecommitdiff
path: root/app/controllers/projects/blob_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-0/+1
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-1/+15
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-1/+2
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-6/+18
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-3/+7
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-1/+1
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-0/+3
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-5/+0
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-2/+3
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-2/+10
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-2/+0
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-3/+4
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-07-081-1/+1
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-021-13/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-241-0/+13
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-241-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-061-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-081-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-181-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-151-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-211-1/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
* Use ActiveModel's type instead of virtusPeter Leitzen2019-08-201-1/+5
* Expand FindCommit caching to blob and refssh-improve-find-commit-cachingStan Hu2019-04-061-0/+2
* Allow streaming io objects into GitalyBob Van Landuyt2019-04-011-2/+1
* Externalize strings in projects controllersMartin Wortschack2019-03-271-2/+2
* Move diff_line preparation into presenterMark Chao2019-03-071-35/+4
* Fix spec description and outdated commentsMark Chao2019-03-061-2/+0
* Add full option for blob diff actionMark Chao2019-03-061-14/+5
* Fix several ActionController::Parameters deprecationsJasper Maes2019-01-111-1/+1
* Fixing image lfs bug and also displaying text lfsFrancisco Javier López2018-12-271-1/+1
* Revert "[Rails5] Explicitly set request.format for blob_controller"Douwe Maan2018-12-031-13/+0
* render :nothing option is deprecated, Use head method to respond with empty r...Jasper Maes2018-11-231-1/+1
* Remove 'comment_on_any_diff_line' feature flagosw-remove-comment-on-any-diff-line-ffOswaldo Ferreira2018-11-141-6/+1
* Comment on any expanded diff line on MRsosw-comment-on-any-line-on-diffs-w-feature-flagOswaldo Ferreira2018-11-091-1/+6
* Revert "Merge branch 'osw-comment-on-any-line-on-diffs' into 'master'"osw-revert-comment-in-any-diff-lineOswaldo Ferreira2018-11-071-1/+1
* Merge branch 'osw-comment-on-any-line-on-diffs' into 'master'Douwe Maan2018-11-071-1/+1
|\
| * Comment on any expanded diff line on MRsOswaldo Ferreira2018-11-061-1/+1
* | Make Highlight accept language paramMark Chao2018-10-301-1/+1
|/
* Rails5: fix delete blobJasper Maes2018-10-181-1/+1
* Resolve "In web editor, when delete a file, should navigate to enclosing dire...George Thomas2018-10-171-4/+14
* Enable even more frozen string in app/controllersgfyoung2018-09-251-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Use a serializer to render diff linesFelipe Artur2018-08-311-1/+1
* Changes tab VUE refactoringFelipe Artur2018-06-211-2/+42
* Merge branch 'blackst0ne-rails5-fix-blob-requests-format' into 'master'Rémy Coutable2018-06-181-0/+13
|\
| * [Rails5] Explicitly set request.format for blob_controllerblackst0ne-rails5-fix-blob-requests-formatblackst0ne2018-06-151-0/+13