aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository/files/content.go
Commit message (Expand)AuthorAgeFilesLines
* Support getting last commit message using contents-ext API (#34904)RickyMa2025-07-031-24/+33
* Refactor repo contents API and add "contents-ext" API (#34822)wxiaoguang2025-06-251-68/+107
* Refactor editor (#34780)wxiaoguang2025-06-211-2/+2
* Add API endpoint to request contents of multiple files simultaniously (#34139)Denys Konovalov2025-04-221-66/+37
* Refactor Git Attribute & performance optimization (#34154)Lunny Xiao2025-04-111-25/+0
* Add `last_committer_date` and `last_author_date` for file contents API (#32921)Lunny Xiao2025-04-021-0/+8
* Move some errors to their own sub packages (#32880)Lunny Xiao2024-12-201-3/+2
* Add download URL for executable files (#28260)Earl Warren2024-03-061-1/+1
* Refactor git attributes (#29356)KN4CK3R2024-02-241-9/+3
* Extract linguist code to method (#29168)KN4CK3R2024-02-141-0/+31
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-2/+3
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-2/+2
* Fix profile render when the README.md size is larger than 1024 bytes (#25131)yp053272023-06-131-1/+1
* fix submodule is nil panic (#23588)来自村里的小螃蟹2023-03-201-1/+3
* escape filename when assemble URL (#22850)sillyguodong2023-02-121-4/+5
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add latest commit's SHA to content response (#20398)Gusted2022-07-301-5/+16
* Add "X-Gitea-Object-Type" header for GET `/raw/` & `/media/` API (#20438)65432022-07-211-0/+16
* RepoAssignment ensure to close before overwrite (#19449)65432022-04-211-7/+2
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-12/+13
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-3/+4
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-241-0/+245