gitea/routers/web
bytedream 3a37d63d61
Allow renaming/moving binary/LFS files in the UI (#34350)
Adds the ability to rename/move binary files like binary blobs or images
and files that are too large in the web ui.
This was purposed in #24722, along with the ability edit images via an
upload of a new image, which I didn't implement here (could be done in a
separate PR).

Binary file content:

![binary](https://github.com/user-attachments/assets/61d9ff71-25d3-4832-9288-452cdefc7283)

File too large:

![toolarge](https://github.com/user-attachments/assets/3b42dbd0-e76a-4c3c-92d2-52ebffedea64)

GitHub does the same (I've copied the text from there):

![gh](https://github.com/user-attachments/assets/e1499813-fb71-4544-9d58-086046a5f13e)
2025-06-16 17:15:07 -07:00
..
admin Fix last admin check when syncing users (#34649) 2025-06-09 20:57:45 +00:00
auth Fix last admin check when syncing users (#34649) 2025-06-09 20:57:45 +00:00
devtest Grey out expired artifact on Artifacts list (#34314) 2025-05-05 21:53:17 -07:00
events Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
explore Do not mutate incoming options to SearchRepositoryByName (#34553) 2025-06-02 17:33:25 +00:00
feed feat(api): add date range filtering to commit retrieval endpoints (#34497) 2025-05-19 18:57:58 -07:00
healthcheck Always enable caches (#28527) 2023-12-19 09:29:05 +00:00
misc Fix various problems (#34708) 2025-06-12 09:19:24 -07:00
org Validate hex colors when creating/editing labels (#34623) 2025-06-07 11:25:08 +03:00
repo Allow renaming/moving binary/LFS files in the UI (#34350) 2025-06-16 17:15:07 -07:00
shared Refactor FindOrgOptions to use enum instead of bool, fix membership visibility (#34629) 2025-06-09 03:30:34 +00:00
user Only activity tab needs heatmap data loading (#34652) 2025-06-09 21:02:16 +08:00
base.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
githttp.go Fix git client accessing renamed repo (#34034) 2025-03-28 07:28:58 +08:00
goget.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
home.go Do not mutate incoming options to SearchRepositoryByName (#34553) 2025-06-02 17:33:25 +00:00
metrics.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
nodeinfo.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
passkey.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
swagger_json.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
web.go Add "View workflow file" to Actions list page (#34538) 2025-05-28 20:30:00 +08:00
webfinger.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00