1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-04 11:21:28 +02:00
gitea/templates/repo/settings
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
..
webhook
branches.tmpl
collaboration.tmpl
deploy_keys.tmpl
githook_edit.tmpl
githooks.tmpl
lfs_file_find.tmpl Add basic repository lfs management (#7199) 2019-10-28 18:31:55 +00:00
lfs_file.tmpl Add basic repository lfs management (#7199) 2019-10-28 18:31:55 +00:00
lfs_pointers.tmpl Add basic repository lfs management (#7199) 2019-10-28 18:31:55 +00:00
lfs.tmpl Add basic repository lfs management (#7199) 2019-10-28 18:31:55 +00:00
nav.tmpl
navbar.tmpl Add basic repository lfs management (#7199) 2019-10-28 18:31:55 +00:00
options.tmpl
protected_branch.tmpl