aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/lfs.go
Commit message (Expand)AuthorAgeFilesLines
* Move some files under repo/setting (#25585)Lunny Xiao2023-07-021-555/+0
* Introduce path Clean/Join helper functions (#23495)wxiaoguang2023-03-211-1/+1
* Use CleanPath instead of path.Clean (#23371)Lunny Xiao2023-03-081-1/+1
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-041-1/+1
* Use context parameter in models/git (#22367)Jason Song2023-01-091-11/+11
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Adjust gitea doctor --run storages to check all storage types (#21785)zeripath2022-11-151-1/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-4/+4
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-1/+1
* Add generic set type (#21408)KN4CK3R2022-10-121-5/+4
* Switch Unicode Escaping to a VSCode-like system (#19990)zeripath2022-08-131-1/+1
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-18/+18
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-101-4/+1
* Move some helper files out of models (#19355)Lunny Xiao2022-05-081-2/+3
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-4/+4
* Fix lfs bug (#19072)Lunny Xiao2022-03-141-0/+13
* Uncapitalize errors (#18915)Gusted2022-02-261-5/+5
* format with gofumpt (#18184)65432022-01-201-2/+2
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-2/+2
* Add warning for BIDI characters in page renders and in diffs (#17562)zeripath2022-01-071-2/+3
* Allow admin to associate missing LFS objects for repositories (#18143)wxiaoguang2022-01-011-10/+18
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-8/+7
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+3
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-1/+2
* Read expected buffer size (#17409)KN4CK3R2021-10-241-3/+4
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+1
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-3/+3
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-7/+7
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+537