aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository/files
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add "X-Gitea-Object-Type" header for GET `/raw/` & `/media/` API (#20438)65432022-07-211-0/+16
* Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang2022-06-161-26/+23
* Move some code into models/git (#19879)Lunny Xiao2022-06-124-17/+20
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-101-5/+0
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-202-2/+2
* Calculate filename hash only once (#19654)KN4CK3R2022-05-091-1/+2
* Move some helper files out of models (#19355)Lunny Xiao2022-05-081-3/+4
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-081-0/+7
* RepoAssignment ensure to close before overwrite (#19449)65432022-04-212-8/+10
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-012-36/+31
* Make git.OpenRepository accept Context (#19260)65432022-03-302-3/+3
* Allow API to create file on empty repo (#19224)zeripath2022-03-286-106/+143
* Set is_empty in fixtures (#18869)KN4CK3R2022-02-261-4/+4
* Change git.cmd to RunWithContext (#18693)Martin Scholz2022-02-111-13/+47
* Add apply-patch, basic revert and cherry-pick functionality (#17902)zeripath2022-02-092-0/+319
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-10/+10
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-1913-87/+103
* Stop trimming preceding and suffixing spaces from editor filenames (#18334)v1.16.0-rc1zeripath2022-01-191-1/+1
* Correctly upload LFS files (#18316)zeripath2022-01-182-0/+2
* Simplify parameter types (#18006)Gusted2021-12-202-4/+4
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-103-4/+7