summaryrefslogtreecommitdiffstats
path: root/services/repository/files/update.go
Commit message (Expand)AuthorAgeFilesLines
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-2/+0
* Clean up log messages (#30313)wxiaoguang2024-04-071-1/+1
* Fix content size does not match error when uploading lfs file (#29259)vincent2024-02-191-1/+5
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-1/+2
* Fix reverting a merge commit failing (#28794)Mihir Joshi2024-01-161-1/+1
* Adjust object format interface (#28469)Lunny Xiao2023-12-171-2/+1
* Abstract hash function usage (#28138)Adam Majer2023-12-131-2/+3
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-071-1/+1
* Updates to the API for archived repos (#27149)JakobDev2023-09-211-0/+5
* 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
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-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-291-164/+249
* Support uploading file to empty repo by API (#24357)wxiaoguang2023-04-261-0/+5
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-041-1/+1
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-2/+3
* Use context parameter in models/git (#22367)Jason Song2023-01-091-4/+5
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-3/+3
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-1/+1
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-7/+8
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Allow API to create file on empty repo (#19224)zeripath2022-03-281-94/+106
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-9/+15
* Correctly upload LFS files (#18316)zeripath2022-01-181-0/+1
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-2/+3
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-7/+8
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+3
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-241-0/+479