summaryrefslogtreecommitdiffstats
path: root/models/lfs.go
Commit message (Expand)AuthorAgeFilesLines
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-257/+0
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-2/+11
* Improve SyncMirrors logging (#19045)zeripath2022-03-101-2/+3
* format with gofumpt (#18184)65432022-01-201-1/+1
* Allow admin to associate missing LFS objects for repositories (#18143)wxiaoguang2022-01-011-15/+38
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-8/+28
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+3
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-22/+24
* DBContext is just a Context (#17100)zeripath2021-09-231-9/+9
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-9/+14
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-091-2/+2
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-081-46/+8
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-6/+4
* LFS support to be stored on minio (#12518)Lunny Xiao2020-09-081-0/+32
* Add gitea-vet (#10948)John Olheiser2020-04-051-0/+4
* Restricted users (#6274)Manush Dodunekov2020-01-131-2/+2
* Add basic repository lfs management (#7199)zeripath2019-10-281-3/+77
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-7/+7
* Refactor editor upload, update and delete to use git plumbing and add LFS sup...zeripath2019-02-121-0/+19
* Pooled and buffered gzip implementation (#5722)zeripath2019-01-231-8/+8
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-13/+8
* Fix Git LFS object/repo link storage in database and small refactoring (#2803)Lauris BH2017-10-301-5/+4
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-011-8/+3
* Use created & updated instead BeforeInsert & BeforeUpdate (#2482)Lunny Xiao2017-09-131-7/+3
* Refactor session close as xorm already does everything needed internally (#2020)Lauris BH2017-06-211-2/+2
* Git LFS support v2 (#122)Fabian Zaremba2016-12-261-0/+122