summaryrefslogtreecommitdiffstats
path: root/routers/web/repo/lfs.go
Commit message (Expand)AuthorAgeFilesLines
* 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