summaryrefslogtreecommitdiff
path: root/app/controllers/projects/raw_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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