summaryrefslogtreecommitdiff
path: root/app/controllers/projects/raw_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-15/+5
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-1/+1
* Add latest changes from gitlab-org/security/gitlab@13-7-stable-eeGitLab Bot2021-01-061-1/+1
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-7/+9
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-1/+2
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-0/+2
* Add latest changes from gitlab-org/security/gitlab@13-4-stable-eeGitLab Bot2020-09-301-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-301-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-231-4/+8
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-061-1/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-051-6/+8
* Return 429 on rate limiter on raw endpointMayra Cabrera2019-08-131-1/+1
* Add RateLimiter to RawControllerMayra Cabrera2019-07-241-0/+20
* Fixed bug with the content disposition with wiki attachmentsFrancisco Javier López2018-10-171-1/+1
* Enable even more frozen string in app/controllersgfyoung2018-09-251-0/+2
* Fixed project logo when it is LFS trackedFrancisco Javier López2018-08-301-35/+2
* Refactor code for single file download in repositoryKia Mei Somabes2018-07-131-1/+1
* Set content-disposition header for single file download in repositoryKia Mei Somabes2018-07-121-2/+1
* Merge branch 'jej/lfs-object-storage' into 'master'Douwe Maan2018-02-281-1/+2
* Refactor Blob support of external storage in preparation of job artifact blobsdm-blob-external-storageDouwe Maan2017-05-031-1/+1
* Use Blob methods instead of BlobHelper helpersDouwe Maan2017-04-271-1/+1
* Do not show LFS object when LFS is disabledChristopher Bartz2017-03-131-1/+1
* Add workhorse controller and API helpersDouwe Maan2016-06-061-4/+1
* Refactor caching codeJacob Vosmaer2016-03-071-2/+2
* Tell clients/proxies to cache raw blob requestsJacob Vosmaer2016-03-031-0/+2
* Explain why we mangle blob content typessafe-content-typeJacob Vosmaer2016-02-241-11/+2
* Avoid trailing 'charset=' garbageJacob Vosmaer2016-02-011-1/+2
* Use only one header to send git blobsJacob Vosmaer2016-02-011-2/+1
* No need for base64 anymoreJacob Vosmaer2016-01-281-2/+0
* Send more raw blob data with workhorseJacob Vosmaer2016-01-281-1/+1
* Prototype of Git blobs via workhorseJacob Vosmaer2016-01-151-11/+6
* Add specs for showing lfs object in UI.Marin Jankovski2015-12-071-7/+17
* Move the file serving to Raw controller, add a few ifs to view.Marin Jankovski2015-12-031-7/+24
* Only render 404 page from /publicinified_404_errorValery Sizov2015-10-131-1/+1
* add Content-Type header of raw image filepilsner2015-09-041-0/+2
* Remove the filename argument from Content-Disposition header to avoidStan Hu2015-09-021-2/+1
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-3/+3
* Move 'require_non_empty_project' filter to front so 'assign_ref_vars' doesn't...Douwe Maan2015-02-201-1/+1
* Rubocop: no trailing newlinesDmitriy Zaporozhets2015-02-021-1/+0
* Explicitly set before_filter for ref-related controllersDmitriy Zaporozhets2015-01-261-1/+1
* remove auth duplicationValery Sizov2014-11-051-1/+0
* Factor authorize_push! and authorize_code_access!Ciro Santilli2014-10-131-1/+1
* Prevent possible XSS issues by seting text/plain for all text files inDmitriy Zaporozhets2014-08-281-4/+2
* Fixes #6207 Allow raw download of *.msi filesJeroen van Baarsen2014-02-131-5/+13
* Refactor blob findingDmitriy Zaporozhets2013-10-011-1/+1
* Update code to work with gitlab_git 3Dmitriy Zaporozhets2013-10-011-2/+2
* Dont allow html render for RAW viewDmitriy Zaporozhets2013-09-031-1/+9
* Move projects controllers/views in Projects moduleDmitriy Zaporozhets2013-06-231-0/+25