aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/file.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor package (routes and error handling, npm peer dependency) (#33111)wxiaoguang5 days1-1/+1
* [Feature] Private README.md for organization (#32872)Chai-Shi11 days1-1/+1
* Use gitrepo.GetTreePathLatestCommit to get file lastest commit instead from l...Lunny Xiao13 days1-10/+4
* Refactor request context (#32956)wxiaoguang2024-12-241-3/+2
* Move some errors to their own sub packages (#32880)Lunny Xiao2024-12-201-10/+10
* Add github compatible tarball download API endpoints (#32572)Lunny Xiao2024-11-251-3/+12
* Refactor RepoRefByType (#32413)wxiaoguang2024-11-051-4/+4
* Fix `missing signature key` error when pulling Docker images with `SERVE_DIRE...Zettat1232024-10-311-2/+2
* Add return type to GetRawFileOrLFS and GetRawFile (#31680)Adam Majer2024-07-251-1/+7
* Refactor names (#31405)wxiaoguang2024-06-191-6/+6
* Azure blob storage support (#30995)Lunny Xiao2024-05-301-2/+2
* Add an immutable tarball link to archive download headers for Nix (#31139)Jörg Thalheim2024-05-281-0/+6
* Remove repetitive words (#30091)crazeteam2024-03-261-1/+1
* Fix missed return (#29450)Lunny Xiao2024-02-271-0/+1
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Fix content size does not match error when uploading lfs file (#29259)vincent2024-02-191-1/+1
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-3/+3
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-2/+2
* Updates to the API for archived repos (#27149)JakobDev2023-09-211-0/+8
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-1/+1
* Refactor "Content" for file uploading (#25851)wxiaoguang2023-07-181-22/+39
* Less naked returns (#25713)65432023-07-071-5/+5
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-3/+3
* Fix all possible setting error related storages and added some tests (#23911)Lunny Xiao2023-06-141-2/+2
* fix swagger documentation for multiple files API endpoint (#25110)v1.20.0-rc0Denys Konovalov2023-06-071-2/+2
* API endpoint for changing/creating/deleting multiple files (#24887)Denys Konovalov2023-05-291-28/+167
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-211-6/+6
* Make repository response support HTTP range request (#24592)wxiaoguang2023-05-091-12/+7
* Use graceful editorconfig loader to reduce errors when loading malformed edit...Yoan Blanc2023-04-061-1/+1
* Use context parameter in models/git (#22367)Jason Song2023-01-091-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add support for HEAD requests in Maven registry (#21834)KN4CK3R2022-11-241-1/+5
* fix hard-coded timeout and error panic in API archive download endpoint (#20925)Peter Gardfjäll2022-08-291-2/+49
* Slightly simplify LastCommitCache (#20444)zeripath2022-07-251-7/+1
* Add "X-Gitea-Object-Type" header for GET `/raw/` & `/media/` API (#20438)65432022-07-211-4/+10
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-3/+3
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-2/+3
* Add API to serve blob or LFS file content (#19689)qwerty2872022-06-041-0/+142
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-1/+1
* Set the LastModified header for raw files (#18356)zeripath2022-05-091-4/+39
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-281-4/+6
* Better describe what `/repos/{owner}/{repo}/raw/{filepath}` returns on 200 (#...Gusted2022-04-281-1/+1
* RepoAssignment ensure to close before overwrite (#19449)65432022-04-211-17/+7
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Allow API to create file on empty repo (#19224)zeripath2022-03-281-3/+0
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-5/+5
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-4/+4
* Fix various typos (#18219)luzpaz2022-01-101-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+2