summaryrefslogtreecommitdiff
path: root/app/controllers/projects/lfs_api_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable even more frozen string in app/controllersgfyoung2018-09-251-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Fix LFS uploads not working with git-lfs 2.5.0Stan Hu2018-07-311-1/+6
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Move check logic into #batch_operation_disallowed?Ash McKenzie2018-07-021-1/+6
* Add helper for accessing lfs_objects for projectBob Van Landuyt2018-04-051-1/+1
* Backport of LFS File Locking APIrd-35856-backport-lfs-file-locking-apiRubén Dávila2018-02-071-1/+1
* Create idea of read-only databasetc-geo-read-only-ideaToon Claes2017-10-061-0/+18
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-2/+2
* lfs: do not require auth for public repositoriesBen Boeckel2017-02-071-0/+4
* Move LfsHelper to a new LfsRequest concern22253-move-lfshelper-methods-somewhere-else-than-app-helpersRémy Coutable2016-11-231-11/+10
* Move the `objects` method to `LfsHelper` so that it is also available to `Lfs...24392-lfs-helper-refactorPatricio Cano2016-11-101-4/+0
* Rename lfs_enabled helper methodJacob Vosmaer2016-08-101-1/+1
* Better cache when modifying in-placeJacob Vosmaer2016-07-221-1/+1
* Add LFS controllersJacob Vosmaer2016-07-221-0/+94