gitea/services/repository/files
Earl Warren f6d01ac2d8
Add download URL for executable files (#28260)
Consider executable files as a valid case when returning a DownloadURL for them.
They are just regular files with the difference being the executable permission bit being set.

Co-authored-by: Gusted <postmaster@gusted.xyz>
2024-03-06 16:10:06 +00:00
..
cherry_pick.go
commit.go Cache repository default branch commit status to reduce query on commit status table (#29444) 2024-03-06 12:17:19 +00:00
content_test.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
content.go Add download URL for executable files (#28260) 2024-03-06 16:10:06 +00:00
diff_test.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
diff.go
file_test.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
file.go
patch.go
temp_repo.go
tree_test.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
tree.go Use the database object format name but not read from git repoisitory everytime and fix possible migration wrong objectformat when migrating a sha256 repository (#29294) 2024-02-24 06:55:19 +00:00
update.go
upload.go