0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-03-11 14:11:49 -05:00
forgejo/routers/web/repo
wxiaoguang 385dc6a992
Allow admin to associate missing LFS objects for repositories (#18143)
This PR reworked the Find pointer files feature in Settings -> LFS page.

When a LFS object is missing from database but exists in LFS content store, admin can associate it to the repository by clicking the Associate button.

This PR is not perfect (because the LFS module itself should be improved too), it's just a nice-to-have feature to help users recover their LFS repositories (eg: database was lost / table was truncated)
2022-01-01 17:05:31 +08:00
..
activity.go
attachment.go
blame.go
branch.go
commit.go
compare.go Improve interface when comparing a branch which has created a pull request (#17911) 2021-12-24 12:14:42 +00:00
download.go
editor.go Simplify parameter types (#18006) 2021-12-20 04:41:31 +00:00
editor_test.go
http.go
http_test.go
issue.go Simplify parameter types (#18006) 2021-12-20 04:41:31 +00:00
issue_content_history.go
issue_dependency.go
issue_label.go
issue_label_test.go
issue_lock.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
lfs.go Allow admin to associate missing LFS objects for repositories (#18143) 2022-01-01 17:05:31 +08:00
main_test.go
middlewares.go
migrate.go Use correct translation key (#18135) 2021-12-31 16:43:03 +08:00
milestone.go
projects.go Removed unused method. (#18129) 2021-12-30 11:56:12 +08:00
projects_test.go
pull.go Do not read or write git reference files directly (#18079) 2021-12-23 21:44:00 +08:00
pull_review.go
release.go
release_test.go
repo.go Use correct translation key (#18135) 2021-12-31 16:43:03 +08:00
search.go
setting.go Use correct translation key (#18135) 2021-12-31 16:43:03 +08:00
setting_protected_branch.go
settings_test.go
tag.go
topic.go
view.go When the git repository on storage is changed, the repository modal should also be updated (#18088) 2021-12-24 23:36:26 +08:00
webhook.go
wiki.go
wiki_test.go