summaryrefslogtreecommitdiff
path: root/app/controllers/concerns/lfs_request.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-9/+15
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-051-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-071-4/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-171-2/+2
* Return 404 on LFS request if project doesn't existIgor Drozdov2019-10-251-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Avoid calling freeze on already frozen strings in app/controllersdineshpanda2019-09-011-1/+1
* Externalize strings in projects controllersMartin Wortschack2019-03-271-3/+3
* Merge branch 'fix-misspellings-app-comments' into 'master'Rémy Coutable2019-02-261-1/+1
* Revert "Merge branch 'fix-misspellings-app-comments' into 'master'"Michael Kozono2019-02-251-1/+1
* Fix misspellings in app/spec commentsTakuya Noguchi2019-02-251-1/+1
* Make LfsRequest EE-compatibleRémy Coutable2018-12-191-0/+6
* Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controllergfyoung2018-09-181-0/+2
* Resolve "Deploy Tokens failed to clone LFS repository"Mayra Cabrera2018-07-231-2/+17
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Backport of LFS File Locking APIrd-35856-backport-lfs-file-locking-apiRubén Dávila2018-02-071-2/+4
* Merge branch 'jej/fix-lfs-integrity-with-forks' into 'master'Douwe Maan2017-11-141-9/+1
|\
| * Handle forks in Gitlab::Checks::LfsIntegrityjej/fix-lfs-integrity-with-forksJames Edwards-Jones2017-11-091-9/+1
* | Fix Error 500 when pushing LFS objects with a write deploy keyStan Hu2017-11-081-1/+2
|/
* Find the LFS-objects for a fork within a the fork networkBob Van Landuyt2017-11-031-4/+3
* Move CI access logic into GitAccessMichael Kozono2017-06-051-0/+4
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-3/+3
* Move LfsHelper to a new LfsRequest concern22253-move-lfshelper-methods-somewhere-else-than-app-helpersRémy Coutable2016-11-231-0/+109