gitea/modules/lfs
zeripath 5e6a008fba
Add basic repository lfs management (#7199)
This PR adds basic repository LFS management UI including the ability to find all possible pointers within the repository. Locks are not managed at present but would be addable through some simple additions.

* Add basic repository lfs management
* add auto-associate function
* Add functionality to find commits with this lfs file
* Add link to find commits on the lfs file view
* Adjust commit view to state the likely branch causing the commit
* Only read Oid from database
2019-10-28 18:31:55 +00:00
..
LICENSE Git LFS support v2 (#122) 2016-12-26 09:16:37 +08:00
content_store.go Add LFS object verification step after upload (#2868) 2017-11-08 15:04:19 +02:00
locks.go Ensure Request Body Readers are closed in LFS server (#8454) 2019-10-10 18:42:28 +01:00
pointers.go Allow markdown files to read from the LFS (#5787) 2019-02-12 15:09:43 +00:00
server.go Add basic repository lfs management (#7199) 2019-10-28 18:31:55 +00:00