Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-28Merge branch 'jej/lfs-object-storage' into 'master'Douwe Maan
Can migrate LFS objects to S3 style object storage Closes #2841 See merge request !2760
2017-05-03Refactor Blob support of external storage in preparation of job artifact blobsDouwe Maan
2017-04-27Use Blob methods instead of BlobHelper helpersDouwe Maan
2017-03-13Do not show LFS object when LFS is disabledChristopher Bartz
Do not display a 404, when a user tries to retrieve the raw content of an LFS file (pointer) if the config option "lfs_enabled" is set to false. Instead, display the LFS pointer file directly.
2016-06-06Add workhorse controller and API helpersDouwe Maan
2016-03-07Refactor caching codeJacob Vosmaer
2016-03-03Tell clients/proxies to cache raw blob requestsJacob Vosmaer
2016-02-24Explain why we mangle blob content typesJacob Vosmaer
2016-02-01Avoid trailing 'charset=' garbageJacob Vosmaer
2016-02-01Use only one header to send git blobsJacob Vosmaer
2016-01-28No need for base64 anymoreJacob Vosmaer
2016-01-28Send more raw blob data with workhorseJacob Vosmaer
2016-01-15Prototype of Git blobs via workhorseJacob Vosmaer
2015-12-07Add specs for showing lfs object in UI.Marin Jankovski
2015-12-03Move the file serving to Raw controller, add a few ifs to view.Marin Jankovski
2015-10-13Only render 404 page from /publicValery Sizov
2015-09-04add Content-Type header of raw image filepilsner
Add Content-Type header to fix a bug which IE can't show image in markdown when the image is from raw. modified: CHANGELOG modified: app/controllers/projects/raw_controller.rb modified: spec/controllers/projects/raw_controller_spec.rb
2015-09-02Remove the filename argument from Content-Disposition header to avoidStan Hu
RFC 5987 and RFC 6266 encoding issues. This change allows the browser to determine the filename based on the URL. See: http://greenbytes.de/tech/tc2231/ Closes https://github.com/gitlabhq/gitlabhq/issues/9595 Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/1829
2015-04-20Fixed the Rails/ActionFilter copJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-02-20Move 'require_non_empty_project' filter to front so 'assign_ref_vars' ↵Douwe Maan
doesn't 404.
2015-02-03Rubocop: no trailing newlinesDmitriy Zaporozhets
2015-01-27Explicitly set before_filter for ref-related controllersDmitriy Zaporozhets
2014-11-05remove auth duplicationValery Sizov
2014-10-13Factor authorize_push! and authorize_code_access!Ciro Santilli
with existing method_missing. Pattern already used extensively, so let's be consistent and use it everywhere.
2014-08-28Prevent possible XSS issues by seting text/plain for all text files inDmitriy Zaporozhets
RAW feature Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-13Fixes #6207 Allow raw download of *.msi filesJeroen van Baarsen
This PR also allows for download of [exe,rar,r0n,7z,7zip,zip] Fix was originaly proposed by @MensSana
2013-10-01Refactor blob findingDmitriy Zaporozhets
2013-10-01Update code to work with gitlab_git 3Dmitriy Zaporozhets
2013-09-03Dont allow html render for RAW viewDmitriy Zaporozhets
2013-06-23Move projects controllers/views in Projects moduleDmitriy Zaporozhets