aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository/files
Commit message (Expand)AuthorAgeFilesLines
* Use correct hash for "git update-index" (#30626) (#30634)Giteabot2024-04-221-5/+8
* Clean up log messages (#30313) (#30318)Giteabot2024-04-073-3/+3
* Add download URL for executable files (#28260)Earl Warren2024-03-061-1/+1
* Cache repository default branch commit status to reduce query on commit statu...Lunny Xiao2024-03-061-48/+0
* Move context from modules to services (#29440)Lunny Xiao2024-02-274-4/+4
* Refactor git attributes (#29356)KN4CK3R2024-02-241-9/+3
* Use the database object format name but not read from git repoisitory everyti...Lunny Xiao2024-02-242-5/+3
* Fix content size does not match error when uploading lfs file (#29259)vincent2024-02-191-1/+5
* Extract linguist code to method (#29168)KN4CK3R2024-02-141-0/+31
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-276-10/+13
* Fix reverting a merge commit failing (#28794)Mihir Joshi2024-01-166-7/+23
* Adjust object format interface (#28469)Lunny Xiao2023-12-174-6/+6
* Abstract hash function usage (#28138)Adam Majer2023-12-137-20/+27
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-072-2/+2
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-241-2/+1
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-1/+1
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Updates to the API for archived repos (#27149)JakobDev2023-09-212-0/+10
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-7/+6
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+2
* Move web/api context related testing function into a separate package (#26859)wxiaoguang2023-09-014-58/+58
* Fix some slice append usages (#26778)Chongyi Zheng2023-08-291-3/+3
* Sync repo's IsEmpty status correctly (#26517)wxiaoguang2023-08-171-1/+3
* Refactor "Content" for file uploading (#25851)wxiaoguang2023-07-181-11/+12
* Do not "guess" the file encoding/BOM when using API to upload files (#25828)wxiaoguang2023-07-121-102/+3
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-2/+2
* Sync branches into databases (#22743)Lunny Xiao2023-06-292-2/+2
* Refactor web package and context package (#25298)wxiaoguang2023-06-184-11/+11
* Fix profile render when the README.md size is larger than 1024 bytes (#25131)yp053272023-06-131-1/+1
* Update repo's default branch when adding new files in an empty one (#25017)wxiaoguang2023-05-311-8/+8
* API endpoint for changing/creating/deleting multiple files (#24887)Denys Konovalov2023-05-293-368/+279
* Support uploading file to empty repo by API (#24357)wxiaoguang2023-04-261-0/+5
* Allow adding new files to an empty repo (#24164)wxiaoguang2023-04-191-4/+15
* Introduce path Clean/Join helper functions (#23495)wxiaoguang2023-03-211-1/+1
* fix submodule is nil panic (#23588)来自村里的小螃蟹2023-03-201-1/+3
* Use CleanPath instead of path.Clean (#23371)Lunny Xiao2023-03-081-2/+2
* Return empty url for submodule tree entries (#23043)Zettat1232023-02-211-0/+5
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-154-5/+5
* escape filename when assemble URL (#22850)sillyguodong2023-02-121-4/+5
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-044-15/+11
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-162-6/+10
* Use context parameter in models/git (#22367)Jason Song2023-01-094-9/+11
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-272-2/+5
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2715-30/+15
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-247-25/+25
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-234-18/+11
* Refactor parseTreeEntries, speed up tree list (#21368)wxiaoguang2022-10-081-1/+1
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-4/+3
* Add latest commit's SHA to content response (#20398)Gusted2022-07-303-27/+40